/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Roboto-Regular-webfont.eot');
  src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/Roboto-Bold-webfont.eot');
  src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold-webfont.woff') format('woff'), url('fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
}
.font-mixin {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
}
.btn,
.btn:focus {
  outline: none;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  height: 34px;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 14px;
}
.btn .glyphicon,
.btn:focus .glyphicon {
  top: -1px;
  float: left;
}
.box-shadow {
  box-shadow: 0 0 2px 0 #1391c1;
}
.btn-disabled {
  opacity: 0.6;
  box-shadow: none;
}
.btn-default-disabled {
  opacity: 0.6;
  box-shadow: none;
  color: #FFF;
  background-color: #808793;
  border: none;
}
.btn-default,
.btn-default:focus {
  color: #666;
  background-color: #FFF;
  border: 1px solid #CFD3D7;
}
.btn-default:hover,
.btn-default:focus:hover {
  color: #FFF;
  background-color: #808793;
}
.btn-default:active,
.btn-default:focus:active {
  color: #666;
  background-color: #FFF;
  border: 1px solid #CFD3D7;
  box-shadow: 0 0 2px 0 #1391c1;
}
.btn-default[disabled],
.btn-default:focus[disabled],
.btn-default.disabled,
.btn-default:focus.disabled {
  opacity: 0.6;
  box-shadow: none;
  color: #FFF;
  background-color: #808793;
  border: none;
}
.btn-default[disabled]:active,
.btn-default:focus[disabled]:active,
.btn-default.disabled:active,
.btn-default:focus.disabled:active,
.btn-default[disabled].active,
.btn-default:focus[disabled].active,
.btn-default.disabled.active,
.btn-default:focus.disabled.active,
.btn-default[disabled]:hover,
.btn-default:focus[disabled]:hover,
.btn-default.disabled:hover,
.btn-default:focus.disabled:hover {
  opacity: 0.6;
  box-shadow: none;
  color: #FFF;
  background-color: #808793;
  border: none;
}
.btn-primary-disabled {
  opacity: 0.6;
  box-shadow: none;
  color: #D1E8D1;
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
}
.btn-primary,
.btn-primary:focus {
  color: #FFF;
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
}
.btn-primary:hover,
.btn-primary:focus:hover {
  color: #FFF;
  background-color: #429929;
  border: 1px solid #429929;
}
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active,
.btn-primary:focus.active {
  color: #FFF;
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
  box-shadow: 0 0 2px 0 #1391c1;
}
.btn-primary[disabled],
.btn-primary:focus[disabled],
.btn-primary.disabled,
.btn-primary:focus.disabled {
  opacity: 0.6;
  box-shadow: none;
  color: #D1E8D1;
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
}
.btn-primary[disabled]:active,
.btn-primary:focus[disabled]:active,
.btn-primary.disabled:active,
.btn-primary:focus.disabled:active,
.btn-primary[disabled].active,
.btn-primary:focus[disabled].active,
.btn-primary.disabled.active,
.btn-primary:focus.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary:focus[disabled]:hover,
.btn-primary.disabled:hover,
.btn-primary:focus.disabled:hover {
  opacity: 0.6;
  box-shadow: none;
  color: #D1E8D1;
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
}
.btn-secondary-disabled {
  opacity: 0.6;
  box-shadow: none;
  color: #D1E8D1;
  background-color: #429929;
  border: 1px solid #3FAE2A;
}
.btn-secondary,
.btn-secondary:focus {
  color: #429929;
  background-color: #FFF;
  border: 1px solid #3FAE2A;
}
.btn-secondary:hover,
.btn-secondary:focus:hover {
  color: #FFF;
  background-color: #429929;
}
.btn-secondary:active,
.btn-secondary:focus:active {
  color: #429929;
  background-color: #FFF;
  box-shadow: 0 0 2px 0 #1391c1;
}
.btn-secondary[disabled],
.btn-secondary:focus[disabled],
.btn-secondary.disabled,
.btn-secondary:focus.disabled {
  opacity: 0.6;
  box-shadow: none;
  color: #D1E8D1;
  background-color: #429929;
  border: 1px solid #3FAE2A;
}
.btn-secondary[disabled]:active,
.btn-secondary:focus[disabled]:active,
.btn-secondary.disabled:active,
.btn-secondary:focus.disabled:active,
.btn-secondary[disabled].active,
.btn-secondary:focus[disabled].active,
.btn-secondary.disabled.active,
.btn-secondary:focus.disabled.active,
.btn-secondary[disabled]:hover,
.btn-secondary:focus[disabled]:hover,
.btn-secondary.disabled:hover,
.btn-secondary:focus.disabled:hover {
  opacity: 0.6;
  box-shadow: none;
  color: #D1E8D1;
  background-color: #429929;
  border: 1px solid #3FAE2A;
}
.btn-success {
  border: none;
}
.btn-regular-default-state {
  background-color: #FFF;
  color: #666;
  border: 1px solid #cfd3d7;
}
.btn-primary-default-state {
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
  color: #FFF;
}
.btn-group.open .btn.dropdown-toggle,
.dropdown.open .btn.dropdown-toggle {
  box-shadow: inset 0px 0px 3px 0px #1391c1;
}
.btn-group.open .btn.dropdown-toggle,
.dropdown.open .btn.dropdown-toggle,
.btn-group.open .btn.dropdown-toggle.btn-default,
.dropdown.open .btn.dropdown-toggle.btn-default {
  background-color: #FFF;
  color: #666;
  border: 1px solid #cfd3d7;
}
.btn-group.open .btn.dropdown-toggle:hover,
.dropdown.open .btn.dropdown-toggle:hover,
.btn-group.open .btn.dropdown-toggle.btn-default:hover,
.dropdown.open .btn.dropdown-toggle.btn-default:hover {
  background-color: #FFF;
  color: #666;
  border: 1px solid #cfd3d7;
}
.btn-group.open .btn.dropdown-toggle + .dropdown-menu > li > a:hover,
.dropdown.open .btn.dropdown-toggle + .dropdown-menu > li > a:hover,
.btn-group.open .btn.dropdown-toggle.btn-default + .dropdown-menu > li > a:hover,
.dropdown.open .btn.dropdown-toggle.btn-default + .dropdown-menu > li > a:hover {
  background-color: #808793;
  color: #FFF;
}
.btn-group.open .btn.dropdown-toggle.btn-primary,
.dropdown.open .btn.dropdown-toggle.btn-primary {
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
  color: #FFF;
}
.btn-group.open .btn.dropdown-toggle.btn-primary:hover,
.dropdown.open .btn.dropdown-toggle.btn-primary:hover {
  background-color: #3FAE2A;
  border: 1px solid #3FAE2A;
  color: #FFF;
}
.btn-group.open .btn.dropdown-toggle.btn-primary + .dropdown-menu > li > a:hover,
.dropdown.open .btn.dropdown-toggle.btn-primary + .dropdown-menu > li > a:hover {
  background-color: #429929;
  color: #FFF;
}
.btn-group.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  border-radius: 2px;
  font-size: 14px;
  min-width: 200px;
  background: #FFF;
  color: #666;
  border: 1px solid #cfd3d7;
}
.btn-group.open .dropdown-menu > li,
.dropdown.open .dropdown-menu > li {
  margin-bottom: 1px;
}
.btn-group.open .dropdown-menu > li > a,
.dropdown.open .dropdown-menu > li > a {
  height: 24px;
}
.btn-group .btn.dropdown-toggle:first-child,
.dropdown .btn.dropdown-toggle:first-child {
  min-width: 80px;
}
.btn-group .btn.dropdown-toggle.disabled,
.dropdown .btn.dropdown-toggle.disabled,
.btn-group .btn.dropdown-toggle[disabled],
.dropdown .btn.dropdown-toggle[disabled] {
  opacity: 0.6;
}
input.form-control {
  font-size: 14px;
  border-radius: 2px;
  color: #666;
  border: 1px solid #CFD3D7;
  height: 34px;
  padding: 10px;
}
input.form-control:focus {
  border-color: #1291c1;
  box-shadow: none;
}
.help-block {
  color: #999999;
  font-size: 14px;
}
.help-block.validation-block {
  color: #999999;
  margin-top: 10px;
}
.help-block.validation-block::before {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-family: 'Glyphicons Halflings';
}
.has-success input.form-control {
  color: #666;
  border: 1px solid #1EB475;
}
.has-success input.form-control:focus {
  border-color: #1EB475;
  box-shadow: none;
}
.has-success .help-block.validation-block::before {
  content: '\e084';
  color: #1EB475;
}
.has-error input.form-control {
  color: #666;
  border: 1px solid #EF6162;
}
.has-error input.form-control:focus {
  border-color: #EF6162;
  box-shadow: none;
}
.has-error .help-block.validation-block::before {
  content: '\e083';
  color: #EF6162;
}
.has-warning input.form-control {
  color: #666;
  border: 1px solid #E98A40;
}
.has-warning input.form-control:focus {
  border-color: #E98A40;
  box-shadow: none;
}
.has-warning .help-block.validation-block::before {
  content: '\e101';
  color: #E98A40;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #999999;
  border-color: #cccccc;
  background-color: #dddddd;
}
h2.table-title {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  margin-top: 10px;
  font-size: 20px;
}
.table {
  color: #666;
  font-size: 13px;
}
.table thead,
.table tfoot {
  color: #999;
}
.table input[type="checkbox"] + label {
  position: relative;
  line-height: 1.3em;
  font-size: initial;
  top: 4px;
  margin-bottom: 0;
}
.table thead > tr > th {
  border-bottom-color: #EEE;
}
.table tfoot > tr:first-of-type > td {
  border-top-width: 2px;
  border-top-color: #EEE;
}
.table > tbody > tr > td {
  border-top-color: #EEE;
}
.table > tbody > tr.active {
  background-color: #EEE;
}
.table > tbody > tr.active > td {
  background-color: #EEE;
}
.table.table-hover .action {
  visibility: hidden;
  padding: 0;
  line-height: 1;
}
.table.table-hover .action:hover {
  text-decoration: none;
}
.table.table-hover > tbody > tr {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #EEE transparent;
}
.table.table-hover > tbody > tr > td {
  border-width: 0;
}
.table.table-hover > tbody > tr:hover {
  border-color: #A7DFF2;
  background-color: #E7F6FC;
}
.table.table-hover > tbody > tr:hover > td {
  border-top: 1px solid #A7DFF2;
  background-color: #E7F6FC;
}
.table.table-hover > tbody > tr:hover > td .action {
  visibility: visible;
}
.table.table-hover > tbody > tr:first-of-type > td {
  border-top: 1px solid transparent;
}
.table.table-hover > tbody > tr:first-of-type:hover > td {
  border-color: #A7DFF2;
}
.pagination-block .pagination-block-item {
  float: left;
  padding: 0 5px;
}
.pagination-block .pagination-block-item a,
.pagination-block .pagination-block-item a:visited,
.pagination-block .pagination-block-item a:focus {
  text-decoration: none;
}
.pagination-block .pagination-block-item select {
  border: none;
  background-color: transparent;
  color: #1491C1;
}
.nav.nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.nav.nav-tabs li a {
  border-width: 0;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  color: #6B6C6C;
  text-transform: uppercase;
}
.nav.nav-tabs li a:hover,
.nav.nav-tabs li a:active,
.nav.nav-tabs li a:focus {
  color: #333;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  background: none;
}
.nav.nav-tabs li a .badge.badge-important {
  display: inline;
  vertical-align: baseline;
}
.nav.nav-tabs li.active a {
  color: #333;
  border-bottom: 3px solid #3FAE2A;
  padding-bottom: 2px;
}
.nav-tabs-left li,
.nav-tabs-right li {
  float: none;
  margin-bottom: 3px;
}
.nav-tabs-left li a,
.nav-tabs-right li a {
  margin-right: 0;
}
.nav-tabs-left li {
  margin-right: -1px;
}
.nav-tabs-left li a {
  border: 3px solid transparent !important;
}
.nav-tabs-left li.active a,
.nav-tabs-left li.active a:hover,
.nav-tabs-left li.active a:active,
.nav-tabs-left li.active a:focus {
  border-right: 3px solid #3FAE2A !important;
}
.nav-tabs-right li {
  margin-left: -1px;
}
.nav-tabs-right li a {
  border: 3px solid transparent !important;
}
.nav-tabs-right li.active a,
.nav-tabs-right li.active a:hover,
.nav-tabs-right li.active a:active,
.nav-tabs-right li.active a:focus {
  border-left: 3px solid #3FAE2A !important;
}
.wizard {
  border: 2px solid rgba(233, 233, 233, 0.5);
}
.wizard .wizard-header h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: #333;
  margin: 15px 20px;
}
.wizard .wizard-body {
  overflow: hidden;
  margin: 0;
}
.wizard .wizard-body .wizard-content {
  background: rgba(233, 233, 233, 0.5);
  padding-top: 15px;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.wizard .wizard-body .wizard-content .step-header {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
}
.wizard .wizard-body .wizard-content .step-title {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 16px;
}
.wizard .wizard-body .wizard-content .step-description {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
}
.wizard .wizard-body .wizard-content .panel.panel-default {
  border: none;
  box-shadow: none;
  margin-top: 20px;
}
.wizard .wizard-body .wizard-content .panel.panel-default .panel-body {
  padding: 10px 20px;
}
.wizard .wizard-body .wizard-nav {
  min-height: 550px;
  padding-top: 25px;
  background-color: #323544;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.wizard .wizard-body .wizard-nav .nav li {
  padding: 0px 15px;
}
.wizard .wizard-body .wizard-nav .nav li a {
  height: 48px;
  padding: 0px 5px;
  display: table-cell;
  vertical-align: middle;
}
.wizard .wizard-body .wizard-nav .nav li .step-marker {
  position: absolute;
  top: 9px;
  line-height: 16px;
  text-align: center;
  width: 23px;
  height: 23px;
  border: 2px solid #1EB475;
  border-radius: 50%;
  font-size: 12px;
  font-style: inherit;
  color: #1EB475;
  background-color: #323544;
}
.wizard .wizard-body .wizard-nav .nav li .step-name {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 14px;
  color: #999;
  margin-left: 30px;
  margin-bottom: 5px;
}
.wizard .wizard-body .wizard-nav .nav li .step-index {
  line-height: 18px;
}
.wizard .wizard-body .wizard-nav .nav li .step-description {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 12px;
  color: #999;
  margin-left: 30px;
}
.wizard .wizard-body .wizard-nav .nav li.completed .step-marker {
  background-color: #1EB475;
  color: white;
  font-size: 10px;
  padding-left: 2px;
}
.wizard .wizard-body .wizard-nav .nav li.completed .step-marker .step-index {
  display: none;
}
.wizard .wizard-body .wizard-nav .nav li.completed .step-marker:after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  position: relative;
  top: 1px;
  left: -1px;
}
.wizard .wizard-body .wizard-nav .nav li.completed:after {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #1EB475;
  content: "";
  top: 25px;
  left: 31px;
}
.wizard .wizard-body .wizard-nav .nav li.completed:last-child:after {
  content: none;
}
.wizard .wizard-body .wizard-nav .nav li.active .step-name {
  font-weight: bold;
}
.wizard .wizard-body .wizard-nav .nav li.disabled .step-marker {
  color: #666;
  border-color: #666;
}
.wizard .wizard-body .wizard-nav .nav li.disabled .step-name,
.wizard .wizard-body .wizard-nav .nav li.disabled .step-description {
  color: #666;
}
.wizard .wizard-body .wizard-nav .nav li.disabled.completed .step-marker {
  background-color: #1EB475;
  border: 2px solid #1EB475;
  color: white;
}
.wizard .wizard-body .wizard-nav .nav-pills > li.active > a,
.wizard .wizard-body .wizard-nav .nav-pills > li.active > a:focus,
.wizard .wizard-body .wizard-nav .nav-pills > li.active > a:hover,
.wizard .wizard-body .wizard-nav .nav > li > a:focus,
.wizard .wizard-body .wizard-nav .nav > li > a:hover {
  background-color: inherit;
}
.wizard .wizard-body .wizard-footer {
  background: white;
  padding: 15px 20px;
}
.wizard .wizard-body .wizard-footer button {
  margin: 0 10px;
}
.checkbox-disabled-style {
  background-color: #b2b8c1;
  border-color: #b2b8c1;
}
input[type="checkbox"]:not(:checked),
input[type="radio"]:not(:checked),
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  display: none;
}
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:not(:checked) + label,
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  position: relative;
  padding-left: 20px;
}
input[type="checkbox"]:not(:checked) + label:hover:before,
input[type="radio"]:not(:checked) + label:hover:before,
input[type="checkbox"]:checked + label:hover:before,
input[type="radio"]:checked + label:hover:before {
  border-color: #1491C1;
  background-color: #1491C1;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #1491C1;
  border-color: #1491C1;
}
input[type="checkbox"][disabled] + label:before,
input[type="radio"][disabled] + label:before,
input[type="checkbox"].disabled + label:before,
input[type="radio"].disabled + label:before,
input[type="checkbox"][disabled] + label:hover:before,
input[type="radio"][disabled] + label:hover:before,
input[type="checkbox"].disabled + label:hover:before,
input[type="radio"].disabled + label:hover:before {
  background-color: #b2b8c1;
  border-color: #b2b8c1;
}
input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
input[type="checkbox"]:checked + label:after {
  content: '\2714';
  color: #FFF;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 9px;
}
input[type="radio"] + label:before,
input.radio + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
input[type="radio"]:checked + label:after,
input.radio:checked + label:after {
  content: '';
  background-color: #FFF;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.navigation-bar-container {
  height: auto;
  width: 230px;
  background-color: #323544;
  padding: 0;
  -ms-overflow-style: none;
  transition: width 0.5s ease-out;
  -webkit-font-smoothing: antialiased;
}
.navigation-bar-container ul.nav.side-nav-header {
  width: 230px;
  transition: width 0.5s ease-out;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header {
  background: #313d54;
  padding: 15px 5px 15px 25px;
  height: 55px;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header > a.ambari-logo {
  padding: 0;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header > a.ambari-logo > img {
  height: 25px;
  float: left;
  margin-left: -3px;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header .btn-group {
  cursor: pointer;
  margin-top: 3px;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header .btn-group:hover span.ambari-header {
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header .btn-group span.ambari-header {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 20px;
  width: 55px;
  display: inline;
  color: #b8bec4;
  padding: 0 8px 0 10px;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header .btn-group span.toggle-icon {
  margin-bottom: 5px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #43AD49;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header ul.dropdown-menu {
  top: 30px;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header ul.dropdown-menu li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 14px;
  color: #666;
  line-height: 1.42;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigation-bar-container ul.nav.side-nav-header li.navigation-header ul.dropdown-menu li > a:hover {
  background: #f5f5f5;
}
.navigation-bar-container ul.nav.side-nav-menu,
.navigation-bar-container ul.nav.side-nav-footer {
  background-color: #323544;
  width: 230px;
  transition: width 0.5s ease-out;
}
.navigation-bar-container ul.nav.side-nav-menu li,
.navigation-bar-container ul.nav.side-nav-footer li {
  padding: 0;
  margin: 0;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer > a,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer > a,
.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a,
.navigation-bar-container ul.nav.side-nav-footer li.submenu-li > a,
.navigation-bar-container ul.nav.side-nav-menu li.mainmenu-li > a,
.navigation-bar-container ul.nav.side-nav-footer li.mainmenu-li > a {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  white-space: nowrap;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li.submenu-li > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-menu li.mainmenu-li > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li.mainmenu-li > a .navigation-menu-item {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 14px;
  color: #b8bec4;
  padding-left: 8px;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li.submenu-li > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-menu li.mainmenu-li > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li.mainmenu-li > a .navigation-icon {
  line-height: 18px;
  font-size: 16px;
  color: #b8bec4;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li.submenu-li > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-menu li.mainmenu-li > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li.mainmenu-li > a .toggle-icon {
  line-height: 14px;
  font-size: 14px;
  color: #b8bec4;
  padding: 3px 5px 3px 10px;
}
.navigation-bar-container ul.nav.side-nav-menu li.mainmenu-li > a,
.navigation-bar-container ul.nav.side-nav-footer li.mainmenu-li > a {
  padding: 10px 5px 10px 20px;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer > a,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer > a {
  padding: 14px 5px 14px 20px;
}
.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a,
.navigation-bar-container ul.nav.side-nav-footer li.submenu-li > a {
  padding: 8px 5px 8px 25px;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer {
  background: #313d54;
  height: 48px;
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer a .navigation-icon {
  color: #3fae2a;
  font-size: 19px;
  position: relative;
  padding: 0 15px;
  left: calc(30%);
}
.navigation-bar-container ul.nav.side-nav-menu li.navigation-footer a .navigation-icon:hover,
.navigation-bar-container ul.nav.side-nav-footer li.navigation-footer a .navigation-icon:hover {
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-menu li > ul > li,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li {
  background-color: #323544;
}
.navigation-bar-container ul.nav.side-nav-menu li > ul > li a,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  line-height: initial;
  font-size: 14px;
  color: #999;
}
.navigation-bar-container ul.nav.side-nav-menu li > ul > li a .submenu-icon,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li a .submenu-icon {
  line-height: initial;
  font-size: 14px;
}
.navigation-bar-container ul.nav.side-nav-menu li > ul > li > a:hover,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li > a:hover,
.navigation-bar-container ul.nav.side-nav-menu li > a:hover,
.navigation-bar-container ul.nav.side-nav-footer li > a:hover {
  background: #404351;
  cursor: pointer;
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-menu li > ul > li > a:hover .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li > a:hover .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-menu li > a:hover .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li > a:hover .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-menu li > ul > li > a:hover .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li > a:hover .navigation-icon,
.navigation-bar-container ul.nav.side-nav-menu li > a:hover .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li > a:hover .navigation-icon,
.navigation-bar-container ul.nav.side-nav-menu li > ul > li > a:hover .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li > a:hover .toggle-icon,
.navigation-bar-container ul.nav.side-nav-menu li > a:hover .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li > a:hover .toggle-icon,
.navigation-bar-container ul.nav.side-nav-menu li > ul > li > a:hover .submenu-item,
.navigation-bar-container ul.nav.side-nav-footer li > ul > li > a:hover .submenu-item,
.navigation-bar-container ul.nav.side-nav-menu li > a:hover .submenu-item,
.navigation-bar-container ul.nav.side-nav-footer li > a:hover .submenu-item {
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu),
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu),
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed {
  background: #404351;
  cursor: pointer;
}
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu) > a,
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu) > a,
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed > a,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed > a {
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu) > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu) > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed > a .navigation-menu-item,
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu) > a .submenu-item,
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu) > a .submenu-item,
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed > a .submenu-item,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed > a .submenu-item,
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu) > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu) > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed > a .navigation-icon,
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu) > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu) > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed > a .toggle-icon,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed > a .toggle-icon {
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-menu li.active:not(.has-sub-menu) > a:after,
.navigation-bar-container ul.nav.side-nav-footer li.active:not(.has-sub-menu) > a:after,
.navigation-bar-container ul.nav.side-nav-menu li.active.collapsed > a:after,
.navigation-bar-container ul.nav.side-nav-footer li.active.collapsed > a:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  border-width: 10px 7px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #3fae2a;
  margin-top: -12px;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions,
.navigation-bar-container ul.nav.side-nav-footer .more-actions {
  display: block;
  position: absolute;
  top: 14px;
  right: 33px;
  line-height: 25px;
  width: 20px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu > li > a,
.navigation-bar-container ul.nav.side-nav-footer .more-actions .dropdown-menu > li > a {
  color: #333;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu > li > a i,
.navigation-bar-container ul.nav.side-nav-footer .more-actions .dropdown-menu > li > a i {
  color: #333;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu > li > a:hover,
.navigation-bar-container ul.nav.side-nav-footer .more-actions .dropdown-menu > li > a:hover {
  background: #f5f5f5;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu > li > a.disabled,
.navigation-bar-container ul.nav.side-nav-footer .more-actions .dropdown-menu > li > a.disabled {
  color: #666;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu > li > a.disabled i,
.navigation-bar-container ul.nav.side-nav-footer .more-actions .dropdown-menu > li > a.disabled i {
  color: #666;
}
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu > li > a.disabled:hover,
.navigation-bar-container ul.nav.side-nav-footer .more-actions .dropdown-menu > li > a.disabled:hover {
  background: #f5f5f5;
}
.navigation-bar-container ul.nav.side-nav-menu .menu-item-name,
.navigation-bar-container ul.nav.side-nav-footer .menu-item-name {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}
.navigation-bar-container .nav-pills > li.active > a,
.navigation-bar-container .nav-pills > li.active > a:focus,
.navigation-bar-container .nav-pills > li.active > a:hover,
.navigation-bar-container .nav > li > a:focus,
.navigation-bar-container .nav > li > a:hover {
  background-color: inherit;
}
.navigation-bar-container.collapsed {
  width: 50px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-header {
  width: 50px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-header li.navigation-header {
  padding: 15px 0 15px 15px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-header li.navigation-header span.ambari-header,
.navigation-bar-container.collapsed ul.nav.side-nav-header li.navigation-header span.toggle-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-header li.navigation-header .dropdown-menu {
  display: none;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu,
.navigation-bar-container.collapsed ul.nav.side-nav-footer {
  width: 50px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li a,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li a {
  padding: 15px 0 15px 15px;
  width: 50px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li a .navigation-menu-item,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li a .navigation-menu-item,
.navigation-bar-container.collapsed ul.nav.side-nav-menu li a .toggle-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li a .toggle-icon {
  display: none;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li a .navigation-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li a .navigation-icon {
  font-size: 19px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.navigation-footer a .navigation-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.navigation-footer a .navigation-icon {
  padding: 0 5px;
  left: 0;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li ul.sub-menu,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li ul.sub-menu {
  display: none;
  width: 230px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.submenu-li > a,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.submenu-li > a {
  padding: 10px 5px 10px 25px;
  width: 230px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active {
  background: #404351;
  cursor: pointer;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active > a,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active > a {
  color: #fff;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active > a .navigation-menu-item,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active > a .navigation-menu-item,
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active > a .submenu-item,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active > a .submenu-item,
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active > a .navigation-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active > a .navigation-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active > a .toggle-icon,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active > a .toggle-icon {
  color: #fff;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li.active > a:after,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li.active > a:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  border-width: 12px 6px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #3fae2a;
  margin-top: -12px;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu .more-actions,
.navigation-bar-container.collapsed ul.nav.side-nav-footer .more-actions {
  display: none;
}
.navigation-bar-fit-height {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2079;
}
.navigation-bar-fit-height .side-nav-header {
  position: absolute;
  top: 0;
}
.navigation-bar-fit-height .side-nav-menu {
  position: absolute;
  top: 55px;
  bottom: 50px;
}
.navigation-bar-fit-height .side-nav-footer {
  position: absolute;
  bottom: 0;
}
.navigation-bar-fit-height .more-actions .dropdown-menu {
  position: fixed;
  top: auto;
  left: auto;
}
.navigation-bar-fit-height .navigation-bar-container {
  height: 100%;
}
.navigation-bar-fit-height .navigation-bar-container .side-nav-menu {
  overflow-y: auto;
}
.notifications-group {
  position: relative;
  top: 1px;
}
.notifications-dropdown,
#notifications-dropdown.dropdown-menu {
  min-width: 400px;
  max-width: 400px;
  min-height: 150px;
  padding: 0px;
  z-index: 1000;
  right: -50px;
  left: auto;
  top: 260%;
  border: none;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.29);
}
.notifications-dropdown .popup-arrow-up,
#notifications-dropdown.dropdown-menu .popup-arrow-up {
  position: absolute;
  right: 37px;
  top: -40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.notifications-dropdown .popup-arrow-up:after,
#notifications-dropdown.dropdown-menu .popup-arrow-up:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  top: 30px;
  left: 10px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}
.notifications-dropdown .notifications-header,
#notifications-dropdown.dropdown-menu .notifications-header {
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}
.notifications-dropdown .notifications-header .notifications-title,
#notifications-dropdown.dropdown-menu .notifications-header .notifications-title {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 16px;
}
.notifications-dropdown .notifications-body,
#notifications-dropdown.dropdown-menu .notifications-body {
  padding: 0px 15px;
  overflow: auto;
  max-height: 500px;
}
.notifications-dropdown .notifications-body .no-alert-text,
#notifications-dropdown.dropdown-menu .notifications-body .no-alert-text {
  padding: 15px 5px;
}
.notifications-dropdown .notifications-body .table-controls,
#notifications-dropdown.dropdown-menu .notifications-body .table-controls {
  padding: 10px 0px;
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.notifications-dropdown .notifications-body .table-controls .state-filter,
#notifications-dropdown.dropdown-menu .notifications-body .table-controls .state-filter {
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 12px;
  color: #666;
  position: relative;
}
.notifications-dropdown .notifications-body .table-controls .state-filter .form-control.filter-select,
#notifications-dropdown.dropdown-menu .notifications-body .table-controls .state-filter .form-control.filter-select {
  font-size: 12px;
  color: #666;
  height: 25px;
}
.notifications-dropdown .notifications-body .table.alerts-table,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table {
  margin-top: 0px;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody tr,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody tr {
  cursor: pointer;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody tr.no-alert-tr:hover,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody tr.no-alert-tr:hover {
  cursor: default;
  border-color: transparent;
  border-bottom-color: #eee;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody tr.no-alert-tr:hover > td,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody tr.no-alert-tr:hover > td {
  border-color: transparent;
  background-color: white;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.status,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.status {
  width: 9%;
  padding: 15px 3px;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.status .alert-state-CRITICAL,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.status .alert-state-CRITICAL {
  color: #EF6162;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.status .alert-state-WARNING,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.status .alert-state-WARNING {
  color: #E98A40;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.content,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.content {
  width: 90%;
  padding: 15px 3px 10px 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  line-height: 1.3;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.content .name,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.content .name {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.content .description,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.content .description {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 47px;
  /* For firefox */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Break long urls*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks*/
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.notifications-dropdown .notifications-body .table.alerts-table tbody td.content .timestamp,
#notifications-dropdown.dropdown-menu .notifications-body .table.alerts-table tbody td.content .timestamp {
  text-align: right;
  font-size: 11px;
  color: #999;
}
.notifications-dropdown .notifications-footer,
#notifications-dropdown.dropdown-menu .notifications-footer {
  border-top: 1px solid #eee;
  padding: 15px;
}
.modal-backdrop {
  background-color: #808080;
}
.modal .modal-content {
  border-radius: 2px;
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-body,
.modal .modal-content .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  padding-top: 20px;
  color: #666;
  font-size: 20px;
}
.modal .modal-content .modal-header h4 {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.modal .modal-content .modal-body {
  color: #666;
  font-size: 12px;
}
.modal .modal-content .modal-footer {
  border-top: none;
  padding-bottom: 20px;
}
.modal .modal-content .modal-footer .btn ~ .btn {
  margin-left: 10px;
}
.accordion .panel-group,
.wizard .wizard-body .wizard-content .accordion .panel-group {
  margin-bottom: 0;
}
.accordion .panel-group .panel,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel {
  border-radius: 0;
  border: none;
  margin-top: 0;
  padding: 0 10px;
}
.accordion .panel-group .panel .panel-heading,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel .panel-heading {
  height: 50px;
  padding: 15px 10px;
  border: 1px solid;
  border-color: #ddd transparent;
  border-top: none;
  background: #fff;
}
.accordion .panel-group .panel .panel-heading .panel-title,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel .panel-heading .panel-title {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
}
.accordion .panel-group .panel .panel-heading .panel-title > a,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel .panel-heading .panel-title > a {
  font-size: 18px;
  color: #333;
}
.accordion .panel-group .panel .panel-heading .panel-title > i,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel .panel-heading .panel-title > i {
  font-size: 20px;
  color: #1491c1;
}
.accordion .panel-group .panel .panel-heading:hover,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel .panel-heading:hover {
  background: #f3faff;
  cursor: pointer;
}
.accordion .panel-group .panel .panel-body,
.wizard .wizard-body .wizard-content .accordion .panel-group .panel .panel-body {
  padding: 15px 10px 20px 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 18px;
}
body,
.body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  font-size: 14px;
}
.description {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #000;
}
a,
a:visited,
a:focus {
  color: #1491C1;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:focus:hover {
  text-decoration: underline;
}
a:active,
a:visited:active,
a:focus:active {
  text-decoration: none;
}
a[disabled],
a:visited[disabled],
a:focus[disabled],
a.disabled,
a:visited.disabled,
a:focus.disabled {
  cursor: not-allowed;
  color: #666;
  text-decoration: none;
}
a[disabled]:hover,
a:visited[disabled]:hover,
a:focus[disabled]:hover,
a.disabled:hover,
a:visited.disabled:hover,
a:focus.disabled:hover {
  text-decoration: none;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
.label.alert-state-OK {
  background-color: #1eb475;
}
.label.alert-state-WARNING {
  background-color: #e98a41;
}
.label.alert-state-CRITICAL {
  background-color: #ef6162;
}
.label.alert-state-DISABLED {
  color: #000;
}
.label.alert-state-UNKNOWN {
  background-color: #ffd13d;
}
.label.alert-state-PENDING {
  background-color: #999;
}
.nav-pills .status-icon {
  font-size: 8px;
  line-height: 1.7em;
  margin-left: -15px;
  margin-right: 3px;
}
.nav-pills .stopped {
  color: #ef6162;
}
.nav-pills .started {
  color: #1eb475;
}
.alert-state-single-host {
  display: inline-block;
  width: 115px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.groups-filter .ui-icon-circle-close {
  display: none;
}
.alert-definition-enable {
  color: #1eb475;
}
.alert-definition-disable {
  color: gray;
}
.alerts-table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.alerts-table .filter-input-width {
  width: calc(100% - 20px);
}
.alert-definition-review {
  height: 400px;
  overflow: scroll;
}
#alert-definitions-table tbody a.disabled {
  color: #000;
}
#alert-definitions-table > thead > tr > th,
#alert-definitions-table > thead > tr > td,
#alert-definitions-table > tbody > tr > th,
#alert-definitions-table > tbody > tr > td,
#alert-definitions-table > tfoot > tr > th,
#alert-definitions-table > tfoot > tr > td {
  vertical-align: middle;
}
#alert-definitions-table a.ui-icon-circle-close {
  visibility: hidden;
}
#alert-definitions-table .filter-input-width {
  width: calc(100% - 20px);
}
#alert-definitions-table .col0,
#alert-definitions-table td:first-child,
#alert-definitions-table th:first-child {
  width: 15%;
}
#alert-definitions-table .col1,
#alert-definitions-table td:first-child + td,
#alert-definitions-table th:first-child + th {
  width: 35%;
}
#alert-definitions-table .col2,
#alert-definitions-table td:first-child + td + td,
#alert-definitions-table th:first-child + th + th {
  width: 20%;
}
#alert-definitions-table .col3,
#alert-definitions-table td:first-child + td + td + td,
#alert-definitions-table th:first-child + th + th + th {
  width: 15%;
}
#alert-definitions-table .col4,
#alert-definitions-table td:first-child + td + td + td + td,
#alert-definitions-table th:first-child + th + th + th + th {
  width: 15%;
}
#alert-definitions-table .col5,
#alert-definitions-table td:first-child + td + td + td + td + td,
#alert-definitions-table th:first-child + th + th + th + th + th {
  width: 10%;
}
#alert-definitions-table .type-icon {
  margin-right: 5px;
  width: 10px;
  display: inline-block;
}
#alert-instances-table > thead > tr > th,
#alert-instances-table > thead > tr > td,
#alert-instances-table > tbody > tr > th,
#alert-instances-table > tbody > tr > td,
#alert-instances-table > tfoot > tr > th,
#alert-instances-table > tfoot > tr > td,
#alert-instances-table .timeago {
  vertical-align: middle;
}
#alert-instances-table .col0,
#alert-instances-table td:first-child,
#alert-instances-table th:first-child {
  width: 13%;
}
#alert-instances-table .col1,
#alert-instances-table td:first-child + td,
#alert-instances-table th:first-child + th {
  width: 20%;
}
#alert-instances-table .col2,
#alert-instances-table td:first-child + td + td,
#alert-instances-table th:first-child + th + th {
  width: 20%;
}
#alert-instances-table .col3,
#alert-instances-table td:first-child + td + td + td,
#alert-instances-table th:first-child + th + th + th {
  width: 7%;
}
#alert-instances-table .col4,
#alert-instances-table td:first-child + td + td + td + td,
#alert-instances-table th:first-child + th + th + th + th {
  width: 40%;
}
#alert-instances-table .alert-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
}
#alert-instances-table .filter-row input,
#alert-instances-table .filter-row select {
  width: calc(100% - 20px);
}
#alert-definition-details .alert-definition-details-header {
  margin-bottom: 30px;
}
#alert-definition-details .status .label {
  font-size: 14px;
  padding: 5px 8px;
}
#alert-definition-details .right-column button {
  margin-top: 10px;
  width: 100%;
}
#alert-definition-details .right-column .properties-list .property-name {
  font-weight: bold;
}
#alert-definition-details .right-column .properties-list ul {
  list-style: none;
  margin: 0;
}
#alert-definition-details .definition-name,
#alert-definition-details .definition-name input {
  font-size: 20px;
  font-weight: bold;
}
#alert-definition-details .error-msg {
  color: #b94a48;
}
.alert-configs textarea {
  resize: vertical;
}
.alert-configs .alert-label {
  line-height: 26px;
  width: 100%;
  font-size: 85%;
}
.alert-configs .input-group-addon:last-of-type {
  border-left: 0 !important;
  border-radius: 0 4px 4px 0;
}
#host-alerts-table tbody a.disabled {
  color: #000;
}
#host-alerts-table .col0,
#host-alerts-table td:first-child,
#host-alerts-table th:first-child {
  width: 15%;
}
#host-alerts-table .col1,
#host-alerts-table td:first-child + td,
#host-alerts-table th:first-child + th {
  width: 30%;
}
#host-alerts-table .col1 .filter-input-width,
#host-alerts-table td:first-child + td .filter-input-width,
#host-alerts-table th:first-child + th .filter-input-width {
  width: 90%;
}
#host-alerts-table .col2,
#host-alerts-table td:first-child + td + td,
#host-alerts-table th:first-child + th + th {
  width: 20%;
}
#host-alerts-table .col3,
#host-alerts-table td:first-child + td + td + td,
#host-alerts-table th:first-child + th + th + th {
  width: 35%;
}
#host-alerts-table .alert-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
}
#manage-alert-notification-content .notification-info .global-info .global-checkbox {
  margin: 0;
}
#manage-alert-notification-content .input-label {
  font-weight: bold;
}
#manage-alert-notifications-error {
  margin-bottom: 20px;
}
.notification-description .input-value {
  white-space: pre;
}
#create-edit-alert-notification .form-horizontal .control-label {
  font-weight: bold;
}
#create-edit-alert-notification .form-horizontal .error-msg {
  color: #b94a48;
}
#create-edit-alert-notification label {
  width: 115px;
}
#create-edit-alert-notification label.checkbox {
  width: inherit;
}
#create-edit-alert-notification .glyphicon-minus-sign {
  color: #FF4B4B;
}
#create-edit-alert-notification .add-custom-property {
  margin-left: 140px;
}
#create-edit-alert-notification a.disabled {
  cursor: default;
  color: gray;
}
#create-edit-alert-notification a.disabled:hover {
  text-decoration: none;
}
.alert-mixin {
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: relative;
}
.service-block .summary-box-header .alerts-crit-count,
.service-block .summary-box-header .alerts-warn-count,
.service-block .summary-box-header .alerts-none-count {
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  top: -3px;
}
.service-block .summary-box-header .glyphicon {
  color: #999999;
  cursor: pointer;
  font-size: 16px;
  top: 3px;
  left: 4px;
}
.alerts-block .alerts-crit-count,
.alerts-block .alerts-warn-count,
.alerts-block .alerts-none-count {
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
}
.summary-value .alerts-crit-count,
.summary-value .alerts-warn-count,
.summary-value .alerts-none-count {
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 3px 0;
  font-size: 9px;
  width: 15px;
  height: 15px;
  top: -3px;
}
.alerts-crit-count,
.alerts-warn-count,
.alerts-none-count {
  cursor: pointer;
}
.label.alerts-crit-count {
  background: #ef6162;
}
.label.alerts-warn-count {
  background: #e98a41;
}
.label.alerts-none-count {
  background: #c3c3c3;
}
#summary-alerts-popup .alert-list-wrap {
  padding: 10px 5px 5px;
}
#summary-alerts-popup .alert-list-wrap .status-icon {
  padding-right: 5px;
  min-width: 20px;
}
#summary-alerts-popup .alert-list-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.service-alerts-popup .modal .modal-dialog {
  width: 800px;
}
.service-alerts-popup .modal .modal-dialog .modal-content {
  height: 500px;
}
.service-alerts-popup .modal .modal-dialog .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
  height: 75%;
  font-size: 14px;
}
.service-alerts-popup .modal .modal-dialog .modal-content .modal-body .definition-latest-text,
.service-alerts-popup .modal .modal-dialog .modal-content .modal-body .timeago {
  font-size: 12px;
}
/*****start styles for manage alerts popup*****/
.manage-alert-group-popup .group-select {
  width: 100%;
  height: 250px;
}
.manage-alert-group-popup .btn-toolbar {
  margin-top: 0;
}
.manage-alert-group-popup .manage-configuration-group-content {
  margin-bottom: 0;
}
.manage-alert-group-popup .notification-editable-list .title {
  font-weight: bold;
}
.manage-alert-group-popup a i {
  cursor: inherit;
}
.forty-percent-width-modal .modal .definition-latest-text {
  overflow-x: auto;
  text-overflow: inherit;
  white-space: normal;
}
.sixty-percent-width-modal .definition-latest-text {
  overflow-x: auto;
  text-overflow: inherit;
  white-space: normal;
}
/*****end styles for manage alerts popup*****/
/*****start styles for alerts popup*****/
.alerts-popup .modal-body,
.alerts-popup .modal-footer,
.alerts-popup .modal-header {
  min-width: 600px;
}
.service-alerts {
  max-height: 246px;
}
.instance-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8em;
  width: 95%;
}
.definition-latest-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8em;
  width: 95%;
}
.alerts-popup-wrap #alert-info {
  overflow: auto;
  max-height: 340px;
}
.alerts-popup-wrap #alert-info .alert-list-wrap {
  padding: 10px 5px;
}
.alerts-popup-wrap #alert-info .trim_hostname {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*****end styles for alert popup*****/
.enable-disable-button::before {
  font-family: FontAwesome;
  content: "\f011";
}
.alert-definition-filter-list {
  max-height: 200px;
  overflow-y: scroll;
}
.alert-groups-dropdown {
  overflow: auto;
  max-height: 416px;
}
#alert-actions-button {
  margin-right: 10px;
}
.alerts {
  margin: 0;
  overflow-y: auto;
}
.alerts li {
  border-bottom: 1px solid #eee;
  list-style: none;
  padding: 5px;
  background-position: 14px 9px;
  background-repeat: no-repeat;
}
.alerts li .date-time {
  float: right;
}
.alerts li p {
  margin-bottom: 2px;
}
.alerts li .container {
  padding-left: 10px;
  padding-right: 10px;
}
.alerts li .title {
  font-weight: normal;
  font-size: 13px;
}
.alerts li .status-icon {
  padding-top: 7px;
}
.alerts li .date-time {
  color: #999;
  font-style: italic;
  font-size: small;
  text-align: right;
}
.alerts li .message {
  font-size: 12px;
  color: #777;
}
.alerts li .serviceLink {
  padding-left: 7px;
}
.alerts .alert {
  margin: 7px;
}
/***** Start styles for alert create wizard *****/
#create-alert-wizard-step1 .alert-types-container {
  padding: 10px 15px;
}
#create-alert-wizard-step1 .alert-types-container .alert-type {
  height: 150px;
  width: 32%;
  margin: 0px 5px 10px 5px;
  padding: 10px;
  background: white;
}
#create-alert-wizard-step1 .alert-types-container .alert-type:hover {
  cursor: pointer;
}
#create-alert-wizard-step1 .alert-types-container .icon .glyphicon {
  font-size: 35px;
  line-height: 3.5;
}
#create-alert-wizard-step1 .alert-types-container .icon.PORT {
  color: #F6D955;
}
#create-alert-wizard-step1 .alert-types-container .icon.WEB {
  color: #9ADCD4;
}
#create-alert-wizard-step1 .alert-types-container .icon.METRIC {
  color: #F69F79;
}
#create-alert-wizard-step1 .alert-types-container .icon.SCRIPT {
  color: #F2C2AA;
}
#create-alert-wizard-step1 .alert-types-container .icon.AGGREGATE {
  color: #8AD4C7;
}
#create-alert-wizard-step1 .alert-types-container .icon.RAW {
  color: #C9A6B2;
}
#create-alert-wizard-step1 .alert-types-container .label-description {
  padding-top: 10px;
}
#create-alert-wizard-step1 .alert-types-container .label-description .label-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#create-alert-wizard-step1 .alert-types-container .label-description .description-text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/***** End styles for alert create wizard *****/

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
body {
  overflow-y: scroll;
  line-height: 1.3em;
}
html,
body {
  height: 100%;
  background-color: #f0f0f0;
}
.form-text {
  line-height: 34px;
}
wbr {
  display: inline-block;
}
ul,
ol {
  padding: 0;
  padding-left: 10px;
}
.glyphicon-2x {
  font-size: 2em;
}
.glyphicon-3x {
  font-size: 3em;
}
.glyphicon-4x {
  font-size: 4em;
}
.glyphicon-5x {
  font-size: 5em;
}
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
.glyphicon-warning-sign,
.icon-warning-sign {
  color: #ef6162;
}
.glyphicon-ok-sign,
.icon-ok-sign {
  color: #1eb475;
}
.glyphicon-question-sign,
.icon-question-sign {
  color: #ffd13d;
}
.glyphicon-minus-sign,
.icon-minus-sign {
  color: #e98a41;
}
.icon-medkit {
  color: #000000;
}
body.modal-open {
  padding-right: 0 !important;
}
@-moz-document url-prefix() {
  input[type="file"] {
    line-height: 25px!important;
  }
}
ul.typeahead.dropdown-menu {
  z-index: 3000000 !important;
}
#wrapper {
  min-height: 100%;
}
#main {
  transition: .5s ease;
  overflow: visible;
  padding-bottom: 100px;
  min-width: 980px;
}
footer {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  color: #666;
  margin-top: -101px;
  height: 40px;
}
footer .footer-links {
  font-size: 12px;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.disabled .pencil-box {
  display: none;
}
.editable-list-container.well {
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.editable-list-container.well.edit-mode {
  cursor: default;
}
.editable-list-container.well.disabled {
  background: white;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item.add-item-input .ember-text-field {
  display: inline-block !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  width: 50px;
  height: 18px;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -42px;
  padding: 2px 5px 5px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform-origin: 0% 0%;
  /* IE 9 */

  -webkit-transform-origin: 0% 0%;
  /* Chrome, Safari, Opera */

  transform-origin: 0% 0%;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.editable-list-container .actions-panel .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.editable-list-container .actions-panel .glyphicon-remove {
  color: #000;
}
.editable-list-container .actions-panel .glyphicon-ok {
  color: white;
}
.editable-list-container .items-box ul.items-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.editable-list-container .items-box ul.items-list li.item {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 5px 5px 2px;
  background: white;
  border: 1px solid #ebebeb;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.editable-list-container .items-box ul.items-list li.item.deletable {
  padding-right: 25px;
}
.editable-list-container .items-box ul.items-list li.item.global {
  background-color: #f5f5f5;
}
.editable-list-container .items-box ul.items-list li.item li a {
  text-decoration: none;
}
.editable-list-container .items-box ul.items-list li.item a {
  color: #555;
}
.editable-list-container .items-box ul.items-list li.item .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container .pencil-box {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.typeahead-box {
  position: absolute;
  left: 0;
  margin-top: 5px;
  background: white;
  border: 1px solid #ebebeb;
  z-index: 1000;
  min-width: 65px;
  max-height: 150px;
  overflow: auto;
}
.typeahead-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.typeahead-box ul li {
  padding: 3px 5px;
  display: block;
  cursor: pointer;
}
.typeahead-box ul li.selected,
.typeahead-box ul li .typeahead-box ul li:hover {
  background: #eee;
}
.table-overlay {
  position: absolute;
  opacity: 0.9;
  background-color: #fefefe;
}
.table-overlay .spinner {
  display: none;
}
.host-elements {
  border: 1px solid #ddd;
  height: 120px;
  overflow: auto;
  padding: 5px;
}
.host-elements ul {
  margin-bottom: 0;
}
.host-elements table {
  width: 100%;
}
.host-elements table td {
  width: 50%;
  padding: 0;
}
.export-graph-list {
  top: 25px;
  min-width: 60px;
  font-size: 14px;
  cursor: auto;
}
.export-graph-list a {
  cursor: pointer;
}
.pre-styled {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 14px;
  font-family: monospace;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.clear {
  clear: both;
}
.noDisplay {
  display: none !important;
}
.display {
  display: block !important;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 10px;
}
::-webkit-scrollbar:horizontal {
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: rgba(233, 233, 233, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(233, 233, 233, 0.3);
}
.side-nav-menu::-webkit-scrollbar {
  display: none;
}
#content {
  padding: 0 0 15px 0;
}
.badge-important {
  background-color: #b94a48!important;
}
.badge-warning {
  background-color: #666 !important;
}
table.diff {
  white-space: normal;
  width: 100%;
}
table.diff .replace,
table.diff .insert,
table.diff .empty {
  float: none;
  width: 50%;
  margin: 0;
  padding: 0;
}
.restart-required {
  line-height: 30px;
}
.spinner-text {
  line-height: 36px;
}
.row.row-no-pad {
  padding-left: 15px;
  padding-right: 15px;
}
.row.row-no-pad .col-md-1,
.row.row-no-pad .col-md-2,
.row.row-no-pad .col-md-3,
.row.row-no-pad .col-md-4,
.row.row-no-pad .col-md-5,
.row.row-no-pad .col-md-6,
.row.row-no-pad .col-md-7,
.row.row-no-pad .col-md-8,
.row.row-no-pad .col-md-9,
.row.row-no-pad .col-md-10,
.row.row-no-pad .col-md-11,
.row.row-no-pad .col-md-12,
.row.row-no-pad .col-lg-1,
.row.row-no-pad .col-lg-2,
.row.row-no-pad .col-lg-3,
.row.row-no-pad .col-lg-4,
.row.row-no-pad .col-lg-5,
.row.row-no-pad .col-lg-6,
.row.row-no-pad .col-lg-7,
.row.row-no-pad .col-lg-8,
.row.row-no-pad .col-lg-9,
.row.row-no-pad .col-lg-10,
.row.row-no-pad .col-lg-11,
.row.row-no-pad .col-lg-12 {
  padding-left: 1px;
  padding-right: 1px;
}
.row.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.ru-badge {
  text-align: center;
}
.ru-badge a:hover {
  text-decoration: none;
}
.ru-badge .upgrade-in-progress {
  text-shadow: none;
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bluePulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: bluePulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #006DCC;
}
.ru-badge .upgrade-holding {
  text-shadow: none;
  -webkit-animation-name: orangePulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: orangePulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: orangePulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #e98a41;
}
.ru-badge .upgrade-aborted {
  text-shadow: none;
  -webkit-animation-name: redPulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: redPulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: redPulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #ef6162;
}
.ru-badge .upgrade-aborted .glyphicon-remove {
  color: #fff;
}
.alerts-crit-count {
  margin-left: 0;
  background: #ef6162;
  cursor: pointer;
}
.alerts-warn-count {
  margin-left: 0;
  background: #e98a41;
  cursor: pointer;
}
.alerts-none-count {
  margin-left: 0;
  cursor: pointer;
}
.health-status-HEALTHY,
.health-status-LIVE,
.health-status-STARTING,
.health-status-started,
.health-status-starting {
  color: #1eb475;
}
.health-status-color-red,
.health-status-installed,
.health-status-stopping,
.health-status-DEAD-RED,
.health-status-STOPPING {
  color: #ef6162 !important;
}
.health-status-unknown,
.health-status-DEAD-YELLOW {
  color: #ffd13d !important;
}
.health-status-DEAD-ORANGE {
  color: #e98a41;
}
.health-status-color-blue {
  color: #0000ff;
}
.nav.top-nav-menu .service-caption,
.nav-list.nav-services .service-caption {
  display: inline-block;
  width: 100%;
}
.nav.top-nav-menu .glyphicon-caption,
.nav-list.nav-services .glyphicon-caption {
  display: inline-block;
  width: 20%;
}
.nav.top-nav-menu .glyphicon-caption .alerts-count {
  position: relative;
  top: 1px;
}
.nav-list.nav-services {
  margin-bottom: 5px;
}
.nav-list.nav-services .glyphicon-caption .alerts-count {
  position: relative;
  top: 2px;
}
.hidden-scroll {
  overflow-y: hidden;
}
.pre-scrollable {
  overflow-y: auto;
}
h1 {
  color: #69be28;
}
.login h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-header {
  width: 100%;
  margin-bottom: 10px;
}
.login-header ul.nav.side-nav-header {
  width: 100%;
}
.hide,
.hidden {
  visibility: hidden;
}
.not-visible {
  visibility: hidden;
}
.show,
.shown {
  visibility: visible;
}
/***************
 * Ambari wide icon colors
 ***************/
.glyphicon-ok {
  color: #1eb475;
}
.glyphicon-refresh {
  color: #999;
}
.glyphicon-warning-sign {
  color: #fdb82f;
}
.glyphicon-empty {
  height: 21px;
  display: inline-block;
  width: 8px;
}
.glyphicon-caret-right,
.glyphicon-caret-left {
  min-width: 8px;
  padding-top: 2px;
}
.glyphicon-remove,
.glyphicon-remove-sign {
  color: #FF4B4B;
}
.glyphicon-question-sign {
  color: #999;
}
.glyphicon-exclamation-sign {
  color: #B94A48;
}
.glyphicon-play.enabled {
  color: #69be28;
}
.glyphicon-stop.enabled {
  color: red;
}
.arrow-right {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 20px 70px;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 20px solid transparent;
}
.arrow-left {
  cursor: pointer;
  display: inline-block;
  margin: 0 -10px 20px 3px;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-right: 20px solid transparent;
}
.arrow-up {
  cursor: pointer;
  display: inline-block;
  border-left: 70px solid #dedede;
  border-bottom: 15px solid #dedede;
  border-right: 70px solid #dedede;
  border-right-color: transparent;
  border-left-color: transparent;
}
.arrow-down {
  cursor: pointer;
  display: inline-block;
  border-left: 70px solid #dedede;
  border-top: 15px solid #dedede;
  border-right: 70px solid #dedede;
  border-right-color: transparent;
  border-left-color: transparent;
}
.visibleArrow {
  border-right-color: #dedede;
  border-left-color: #dedede;
}
.spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.spinner i {
  color: #555;
  font-size: 2.5em;
}
.spinner.service-button-spinner {
  width: 30px;
  height: 30px;
  background-size: cover;
}
.spinner.service-button-spinner i {
  font-size: 1em;
}
a:focus {
  outline: none;
}
/*Rack images*/
.sort-wrapper .column-name {
  cursor: pointer;
  padding-right: 18px;
}
/*****start styles for install tasks logs*****/
.task-list-main-wrap .pending,
.task-detail-info .pending,
.host-progress-popup .pending,
.task-list-main-wrap .queued,
.task-detail-info .queued,
.host-progress-popup .queued {
  color: #999;
}
.task-list-main-wrap .in_progress,
.task-detail-info .in_progress,
.host-progress-popup .in_progress {
  color: #367FE6;
}
.task-list-main-wrap .completed,
.task-detail-info .completed,
.host-progress-popup .completed {
  color: #0EA31C;
}
.task-list-main-wrap .failed,
.task-detail-info .failed,
.host-progress-popup .failed {
  color: #DF5F5F;
}
.task-list-main-wrap .aborted,
.task-detail-info .aborted,
.host-progress-popup .aborted,
.task-list-main-wrap .timedout,
.task-detail-info .timedout,
.host-progress-popup .timedout {
  color: #FF9C09;
}
.task-list-main-wrap .request-schedule-abort {
  margin-top: 7px;
}
.task-list-main-wrap .request-schedule-abort .btn {
  margin-top: -5px;
}
.task-list-main-wrap .task-top-wrap {
  width: 100%;
  border-bottom: 1px solid #CCC;
  font-size: 15px;
  height: 40px;
}
.task-list-main-wrap #host-log {
  max-height: 340px;
  overflow: auto;
  width: 100%;
}
.limited-height {
  max-height: 150px;
  overflow-y: auto;
}
.limited-height-2 {
  max-height: 250px;
  overflow-y: auto;
}
.task-detail-info .task-detail-log-info {
  max-height: 500px;
  overflow: auto;
  width: 100%;
}
.task-detail-info .task-detail-log-clipboard {
  width: 100%;
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 14px;
  font-size: 11px;
  font-family: monospace;
  word-break: normal;
}
.task-detail-info .task-top-wrap {
  width: 100%;
  border-bottom: 1px solid #CCC;
  font-size: 15px;
  padding: 0 0 10px 0;
}
.task-detail-info .task-top-wrap .task-detail-status-ico {
  content: "";
  margin-top: -4px;
  box-shadow: none;
  margin-bottom: 0;
  font-size: 24px;
}
.task-detail-info .task-top-wrap .task-detail-ico-wrap {
  font-size: 14px;
  float: right;
}
.task-detail-info .task-top-wrap .task-detail-ico-wrap a {
  cursor: pointer;
  float: left;
  margin-right: 12px;
}
.task-detail-info .task-top-wrap .task-detail-ico-wrap a:last-child {
  margin-right: 0;
  float: right;
}
.task-detail-log-info .stderr,
.task-detail-log-info .stdout {
  line-height: 14px;
  font-size: 11px;
  font-family: monospace;
  word-break: normal;
}
/*****end styles for install tasks logs*****/
/*****start styles for dashboard page*****/
/*start services summary*/
.services .alert {
  padding: 5px;
}
.services .health-status-LIVE,
.services .health-status-STARTING,
.services .health-status-DEAD-RED,
.services .health-status-STOPPING,
.services .health-status-DEAD-ORANGE,
.services .health-status-DEAD-YELLOW {
  list-style: none;
  min-height: 20px;
  min-width: 20px;
  margin-left: 6px;
  float: none;
  display: inline;
}
.services .like_pointer {
  cursor: pointer;
}
.services .service {
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #b8b8b8;
  padding-left: 10px;
  margin-right: 20px;
}
.services .service .name {
  line-height: 21px;
  margin-left: 0;
  width: 145px;
}
.services .service .name a {
  margin-left: 5px;
}
.services .service .summary {
  line-height: 21px;
}
.services .service .clearfix {
  padding-bottom: 8px;
}
.services .service .service-body {
  display: none;
  position: relative;
}
.services .service table.table {
  margin-top: 14px;
  color: #666;
  font-size: 13px;
}
.services .service table.table tr > td:first-child {
  padding-right: 10px;
  text-align: right !important;
}
.services .service table.table th,
.services .service table.table td {
  padding: 4px;
}
.services .STARTING,
.summary-info .STARTING,
.services .STARTED,
.summary-info .STARTED {
  color: #1eb475;
  background-position: 0 7px;
  background-repeat: no-repeat;
  list-style: none;
  height: 13px;
  width: 13px;
  margin: 0 3px 0 0 ;
  display: inline !important;
  float: none !important;
}
.services .STOPPING,
.summary-info .STOPPING,
.services .INSTALLED,
.summary-info .INSTALLED {
  color: #ef6162;
  background-position: 0 7px;
  background-repeat: no-repeat;
  list-style: none;
  height: 13px;
  width: 13px;
  margin: 0 3px 0 0 ;
  display: inline !important;
  float: none !important;
}
.services .UNKNOWN,
.summary-info .UNKNOWN {
  color: #ffd13d;
  background-position: 0 7px;
  background-repeat: no-repeat;
  list-style: none;
  height: 13px;
  width: 13px;
  margin: 0 3px 0 0 ;
  display: inline !important;
  float: none !important;
}
.services .service-summary-component-red-dead,
.summary-info .service-summary-component-red-dead {
  color: #ef6162;
  display: inline;
}
.services .service-summary-component-green-live,
.summary-info .service-summary-component-green-live {
  color: #228b22;
  display: inline;
}
.summary-info {
  color: #666;
  font-size: 13px;
  line-height: 16px;
}
.summary-info .upgrade-status-warning {
  color: #ef6162;
}
.summary-info .col-md-3 {
  min-height: 70px;
  margin-left: 2px;
  min-width: 180px;
}
.summary-info .summary-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
.summary-info .summary-value {
  color: #333333;
}
.summary-info .summary-value span {
  display: inline-block;
}
.summary-info .summary-value span.endpoint-value {
  padding-left: 30px;
}
.summary-info .summary-value span .clip-board {
  margin-left: 5px;
}
.summary-info .master-group-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faintText {
  color: #999;
}
.more-stats {
  display: block;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  color: #333;
}
.more-stats:hover {
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
/*end services summary*/
/*Alerts popup*/
.align-center {
  text-align: center;
}
/*start chart/style graphs*/
.chart-wrapper .shown {
  display: inline-block;
}
.chart-wrapper .time-label {
  text-align: center;
}
.chart-wrapper .actions-container {
  text-align: center;
}
.chart-wrapper .actions-container .graph-details-time-range {
  display: inline-block;
}
.chart-wrapper .actions-container .graph-details-time-range .dropdown-menu {
  text-align: left;
}
.chart-wrapper .screensaver {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.serviceConfigUGIDLbl {
  display: inline-block;
  text-align: left;
  margin-left: 92px;
  width: 100px;
}
.serviceConfigUGID {
  width: 150px !important;
}
.serviceConfigNoUGID {
  width: 500px !important;
}
.chart-container {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  position: relative;
  margin: 20px 15px 0 15px;
}
.chart-container.chart-container-popup {
  cursor: auto !important;
  margin-left: 0;
  overflow: visible;
  width: 650px;
}
.chart-container.chart-container-popup .chart {
  left: 60px;
  overflow: visible;
  position: relative;
  text-align: center;
}
.chart-container.chart-container-popup .chart-y-axis {
  position: absolute;
  top: -15px;
  bottom: 0;
  width: 60px;
}
.chart-container.chart-container-popup .chart-legend {
  top: 245px;
}
.chart-container.chart-container-popup .x_tick .title {
  margin-top: 35px !important;
}
.chart-container.chart-container-popup .alert {
  display: inline-block;
  padding-right: 14px;
}
.chart-container .chart {
  position: relative;
  z-index: 1;
}
.chart-container .chart-y-axis {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  margin-top: 15px;
}
.chart-container .chart-x-axis {
  position: absolute;
  top: 180px;
  left: 35%;
  width: 30%;
  z-index: 2;
}
.chart-container .x_tick {
  margin-top: 5px;
}
.chart-container .x_tick .title {
  padding: 0 2px;
  opacity: 1 !important;
  top: 148px;
}
.chart-container svg g g:nth-child(1) {
  display: none;
}
.chart-container text {
  font-weight: 700;
  opacity: 1 !important;
}
.chart-container .chart-legend {
  font-family: 'Courier New';
  position: absolute;
  top: 180px;
  z-index: 3;
}
.chart-container .chart-legend .label {
  font-size: 12px;
}
.chart-container .rickshaw_legend {
  background-color: #999 !important;
}
.chart-container .rickshaw_legend li:hover {
  background-color: #999 !important;
}
.chart-container .rickshaw_legend:empty {
  padding: 0;
}
.chart-container .rickshaw_graph .x_tick .title {
  bottom: -6px;
  opacity: 0.75;
}
.chart-container .chart-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.chart-container .chart-title {
  text-align: center;
  font-size: small;
}
.chart-container .chart-title.has-data {
  padding-right: 15px;
}
.chart-container .corner-icon {
  position: absolute;
  right: 0;
  bottom: -1px;
  text-decoration: none;
}
.chart-container .corner-icon i {
  color: #555;
}
.chart-container .export-graph-list-top {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 10px;
}
.chart-container .export-graph-list {
  top: auto;
  right: -1px;
  bottom: -65px;
}
.timezone {
  font-size: 12px;
}
/*end chart/graph styles*/
/*****end styles for dashboard page*****/
/*Services*/
.services-menu .nav-list .health-status-LIVE,
.services-menu .nav-list .health-status-STARTING,
.services-menu .nav-list .health-status-DEAD-RED,
.services-menu .nav-list .health-status-STOPPING,
.services-menu .nav-list .health-status-DEAD-YELLOW {
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 2px;
  display: inline;
  float: none;
}
.services-menu .nav-list li {
  line-height: 24px;
}
.services-menu .nav-list li a {
  padding: 3px 4px;
  white-space: nowrap;
}
.services-menu .nav-list li.clients a {
  padding-left: 37px;
}
.services-menu .nav-list .glyphicon-blackboard {
  color: #555;
  padding-left: 1px;
}
.services-menu .nav-list .active .glyphicon-blackboard {
  color: #f0f0f0;
}
.services-menu .icon-medkit {
  padding-left: 6px;
}
.services-menu .services-menu-actions {
  margin-left: 20%;
}
.navigation-bar-container ul.nav.side-nav-menu li.submenu-li > a.services-menu-blocks {
  padding-left: 50px;
}
a.services-menu-blocks {
  overflow: auto;
}
a.services-menu-blocks .icon-health-block {
  float: left;
}
a.services-menu-blocks .service-name-block {
  float: left;
  white-space: normal;
  word-break: break-word;
}
a.services-menu-blocks .glyphicon.glyphicon-refresh,
a.services-menu-blocks .icon-medkit,
a.services-menu-blocks .label {
  margin-left: 4px;
  margin-right: 4px;
}
a.services-menu-blocks .glyphicon.glyphicon-refresh {
  top: 1px;
}
a.services-menu-blocks .icon-medkit {
  color: #999999;
}
a.services-menu-blocks .menu-item-name.master-down:not(.client-only-service) {
  color: #ef6162;
}
a.services-menu-blocks .menu-item-name.UNKNOWN {
  color: #ffd13d;
}
.quick-links-wrapper {
  margin-top: -60px;
  position: relative;
  left: 280px;
}
.quick-links-wrapper .nav-pills.move {
  float: right;
  width: 135px;
}
.quick-links-wrapper .nav-pills.move > li {
  position: absolute;
}
.quick-links-wrapper .dropdown-menu {
  min-width: 170px;
}
.quick-links-wrapper .alert {
  padding: 0 2px;
  margin: 0 2px;
}
.service-block {
  margin-top: 20px;
}
.service-block .summary-links-block {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}
.service-block .panel,
.service-block .panel-heading {
  border: none;
}
.service-block .panel-title {
  font-size: 20px;
}
.service-block .service-alerts {
  margin-top: 10px;
}
.service-block .quick-links-block .panel-body a {
  display: block;
  margin-bottom: 5px;
}
.service-block .quick-links-block h6 {
  word-break: break-all;
}
.service-button {
  text-align: right;
  margin-bottom: 5px;
  margin-top: -60px;
  margin-left: 10px;
  min-height: 30px;
  float: right;
}
.service-button .btn-group {
  vertical-align: inherit;
}
.service-button ul.dropdown-menu li {
  text-align: left;
}
.service-button ul.dropdown-menu a {
  cursor: pointer;
}
.summary-metric-graphs .chart-container .chart-x-axis {
  left: 0;
  width: 100%;
}
.metrics-collapsed-graphs {
  margin-bottom: 10px;
}
.metrics-collapsed-graphs .panel .panel-heading {
  font-size: 15px;
  color: #777;
  font-weight: bold;
}
.metrics-collapsed-graphs .panel .panel-heading .panel-toggle .glyphicon {
  margin-right: 10px;
}
.metrics-collapsed-graphs .panel .panel-heading .panel-toggle .glyphicon:before {
  content: "\e252";
}
.metrics-collapsed-graphs .panel .panel-heading .panel-toggle.collapsed .glyphicon:before {
  content: "\e250";
}
.metrics-collapsed-graphs .panel .panel-heading .btn {
  margin: 3px;
}
.metrics-collapsed-graphs .panel .panel-body.in {
  overflow: visible;
}
/*End Services*/
table.graphs {
  table-layout: fixed;
  width: 100%;
}
.dialog-delete-component {
  border: 1px solid #fdb82f;
  border-radius: 4px;
  padding: 4px;
  background: #FFFDF6;
}
.services-menu .glyphicon-refresh {
  margin-left: 4px;
}
/*Start Admin*/
.btn-padding {
  margin-left: 20px;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
#admin-auto-start {
  background-color: #fff;
  padding: 30px;
}
#admin-auto-start .description {
  color: #666666;
}
#admin-auto-start .table th {
  font-weight: normal;
}
#admin-auto-start .table th:first-child {
  color: #666;
}
#admin-auto-start .table th:first-child,
#admin-auto-start .table td:first-child,
#admin-auto-start .table th:first-child + th,
#admin-auto-start .table td:first-child + td {
  line-height: 24px;
  min-width: 200px;
  width: 20%;
}
#admin-auto-start .table th:first-child + th + th,
#admin-auto-start .table td:first-child + td + td {
  width: 15%;
  text-align: center;
}
#admin-auto-start .table .skip-border {
  border: none;
}
#admin-auto-start .table .all-checkbox {
  display: inline-block;
  top: 2px;
}
#admin-auto-start .table .all-checkbox label {
  font-size: inherit;
}
#admin-auto-start .general-auto-start {
  display: inline-block;
  margin-left: 15px;
}
#admin-auto-start .form-horizontal .radio,
#admin-auto-start .form-horizontal .checkbox,
#admin-auto-start .form-horizontal .radio-inline,
#admin-auto-start .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.admin-user-settings hr {
  margin: 5px 0;
}
.admin-user-settings select {
  width: 100%;
}
.admin-user-settings .setting-wrapper {
  margin-bottom: 20px;
}
/*End Admin*/
/*Start About*/
.about .project {
  font-weight: bold;
  font-size: 2em;
}
/*End About*/
/*Dashboard*/
.alerts-count {
  cursor: pointer;
  margin-left: 5px;
}
ul.filter {
  background: #fff;
  list-style: none;
  position: absolute;
  padding: 10px;
}
.pull-caret-right {
  float: right;
  margin-top: 5px;
}
/*start charts rack*/
.rack .rackHeader {
  padding: 5px 5px 5px 10px;
  color: #006F9F;
}
.rack .indicatorR {
  background-color: #E2001A;
}
.rack .indicatorY {
  background-color: #F29400;
}
.rack .indicatorG {
  background-color: #88BF67;
}
.rack .hosts {
  padding: 2px 15px;
}
.rack .hosts .hostBlock {
  height: 38px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  margin-top: 1px;
  margin-bottom: 1px;
}
/*Start Heatmap*/
.heatmap .heatmap_host_details {
  border: 1px solid #D9D9D9;
  background: #f9f9f9;
  width: 280px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1000;
}
.heatmap .legend {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.heatmap .legend .tile {
  box-sizing: content-box;
  width: 30px;
  height: 1em;
  padding: 4px;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.heatmap .heatmap-host {
  display: block;
  width: 100%;
  height: 100%;
}
.heatmap .active-widget {
  position: static;
}
/*End Heatmap*/
/* CHARTS */
.chart {
  overflow: hidden;
}
.chart .attributes {
  width: 75px;
  float: left;
  margin: 45px 0 0 0;
}
.chart .attributes p {
  margin-bottom: 9px;
}
.chart .hostName {
  font-weight: bold;
}
.chart .rule {
  display: none;
  width: 30px;
  height: 124px;
  padding-top: 27px;
  position: absolute;
  border-left: 1px dashed #a52a2a;
}
.chart .rule .stateValue {
  margin: 15px 0 0 3px;
  line-height: 15px;
}
.chart .axis {
  font: 10px sans-serif;
}
.chart .axis path {
  display: none;
}
.chart .axis line {
  shape-rendering: crispedges;
  stroke: #000;
}
.chart .line {
  background: none repeat scroll 0 0 #000;
  z-index: 2;
}
.chart ul.dropdown-menu li {
  text-align: left;
}
.linear path {
  stroke: steelblue;
  stroke-width: 2;
  fill: none;
}
.linear line {
  stroke: black;
}
.linear text {
  font-size: 9pt;
}
/* CHARTS END */
/* UNIVERSAL STYLES */
.align-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.left {
  float: left;
}
.no-borders {
  border: none !important;
}
ul.inline li {
  display: inline;
}
.table.no-borders th,
.table.no-borders td {
  border-top: none;
}
.table .filter-row .filter-input-width {
  width: calc(100% - 20px);
}
.not-active-link {
  color: #999;
}
.not-active-link a {
  text-decoration: none;
  pointer-events: none;
  color: #999;
  cursor: default;
}
.not-active-link .black {
  color: black;
}
.pointer {
  cursor: pointer;
}
.lowercase {
  text-transform: lowercase;
}
.ellipsis:after {
  content: '...';
}
.full-width {
  width: 100% !important;
}
.rack-id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advanced-header-table {
  table-layout: fixed;
}
.advanced-header-table .sorting_asc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA4klEQVQ4Ee2RPw8BQRDF3x4dCokL0SqUKqVSr/ZRruWTaEnUWgkShwji3yWCwoXQOCKCHXPq24hSmGJ3srvz5vdmga8NIhK1GhW2B8q+M+F/96DRRHE0hUEagegUEyK4VdVoqgv3fL2h3HAMQ3I+sQDLCpRdUlWNUux8prjZltXTRUIQ4X4T6HSRcRwkPxLj7r7ZHPXFSgO7A3xgwQfsncRghJKKzpPMPiBv9pBwDQmhgaTgnRU5zD7S86U3necH2CtQJIyKHkWKyXTGCrFZh4XtxxWt4x6eda9u/+U/gZ+dwBODrVwv7HA8iwAAAABJRU5ErkJggg==) no-repeat right 50%;
}
.advanced-header-table .sorting_desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAABEUlEQVQ4Ee2SMUsDQRSE52U3Z3FpjIgQo+a0CCQehisimDa2Fmlt/EX+ATs7LWy0VFCwsLKJtWgRiYWFWAjmdsc9IU1c5Ehrtln2zbzv7Q4LzNYsgf+cgPgef3PL/ccn9IIgjWn1UlEQpsJ3Kxh8ffJurVI47XblcrJXTxay80qEj/6D6b2NFEgDQkFDyoYoF5XE1Q7une0XrOCDRRVctBPVl9SpVMhM1hqHBJpNPNfXceTr88JExDYa2F1exQ9I0cFcIPMLQKuNHaeb3LDMWCrJ63YiB3oOGJEIlELSwt5iKC8+UFbz3mxsrtVwHNdxpZ1rI8Lh1qacj7Wp9uGQ4ckZr0n+OTg33IG8Xyg3YBrjN2mnRpK2GkKGAAAAAElFTkSuQmCC) no-repeat right 50%;
}
.advanced-header-table .sorting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAABmElEQVQ4EdWSv0vDQBTH7y4ZUkKhTdtYHArOUvwPdHAVpeBY3PwH/BfEycF/wclR6NzBxUFxKrgokRLaSkmhTZr+ADWJ32s5DeXaSkHBW97du/c+73vvHiF/vaIooj+pyZYFAaTbtn0DuzR2YQBX1G63K57n7TQajfNlhRfCfN8/6na7u4AS13VPOp3O/iLgXBgAa0i+/Hh7J5RSEoYh6fV6FfjX5wGlMCQwgKpQNs0Lo4kdjUYEz77FvSIDSmGA7DmOU+SKxGJkukeRDfTwWPjjVo0fxH48Hic1TbtmjBX5c2F1WA/3rSAI7obDoSVif81+vyNWAmNQHgwGB6qqbqHxOUVRklDkQ2ELCu+h+qJQKDzGUiZb6TPT6TTt9/uHABLeK947QFKE0RSyNg3DkM6c9AN0Xb9CwguUCNDXeKDQQyaTeZpVxc9SZVASQMk2frWFzyCTwUBDElqCmKZZxv10VmaIUmU8Bgmv+Xy+JNRxXzabraJfz3y/0mo2m2e1Wi2q1+sQG+VWgogkAKhlWaeY/pLw/T/7CTBQv9a27vsbAAAAAElFTkSuQmCC) no-repeat right 50%;
}
.advanced-header-table a.ui-icon-circle-close {
  float: right;
  opacity: 0.2;
  padding: 1px;
  position: relative;
  margin-top: 8px;
  z-index: 10;
}
.advanced-header-table a.ui-icon-circle-close:hover {
  opacity: 0.7;
}
.advanced-header-table .notActive a.ui-icon-circle-close {
  visibility: hidden;
}
.advanced-header-table .label-row {
  font-size: 0.9em;
}
.advanced-header-table .label-row th {
  padding: 4px;
  padding-left: 10px;
}
.advanced-header-table .label-row .active-sort {
  color: #555;
  text-decoration: none;
  border-radius: 0;
}
.advanced-header-table .filter-row th {
  padding: 8px;
}
.advanced-header-table .filter-row .active-filter {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
}
.advanced-header-table .filter-row .filter-btn {
  color: #999;
  font-size: 12px;
  line-height: 14px;
  padding-left: 6px;
  text-align: left;
  width: 100px;
}
.advanced-header-table .filter-row .filter-btn .glyphicon-filter {
  color: #999;
}
/* UNIVERSAL STYLES END */
/* METRIC FILTERING WIDGET */
.metric-filtering-widget .title {
  padding-top: 4px;
}
.metric-filtering-widget .panel {
  background: none repeat scroll 0 0 #FFFFFF;
  /*border: 1px solid;*/

  font-size: 12px;
  /*padding: 5px 0;*/

  position: absolute;
  z-index: 1000;
}
.metric-filtering-widget .panel .panel-group .panel-heading i {
  text-decoration: none;
}
.metric-filtering-widget .panel .panel-group .panel-body ul.items {
  list-style: none;
}
.metric-filtering-widget .panel .panel-group .panel-body ul.items li a:hover {
  cursor: pointer;
}
.metric-filtering-widget .panel .panel-group .panel-body ul.items li.disabled a {
  color: #999999;
}
/* METRIC FILTERING WIDGET END */
/* TIME RANGE WIDGET */
#slider {
  margin: 10px 0 40px;
  width: 330px;
}
#slider .now-marker {
  position: absolute;
  right: -15px;
  bottom: -23px;
}
#slider .period-marker {
  position: absolute;
  left: -15px;
  bottom: -23px;
}
.screensaver {
  width: 90%;
  height: 157px;
  border: 1px solid silver;
  margin: 20px 15px 10px 15px;
}
/* TIME RANGE WIDGET END */
/* fieldset begin */
.fieldset {
  border: 2px solid black;
  padding: 10px;
}
.fieldset legend {
  border-bottom: none;
  width: auto;
  font-size: 14px;
}
/* fieldset end */
/* Start Carousel */
.carousel-inner {
  height: 80px;
}
/* End Carousel*/
.content-area {
  position: relative;
}
.content-area .textTrigger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  background-color: #dcdcdc;
}
.combobox-container .btn:hover {
  background-position: 0;
}
.summary-width {
  position: static;
}
li.break {
  background: none repeat scroll 0 0 #e4e4e4;
  padding-top: 1px;
}
.alert-info {
  background-color: #E6F1F6;
  border-color: #D2D9DD;
  color: #4E575B;
  text-shadow: none;
}
.alert-info .link {
  padding: 0 15px;
}
.alert-info .link-left-pad {
  padding-left: 15px;
}
.alert-info .config-groups-dropdown-menu {
  overflow: auto;
  max-height: 416px;
}
i.glyphicon-asterisks {
  color: #00688B;
}
.rickshaw_legend .action {
  opacity: 1;
  color: #fff;
}
.rickshaw_legend .action:hover {
  opacity: 0.8;
  text-decoration: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.code-snippet {
  background-color: #eee;
  border: 1px dashed #ccc;
  font-family: Courier;
  font-size: 12px;
  padding: 4px;
  white-space: normal;
}
@media (min-width: 1200px) {
  .summary-metric-graphs .chart-container .chart-x-axis {
    left: 0;
    width: 100%;
  }
  .services-menu .nav-list li .label.alerts-count {
    margin-right: 0;
  }
  .services-menu .nav-list li .glyphicon-blackboard {
    padding-left: 5px;
  }
  .services-menu .nav-list li .health-status-LIVE,
  .services-menu .nav-list li .health-status-STARTING,
  .services-menu .nav-list li .health-status-DEAD-RED,
  .services-menu .nav-list li .health-status-STOPPING,
  .services-menu .nav-list li .health-status-DEAD-YELLOW {
    margin-left: 6px;
  }
}
@media (max-width: 1200px) {
  .main-container {
    width: 940px;
    padding: 0 15px;
  }
  .contribview .main-container {
    width: auto;
  }
  .contribview .navbar .main-container {
    width: 940px;
    margin: 0 auto;
  }
}
.filter-combobox > input {
  width: 170px;
  border-radius: 4px 0 0 4px;
  padding-right: 20px;
}
.filter-combobox > .btn-group {
  display: inline-block;
  margin-left: -1px;
}
.filter-combobox > .btn-group > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-combobox > .btn-group .dropdown-menu {
  left: auto;
  right: 0;
}
.filter-combobox i.disabled {
  color: #666666;
}
input[type="radio"].align-checkbox,
input[type="checkbox"].align-checkbox {
  margin: -2px 5px 0 0;
}
#config-group-select-create-dialog .select-create-config-group-div {
  margin: 0 0 20px 20px;
}
#config-group-select-create-dialog .select-create-config-group-div .dropdown-menu {
  max-height: 160px;
  max-width: 300px;
  overflow-y: auto;
}
#config-group-select-create-dialog .radio,
#config-group-select-create-dialog .checkbox {
  margin-bottom: 5px;
}
.manage-configuration-group-popup .group-select {
  height: 250px;
}
.new-config-group-div td {
  vertical-align: top;
}
.new-config-group-div td.title {
  padding-top: 4px;
}
.new-config-group-div .textarea-full-width {
  padding-right: 10px;
}
.new-config-group-div .textarea-full-width textarea {
  width: 100%;
  margin: 0;
}
.pts {
  padding-top: 5px;
}
.mlc {
  margin-left: 0;
}
.mtm {
  margin-top: 10px;
}
.mtl {
  margin-top: 20px;
}
.mtl15 {
  margin-top: 30px;
}
.mbm {
  margin-bottom: 10px;
}
.mls {
  margin-left: 5px;
}
.mlm {
  margin-left: 10px;
}
.mll {
  margin-left: 20px;
}
.mrm {
  margin-right: 10px;
}
#cleanerContainer {
  z-index: 3;
  position: absolute;
  left: -20px;
  width: 16px;
  margin-top: 7px;
}
#cleanerContainer #filterCleaner {
  opacity: .5;
}
#cleanerContainer #filterCleaner:hover {
  opacity: .9;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.rolling-restart-view table td:first-of-type {
  width: 30%;
  text-align: right;
}
.rolling-restart-view table td:nth-of-type(2) input {
  margin-left: 10px;
  margin-bottom: 1px;
}
.rolling-restart-view table td:last-of-type {
  width: 60%;
  text-align: left;
}
.rolling-restart-view table td:last-of-type span {
  padding-left: 15px;
}
.rolling-restart-view table tr:last-of-type td input {
  vertical-align: top;
}
.host-select[disabled] {
  background-color: #848484;
  color: #FFF;
}
.prompt-popup .prompt-input {
  width: 80px;
}
#views table.views-table tr {
  cursor: pointer;
}
#views table.views-table td.icon {
  vertical-align: middle;
  width: 40px;
}
#views table.views-table td.icon .view-icon-image img {
  height: 32px;
}
#views .no-views-text {
  padding-left: 20px;
}
.views_sizes {
  width: 100%;
  min-height: 100%;
  border: 0;
}
.not-allowed-cursor {
  cursor: not-allowed !important;
}
#flume-summary {
  max-height: 490px;
}
#flume-summary .table {
  margin: 0;
  table-layout: fixed;
}
#flume-summary #flume-agents-table {
  border-collapse: separate;
}
#flume-summary #flume-agents-table > tbody > tr > td:last-of-type {
  padding: 0;
}
#flume-summary #flume-agents-table > tbody > tr > td:last-of-type.empty-label {
  padding: 8px;
  text-align: center;
}
#flume-summary #flume-agents-table th:first-child {
  width: 40%;
}
#flume-summary #flume-agents-table th:first-child + th {
  width: 30%;
}
#flume-summary #flume-agents-table th:first-child + th ~ th {
  width: 10%;
}
#flume-summary #flume-agents-table td.agent-host-name {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
#flume-summary #flume-agents-table td.agent-status {
  width: 50%;
}
#flume-summary #flume-agents-table td.flume-agent-sources-count,
#flume-summary #flume-agents-table td.flume-agent-channels-count {
  width: 16.667%;
}
#flume-summary #flume-agents-table td.flume-agent-sink-count {
  width: 16.666%;
}
#flume-summary #flume-agents-table td .flume-agents-actions .btn-group {
  position: static;
}
#flume-summary #flume-agents-table td .flume-agents-actions a {
  text-decoration: none;
}
#flume-summary .scrollable-container {
  position: static;
  max-height: 450px;
  overflow-y: auto;
}
.table td.no-borders {
  border-top: none;
}
.table td.error {
  background-color: #f2dede;
}
.table td.warning {
  background-color: #fcf8e3;
}
.config-validation-warnings table {
  table-layout: fixed;
}
.config-validation-warnings table td.issue-type-cell,
.config-validation-warnings table th.issue-type-cell {
  width: 8%;
}
.config-validation-warnings table td.service-name-cell,
.config-validation-warnings table th.service-name-cell {
  width: 15%;
}
.config-validation-warnings table td.property-name-cell,
.config-validation-warnings table th.property-name-cell {
  width: 20%;
  overflow: hidden;
  overflow-wrap: break-word;
}
.config-validation-warnings table td.property-value-cell,
.config-validation-warnings table th.property-value-cell {
  width: 25%;
  overflow: hidden;
  overflow-wrap: break-word;
}
.config-validation-warnings table td.property-description-cell,
.config-validation-warnings table th.property-description-cell {
  width: 32%;
}
.config-validation-warnings table tbody tr {
  border: 1px solid #c09853;
}
.config-validation-warnings table tbody tr.warning {
  background: #fcf8e3;
}
.config-validation-warnings table tbody tr.error {
  background: #f2dede;
}
.config-validation-warnings table tbody tr td .property-message {
  font-weight: bold;
}
.config-validation-warnings table tbody tr td .property-description {
  font-size: 0.9em;
  white-space: pre-line;
}
.config-validation-warnings table tbody tr td .big-checkbox {
  text-align: center;
}
.config-validation-warnings table tbody tr td .big-checkbox label {
  top: 0;
}
.config-validation-warnings table tbody tr td .big-checkbox label:before {
  width: 16px;
  height: 16px;
}
.config-validation-warnings table tbody tr td .big-checkbox label:after {
  font-size: 11px;
  top: 2px;
  left: 3px;
}
#config-dependencies {
  max-height: 500px;
  overflow-y: visible;
}
#config-dependencies td.check-box-col,
#config-dependencies th.check-box-col {
  min-width: 5px;
  width: 5px;
}
#config-dependencies td.check-box-col .checkbox,
#config-dependencies th.check-box-col .checkbox {
  display: inline-block;
}
#config-dependencies td {
  min-width: 120px;
  word-break: break-all;
}
#config-dependencies td.config-dependency-name {
  min-width: 180px;
}
#config-dependencies td.config-dependency-service {
  min-width: 100px;
  max-width: 100px;
}
#config-dependencies td.config-dependency-group {
  max-width: 140px;
}
#config-dependencies td.config-dependency-filename {
  max-width: 150px;
}
#config-dependencies td.config-dependency-value,
#config-dependencies td.config-dependency-recommended-value {
  width: 230px;
  min-width: 230px;
}
#config-dependencies td .diff td {
  width: 50%;
}
#config-dependencies td .diff td.delete {
  background-color: #ffecec !important;
}
#config-dependencies td .diff td.insert {
  background-color: #eaffea !important;
}
#config-dependencies td .diff td.equal,
#config-dependencies td .diff td.not-defined:last-of-type,
#config-dependencies td .diff td.is-removed:first-of-type {
  background-color: #ffffff;
}
#config-dependencies td .diff td.not-defined:first-of-type,
#config-dependencies td .diff td.is-removed:last-of-type {
  background-color: #dddddd;
  font-style: italic;
  word-break: normal;
}
#config-dependencies .config-dependencies-headings-wrapper {
  width: 100%;
}
#config-dependencies .config-dependencies-headings-wrapper .config-dependencies-heading {
  float: left;
  width: 50%;
}
.path-link {
  white-space: nowrap;
  cursor: pointer;
}
.path-link.not-active-link:hover {
  color: #999;
  text-decoration: none;
  cursor: default;
}
.bottom-border {
  border-bottom: 1px solid #ddd;
}
.progress-counter {
  position: relative;
}
.progress-counter .counters-label {
  color: #333333;
  font-weight: bold;
  left: 45%;
  position: absolute;
}
.tab-content.service-config-tab-content {
  clear: both;
  overflow: visible;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content {
  overflow: visible;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container {
  width: 104%;
  width: calc(100% + 40px);
  margin-top: -20px;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table {
  width: 100%;
  border-spacing: 20px;
  border-collapse: separate;
  table-layout: fixed;
  margin: 0 -20px;
  display: inline-table;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section {
  overflow: visible;
  height: 100%;
  padding: 18px;
  border: 1px solid #e4e4e4;
  vertical-align: top;
  background-color: #fff;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section h5 {
  font-size: 18px;
  font-weight: 400;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section div.with-border {
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 20px;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table {
  width: 100%;
  height: 90%;
  height: calc(100% - 30px);
  border-collapse: separate;
  table-layout: fixed;
}
@-moz-document url-prefix() {
  .config-subsection {
    height: 100% !important;
  }
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table .config-subsection {
  padding: 0;
  vertical-align: top;
  height: 0;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table .config-subsection .vertical-splitter-l {
  border-left: 1px solid #e4e4e4;
  margin-left: -2px;
  padding-left: 20px;
  padding-right: 0;
  height: 88%;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table .config-subsection.no-horizontal-splitter {
  border-bottom: none;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table .config-subsection.top-horizontal-splitter {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table .config-subsection .directories {
  min-width: 0 !important;
}
.tab-content.service-config-tab-content .enhanced-config-tab-content .section-layout-container .config-section-table .config-section .config-subsection-table .config-subsection .subsection-display-name {
  padding-top: 5px;
}
.config-widget-left-popover {
  margin-left: -10px;
}
.attach-to-bottom-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.version-labels .label,
.version-info-bar .label,
.version-box .label,
.version-labels .badge,
.version-info-bar .badge,
.version-box .badge {
  font-weight: normal;
  font-size: 11px;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .glyphicon-warning-sign {
  color: #ffd13d;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check pre {
  word-break: keep-all;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table {
  table-layout: fixed;
  font-size: 0.9em;
  margin-bottom: 0;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td {
  word-wrap: break-word;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td.no-value {
  font-style: italic;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td:first-child,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td:first-child + td,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table th:first-child,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table th:first-child + th {
  width: 12.5%;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td:first-child + td + td,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td:first-child + td + td + td,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table td:first-child + td + td + td + td,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table th:first-child + th + th,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table th:first-child + th + th + th,
.cluster-check-popup .modal-dialog #pre-upgrade-check .configs-table th:first-child + th + th + th + th {
  width: 25%;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .configurations-changes-header {
  display: inline-block;
}
.cluster-check-popup .modal-dialog #pre-upgrade-check .open-in-new-window {
  margin-top: 10px;
}
.icon-undo {
  color: #F3B20B;
}
.view-permission-header th {
  padding-top: 40px;
}
.register-version-options input.disabled {
  background-color: #eee;
}
.register-version-options input[type="file"] {
  margin-bottom: 10px;
}
.delete-service-progress .modal-body {
  text-align: center;
}
.delete-service-progress .modal-body .delete-service-progress-body {
  display: inline-block;
}
.delete-service-progress .modal-body .delete-service-progress-body .spinner,
.delete-service-progress .modal-body .delete-service-progress-body .progress-message {
  float: left;
}
.delete-service-progress .modal-body .delete-service-progress-body .progress-message {
  line-height: 36px;
}
#host-configurations-table tbody td:first-child {
  vertical-align: middle;
}
.side-menu-well {
  padding: 8px 0;
}
.table-body-wrap table {
  table-layout: fixed;
  margin-bottom: 0;
}
table.table.inner-table {
  margin-bottom: 0;
  background-color: transparent;
}
a.abort-icon:hover {
  text-decoration: none;
}
.dropdown button .selected-item {
  text-transform: none;
}
.dropdown-select .btn,
.dropdown-select .btn:focus {
  padding: 10px;
  width: 100%;
  text-align: left;
}
.dropdown-select .btn .selected-item,
.dropdown-select .btn:focus .selected-item {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  float: left;
}
.clock-view {
  bottom: 10px;
  right: 4px;
  position: fixed;
  color: red;
  font-weight: bold;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.loading-overlay {
  background: #fff;
  opacity: 0.3;
  display: none;
  position: absolute;
  z-index: 10;
}
.loading-overlay.overlay-visible {
  display: block;
}
.step-marker .step-index {
  display: block;
}
.ellipsis-menu:after {
  content: '\2807';
  color: #999999;
  font-size: 22px;
}
.button-border {
  padding: 0px;
  border: none;
  background: none;
}
.summary-block {
  flex: 1;
}
.summary-block .metrics-summary {
  margin-top: 40px;
}
.summary-block .metrics-summary.not-separate-section {
  margin-top: 0;
}
.summary-block .component-summary .col-md-2,
.summary-block .metrics-summary .col-md-2 {
  float: left;
  padding-left: 0;
  top: 7px;
  font-size: 16px;
}
.summary-block .component-summary .col-md-10,
.summary-block .metrics-summary .col-md-10 {
  float: right;
}
.summary-block .component-summary .main-info,
.summary-block .metrics-summary .main-info {
  font-size: 16px;
}
.summary-block .component-summary .info-desc,
.summary-block .metrics-summary .info-desc {
  font-size: 12px;
  color: #999999;
  text-transform: capitalize;
}
.quick-links-block {
  width: 18%;
  margin: 0 0 20px 20px;
}
.quick-links-block .col-lg-12 {
  float: none !important;
}
.quick-links-block .panel-body {
  padding-top: 0px;
  color: #999999;
  font-size: 12px;
}
.restart-services-alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #b94a48;
}
.breadcrumbs-forward-slash {
  display: inline;
  color: #D2D3D5;
}
.container-wrap-table {
  padding: 0 10px;
  background-color: #ffffff;
}
.bulk-host-display {
  margin-bottom: 10px;
}
.bulk-host-display pre {
  max-height: 120px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 12px;
}
.bulk-host-skipped {
  margin-bottom: 10px;
}
.bulk-host-skipped .skipped-hosts .icon {
  color: #337AB7;
}
.bulk-host-skipped .skipped-hosts a {
  color: #666666;
  text-decoration: none;
}
.bulk-host-skipped .skipped-hosts p {
  line-height: 1;
  margin-bottom: 5px;
}
.bulk-host-skipped .skipped-hosts-text p {
  font-size: 11px;
  line-height: 1.2;
}
.skipped-hosts-panel.panel {
  background-color: #f5f5f5;
  padding: 10px;
  max-height: 120px;
  overflow: scroll;
}
#notifications-dropdown.dropdown-menu .notifications-header .notifications-title {
  line-height: 30px;
}
.alert.enhanced-configs {
  margin-right: 20px;
  font-size: 12px;
}
.dashboard-widgets .caption {
  height: 25px;
}
.dashboard-widgets .spinner {
  margin: 55px auto;
}
.dashboard-widgets .chart-container .spinner {
  margin: 15px auto 35px;
}
.dashboard-widgets .span2p4 {
  float: left;
}
.dashboard-widgets .thumbnails > div {
  margin: 10px;
  height: 160px;
}
.dashboard-widgets .thumbnails li {
  height: 157px;
  width: 100%;
  margin: 3px 3px 0 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
}
.dashboard-widgets .img-thumbnail .corner-icon {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding: 10px 15px 0 0;
  float: right;
}
.dashboard-widgets .img-thumbnail .corner-icon ul {
  top: inherit;
  display: none;
  border-radius: 2px;
}
.dashboard-widgets .img-thumbnail .corner-icon li {
  padding: 2.5px 0 2.5px 5px;
  height: auto;
  box-shadow: none;
}
.dashboard-widgets .img-thumbnail .corner-icon li:hover {
  background-color: #f5f5f5;
}
.dashboard-widgets .img-thumbnail .corner-icon .glyphicon-remove-sign {
  color: #000;
  text-shadow: #fff 0 0 15px;
  position: absolute;
  left: -10px;
  top: -10px;
}
.dashboard-widgets .img-thumbnail .corner-icon .glyphicon-edit,
.dashboard-widgets .img-thumbnail .corner-icon .glyphicon-save {
  color: #555;
}
.dashboard-widgets .export-graph-list {
  top: 30px;
}
.dashboard-widgets .export-graph-list li {
  margin: 0;
  height: auto;
}
.dashboard-widgets .img-thumbnail .hidden-info-general {
  background-color: #ffffff;
  opacity: 0.9;
  color: #666666;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  display: none;
  position: relative;
  z-index: 7;
}
.dashboard-widgets .hidden-info-two-line {
  padding-top: 60px;
}
.dashboard-widgets .hidden-info-three-line {
  padding-top: 50px;
}
.dashboard-widgets .hidden-info-five-line {
  padding-top: 40px;
}
.dashboard-widgets .hidden-info-five-line tr > td {
  line-height: 18px;
}
.dashboard-widgets .hidden-info-six-line {
  padding-top: 37px;
}
.dashboard-widgets .hidden-info-six-line tr > td {
  line-height: 16px;
}
.dashboard-widgets .img-thumbnail .caption {
  padding: 10px 15px 20px 15px;
  color: #666666;
  font-size: 14px;
  text-align: left;
  position: relative;
  float: left;
}
.dashboard-widgets .img-thumbnail .widget-content {
  text-align: center;
  font-size: 30px;
  padding-top: 40px;
  position: relative;
}
.dashboard-widgets .img-thumbnail .widget-content .disabled-hdfs-link {
  pointer-events: none;
  color: grey;
  cursor: default;
}
.dashboard-widgets .img-thumbnail .widget-content .screensaver {
  width: 90%;
  height: 105px;
  border: 1px solid silver;
  color: #fff;
}
.dashboard-widgets .img-thumbnail .widget-content .screensaver i {
  font-size: inherit;
}
.dashboard-widgets .img-thumbnail .widget-content-isNA {
  text-align: center;
  font-size: 30px;
  color: #999999;
  padding-top: 70px;
  position: relative;
}
.dashboard-widgets .img-thumbnail {
  background-color: #fff;
  z-index: 3;
}
.dashboard-widgets .has-hidden-info ul {
  margin: 0;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover {
  cursor: move;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .hidden-info-general {
  display: block;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .caption {
  z-index: 9;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .slots-caption {
  margin-left: -13px;
  z-index: 7;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .widget-content,
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .widget-content-isNA {
  top: -114px;
  opacity: 0.3;
  z-index: 5;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .uptime-content {
  top: -116px;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .uptime-content-isNA {
  top: -95px;
}
.dashboard-widgets .has-hidden-info .img-thumbnail:hover .slots-content-isNA {
  top: -82px;
}
.dashboard-widgets .cluster-metrics {
  position: relative;
}
.dashboard-widgets .cluster-metrics .chart-container {
  margin: 0 10px;
}
.dashboard-widgets .cluster-metrics .chart-container .chart-y-axis {
  margin-top: 10px;
}
.dashboard-widgets .cluster-metrics .chart-container .chart svg {
  margin-right: 20px;
}
.dashboard-widgets .cluster-metrics .chart-container .rickshaw_legend {
  padding-top: 3px;
}
.dashboard-widgets .cluster-metrics .chart-container .chart-legend {
  top: 120px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
.dashboard-widgets .cluster-metrics .chart-container .chart-legend ul > li {
  max-height: 10px;
}
.dashboard-widgets .cluster-metrics > ul {
  margin: 0;
}
.dashboard-widgets .cluster-metrics .alert {
  padding: 0;
  font-size: 12px;
}
.dashboard-widgets .cluster-metrics .img-thumbnail:hover {
  cursor: move;
}
.dashboard-widgets .cluster-metrics .img-thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
.dashboard-widgets .links .img-thumbnail li {
  height: 24px;
  box-shadow: none;
}
.dashboard-widgets .links .img-thumbnail .link-button {
  margin-top: 5px;
  padding-left: 15px;
  font-size: 12px;
}
.dashboard-widgets .links .img-thumbnail .link-button .disabled-hdfs-quick-link {
  pointer-events: none;
  color: #808080;
  cursor: default;
}
.dashboard-widgets .links .img-thumbnail .link-button button.btn {
  font-size: 12px;
  padding: 5px 10px;
}
.dashboard-widgets .links .img-thumbnail .widget-content {
  text-align: center;
  font-size: 11px;
  color: #555;
  padding: 40px 0 0 15px;
}
.dashboard-widgets .links .img-thumbnail .widget-content table {
  vertical-position: center;
  text-align: left;
  font-size: 12px;
}
.dashboard-widgets .links .img-thumbnail .widget-content td {
  padding-top: 2px;
}
.dashboard-widgets .links .img-thumbnail:hover {
  cursor: move;
}
.dashboard-widgets .links .img-thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
.dashboard-widgets .img-thumbnail .widget-content .svg {
  position: relative;
}
.dashboard-widgets .is-red .widget-content {
  color: #ef6162;
  padding-top: 70px;
}
.dashboard-widgets .is-orange .widget-content {
  color: #e98a41;
  padding-top: 70px;
}
.dashboard-widgets .is-green .widget-content {
  color: #666666;
  padding-top: 70px;
}
.dashboard-widgets .is-na {
  position: relative;
}
.dashboard-widgets .is-na .widget-content {
  color: #999999;
  padding-top: 70px;
  text-shadow: none;
}
.dashboard-widgets .corner-icon:hover .ellipsis-menu::after {
  color: #666666;
}
.dashboard-widgets .corner-icon:hover ul {
  display: block;
}
.widgets-group-title {
  display: inline-block;
  text-transform: uppercase;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
select.form-control {
  display: inline-block;
}
.form-group .help-block.help-inline {
  margin-bottom: 0;
}
.alert > ul,
.alert ol {
  padding-left: inherit;
}
.dropdown-toggle.btn-icon {
  padding-left: 8px;
  padding-right: 8px;
}
.label {
  background: #999;
}
.label.label-primary {
  background-color: #337ab7;
}
.label.label-success {
  background-color: #5cb85c;
}
.label.label-info {
  background-color: #5bc0de;
}
.label.label-warning {
  background-color: #f0ad4e;
}
.label.label-danger {
  background-color: #d9534f;
}
.modal-open {
  overflow-y: scroll;
}
.table {
  background-color: #fff;
}
.panel {
  background-color: #fff;
}
.panel .panel-heading {
  background-color: #fff;
}
.panel .panel-heading .panel-title {
  line-height: 34px;
}
.row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-control {
  float: none;
}
[class^="glyphicon-"].glyphicon .glyphicon-blue,
[class*="glyphicon-"].glyphicon .glyphicon-blue {
  color: #0572ff;
}
[class^="glyphicon-"]:hover,
[class*="glyphicon-"]:hover {
  text-decoration: none;
}
.glyphicon-repeat,
.glyphicon-time,
.glyphicon-refresh,
.glyphicon-remove {
  top: 2px;
}
.tooltip {
  z-index: 10000;
}
.tooltip-inner {
  text-align: left;
  max-width: 400px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.tooltip-inner.alert-def-detail-tooltip {
  max-height: 300px;
  max-width: 650px;
  overflow: scroll;
}
.tooltip-inner.graph-tooltip {
  max-width: 200px;
}
.popover {
  word-wrap: break-word;
  z-index: 10000;
  width: 350px;
}
.popover .popover-inner {
  word-wrap: break-word;
}
.popover .popover-content {
  white-space: pre-line;
}
.popover small {
  font-size: 1.3rem;
}
.text-tooltip {
  border-bottom: 1px silver dotted;
  cursor: pointer;
}
.well {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table-bordered {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child,
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}
.img-thumbnail {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 20px;
}
.dropdown-menu,
.dropdown-submenu > .dropdown-menu,
.dropdown-menu-wrap > .dropdown-menu,
.nav-pills .dropdown-menu,
.nav-pills > li > a,
.nav-tabs > li > a,
.panel-group {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.submenu-left > .dropdown-menu-wrap {
  position: relative;
  width: 100%;
  left: -100%;
}
.submenu-left > .dropdown-menu-wrap > .dropdown-menu {
  position: absolute;
  top: 0;
  right: -10px;
  margin-top: -32px;
}
.submenu-left:hover > .dropdown-menu-wrap > .dropdown-menu {
  display: inline-block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333;
}
.dropdown-submenu.pull-left {
  float: none!important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  width: 100%;
}
.dropdown-submenu > a.disabled:after {
  border-left-color: #ccc;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #666;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover {
  background-color: #666;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
}
@media (max-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .row {
    *zoom: 1;
  }
  .row:before,
  .row:after {
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1130px;
  }
  .main-container,
  .container {
    width: 1170px;
  }
  #top-nav {
    min-width: 1170px;
  }
  .contribview .main-container {
    width: auto;
  }
  .contribview .navbar .main-container {
    width: 1170px;
    margin: 0 auto;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row .thumbnails {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1500px) {
  .row {
    *zoom: 1;
  }
  .row:before,
  .row:after {
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1300px;
  }
  .main-container,
  .container {
    width: 1340px;
  }
  #top-nav {
    min-width: 1340px;
  }
  .contribview .main-container {
    width: auto;
  }
  .contribview .navbar .main-container {
    width: 1340px;
    margin: 0 auto;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row .thumbnails {
    margin-left: 0;
    margin-right: 0;
  }
}
.wizard .wizard-body {
  padding: 0 !important;
}
.table.table-hover .action {
  padding-right: 10px;
}
.btn-group.open .dropdown-menu input[type="checkbox"] + label,
.dropdown.open .dropdown-menu input[type="checkbox"] + label {
  line-height: 1.3em;
}
.navigation-bar-container.collapsed ul.nav.side-nav-menu li ul.sub-menu,
.navigation-bar-container.collapsed ul.nav.side-nav-footer li ul.sub-menu {
  padding: 5px 0;
  background-color: #323544;
  max-height: calc(100% - 100px);
  overflow-y: scroll;
}
input[type="checkbox"]:checked + label:after {
  line-height: 2em;
}
.checkbox-colored-background input[type="checkbox"] + label:before {
  border-color: #999;
}
.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.radio label,
.checkbox label {
  vertical-align: middle;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.circle-toggle-switch .bootstrap-switch {
  border-radius: 28px;
  border: none;
}
.circle-toggle-switch .bootstrap-switch .bootstrap-switch-label {
  border-radius: 20px;
  width: 20px !important;
  height: 20px;
  line-height: 14px;
}
.circle-toggle-switch .bootstrap-switch .bootstrap-switch-container {
  height: 28px;
}
.circle-toggle-switch .bootstrap-switch-on {
  background-color: #1eb475;
}
.circle-toggle-switch .bootstrap-switch-on .bootstrap-switch-container {
  background-color: transparent;
}
.circle-toggle-switch .bootstrap-switch-on .bootstrap-switch-label {
  box-shadow: 1px 1px 30px 1px #666666;
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}
.circle-toggle-switch .bootstrap-switch-off {
  box-shadow: inset 0 0 5px #666666;
  background-color: #ebecf1;
}
.circle-toggle-switch .bootstrap-switch-off .bootstrap-switch-container {
  background-color: transparent;
}
.circle-toggle-switch .bootstrap-switch-off .bootstrap-switch-label {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 5px;
  background-color: #999;
  border: none;
}
.circle-toggle-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.circle-toggle-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background-color: transparent !important;
}
.circle-toggle-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.circle-toggle-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-color: transparent !important;
  color: #666666 !important;
  text-align: left;
}
.circle-toggle-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover {
  background-color: transparent !important;
  color: #666666 !important;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#config-versions-control .dropdown-menu {
  min-width: 600px;
  padding-bottom: 8px;
}
#config-versions-control .dropdown-menu li {
  padding: 3px 20px;
}
#config-versions-control .versions-list {
  max-height: 405px;
  overflow-y: auto;
  padding-left: 0;
  margin-bottom: 0;
}
#config-versions-control .versions-list li {
  list-style-type: none;
}
#config-versions-control .bottom-shadow {
  box-shadow: inset 0 0 0 #ebecf1, inset 0px -10px 8px -8px #ebecf1;
}
#config-versions-control .grey-text {
  vertical-align: middle;
  color: #999999;
}
#config-versions-control .close {
  vertical-align: middle;
}
#config-versions-control .current-color {
  color: #1eb475;
}
#config-versions-control .notes-color {
  color: #666;
}
#config-versions-control .version-info.selected {
  background-color: #f2f9f2;
  border: 2px solid #ebecf1;
  box-shadow: none;
}
#config-versions-control .btn.dropdown-toggle {
  padding: 10px;
  text-align: left;
}
#config-versions-control .btn.dropdown-toggle span {
  text-transform: capitalize;
}
#config-versions-control .btn.dropdown-toggle strong {
  margin-left: 10px;
  margin-right: 5px;
}
#config-versions-control .search-input {
  width: 100%;
  margin: 5px 0 10px 0;
}
#config-versions-control .search-input .btn {
  padding: 10px;
}
#config-versions-control .version-info {
  border: 1px solid #ebecf1;
  box-shadow: 0 0 5px 2px #ebecf1;
  border-radius: 3px;
  padding: 0 10px;
  width: 93%;
  display: inline-block;
  cursor: pointer;
  min-height: 60px;
}
#config-versions-control .compare-button {
  width: 5%;
  vertical-align: top;
  padding: 0 6px;
  margin: 15px 0 0 6px;
  height: 30px;
  cursor: pointer;
}
#config-versions-control .compare-bar {
  background-color: #ebecf1;
  padding: 10px 15px;
}
#config-versions-control .compare-bar .compare-label {
  vertical-align: middle;
}
.host-configs .config-layout {
  margin-bottom: 10px;
}
.config-manage-nav .config-groups-dropdown {
  display: inline-block;
  width: 150px;
}
.config-manage-nav .config-groups-dropdown .btn.dropdown-toggle {
  text-transform: none;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.config-manage-nav .filter-combobox {
  display: inline-block;
  width: 150px;
}
.config-manage-nav .spinner {
  background-size: 20px;
  height: 20px;
  width: 20px;
}
div.config-manage-nav.pull-bottom {
  margin-top: 0;
}
.config-manage-nav.pull-top {
  margin-top: -42px;
}
.configs-save-panel {
  position: fixed;
  background: white;
  padding: 15px 30px 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 -3px 5px 2px #ebecf1;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#dashboard-widgets-container .btn-toolbar {
  float: right;
  padding-top: 5px;
  margin-bottom: 20px;
  margin-top: -60px;
}
#dashboard-widgets-container .dashboard-widgets-box {
  clear: both;
  display: inline-block;
  padding: 10px 1.1% 10px 1.1%;
  background-color: #ffffff;
}
#dashboard-widgets-container .dashboard-widgets-box .dashboard-widget-groups-container {
  float: left;
  width: 100%;
}
#dashboard-widgets-container .widgets-options-menu .add-widgets-text .dropdown-menu .add-widgets-dropdown-list ul {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#dashboard-widgets-container .widgets-options-menu .add-widgets-text .dropdown-menu .add-widgets-apply-button {
  margin: 0 20px 40px 0;
}
#dashboard-widgets-container .widgets-options-menu .add-widgets-text.pull-left .dropdown-menu {
  overflow: auto;
  width: 210px;
  left: -210px;
}
#dashboard-widgets-container .widgets-options-menu .reset-all-widgets.pull-left .dropdown-menu {
  width: 250px;
  left: -250px;
}
#dashboard-widgets-container .widgets-options-menu .nothing-to-add {
  padding: 5px 15px;
}
#dashboard-widgets-container #dashboard-widgets .span2p4 {
  width: 22.70%;
  *width: 22.70%;
}
@media (min-width: 1200px) {
  #dashboard-widgets-container .dashboard-widgets-box {
    padding: 10px 1.3% 10px 1.3%;
  }
  #dashboard-widgets-container #dashboard-widgets .span2p4 {
    width: 23.1%;
    *width: 23.1%;
  }
  #dashboard-widgets-container #dashboard-widgets .img-thumbnail .caption {
    font-size: 14px;
  }
  #dashboard-widgets-container #dashboard-widgets .img-thumbnail .hidden-info-two-line,
  #dashboard-widgets-container #dashboard-widgets .img-thumbnail .hidden-info-three-line,
  #dashboard-widgets-container #dashboard-widgets .img-thumbnail .hidden-info-five-line,
  #dashboard-widgets-container #dashboard-widgets .img-thumbnail .hidden-info-six-line {
    font-size: 12px;
  }
  #dashboard-widgets-container #dashboard-widgets .links .img-thumbnail .widget-content {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  #dashboard-widgets-container #dashboard-widgets .span2p4 {
    width: 23.4%;
    *width: 23.4%;
  }
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
.service-metrics-block {
  clear: both;
}
.service-metrics-block .widgets-group-select-wrapper {
  margin-left: 21px;
  margin-top: 25px;
  position: relative;
}
.service-metrics-block .service-widgets-box {
  padding: 10px 1.1% 10px 1.1%;
}
.service-metrics-block #add-widget-action-box {
  background-color: #f5f5f5;
  width: 97%;
  height: 100%;
  padding: 43px;
  border: 1px solid #ebecf1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  background-image: none;
}
.service-metrics-block #add-widget-action-box .glyphicon-plus {
  font-size: 70px;
  color: #ccc;
}
.service-metrics-block table.graphs .screensaver {
  margin-bottom: 25px;
}
.service-metrics-block table.graphs .chart-container .alert {
  margin-bottom: 5px;
}
.service-metrics-block table.graphs .export-graph-list {
  right: -5px;
}
.service-metrics-block .actions {
  margin-right: 5px;
}
.widgets-browser-popup .modal-body {
  box-shadow: inset 0 0 0 #ebecf1, inset 0px -10px 8px -8px #ebecf1;
}
.widgets-browser-popup .top-shadow {
  box-shadow: inset 0 10px 8px -8px #ebecf1, inset 0px -10px 8px -8px #ebecf1;
}
#ns_widget_layout .frame,
#widget_layout .frame,
#widget-preview .frame {
  height: 150px;
  width: 93%;
}
#ns_widget_layout .span2p4,
#widget_layout .span2p4,
#widget-preview .span2p4 {
  width: 24.4%;
  height: 100%;
  background-color: white;
  margin: 5px 0 5px 5px;
  float: left;
}
#ns_widget_layout .widget .img-thumbnail,
#widget_layout .widget .img-thumbnail,
#widget-preview .widget .img-thumbnail {
  position: relative;
  box-sizing: content-box;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons,
#widget_layout .widget .img-thumbnail .widget-icons,
#widget-preview .widget .img-thumbnail .widget-icons {
  position: absolute;
  right: 5px;
  top: 6px;
}
#ns_widget_layout .widget .spinner,
#widget_layout .widget .spinner,
#widget-preview .widget .spinner {
  margin: 55px auto;
}
#ns_widget_layout .widget .title,
#widget_layout .widget .title,
#widget-preview .widget .title {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 0 0 8px;
  font-size: 14px;
  color: #666666;
  line-height: 17px;
  text-align: left;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
}
#ns_widget_layout .widget .content,
#widget_layout .widget .content,
#widget-preview .widget .content {
  text-align: center;
  color: #666666;
  font-size: 30px;
  width: 95%;
}
#ns_widget_layout .widget .template-widget,
#widget_layout .widget .template-widget,
#widget-preview .widget .template-widget {
  height: 150px;
  width: 93%;
}
#ns_widget_layout .widget .template-widget .content,
#widget_layout .widget .template-widget .content,
#widget-preview .widget .template-widget .content {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 21px;
  height: 75px;
  line-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
}
#ns_widget_layout .widget .number-widget,
#widget_layout .widget .number-widget,
#widget-preview .widget .number-widget {
  height: 150px;
  width: 93%;
}
#ns_widget_layout .widget .number-widget .content,
#widget_layout .widget .number-widget .content,
#widget-preview .widget .number-widget .content {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 30px;
  height: 50px;
  box-sizing: content-box;
}
#ns_widget_layout .widget .graph-widget,
#widget_layout .widget .graph-widget,
#widget-preview .widget .graph-widget {
  height: 150px;
  width: 93%;
}
#ns_widget_layout .widget .graph-widget .content,
#widget_layout .widget .graph-widget .content,
#widget-preview .widget .graph-widget .content {
  padding-top: 45px;
  width: 100%;
}
#ns_widget_layout .widget .graph-widget .screensaver,
#widget_layout .widget .graph-widget .screensaver,
#widget-preview .widget .graph-widget .screensaver {
  width: 90%;
  height: 100px;
  border: 1px solid #eee;
}
#ns_widget_layout .widget .graph-widget .chart-container,
#widget_layout .widget .graph-widget .chart-container,
#widget-preview .widget .graph-widget .chart-container {
  margin: -4px 8px 0 8px;
}
#ns_widget_layout .widget .graph-widget .chart-container .chart-y-axis,
#widget_layout .widget .graph-widget .chart-container .chart-y-axis,
#widget-preview .widget .graph-widget .chart-container .chart-y-axis {
  margin-top: 10px;
}
#ns_widget_layout .widget .graph-widget .chart-container .chart-legend,
#widget_layout .widget .graph-widget .chart-container .chart-legend,
#widget-preview .widget .graph-widget .chart-container .chart-legend {
  top: 110px;
  left: 0;
  padding: 3px;
  min-width: 100%;
  text-align: left;
  z-index: 3;
}
#ns_widget_layout .widget .graph-widget .chart-container .alert,
#widget_layout .widget .graph-widget .chart-container .alert,
#widget-preview .widget .graph-widget .chart-container .alert {
  font-size: 12px;
  padding: 4px;
  font-weight: normal;
}
#ns_widget_layout .widget .gauge-widget,
#widget_layout .widget .gauge-widget,
#widget-preview .widget .gauge-widget {
  height: 150px;
  width: 93%;
}
#ns_widget_layout .widget .gauge-widget .content,
#widget_layout .widget .gauge-widget .content,
#widget-preview .widget .gauge-widget .content {
  padding-top: 40px;
}
#ns_widget_layout .widget .gauge-widget .content .unavailable,
#widget_layout .widget .gauge-widget .content .unavailable,
#widget-preview .widget .gauge-widget .content .unavailable {
  padding-top: 30px;
}
#ns_widget_layout .widget .gauge-widget .content .overflow-warning,
#widget_layout .widget .gauge-widget .content .overflow-warning,
#widget-preview .widget .gauge-widget .content .overflow-warning {
  font-size: 13px;
  font-weight: normal;
  margin-left: 10px;
  padding: 7px 7px;
}
#ns_widget_layout .widget .red,
#widget_layout .widget .red,
#widget-preview .widget .red {
  color: #ef6162;
}
#ns_widget_layout .widget .orange,
#widget_layout .widget .orange,
#widget-preview .widget .orange {
  color: #e98a41;
}
#ns_widget_layout .widget .green,
#widget_layout .widget .green,
#widget-preview .widget .green {
  color: #666666;
}
#ns_widget_layout .widget .grey,
#widget_layout .widget .grey,
#widget-preview .widget .grey {
  color: #999999;
}
@media (min-width: 1200px) {
  .service-metrics-block .service-widgets-box {
    padding: 10px 1.3% 10px 1.3%;
  }
  #ns_widget_layout .span2p4,
  #widget_layout .span2p4 {
    width: 24.5%;
    *width: 24.5%;
  }
}
@media (min-width: 1500px) {
  #ns_widget_layout .span2p4,
  #widget_layout .span2p4 {
    width: 24.6%;
    *width: 24.6%;
  }
}
#widget-preview {
  max-width: 200px;
  margin: auto;
  margin-bottom: 20px;
}
#widget-preview .widget .graph-widget .chart-container {
  cursor: default;
}
#ns_widget_layout .widget .img-thumbnail,
#widget_layout .widget .img-thumbnail {
  box-sizing: content-box;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.15);
}
#ns_widget_layout .widget .img-thumbnail .corner-icon .glyphicon-remove-sign,
#widget_layout .widget .img-thumbnail .corner-icon .glyphicon-remove-sign {
  color: #000;
  text-shadow: #fff 0 0 15px;
  position: absolute;
  left: -7px;
  top: -7px;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons ul,
#widget_layout .widget .img-thumbnail .widget-icons ul {
  display: none;
  border-radius: 2px;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons a,
#widget_layout .widget .img-thumbnail .widget-icons a {
  padding: 3px 5px;
  cursor: pointer;
  color: #666666;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons li:hover,
#widget_layout .widget .img-thumbnail .widget-icons li:hover {
  background-color: #f5f5f5;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons i,
#widget_layout .widget .img-thumbnail .widget-icons i {
  position: relative;
  text-shadow: #ffffff -8px 8px 8px, #ffffff 8px 8px 8px, #ffffff -8px -8px 8px, #ffffff 8px -8px 8px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 5px 5px 2px;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons:hover .ellipsis-menu::after,
#widget_layout .widget .img-thumbnail .widget-icons:hover .ellipsis-menu::after {
  color: #666666;
}
#ns_widget_layout .widget .img-thumbnail .widget-icons:hover ul,
#widget_layout .widget .img-thumbnail .widget-icons:hover ul {
  display: block;
}
#ns_widget_layout .widget .img-thumbnail .export-graph-list,
#widget_layout .widget .img-thumbnail .export-graph-list {
  right: -6px;
  margin-top: -2px;
}
#ns_widget_layout .widget .img-thumbnail:hover,
#widget_layout .widget .img-thumbnail:hover {
  cursor: move;
}
#ns_widget_layout .widget .img-thumbnail:hover .corner-icon,
#widget_layout .widget .img-thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
#ns_widget_layout .widget .img-thumbnail .hidden-description,
#widget_layout .widget .img-thumbnail .hidden-description {
  display: none;
  color: #555;
  z-index: 7;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 40px;
  padding: 8px 5px;
  width: 89%;
  height: 62%;
  overflow: scroll;
  white-space: pre-line;
  background: rgba(255, 255, 255, 0.7);
}
#ns_widget_layout .img-thumbnail .chart-legend .description-line,
#widget_layout .img-thumbnail .chart-legend .description-line {
  padding: 3px 3px 8px 8px;
  line-height: 16px;
  max-height: 43px;
  font-weight: bold;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow-y: scroll;
}
#ns_widget_layout .screensaver .spinner,
#widget_layout .screensaver .spinner {
  display: none;
}
.chart-legend .description-line {
  padding: 0 3px 8px 8px;
  line-height: 16px;
  max-height: 45px;
  font-weight: bold;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow-y: auto;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .col-md-6.widget-info-section,
#add-widget-wizard #add-widget-step1 .widgets-info-container .col-md-6.widget-info-section {
  height: 110px;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .col-md-6.widget-info-section:hover,
#add-widget-wizard #add-widget-step1 .widgets-info-container .col-md-6.widget-info-section:hover {
  background-color: #eee;
  cursor: pointer;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .col-md-6.widget-info-section:hover .icon,
#add-widget-wizard #add-widget-step1 .widgets-info-container .col-md-6.widget-info-section:hover .icon {
  background-color: white;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .icon,
#add-widget-wizard #add-widget-step1 .widgets-info-container .icon {
  border: 1px solid #ddd;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .icon .widget-icon-image img,
#add-widget-wizard #add-widget-step1 .widgets-info-container .icon .widget-icon-image img {
  display: block;
  margin: 5px auto;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .label-description .label-text,
#add-widget-wizard #add-widget-step1 .widgets-info-container .label-description .label-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .label-description .description-text,
#add-widget-wizard #add-widget-step1 .widgets-info-container .label-description .description-text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #808080;
}
#edit-widget-wizard .step2 .form-horizontal .control-label,
#add-widget-wizard .step2 .form-horizontal .control-label {
  width: auto;
}
#edit-widget-wizard .step2 .template.error .ember-text-area,
#add-widget-wizard .step2 .template.error .ember-text-area {
  border: 1px solid #b94a48;
}
#edit-widget-wizard .step2 .badge-container label,
#add-widget-wizard .step2 .badge-container label {
  line-height: 26px;
  height: 26px;
  display: inline-block;
  width: 65px;
  text-align: center;
}
#edit-widget-wizard .step2 .badge-container .OK,
#add-widget-wizard .step2 .badge-container .OK {
  background-color: #1eb475;
}
#edit-widget-wizard .step2 .badge-container .WARNING,
#add-widget-wizard .step2 .badge-container .WARNING {
  background-color: #e98a41;
}
#edit-widget-wizard .step2 .badge-container .CRITICAL,
#add-widget-wizard .step2 .badge-container .CRITICAL {
  background-color: #ef6162;
}
#edit-widget-wizard .step2 .remove-link,
#add-widget-wizard .step2 .remove-link {
  padding: 5px;
  cursor: pointer;
  color: #555555;
  right: 10px;
  bottom: 10px;
  position: absolute;
}
#edit-widget-wizard .step2 .glyphicon-asterisk,
#add-widget-wizard .step2 .glyphicon-asterisk {
  color: red;
  font-size: 8px;
}
#edit-widget-wizard .step2 .is-invalid .metric-field,
#add-widget-wizard .step2 .is-invalid .metric-field,
#edit-widget-wizard .step2 .metric-container.is-invalid .metric-field,
#add-widget-wizard .step2 .metric-container.is-invalid .metric-field {
  border-color: #ff0000;
}
#edit-widget-wizard .step2 .metric-container,
#add-widget-wizard .step2 .metric-container {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 250px;
}
#edit-widget-wizard .step2 .metric-container .placeholder,
#add-widget-wizard .step2 .metric-container .placeholder {
  color: #999;
  padding: 50px;
}
#edit-widget-wizard .step2 .metric-container .actions-field .is-invalid,
#add-widget-wizard .step2 .metric-container .actions-field .is-invalid {
  border-color: #ff0000;
}
#edit-widget-wizard .step2 .metric-container .metric-field,
#add-widget-wizard .step2 .metric-container .metric-field {
  height: 85%;
  background-color: #f5f5f5;
  overflow: auto;
  border: 1px solid #ebecf1;
}
#edit-widget-wizard .step2 .metric-container .metric-instance,
#add-widget-wizard .step2 .metric-container .metric-instance {
  font-weight: bold;
  cursor: pointer;
  background: white;
  display: inline-block;
  padding: 5px 16px 5px 12px;
  border: 1px solid #ebecf1;
  position: relative;
}
#edit-widget-wizard .step2 .metric-container .metric-instance a,
#add-widget-wizard .step2 .metric-container .metric-instance a {
  position: absolute;
  right: 3px;
  top: 0;
  text-decoration: none;
  display: none;
}
#edit-widget-wizard .step2 .metric-container .metric-instance a .glyphicon-remove,
#add-widget-wizard .step2 .metric-container .metric-instance a .glyphicon-remove {
  color: #A69B9B;
  font-size: 12px;
}
#edit-widget-wizard .step2 .metric-container .metric-instance:hover a,
#add-widget-wizard .step2 .metric-container .metric-instance:hover a {
  display: inline-block;
}
#edit-widget-wizard .step2 .metric-container .is-invalid,
#add-widget-wizard .step2 .metric-container .is-invalid {
  border-color: #ff0000;
}
#edit-widget-wizard .step2 .metric-container .add-item-input,
#add-widget-wizard .step2 .metric-container .add-item-input {
  display: inline-block !important;
}
#edit-widget-wizard .step2 .metric-container .add-item-input .ember-text-field,
#add-widget-wizard .step2 .metric-container .add-item-input .ember-text-field {
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  margin: 8px 0 10px 10px;
  width: 50px;
}
#edit-widget-wizard .step2 .metric-container .add-item-input .ember-text-field.is-invalid,
#add-widget-wizard .step2 .metric-container .add-item-input .ember-text-field.is-invalid {
  border: 1px solid #ff0000;
}
#edit-widget-wizard .step2 .metric-container .add-number,
#add-widget-wizard .step2 .metric-container .add-number {
  width: 30%;
}
#edit-widget-wizard .step2 .template,
#add-widget-wizard .step2 .template {
  margin-bottom: 10px;
}
#edit-widget-wizard .step2 .template textarea,
#add-widget-wizard .step2 .template textarea {
  width: 100%;
}
#edit-widget-wizard .step2 fieldset,
#add-widget-wizard .step2 fieldset {
  display: table-column;
  position: relative;
  border: 2px groove #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  min-width: 95%;
}
#edit-widget-wizard .step2 legend,
#add-widget-wizard .step2 legend {
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
}
#edit-widget-wizard .step3 form,
#add-widget-wizard .step3 form {
  margin: 50px 0;
}
#edit-widget-wizard .step3 form .row .title,
#add-widget-wizard .step3 form .row .title {
  text-align: right;
}
#edit-widget-wizard .step3 form .row .glyphicon-asterisk,
#add-widget-wizard .step3 form .row .glyphicon-asterisk {
  color: red;
  font-size: 8px;
  margin-left: 2px;
}
#edit-widget-wizard .step3 form .row textarea,
#add-widget-wizard .step3 form .row textarea {
  resize: vertical;
  overflow: auto;
}
.add-metric-menu .dropdown-menu.select-options-dropdown {
  width: 240px;
  padding: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-bottom: 250px transparent solid;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.add-metric-menu .dropdown-menu.select-options-dropdown > li > div {
  padding: 3px;
}
.add-metric-menu .dropdown-menu.select-options-dropdown li.metric-select {
  padding: 5px;
  padding-bottom: 0;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: none;
  border-top: none;
}
.add-metric-menu .dropdown-menu.select-options-dropdown li.metric-select .chosen-drop {
  width: 190%;
}
.add-metric-menu .dropdown-menu.select-options-dropdown li.aggregator-select {
  padding: 5px;
  padding-bottom: 0px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: none;
  border-top: none;
}
.add-metric-menu .dropdown-menu.select-options-dropdown li.actions-buttons {
  padding: 5px;
  padding-left: 8px;
  border: 1px #ccc solid;
  border-top: none;
}
.add-metric-menu .dropdown-menu.select-options-dropdown li.actions-buttons button {
  margin-right: 5px;
}
.widgets-browser-popup .modal .modal-body {
  padding-top: 0;
  min-height: 290px;
  max-height: 460px;
}
.widgets-browser-popup #widget-browser-popup {
  min-width: 750px;
  max-width: 900px;
}
.widgets-browser-popup #widget-browser-popup #services-filter-bar {
  margin-top: 10px;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .col-md-6.widget-info-section {
  height: 125px;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .col-md-6.widget-info-section:hover {
  background-color: #eee;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .col-md-6.widget-info-section:hover .icon {
  background-color: white;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .icon {
  border: 1px solid #ddd;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .icon .widget-icon-image img {
  display: block;
  margin: 5px auto;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description .label-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description .is-shared-icon {
  display: inline-block;
  color: #888;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description .description-text {
  font-size: 12px;
  color: #808080;
  overflow-x: hidden;
  overflow-y: auto;
  height: 40px;
  white-space: pre-line;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions .added-btn.btn .glyphicon-ok {
  color: #468847;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions .dropdown-menu {
  min-width: 110px;
  left: 0;
}
.widgets-browser-popup #widget-browser-popup #widgets-info .no-widgets-text {
  padding: 20px;
  color: #808080;
}
select.form-control + .chosen-container.chosen-container-single {
  width: 100% !important;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single > span {
  width: 90%;
  display: block;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single > div > b {
  line-height: 34px;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single > div > b:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li.disabled-result {
  background-color: #fff !important;
  color: #333 !important;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#hosts .alerts-crit-count,
#hosts .alerts-warn-count {
  float: right;
}
#hosts .bulk-menu a.disabled {
  color: gray;
}
#hosts .filters-label {
  display: block;
  float: left;
  padding-right: 10px;
}
#hosts #hosts-table {
  margin-top: 10px;
  margin-bottom: 10px;
}
#hosts #hosts-table .set-rack-id {
  text-decoration: none;
}
#hosts #hosts-table .host-select-all {
  margin-bottom: -1px;
}
#hosts #hosts-table tbody > tr > td {
  vertical-align: middle;
}
#hosts #hosts-table .alerts-crit-count,
#hosts #hosts-table .alerts-warn-count {
  margin-top: 2px;
}
#hosts .health-status-HEALTHY,
#hosts .health-status-LIVE,
#hosts .health-status-DEAD-RED,
#hosts .health-status-DEAD-ORANGE,
#hosts .health-status-DEAD-YELLOW {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
  display: inline !important;
  float: none !important;
  margin-right: 1px;
  margin-left: 1px;
}
#hosts .icon-exclamation-sign,
#hosts .glyphicon-refresh {
  margin-right: 1px;
  margin-left: 1px;
}
#hosts .passive-state {
  color: #000;
}
#hosts .alerts-status {
  padding: 1px 6px !important;
}
#hosts .alerts-status:before {
  content: "!";
}
#hosts .host-name-search {
  position: relative;
  top: 0;
  left: 10px;
}
#hosts .host-name-pos {
  position: relative;
  top: 10px;
}
#hosts .progress {
  margin-bottom: 0;
}
#hosts .filter-input-width {
  width: calc(100% - 20px);
}
#hosts .filter-input-width.rack-input {
  width: 85%;
}
#hosts .table input[type="checkbox"] + label {
  top: 1px;
}
#hosts .table th {
  padding-left: 6px;
}
#hosts .table .col1,
#hosts .table .col0,
#hosts .table td:first-child,
#hosts .table th:first-child,
#hosts .table td:last-child,
#hosts .table th:last-child,
#hosts .table td:first-child + td,
#hosts .table th:first-child + th {
  padding-left: 4px!important;
  padding-right: 1px!important;
  padding-right: 10px\9!important;
  width: 1.5%;
  width: 13px\9!important;
}
#hosts .table .col1 input,
#hosts .table .col0 input,
#hosts .table td:first-child input,
#hosts .table th:first-child input,
#hosts .table td:last-child input,
#hosts .table th:last-child input,
#hosts .table td:first-child + td input,
#hosts .table th:first-child + th input {
  vertical-align: middle;
}
#hosts .table .col2,
#hosts .table td:first-child + td + td,
#hosts .table th:first-child + th + th {
  width: 20%;
  padding-right: 1px;
}
#hosts .table .col3,
#hosts .table .col4,
#hosts .table td:first-child + td + td + td,
#hosts .table th:first-child + th + th + th,
#hosts .table td:first-child + td + td + td + td,
#hosts .table th:first-child + th + th + th + th {
  padding-left: 1px!important;
  padding-right: 1px!important;
  width: 1.5%;
  width: 13px\9!important;
}
#hosts .table .col5,
#hosts .table td:first-child + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th {
  width: 10%!important;
}
#hosts .table .col6,
#hosts .table td:first-child + td + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th + th {
  width: 13%!important;
}
#hosts .table .col7,
#hosts .table td:first-child + td + td + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th + th + th {
  width: 5%!important;
}
#hosts .table .col8,
#hosts .table td:first-child + td + td + td + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th + th + th + th {
  width: 6%!important;
}
#hosts .table .col9,
#hosts .table td:first-child + td + td + td + td + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th + th + th + th + th {
  width: 9%!important;
}
#hosts .table .col10,
#hosts .table td:first-child + td + td + td + td + td + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th + th + th + th + th + th {
  width: 9%!important;
}
#hosts .table .col11,
#hosts .table td:first-child + td + td + td + td + td + td + td + td + td + td + td,
#hosts .table th:first-child + th + th + th + th + th + th + th + th + th + th + th {
  width: 11%!important;
}
#hosts .table .col11 a,
#hosts .table td:first-child + td + td + td + td + td + td + td + td + td + td + td a,
#hosts .table th:first-child + th + th + th + th + th + th + th + th + th + th + th a {
  word-wrap: break-word;
}
#hosts .table td.name {
  overflow: inherit;
  overflow-wrap: break-word;
  white-space: nowrap;
}
#hosts .table td.name .trim_hostname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
  width: 86%!important;
}
#hosts .table td.health label {
  padding-top: 3px;
}
#hosts .table td.health .icon-medkit {
  margin: 3px 0 0 0;
}
#hosts .table ul.filter-components {
  padding: 5px 0;
  background: #777;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
#hosts .table ul.filter-components label {
  font-size: 12px;
}
#hosts .table ul.filter-components li.active-filter {
  background-color: #777;
}
#hosts .table ul.filter-components li {
  display: block;
  padding: 3px 0 3px 5px;
  line-height: 20px;
}
#hosts .table ul.filter-components li label.checkbox {
  padding-left: 3px;
}
#hosts .table ul.filter-components li input[type="checkbox"] {
  margin: 4px 4px 2px 2px;
}
#hosts .table ul.filter-components select {
  width: 150px;
}
#hosts .table ul.filter-components ul {
  margin-left: 10px;
}
#hosts .table ul.filter-components > li > ul {
  height: 150px;
  margin-left: 0;
  overflow-y: scroll;
}
#hosts .table div.view-wrapper input[type="checkbox"],
#hosts .table div.view-wrapper .btn-group {
  margin-bottom: 9px;
}
#hosts .open-group > .dropdown-menu {
  display: block;
}
#hosts .nav-pills li.disabled {
  display: block;
  margin: 2px 0;
  padding: 8px 12px;
  line-height: 14px;
}
#hosts .box-footer .footer-pagination {
  float: right;
}
#hosts .box-footer .footer-pagination .nav {
  margin-bottom: 0;
}
#hosts .box-footer .footer-pagination .dropdown {
  margin-top: 3px;
}
#hosts .box-footer .footer-pagination .dropdown select {
  width: 60px;
}
#hosts .collapsed-list {
  padding-left: 10px;
}
#hosts .host-table-versions div.collapsed-list {
  padding-left: 17px;
}
#host-warnings .notice {
  padding-bottom: 20px;
}
#host-warnings .code-snippet {
  margin: 10px 0;
  white-space: normal;
}
#host-warnings .warnings-list {
  margin-top: 10px;
}
#host-warnings .warnings-list .panel {
  padding: 0;
}
#host-warnings .warnings-list .panel .panel-heading i {
  margin-right: 5px;
  position: relative;
  top: 0;
}
#host-warnings .warnings-list .panel .panel-heading i.panel-toggle {
  font-size: 16px;
  color: #1491c1;
}
#host-warnings .warnings-list .panel .panel-heading a,
#host-warnings .warnings-list .panel .panel-heading a:visited,
#host-warnings .warnings-list .panel .panel-heading a:focus {
  color: black;
  text-decoration: none;
}
#host-warnings .warnings-list table {
  width: 100%;
}
#host-warnings .warnings-list table td,
#host-warnings .warnings-list table th {
  text-align: left;
  padding-left: 15px;
}
#host-warnings .warnings-list table thead tr:first-child th {
  font-weight: normal;
}
#host-warnings .warnings-list .panel-heading i {
  line-height: 19px;
}
#host-warnings .glyphicon-warning-sign {
  color: #ffd13d;
}
.host-checks-update button {
  margin-left: 5px;
}
.host-checks-update .update-progress {
  width: 230px;
}
.host-checks-update .update-progress .progress {
  margin-bottom: 0;
}
#host-details .status-info .host-title {
  font-size: 18px;
  font-weight: 700;
  background-position: 0 center;
  padding-left: 17px;
}
#host-details .status-info .host-maintenance-notice {
  background-color: #E4E4E4;
  border: 1px solid #D4D4D4;
  color: #333;
  padding: 8px 35px 8px 14px;
  border-radius: 4px;
}
#host-details .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
#host-details .components-health.glyphicon-arrow-up {
  color: #ef6162;
}
#host-details .health-status-started,
#host-details .health-status-starting,
#host-details .health-status-LIVE,
#host-details .health-status-installed,
#host-details .health-status-stopping,
#host-details .health-status-DEAD-RED,
#host-details .health-status-unknown,
#host-details .health-status-DEAD-YELLOW,
#host-details .health-status-DEAD-ORANGE {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
}
#host-details .host-details-summary-list .summary-label {
  text-align: right;
  font-weight: 700;
}
#host-details .host-metrics .chart-container .chart-x-axis {
  left: 30%;
  width: 40%;
}
#host-details .namenode-metrics .span2p4 {
  width: 46%;
}
#host-details .namenode-metrics .span2p4 .img-thumbnail {
  width: 100%;
}
#host-details .host-components {
  padding: 10px;
}
#host-details .host-components .status-icons {
  width: 70px;
}
#host-details .host-components .component-name-block {
  white-space: normal;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle;
}
#host-details .host-components .dropdown-menu {
  max-height: 450px;
  overflow-y: scroll;
}
#host-details .host-components .dropdown-menu .disabled {
  pointer-events: none;
  color: #808080;
  cursor: default;
}
#host-details .host-components .dropdown-menu .allow-tooltip {
  pointer-events: auto;
}
#host-details .host-components .table > tbody > tr > td {
  vertical-align: middle;
}
#host-details .status-icons span {
  padding-right: 2px;
}
#host-details .action-icon {
  padding: 2px 5px 0 5px;
  top: 2px;
  font-size: 16px;
}
#host-details .host-stack-version-status .label {
  font-size: 14px;
}
#host-details .logs-tab-content {
  padding: 0 10px;
  background-color: #ffffff;
}
#host-details .logs-tab-content a.external-link {
  font-size: 12px;
}
#host-details .logs-tab-content .table {
  table-layout: auto;
}
#host-details .logs-tab-content .table td:first-child,
#host-details .logs-tab-content .table th:first-child {
  width: 20%;
}
#host-details .logs-tab-content .table td:first-child + td,
#host-details .logs-tab-content .table th:first-child + th {
  width: 30%;
}
#host-details .logs-tab-content .table td:first-child + td + td,
#host-details .logs-tab-content .table th:first-child + th + th {
  width: 50%;
}
#host-details .nav .alerts-crit-count,
#host-details .nav .alerts-warn-count {
  padding: .4em .5em;
  display: inline-block;
  vertical-align: top;
}
.host-breadcrumb {
  max-width: 50%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
#host-alerts {
  padding: 0 10px;
  background-color: #ffffff;
}
@media all and (max-width: 2560px) {
  #hosts .table .col2,
  #hosts .table td:first-child + td + td,
  #hosts .table th:first-child + th + th {
    width: 15% !important;
  }
  #hosts .table .col2 .filter-input-width,
  #hosts .table td:first-child + td + td .filter-input-width,
  #hosts .table th:first-child + th + th .filter-input-width {
    width: 75%;
  }
  #hosts .table .col4,
  #hosts .table td:first-child + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th {
    width: 1.4%;
  }
  #hosts .table .col5,
  #hosts .table td:first-child + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th {
    width: 11.7% !important;
  }
  #hosts .table .col6,
  #hosts .table td:first-child + td + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th + th {
    width: 9% !important;
  }
  #hosts .table .col7,
  #hosts .table td:first-child + td + td + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th + th + th {
    width: 9% !important;
  }
  #hosts .table .col8,
  #hosts .table td:first-child + td + td + td + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th + th + th + th {
    width: 9% !important;
  }
  #hosts .table .col9,
  #hosts .table td:first-child + td + td + td + td + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th + th + th + th + th {
    width: 9% !important;
  }
  #hosts .table .col11,
  #hosts .table .col12,
  #hosts .table td:first-child + td + td + td + td + td + td + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th + th + th + th + th + th + th,
  #hosts .table td:first-child + td + td + td + td + td + td + td + td + td + td + td + td,
  #hosts .table th:first-child + th + th + th + th + th + th + th + th + th + th + th + th {
    width: 11.2% !important;
  }
  #hosts .table td.name .trim_hostname {
    width: 82% !important;
  }
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
.log-file-search-popup .modal-body {
  overflow: hidden;
}
.log-file-search-toolbar {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
  background: #e6f1f6;
}
.log-file-search-toolbar .toolbar-row {
  margin-bottom: 5px;
}
.log-file-search-toolbar .toolbar-row input {
  margin: 0;
}
.log-file-search-toolbar .toolbar-row:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.log-file-search-toolbar .filter-block {
  width: calc(100% - 44px);
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: -400px;
  padding-bottom: 400px;
}
.log-file-search-toolbar .filter-block input {
  height: 16px;
}
.log-file-search-toolbar .filter-block .date-filter {
  margin-left: 10px;
}
.log-file-search-toolbar .filter-block .date-filter input {
  width: 100px;
}
.log-file-search-toolbar .levels-filter-block .level-checkbox {
  margin-right: 20px;
}
.log-file-search-toolbar .include-exclude-filter-block .keywords-list {
  display: inline-block;
}
.log-file-search-toolbar .include-exclude-filter-block .keywords-list .keyword-item {
  font-size: 12px;
  display: inline-block;
  padding: 2px;
  border-radius: 0;
}
.log-file-search-toolbar .include-exclude-filter-block .keywords-list .keyword-item .close {
  color: black;
  font-size: 16px;
  margin-left: 4px;
}
.log-file-search-toolbar .context-menu {
  width: 40px;
  border-left: 2px solid #ddd;
  margin-bottom: -400px;
  padding-bottom: 400px;
  text-align: center;
}
.log-file-search-toolbar .context-menu .icon-external-link,
.log-file-search-toolbar .context-menu .move-to-top,
.log-file-search-toolbar .context-menu .move-to-bottom {
  display: block;
  font-size: 28px;
  color: grey;
}
.log-file-search-toolbar .context-menu .move-to-top {
  line-height: 20px;
}
.log-file-search-toolbar .context-menu .move-to-bottom {
  line-height: 18px;
}
.log-file-search-toolbar .context-menu .icon-external-link {
  margin-top: 5px;
  font-size: 20px;
  padding-left: 4px;
}
.log-file-search-content.container {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
}
.log-file-search-content .log-data-item {
  border-bottom: 1px solid #ddd;
}
.log-file-search-content .log-data-item:nth-child(2n) {
  background: #f2f2f2;
}
.log-file-search-content .log-data-item .log-data-date {
  border-right: 2px solid #ddd;
  width: 7%;
  padding-left: 4px;
}
.log-file-search-content .log-data-item .log-data-message {
  width: 91%;
}
.log-file-search-content #infinite-scroll-append {
  text-align: center;
  margin-top: 10px;
}
.log-file-search-content #infinite-scroll-append .icon-spinner {
  font-size: 33px;
}
.log-tail-popup.full-height-modal .top-wrap {
  border-bottom: none !important;
}
.log-tail-popup.full-height-modal .top-wrap .modal-label {
  font-size: 20px;
  line-height: 20px;
}
.log-tail-popup.full-height-modal .top-wrap .refresh,
.log-tail-popup.full-height-modal .top-wrap .open-in-log-search {
  font-size: 24px;
  cursor: pointer;
  margin-right: 12px;
}
.log-tail-popup.full-height-modal .top-wrap .refresh i,
.log-tail-popup.full-height-modal .top-wrap .open-in-log-search i {
  font-size: 20px;
  vertical-align: middle;
}
.log-tail-popup.full-height-modal .top-wrap .refresh span,
.log-tail-popup.full-height-modal .top-wrap .open-in-log-search span {
  font-size: 14px;
}
.log-tail-popup.full-height-modal .top-wrap .action-bar > a {
  margin: 0 5px;
}
.log-tail-popup.full-height-modal .top-wrap .action-bar > a i {
  font-size: 20px;
}
.log-tail-popup.full-height-modal .bottom-wrap select {
  width: 80px;
}
.log-tail-popup.full-height-modal .log-tail-content {
  width: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
  white-space: normal;
  box-sizing: border-box;
}
.log-tail-popup.full-height-modal .log-tail-content > div {
  margin: 0;
  padding: 0;
}
.log-tail-popup.full-height-modal .log-tail-content > div:hover {
  background: #ccc;
}
.log-tail-popup.full-height-modal .log-tail-content #infinite-scroll-append,
.log-tail-popup.full-height-modal .log-tail-content .log-tail-spinner-container {
  text-align: center;
}
.log-tail-popup.full-height-modal .log-tail-content #infinite-scroll-append .icon-spinner,
.log-tail-popup.full-height-modal .log-tail-content .log-tail-spinner-container .icon-spinner {
  font-size: 24px;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#modal {
  outline: none;
}
#modal-label {
  margin-left: 20px;
  margin-right: 20px;
  text-indent: -20px;
  line-height: 1.3em;
}
#modal-label a:not(.disabled) {
  cursor: pointer;
}
.host-component-popup-wrap {
  min-height: 220px;
}
.host-component-popup-wrap .task-top-wrap .operation-name-top {
  width: 36%;
  padding-left: 20px;
  float: left;
  text-align: left;
}
.host-component-popup-wrap #service-info .show-more {
  width: 98.8%;
  min-height: 20px;
  cursor: pointer;
  text-align: center;
  padding: 10px 10px 10px 0;
  font-size: 16px;
}
.host-component-popup-wrap #host-info,
.host-component-popup-wrap #service-info {
  overflow: auto;
  width: 100%;
  max-height: 340px;
}
.host-component-popup-wrap #host-info.scheduled,
.host-component-popup-wrap #service-info.scheduled {
  max-height: 255px;
}
.host-component-popup-wrap #host-info .log-list-wrap,
.host-component-popup-wrap #service-info .log-list-wrap,
.host-component-popup-wrap #host-log .log-list-wrap {
  padding: 10px 10px 10px 20px;
}
.host-component-popup-wrap #host-info .progress-wrapper,
.host-component-popup-wrap #service-info .progress-wrapper,
.host-component-popup-wrap #host-log .progress-wrapper {
  padding: 8px 0px;
}
.host-component-popup-wrap #host-info .progress-wrapper .progress,
.host-component-popup-wrap #service-info .progress-wrapper .progress,
.host-component-popup-wrap #host-log .progress-wrapper .progress {
  margin-bottom: 0;
}
.host-component-popup-wrap #host-info .progress-percentage,
.host-component-popup-wrap #service-info .progress-percentage,
.host-component-popup-wrap #host-log .progress-percentage {
  padding: 8px 5px;
}
.host-component-popup-wrap #host-info td,
.host-component-popup-wrap #service-info td,
.host-component-popup-wrap #host-log td {
  vertical-align: middle;
}
.host-component-popup-wrap .status-dropdown .btn.dropdown-toggle:first-child {
  min-width: 150px;
  padding: 10px;
  position: relative;
  text-align: left;
}
.host-component-popup-wrap .status-dropdown .btn.dropdown-toggle:first-child .caret {
  position: absolute;
  top: 15px;
  right: 10px;
}
.host-component-popup-wrap .status-dropdown ul.dropdown-menu {
  min-width: 150px;
}
.modal {
  top: 35px;
}
.modal .modal-body .top-wrap.top-wrap-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal {
    top: 15px;
  }
}
.modal-body {
  max-height: 600px;
  overflow-y: auto;
}
/*90% width wizard modal window start*/
.wizard-modal-wrapper.disable-security-modal .modal .modal-body {
  background-color: rgba(233, 233, 233, 0.5);
}
.wizard-modal-wrapper.disable-security-modal .modal .modal-body .wizard-content {
  background-color: transparent;
}
.wizard-modal-wrapper .modal .modal-dialog {
  margin-top: 0;
}
.wizard-modal-wrapper .modal .modal-body {
  padding: 0;
}
.wizard-modal-wrapper .modal .modal-body .wizard {
  border: none;
}
.wizard-modal-wrapper .modal .modal-body div.error {
  color: #b94a48;
}
.wizard-modal-wrapper .modal .modal-body div.error .help-block {
  color: #b94a48;
}
.wizard-modal-wrapper .modal .modal-body div.error input {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wizard-modal-wrapper .content {
  padding: 0;
}
.wizard-modal-wrapper .table-striped tbody tr:nth-child(odd) td .table-striped tbody tr:nth-child(odd) td,
.wizard-modal-wrapper tr:nth-child(even) th {
  background-color: transparent;
}
/*90% width wizard modal window end*/
/*90% width modal (non-wizard) window start*/
.wide-modal-wrapper .modal .modal-body div.error {
  color: #b94a48;
}
.wide-modal-wrapper .modal .modal-body div.error .help-block {
  color: #b94a48;
}
.wide-modal-wrapper .modal .modal-body div.error input {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wide-modal-wrapper .content {
  padding: 0;
}
.wide-modal-wrapper .table-striped tbody tr:nth-child(odd) td .table-striped tbody tr:nth-child(odd) td,
.wide-modal-wrapper tr:nth-child(even) th {
  background-color: transparent;
}
/*90% width modal window (non-wizard) end*/
/*700px width modal window start*/
.modal-690px-width .modal-body {
  max-height: 403px;
}
/*700px width modal window end*/
.manage-alert-notifications-popup .modal-body {
  overflow: visible;
}
/*60% width modal window start*/
.modal-edit-widget .modal-body .progress .bar-success {
  background-image: linear-gradient(to bottom, #1eb475, #1eb475);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5AB400', endColorstr='#5AB400', GradientType=0);
}
.modal-edit-widget .modal-body .progress .bar-warning {
  background-image: linear-gradient(to bottom, #e98a41, #e98a41);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FF8E00', endColorstr='#FF8E00', GradientType=0);
}
.modal-edit-widget .modal-body .progress .bar-danger {
  background-image: linear-gradient(to bottom, #ef6162, #ef6162);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000', GradientType=0);
}
.modal-edit-widget .modal-body .value-on-slider {
  margin-top: 30px;
}
.common-modal-wrapper .modal-footer .footer-checkbox {
  text-align: left;
  margin-left: 22px;
}
.common-modal-wrapper .modal-body li.disabled a {
  cursor: not-allowed;
}
.common-modal-wrapper .modal-body .form-horizontal .each-row {
  margin-top: 10px;
}
.common-modal-wrapper .modal-body .form-horizontal .each-row.control-label {
  float: left;
  clear: both;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls .input-group input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls .input-group .btn-group {
  display: inline-block;
  margin-left: -1px;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls .input-group .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls .hosts-table-container {
  width: 100%;
  overflow: auto;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls table {
  margin: 0 auto;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls table input[type="checkbox"] + label {
  top: 0;
}
.common-modal-wrapper .modal-body .form-horizontal .override-controls .message {
  color: #777;
}
.common-modal-wrapper .modal-body .form-horizontal .control-label:not(class=["col-md*"]) {
  width: auto;
}
.common-modal-wrapper .content {
  padding: 0;
}
.common-modal-wrapper .table-striped tbody tr:nth-child(odd) td .table-striped tbody tr:nth-child(odd) td,
.common-modal-wrapper tr:nth-child(even) th {
  background-color: transparent;
}
/*60% width modal window end*/
/* modal fill screen popup */
.full-height-modal .modal.with-footer .modal-body {
  max-height: calc(100% - 162px);
}
/* modal fill screen popup end */
#logs-popup .controls-block {
  margin-bottom: 10px;
}
#logs-popup .controls-block a {
  padding: 5px;
  cursor: pointer;
}
.host-progress-popup .modal.with-footer {
  padding-right: 0;
}
.host-progress-popup .modal.with-footer .modal-lg.modal-dialog {
  width: 98%;
}
.host-progress-popup .task-detail-info .task-detail-log-info {
  padding-top: 10px;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .task-detail-log-info {
  padding-top: 0;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .task-top-wrap {
  padding: 0;
  border-bottom: none;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .task-detail-nav {
  padding-top: 10px;
  padding-bottom: 20px;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .log-tail-content {
  width: 100%;
  padding: 15px;
  overflow-y: auto;
  box-sizing: border-box;
  white-space: normal;
  margin: 0;
  position: relative;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .log-tail-content > div {
  margin: 0;
  padding: 0;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .log-tail-content > div:hover {
  background: #ccc;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed .log-tail-content .log-tail-spinner-container {
  position: absolute;
  top: 0;
  left: 3px;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed #infinite-scroll-append {
  text-align: center;
}
.host-progress-popup .task-detail-info.task-detail-info-tabbed #infinite-scroll-append .glyphicon.glyphicon-spinner {
  font-size: 24px;
}
.modal-xlg {
  width: 98%;
}
.modal-xlg .wizard .container {
  width: 1236px;
}
.modal-graph-line .modal-dialog {
  width: 820px;
}
.modal-graph-line .modal-body {
  min-height: 450px !important;
  overflow: hidden;
}
.modal-graph-line .modal-body .corner-icon {
  position: absolute;
  right: 20px;
  text-decoration: none;
}
.modal-graph-line .modal-body .corner-icon .glyphicon-save {
  color: #555;
}
.modal-graph-line .modal-body .export-graph-list {
  top: auto;
  right: 20px;
}
.modal-body .api-error {
  max-height: 403px;
  word-wrap: break-word;
  overflow: auto;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
.settings-compare-layout .accordion .panel-group .panel {
  padding: 0;
}
.settings-compare-layout .comparison-table-header {
  margin: 0 0 10px 0;
  line-height: 25px;
}
.settings-compare-layout .property-name-column {
  width: 25%;
}
.settings-compare-layout .property-value-column {
  word-break: break-all;
  overflow: auto;
  max-height: 300px;
}
.settings-compare-layout .accordion-without-tabs {
  margin-top: 50px;
}
.settings-compare-layout .comparison-row {
  margin-left: -25px;
  padding: 10px 0;
}
.settings-compare-layout .comparison-row .compare-config-cell {
  white-space: pre;
}
.settings-compare-layout .undefined {
  font-style: italic;
  color: #666666;
}
.settings-compare-layout .has-compare-diffs {
  background-color: rgba(211, 237, 247, 0.39);
}
#serviceConfig.non-wizard {
  background: white;
  padding: 15px;
}
#serviceConfig .alert .glyphicon-refresh {
  margin-left: 10px;
}
#serviceConfig .alert .glyphicon-warning-sign {
  color: #ffd13d;
}
#serviceConfig .collapsable {
  cursor: pointer;
}
#serviceConfig .directories {
  min-width: 280px;
}
#serviceConfig .panel-heading {
  cursor: pointer;
}
#serviceConfig .panel-group .control-label {
  text-align: left;
  word-wrap: break-word;
  font-weight: 500;
}
#serviceConfig .panel-group .control-label .glyphicon-lock {
  color: #008000;
}
#serviceConfig .panel-group .service-config-section .overridden-property {
  background-color: rgba(211, 237, 247, 0.39);
  padding: 5px;
  margin-left: -5px;
}
#serviceConfig .panel-group .service-config-section .checkbox.list-inline {
  vertical-align: baseline;
}
#serviceConfig .panel-group .service-config-section .checkbox.list-inline > .ember-checkbox {
  margin-left: -14px;
}
#serviceConfig .panel-group .service-config-section .ember-text-area {
  min-width: 450px;
  max-width: 100%;
}
#serviceConfig .panel-group .entry-row.indent-1 {
  margin-left: 2em;
}
#serviceConfig .panel-group .entry-row.indent-2 {
  margin-left: 4em;
}
#serviceConfig .panel-group .entry-row {
  margin: 0;
}
#serviceConfig .panel-group .entry-row .action {
  margin-left: 3px;
  margin-right: 1px;
  font-size: 13px;
  white-space: nowrap;
}
#serviceConfig .panel-group .entry-row input[type="radio"] {
  margin-right: 5px;
  margin-left: -20px;
}
#serviceConfig .panel-group .entry-row .control-group {
  margin: 0;
}
#serviceConfig .panel-group .entry-row .control-group .overrideField {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
#serviceConfig .panel-group .entry-row .control-group .overridden-hosts-view {
  display: inline-block;
}
#serviceConfig .panel-group .entry-row .control-group > .ember-checkbox {
  margin-bottom: 5px;
}
#serviceConfig .panel-group .entry-row .overrideField .long-input {
  width: 101%;
}
#serviceConfig .panel-group .entry-row .overrideField .config-controls {
  padding-left: 0;
  padding-right: 0;
  margin-left: -5px;
}
#serviceConfig .panel-group .entry-row .overrideField .config-controls .help-block {
  margin: 0;
  line-height: 32px;
}
#serviceConfig .panel-group form {
  margin-bottom: 0;
}
#serviceConfig .badge {
  margin-left: 4px;
}
#serviceConfig .master-host,
#serviceConfig .master-hosts,
#serviceConfig .slave-hosts {
  padding-top: 5px;
  line-height: 20px;
}
#serviceConfig .common-config-category {
  clear: both;
}
#serviceConfig .common-config-category .icon-repeat {
  color: #cbcbcb;
  padding: 5px 10px;
  text-decoration: none;
}
#serviceConfig .enhanced-config-tab-content .action {
  display: inline-block;
}
#serviceConfig .common-config-category .panel-title,
#serviceConfig .enhanced-config-tab-content .panel-title {
  line-height: 16px;
}
#serviceConfig .common-config-category .action,
#serviceConfig .enhanced-config-tab-content .action {
  cursor: pointer;
}
#serviceConfig .common-config-category .glyphicon-plus-sign,
#serviceConfig .enhanced-config-tab-content .glyphicon-plus-sign {
  color: #1eb475;
  margin-right: 2px;
}
#serviceConfig .common-config-category .glyphicon-minus-sign,
#serviceConfig .enhanced-config-tab-content .glyphicon-minus-sign {
  color: #ff4b4b;
  margin-right: 2px;
}
#serviceConfig .common-config-category .icon-undo,
#serviceConfig .enhanced-config-tab-content .icon-undo {
  color: #f3b20b;
  margin-right: 2px;
}
#serviceConfig .common-config-category .btn-final,
#serviceConfig .enhanced-config-tab-content .btn-final {
  background: transparent repeat scroll 0 0 #fff;
}
#serviceConfig .common-config-category .btn-final .glyphicon-lock,
#serviceConfig .enhanced-config-tab-content .btn-final .glyphicon-lock {
  color: #a6a6a6;
  cursor: inherit;
}
#serviceConfig .common-config-category .btn-final.active .glyphicon-lock,
#serviceConfig .enhanced-config-tab-content .btn-final.active .glyphicon-lock {
  color: blue;
}
#serviceConfig .common-config-category .btn-final.active,
#serviceConfig .enhanced-config-tab-content .btn-final.active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#serviceConfig .common-config-category .btn-final.active[disabled],
#serviceConfig .enhanced-config-tab-content .btn-final.active[disabled] {
  cursor: not-allowed;
}
#serviceConfig .common-config-category a.panel-toggle:hover,
#serviceConfig .enhanced-config-tab-content a.panel-toggle:hover {
  text-decoration: none;
}
#serviceConfig .common-config-category a.panel-toggle:hover .category-name,
#serviceConfig .enhanced-config-tab-content a.panel-toggle:hover .category-name {
  color: #337ab7;
  text-decoration: underline;
}
#serviceConfig .enhanced-config-tab-content .action-button {
  margin-left: 3px;
}
#serviceConfig .capacity-scheduler .header {
  margin-bottom: 10px;
}
#serviceConfig .capacity-scheduler .header .col-md-1 {
  padding-top: 10px;
  font-weight: bold;
}
#serviceConfig .capacity-scheduler form.form-horizontal {
  margin-left: 20px;
}
#serviceConfig .capacity-scheduler form.form-horizontal .control-label-span {
  word-wrap: break-word;
}
#serviceConfig .capacity-scheduler table tr,
#serviceConfig .capacity-scheduler svg {
  cursor: pointer;
}
#serviceConfig .capacity-scheduler .marker {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
#serviceConfig .capacity-scheduler .frame {
  position: relative;
  width: 200px;
  height: 200px;
}
#serviceConfig .nav-tabs > li > a {
  padding-left: 8px;
  padding-right: 8px;
}
#serviceConfig .nav-tabs > li > a.new {
  font-weight: 700;
}
#serviceConfig .with-unit {
  float: left;
}
#serviceConfig .with-unit .input-group-addon {
  overflow: hidden;
  max-width: 250px;
}
#serviceConfig .dropdown-menu > li > a:hover {
  text-shadow: none;
}
#serviceConfig .db-connection .spinner {
  width: 30px;
  height: 30px;
  background-size: cover;
}
#serviceConfig .db-connection .spinner i {
  font-size: 1em;
}
#serviceConfig .db-connection .glyphicon-ok-sign,
#serviceConfig .db-connection .glyphicon-warning-sign {
  font-size: 27px;
  line-height: 30px;
}
#serviceConfig .db-connection .glyphicon-warning-sign {
  color: #ef6162;
}
#serviceConfig .db-connection .btn-wrapper {
  min-width: 200px;
}
#serviceConfig .db-connection .connection-result {
  font-size: 15px;
  line-height: 34px;
}
#serviceConfig .db-connection a {
  vertical-align: top;
  color: #333;
}
#serviceConfig .db-connection a:hover {
  text-decoration: none;
  color: #333;
}
#serviceConfig .help-block {
  display: inline-block;
}
#serviceConfig .long-input {
  width: 75%;
}
#serviceConfig .config-controls {
  line-height: 34px;
  vertical-align: top;
}
#serviceConfig .config-controls a:hover {
  text-decoration: none;
}
#serviceConfig .clear-left {
  clear: left;
  padding-top: 5px;
}
#host-selection-dialog .modal-body .table th:first-child,
#host-selection-dialog .modal-body .table td:first-child {
  width: 30px;
}
#host-selection-dialog .modal-body .table th + th,
#host-selection-dialog .modal-body .table td + td {
  width: 50%;
}
#host-selection-dialog .modal-body .table td,
#host-selection-dialog .modal-body .table th {
  line-height: 24px;
}
#host-selection-dialog .modal-body .table .checkbox {
  padding-top: 0;
  height: 24px;
  min-height: 24px;
}
#host-selection-dialog .modal-body .selected-hosts-link {
  line-height: 34px;
}
#host-selection-dialog .modal-body #filter-dropdown-div,
#host-selection-dialog .modal-body #component-dropdown-div {
  padding-right: 0;
}
#host-selection-dialog .modal-body #filter-dropdown-div .dropdown-menu,
#host-selection-dialog .modal-body #component-dropdown-div .dropdown-menu {
  right: 0;
  left: auto;
}
.password-field-wrapper {
  width: 75%;
  display: inline-block;
}
.password-field-wrapper .row {
  padding: 0;
}
.change-config-group-modal .modal-body {
  overflow-y: visible;
}
.change-config-group-modal .modal-body .dropdown-select {
  min-width: 120px;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#advancedRepoAccordion .panel-heading {
  background-color: #f0f0f0;
}
#advancedRepoAccordion .panel-heading a:hover {
  text-decoration: none;
}
#advancedRepoAccordion .panel-body .repositories-table {
  overflow: auto;
  margin-bottom: 10px;
}
#advancedRepoAccordion .panel-body .repositories-table div {
  float: left;
  min-height: 1px;
}
#advancedRepoAccordion .panel-body .repositories-table .thead {
  width: 100%;
}
#advancedRepoAccordion .panel-body .repositories-table .thead .th {
  font-weight: bold;
}
#advancedRepoAccordion .panel-body .repositories-table .thead .first-th {
  width: 4%;
}
#advancedRepoAccordion .panel-body .repositories-table .thead .os-th {
  width: 13%;
}
#advancedRepoAccordion .panel-body .repositories-table .thead .name-th {
  width: 17%;
}
#advancedRepoAccordion .panel-body .repositories-table .thead .url-th {
  width: 66%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody {
  width: 100%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .os-td {
  width: 17%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow {
  width: 100%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .name-td {
  width: 16%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .validation-td {
  width: 4%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .url-td {
  width: 63%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .url-td .ember-text-field {
  width: 100%;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .clear-td {
  width: 4%;
  padding-top: 5px;
  padding-left: 12px;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .clear-td a {
  cursor: pointer;
  text-decoration: none;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .clear-td a.disabled-clear-button {
  cursor: default;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .clear-td a.disabled-clear-button .glyphicon-remove-sign {
  cursor: default;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .clear-td .glyphicon-remove-sign {
  color: #808080;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .actions-td {
  width: 10%;
  padding-top: 5px;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .actions-td a {
  cursor: pointer;
}
#advancedRepoAccordion .panel-body .repositories-table .tbody .trow .sub-trow .actions-td .icon-undo {
  color: #f3b20b;
  margin-right: 2px;
}
#advancedRepoAccordion .panel-body .repositories-table .textfield-error input {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#advancedRepoAccordion .panel-body .repositories-table .disabled-label {
  color: #808080;
}
#advancedRepoAccordion .panel-body #skip-validation .checkbox {
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 0;
}
.version-box-popup .modal {
  overflow: visible;
}
.version-box-popup .modal .modal-dialog {
  width: 340px;
}
.version-box-popup .modal .modal-body {
  padding: 0px 0px;
  overflow: visible;
  padding: 0;
}
.version-box-popup .version-box-in-popup.version-box {
  padding: 0;
  margin: 0;
  border: none;
}
.version-box-popup .version-box-in-popup.version-box .out-of-sync-badge {
  top: 0;
  left: 0;
}
#stack-upgrade-page .versions-slides,
.version-box-popup .versions-slides {
  overflow-x: auto;
  padding-bottom: 25px;
  padding-left: 0;
  margin-top: 10px;
  margin-left: -1px;
}
#stack-upgrade-page .versions-slides .versions-slides-bar,
.version-box-popup .versions-slides .versions-slides-bar {
  display: inline-flex;
}
#stack-upgrade-page .left-menu-table,
.version-box-popup .left-menu-table {
  padding: 10px 0;
  margin-top: 150px;
}
#stack-upgrade-page .left-menu-table.has-special-type-repo-version,
.version-box-popup .left-menu-table.has-special-type-repo-version {
  margin-top: 170px;
}
#stack-upgrade-page .left-menu-table .border-extended-table,
.version-box-popup .left-menu-table .border-extended-table {
  width: 100%;
  position: relative;
  z-index: 999;
  background: transparent;
}
#stack-upgrade-page .left-menu-table .border-extended-table td.service-display-name,
.version-box-popup .left-menu-table .border-extended-table td.service-display-name {
  border-top: 1px solid #d2d9dd;
  border-bottom: 1px solid #d2d9dd;
}
#stack-upgrade-page div.current-version-box,
.version-box-popup div.current-version-box {
  background: none repeat scroll 0 0 #e6f1f6;
  box-shadow: 0 8px 6px -6px #000000;
}
#stack-upgrade-page .version-box,
.version-box-popup .version-box {
  position: relative;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d2d9dd;
  margin: 15px 15px 0 0;
  padding: 0 5px;
}
#stack-upgrade-page .version-box a.not-active:hover,
.version-box-popup .version-box a.not-active:hover {
  text-decoration: none;
}
#stack-upgrade-page .version-box .out-of-sync-badge,
.version-box-popup .version-box .out-of-sync-badge {
  background-color: transparent;
  font-size: 30px;
  top: -8px;
  position: absolute;
  left: -8px;
  color: orange;
  z-index: 3;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background-color: #fff;
}
#stack-upgrade-page .version-box .out-of-sync-badge:before,
.version-box-popup .version-box .out-of-sync-badge:before {
  position: relative;
  top: -4px;
}
#stack-upgrade-page .version-box .state,
.version-box-popup .version-box .state {
  margin: 15px 0;
  line-height: 30px;
  padding-top: 5px;
  height: 35px;
}
#stack-upgrade-page .version-box .state i,
.version-box-popup .version-box .state i {
  color: #0088cc;
  font-size: 16px;
}
#stack-upgrade-page .version-box .state i[disabled='disabled'],
.version-box-popup .version-box .state i[disabled='disabled'] {
  color: inherit;
}
#stack-upgrade-page .version-box .state i.glyphicon-warning-sign,
.version-box-popup .version-box .state i.glyphicon-warning-sign {
  color: #ef6162;
}
#stack-upgrade-page .version-box .state .label,
.version-box-popup .version-box .state .label {
  padding: 5px 20px;
  font-size: 14px;
}
#stack-upgrade-page .version-box .state .btn-group,
.version-box-popup .version-box .state .btn-group {
  display: inline-block;
}
#stack-upgrade-page .version-box .state .dropdown-menu,
.version-box-popup .version-box .state .dropdown-menu {
  cursor: pointer;
  text-align: left;
}
#stack-upgrade-page .version-box .installing,
.version-box-popup .version-box .installing {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}
#stack-upgrade-page .version-box .installing .progress,
.version-box-popup .version-box .installing .progress {
  height: 15px;
  width: 60%;
  margin: 0 20%;
}
#stack-upgrade-page .version-box .host-link a,
.version-box-popup .version-box .host-link a {
  color: #0088cc;
  font-size: 14px;
  font-weight: normal;
}
#stack-upgrade-page .version-box .version,
.version-box-popup .version-box .version {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 5px 0 5px;
  margin-bottom: 0;
}
#stack-upgrade-page .version-box .version span,
.version-box-popup .version-box .version span {
  margin-left: 20px;
}
#stack-upgrade-page .version-box .version .pull-right .not-active,
.version-box-popup .version-box .version .pull-right .not-active {
  font-size: 15px;
  color: #0088cc;
  line-height: 20px;
}
#stack-upgrade-page .version-box .repository-name,
.version-box-popup .version-box .repository-name {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin: 0 0px -18px 1px;
  padding: 1px;
}
#stack-upgrade-page .version-box .patch-icon,
.version-box-popup .version-box .patch-icon {
  text-align: center;
  color: #e98a41;
  height: 20px;
  font-size: 14px;
  margin: 18px 0px -18px 1px;
  padding: 1px;
}
#stack-upgrade-page .version-box .hosts-section,
.version-box-popup .version-box .hosts-section {
  margin-top: 16px;
  padding-bottom: 8px;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
}
#stack-upgrade-page .version-box .hosts-section .hosts-bar,
.version-box-popup .version-box .hosts-section .hosts-bar {
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
}
#stack-upgrade-page .version-box .hosts-section .host-link,
.version-box-popup .version-box .hosts-section .host-link {
  margin: 0;
  font-size: 12px;
}
#stack-upgrade-page .version-column,
.version-box-popup .version-column {
  min-height: 500px;
  width: 115px;
  margin: 15px 7px 0 7px;
}
#stack-upgrade-page .version-column .version-column-display-name,
.version-box-popup .version-column .version-column-display-name {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 5px;
  margin-bottom: 0;
}
#stack-upgrade-page .version-column .version-column-repository-name,
.version-box-popup .version-column .version-column-repository-name {
  text-align: center;
  font-size: 12px;
  color: #888;
}
#stack-upgrade-page .version-column .version-column-display-type,
.version-box-popup .version-column .version-column-display-type {
  text-align: center;
  height: 20px;
  margin-bottom: 0;
  color: #e98a41;
}
#stack-upgrade-page .version-column .version-column-show-details,
.version-box-popup .version-column .version-column-show-details {
  text-align: center;
  font-size: 13px;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
}
#stack-upgrade-page .version-column .version-column-show-details a,
.version-box-popup .version-column .version-column-show-details a {
  cursor: pointer;
}
#stack-upgrade-page .version-column .state,
.version-box-popup .version-column .state {
  margin: 5px 0 15px 0;
  line-height: 20px;
  height: 35px;
}
#stack-upgrade-page .version-column .state .label-wrapper .btn,
.version-box-popup .version-column .state .label-wrapper .btn {
  cursor: auto;
  text-transform: none;
}
#stack-upgrade-page .version-column .state .label-wrapper .btn .state-label-text,
.version-box-popup .version-column .state .label-wrapper .btn .state-label-text {
  cursor: text;
}
#stack-upgrade-page .version-column .state .label-wrapper .btn.btn-primary,
.version-box-popup .version-column .state .label-wrapper .btn.btn-primary {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
#stack-upgrade-page .version-column .state .label-wrapper .btn.dropdown-toggle,
.version-box-popup .version-column .state .label-wrapper .btn.dropdown-toggle {
  cursor: pointer;
  padding-right: 8px;
  padding-left: 8px;
}
#stack-upgrade-page .version-column .state .label-wrapper .btn:active,
.version-box-popup .version-column .state .label-wrapper .btn:active {
  box-shadow: none;
}
#stack-upgrade-page .version-column .state .btn.btn-primary:not(.dropdown-toggle),
.version-box-popup .version-column .state .btn.btn-primary:not(.dropdown-toggle) {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 70px;
}
#stack-upgrade-page .version-column .state .open .dropdown-menu,
.version-box-popup .version-column .state .open .dropdown-menu {
  min-width: 90px;
  z-index: 1001;
}
#stack-upgrade-page .version-column .state.installing,
.version-box-popup .version-column .state.installing {
  margin: 5px 0 15px 0;
}
#stack-upgrade-page .version-column .services-section,
.version-box-popup .version-column .services-section {
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
  margin-top: -5px;
}
#stack-upgrade-page .version-column .services-section .service-version-info,
.version-box-popup .version-column .services-section .service-version-info {
  line-height: 20px;
  margin-bottom: 9px;
  padding-top: 6px;
  text-align: center;
}
#stack-upgrade-page .version-column .services-section .service-version-info span.label,
.version-box-popup .version-column .services-section .service-version-info span.label {
  padding: 5px 15px;
  background-color: #a3a3a3;
  z-index: 100;
  position: relative;
}
#stack-upgrade-page div.version-column .not-upgradable,
.version-box-popup div.version-column .not-upgradable {
  position: absolute;
  z-index: 1000;
  line-height: 20px;
  padding-left: 10px;
  margin-right: -20px;
  cursor: pointer;
}
#stack-upgrade-page div.version-column .icon-info-sign,
.version-box-popup div.version-column .icon-info-sign {
  color: #0572ff;
}
#stack-upgrade-page div.version-column .services-section .service-version-info span.label.available,
.version-box-popup div.version-column .services-section .service-version-info span.label.available {
  background-color: #468847;
}
#stack-upgrade-page .nav.nav-tabs,
.version-box-popup .nav.nav-tabs {
  margin-bottom: 20px;
}
#stack-upgrade-page .stack-error-row .image-container,
.version-box-popup .stack-error-row .image-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 15px;
}
#stack-upgrade-page .stack-error-row .image-container i,
.version-box-popup .stack-error-row .image-container i {
  vertical-align: middle;
  font-size: 22px;
}
#stack-upgrade-page .stack-error-row .message-container,
.version-box-popup .stack-error-row .message-container {
  display: inline-block;
  max-width: 70%;
}
#stack-upgrade-page .stack-error-row .stack-name,
.version-box-popup .stack-error-row .stack-name {
  margin-left: 15px;
}
#stack-upgrade-page .stack-error-row .btn-container,
.version-box-popup .stack-error-row .btn-container {
  line-height: 36px;
  float: right;
}
.install-repo-confirmation table td,
.revert-patch-upgrade-confirmation table td,
.install-repo-confirmation table th,
.revert-patch-upgrade-confirmation table th {
  padding: 5px 15px;
}
.install-repo-confirmation .available-services-list,
.revert-patch-upgrade-confirmation .available-services-list {
  margin: 10px 0 30px;
}
.install-repo-confirmation .available-services-list .service-version-info,
.revert-patch-upgrade-confirmation .available-services-list .service-version-info {
  text-align: left;
  margin-bottom: 20px;
}
.install-repo-confirmation .available-services-list .service-version-info .col-md-1,
.revert-patch-upgrade-confirmation .available-services-list .service-version-info .col-md-1 {
  width: 90px;
}
#stack-upgrade-dialog .row,
#stack-upgrade-record-dialog .row {
  margin: 0;
  padding: 5px 0;
}
#stack-upgrade-dialog .upgrade-item-text,
#stack-upgrade-record-dialog .upgrade-item-text,
#stack-upgrade-dialog .upgrade-group-text,
#stack-upgrade-record-dialog .upgrade-group-text {
  padding-left: 0;
}
#stack-upgrade-dialog .details-box,
#stack-upgrade-record-dialog .details-box {
  padding: 5px;
}
#stack-upgrade-dialog .details-box .button-row,
#stack-upgrade-record-dialog .details-box .button-row {
  text-align: right;
  padding: 5px;
}
#stack-upgrade-dialog .details-box input[type="checkbox"],
#stack-upgrade-record-dialog .details-box input[type="checkbox"] {
  margin: 0;
}
#stack-upgrade-dialog .task-details .manage-controls a,
#stack-upgrade-record-dialog .task-details .manage-controls a {
  cursor: pointer;
  margin-right: 12px;
}
#stack-upgrade-dialog .task-details textarea,
#stack-upgrade-record-dialog .task-details textarea {
  width: 100%;
  min-height: 100px;
  box-sizing: border-box;
}
#stack-upgrade-dialog .task-list,
#stack-upgrade-record-dialog .task-list {
  width: 100%;
  overflow-x: hidden;
  padding-left: 15px;
}
#stack-upgrade-dialog .task-list .progress,
#stack-upgrade-record-dialog .task-list .progress {
  margin-bottom: 0;
}
#stack-upgrade-dialog .task-list i,
#stack-upgrade-record-dialog .task-list i {
  margin-right: 5px;
}
#stack-upgrade-dialog .active-task-label,
#stack-upgrade-record-dialog .active-task-label {
  padding: 8px 15px;
  display: inline-block;
}
#stack-upgrade-dialog .col-md-2.task-list-main-wrap,
#stack-upgrade-record-dialog .col-md-2.task-list-main-wrap {
  padding-left: 0;
}
#stack-upgrade-dialog .upgrade-groups,
#stack-upgrade-record-dialog .upgrade-groups {
  padding-left: 0;
}
#stack-upgrade-dialog .upgrade-groups .progress,
#stack-upgrade-record-dialog .upgrade-groups .progress {
  width: 85%;
  display: inline-block;
}
#stack-upgrade-dialog .upgrade-groups .percent,
#stack-upgrade-record-dialog .upgrade-groups .percent {
  display: inline-block;
  vertical-align: top;
}
#stack-upgrade-dialog .task-list-main-wrap i,
#stack-upgrade-record-dialog .task-list-main-wrap i {
  font-size: 16px;
}
#stack-upgrade-dialog ul.failed-info-list,
#stack-upgrade-record-dialog ul.failed-info-list {
  max-height: 500px;
  margin-top: 5px;
}
#stack-upgrade-dialog .pause-button,
#stack-upgrade-record-dialog .pause-button {
  margin-top: -5px;
  padding-right: 0;
}
#stack-upgrade-dialog .pause-button i,
#stack-upgrade-record-dialog .pause-button i {
  padding-right: 4px;
  font-size: 15px;
}
#stack-upgrade-dialog .button-row,
#stack-upgrade-record-dialog .button-row {
  text-align: right;
  padding: 5px;
}
.upgrade-options-link {
  padding-left: 50px;
  display: inline-block;
  cursor: pointer;
  width: 150px;
  vertical-align: bottom;
}
.upgrade-options-link a {
  font-size: 14px;
  font-weight: normal;
}
.upgrade-options-link .icon-cogs {
  font-size: 16px;
  color: #0088cc;
  margin-right: 3px;
}
.upgrade-options-link.disabled {
  cursor: not-allowed;
}
.upgrade-options-link.disabled a,
.upgrade-options-link.disabled .icon-cogs {
  color: #808080;
}
.upgrade-options-link.disabled a:hover {
  text-decoration: none;
}
.repository-list input[type="text"] {
  width: 80%;
}
#upgrade-options-popup-content .method-options {
  margin: 10px;
}
#upgrade-options-popup-content .method-options .method-option {
  margin-bottom: 5px;
}
#upgrade-options-popup-content .method-options .img-thumbnail {
  background-color: #e4e4e4;
  cursor: pointer;
  border: none;
  width: 99%;
}
#upgrade-options-popup-content .method-options .img-thumbnail .method-name,
#upgrade-options-popup-content .method-options .img-thumbnail .method-icon,
#upgrade-options-popup-content .method-options .img-thumbnail .method-description {
  color: #333;
}
#upgrade-options-popup-content .method-options .img-thumbnail .method-icon {
  font-size: 40px;
}
#upgrade-options-popup-content .method-options .img-thumbnail .method-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
}
#upgrade-options-popup-content .method-options .img-thumbnail .method-description {
  margin-top: 5px;
  text-align: center;
}
#upgrade-options-popup-content .method-options .ROLLING .method-icon {
  margin-left: 88px;
}
#upgrade-options-popup-content .method-options .NON_ROLLING .method-icon,
#upgrade-options-popup-content .method-options .HOST_ORDERED .method-icon {
  margin-left: 94px;
}
#upgrade-options-popup-content .method-options .selected.ROLLING,
#upgrade-options-popup-content .method-options .selected.NON_ROLLING {
  background-color: #d3e7ca;
  box-shadow: 0 8px 6px -6px #b3b3b3;
}
#upgrade-options-popup-content .method-options .ROLLING:hover,
#upgrade-options-popup-content .method-options .NON_ROLLING:hover {
  background-color: #cbe3c2;
}
#upgrade-options-popup-content .method-options .img-thumbnail.not-allowed:hover {
  background-color: #e4e4e4;
}
#upgrade-options-popup-content .method-options .img-thumbnail.not-allowed {
  cursor: not-allowed;
}
#upgrade-options-popup-content .method-options.disabled .img-thumbnail {
  cursor: not-allowed;
}
#upgrade-options-popup-content .method-options.disabled .img-thumbnail.default-cursor {
  cursor: default;
}
#upgrade-options-popup-content .method-options.disabled .img-thumbnail .method-name,
#upgrade-options-popup-content .method-options.disabled .img-thumbnail .method-icon,
#upgrade-options-popup-content .method-options.disabled .img-thumbnail .method-description {
  color: #a9a9a9;
}
#upgrade-options-popup-content .method-options.disabled .ROLLING,
#upgrade-options-popup-content .method-options.disabled .NON_ROLLING,
#upgrade-options-popup-content .method-options.disabled .ROLLING:hover,
#upgrade-options-popup-content .method-options.disabled .NON_ROLLING:hover {
  background-color: #f3f3f3;
}
#upgrade-options-popup-content .method-options.disabled .selected.ROLLING,
#upgrade-options-popup-content .method-options.disabled .selected.NON_ROLLING,
#upgrade-options-popup-content .method-options.disabled .selected.ROLLING:hover,
#upgrade-options-popup-content .method-options.disabled .selected.NON_ROLLING:hover {
  border: solid 2px #a9a9a9;
  box-shadow: 0 8px 6px -6px #a9a9a9;
}
#upgrade-options-popup-content .method-precheck-message {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
}
#upgrade-options-popup-content .method-precheck-message a {
  cursor: pointer;
}
#upgrade-options-popup-content .method-precheck-message.checking {
  padding-top: 5px;
  line-height: 30px;
}
#upgrade-options-popup-content .method-precheck-message.checking .spinner {
  display: inline-block;
  width: auto;
  height: 30px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}
#upgrade-options-popup-content .method-precheck-message.checking .spinner i {
  font-size: 1em;
}
#upgrade-options-popup-content .method-precheck-message.GREEN .glyphicon-ok {
  color: #1eb475;
  font-size: 16px;
}
#upgrade-options-popup-content .method-precheck-message.RED .glyphicon-remove {
  color: #cf2a27;
  font-size: 16px;
}
#upgrade-options-popup-content .method-precheck-message.ORANGE .glyphicon-warning-sign {
  color: #e98a41;
  font-size: 16px;
}
#upgrade-options-popup-content .tolerance-text .tolerance-option {
  margin: 5px 15px;
}
#upgrade-options-popup-content .tolerance-text .tolerance-option .ember-checkbox {
  margin-top: 0;
}
#upgrade-options-popup-content .text {
  margin-left: 10px;
}
#upgrade-options-popup-content .glyphicon-question-sign {
  color: #0572ff;
}
.admin-cluster .repositories-table {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  overflow: auto;
}
.admin-cluster .repositories-table div {
  float: left;
  min-height: 1px;
}
.admin-cluster .repositories-table .thead {
  width: 100%;
}
.admin-cluster .repositories-table .thead .th {
  font-weight: bold;
  padding: 8px;
}
.admin-cluster .repositories-table .thead .os-th {
  width: 10%;
}
.admin-cluster .repositories-table .thead .name-th {
  width: 16%;
}
.admin-cluster .repositories-table .thead .url-th {
  width: 66%;
}
.admin-cluster .repositories-table .tbody {
  width: 100%;
}
.admin-cluster .repositories-table .tbody .trow {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 8px;
}
.admin-cluster .repositories-table .tbody .trow .os-td {
  padding-top: 4px;
  padding-left: 8px;
  width: 9%;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow {
  width: 100%;
  min-height: 39px;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .name-td {
  width: 16%;
  padding-top: 4px;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .url-td {
  width: 60%;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .url-td .ember-text-field {
  width: 100%;
  margin: -1px -1px -1px -2px;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .url-text-td {
  width: 70%;
  padding-top: 4px;
  padding-left: 3px;
  overflow: auto;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .edit-td {
  width: 8%;
  padding-top: 4px;
  padding-left: 5px;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .edit-td a {
  cursor: pointer;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .edit-buttons-td {
  width: 9%;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .clear-td {
  width: 3%;
  padding-top: 5px;
  padding-left: 12px;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .clear-td a {
  cursor: pointer;
  text-decoration: none;
}
.admin-cluster .repositories-table .tbody .trow .sub-trow .clear-td .glyphicon-remove-sign {
  color: #808080;
}
.admin-cluster .repositories-table .textfield-error input {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.admin-cluster .repositories-table .disabled-textfield input {
  color: #808080;
  disabled: disabled;
  pointer-events: none;
  cursor: default;
  background: #E4E4E4;
}
.admin-cluster .repositories-table .disabled-label {
  color: #808080;
}
.admin-cluster #skip-validation {
  margin-top: 10px;
}
.admin-cluster #skip-validation .checkbox {
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 0;
}
.upgrade-wizard-modal .modal-body {
  position: static;
}
#upgrade-failed-hosts .host-list-container {
  overflow-y: auto;
  max-height: 320px;
  margin-right: -15px;
}
#upgrade-failed-hosts .host-list-container .panel {
  margin-bottom: 0;
}
#upgrade-failed-hosts .host-list-container .panel .panel-group {
  border: none;
}
#upgrade-failed-hosts .host-list-container .panel .panel-group .panel-toggle {
  line-height: 20px;
  padding: 5px 0;
}
#upgrade-failed-hosts .host-list-container .panel .panel-group .panel-toggle .label {
  margin-right: 10px;
}
#upgrade-summary-table .wide-column {
  width: 14%;
}
#upgrade-summary-table .widest-column {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20%;
}
#upgrade-summary-table .accordion-group {
  border-right: none;
  padding-left: 20px;
  overflow-x: visible;
}
#upgrade-summary-table .accordion-heading {
  background-color: transparent;
}
#upgrade-summary-table .accordion-toggle {
  padding: 5px;
  display: inline-block;
  float: left;
  line-height: 10px;
  margin-left: -20px;
  cursor: pointer;
}
#upgrade-summary-table .accordion-body {
  width: 400%;
  min-width: 400px;
}
#upgrade-summary-table .accordion-body .accordion-inner {
  padding-top: 20px;
}
#upgrade-summary-table .accordion-body .accordion-inner .label {
  padding: 5px 15px;
}
#upgrade-summary-table .accordion-body .accordion-inner .label.label-from {
  margin-left: 8px;
}
#upgrade-summary-table .accordion-body .accordion-inner .label.label-to {
  margin-left: -8px;
}
#upgrade-summary-table .accordion-body .accordion-inner .label.available {
  background-color: #468847;
}
#upgrade-summary-table .accordion-body .service-name {
  text-align: left;
  min-width: 95px;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#top-nav .navbar.navbar-static-top {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
#top-nav .navbar.navbar-static-top .navbar-header {
  padding: 19px 15px 19px 0;
  margin-top: -5px;
  font-size: 20px;
  width: calc(100% - 440px);
}
#top-nav .navbar.navbar-static-top .navbar-header a {
  color: #313D54;
  cursor: pointer;
}
#top-nav .navbar.navbar-static-top .navbar-header a.disabled {
  cursor: default;
  color: #999;
}
#top-nav .navbar.navbar-static-top .navbar-header .icon {
  font-size: 14px;
  margin: 0 4px;
  vertical-align: baseline;
}
#top-nav .navbar.navbar-static-top .cluster-notifications {
  margin-top: 12px;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper {
  margin-top: 17px;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper,
#top-nav .navbar.navbar-static-top .cluster-notifications {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper a,
#top-nav .navbar.navbar-static-top .cluster-notifications a,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper a:hover,
#top-nav .navbar.navbar-static-top .cluster-notifications a:hover,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper a:active,
#top-nav .navbar.navbar-static-top .cluster-notifications a:active,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper a:visited,
#top-nav .navbar.navbar-static-top .cluster-notifications a:visited {
  color: #999999;
  text-decoration: none;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper span.alerts-label,
#top-nav .navbar.navbar-static-top .cluster-notifications span.alerts-label {
  line-height: 20px;
  cursor: pointer;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .numberCircle,
#top-nav .navbar.navbar-static-top .cluster-notifications .numberCircle {
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  color: #ffffff;
  background-color: #c3c3c3;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .numberCircle.operations-count,
#top-nav .navbar.navbar-static-top .cluster-notifications .numberCircle.operations-count {
  text-shadow: none;
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bluePulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: bluePulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #006DCC;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .numberCircle.alert-crit-count,
#top-nav .navbar.navbar-static-top .cluster-notifications .numberCircle.alert-crit-count {
  background-color: #ef6162;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .numberCircle.alert-warn-count,
#top-nav .navbar.navbar-static-top .cluster-notifications .numberCircle.alert-warn-count {
  background-color: #e98a41;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .numberCircle.alerts-none-count,
#top-nav .navbar.navbar-static-top .cluster-notifications .numberCircle.alerts-none-count {
  cursor: default;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .cluster-name,
#top-nav .navbar.navbar-static-top .cluster-notifications .cluster-name,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .bg-label,
#top-nav .navbar.navbar-static-top .cluster-notifications .bg-label,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .alerts-label,
#top-nav .navbar.navbar-static-top .cluster-notifications .alerts-label {
  margin: 0px 15px 0px 5px;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .cluster-name .glyphicon,
#top-nav .navbar.navbar-static-top .cluster-notifications .cluster-name .glyphicon,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .bg-label .glyphicon,
#top-nav .navbar.navbar-static-top .cluster-notifications .bg-label .glyphicon,
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .alerts-label .glyphicon,
#top-nav .navbar.navbar-static-top .cluster-notifications .alerts-label .glyphicon {
  font-size: 20px;
  top: 4px;
  left: 2px;
}
#top-nav .navbar.navbar-static-top .navbar-text.brand-wrapper .ops-count,
#top-nav .navbar.navbar-static-top .cluster-notifications .ops-count {
  margin-right: -1px;
  color: #006DCC;
  text-shadow: none;
  -webkit-animation-name: bluePulseInner;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bluePulseInner;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: bluePulseInner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#top-nav .navbar.navbar-static-top a:hover {
  text-decoration: none;
}
#top-nav .navbar.navbar-static-top .top-nav-user {
  margin-top: 2px;
}
#top-nav .navbar.navbar-static-top .top-nav-user button {
  text-transform: none;
}
#top-nav .navbar.navbar-static-top .ambari-views {
  margin-top: 17px;
  padding: 0 20px 0 10px;
}
#top-nav .navbar.navbar-static-top .ambari-views .notifications-dropdown.dropdown-menu {
  right: -28px;
  min-width: 200px;
  max-width: 300px;
  min-height: 100px;
}
#top-nav .navbar.navbar-static-top .ambari-views .notifications-dropdown.dropdown-menu li {
  padding: 2px 5px;
}
#top-nav .navbar.navbar-static-top .ambari-views .notifications-dropdown.dropdown-menu li a {
  font-size: 12px;
  color: #1491c1;
}
#top-nav .navbar.navbar-static-top .ambari-views i {
  font-size: 20px;
  color: #1491c1;
  cursor: pointer;
}
#top-nav #notifications-dropdown.dropdown-menu .popup-arrow-up {
  right: 75px;
}
#top-nav #notifications-dropdown.dropdown-menu .notifications-body .table-controls .state-filter .form-control.filter-select {
  height: 34px;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#combo_search_box .VS-icon-search {
  display: none;
}
#combo_search_box .VS-placeholder,
#combo_search_box .VS-search-inner {
  margin-left: 5px;
}
#combo_search_box .VS-search-box {
  background: none;
}
#combo_search_box .VS-search .VS-search-box {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff inset;
  min-height: 34px;
}
#combo_search_box .VS-search .VS-icon-search,
#combo_search_box .VS-search .VS-icon-cancel {
  top: 10px;
}
#combo_search_box .VS-search .VS-placeholder {
  color: #cccccc;
  top: 9px;
}
#combo_search_box .VS-search .search_input input {
  height: 32px;
  margin-top: 0px;
}
#combo_search_box .VS-search .search_facet {
  border-radius: 4px;
  margin: 5px -3px 3px 0;
  height: 22px;
}
#combo_search_box .VS-search .search_facet .category {
  margin-left: 3px;
  padding: 4px 0 0;
}
#combo_search_box .VS-search .search_facet input {
  font: inherit;
  font-family: 'Roboto', sans-serif;
  height: 20px;
}
#combo_search_box .VS-search .search_facet .search_facet_remove {
  left: 3px;
  top: 4px;
}
#combo_search_box .VS-search .search_facet.not_selected {
  border: 1px solid #d2d2d2;
  background-image: -moz-linear-gradient(top, #fdfdfd, #e3e3e3);
  /* FF3.6 */

  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e3e3e3));
  /* Saf4+, Chrome */

  background-image: linear-gradient(top, #fdfdfd, #e3e3e3);
}
#combo_search_box .VS-search .search_facet.is_selected {
  margin-left: 0;
}
#combo_search_box .VS-search .search_facet.not_selected {
  height: 24px;
  padding: 1px 0 0 14px;
  background-image: none;
  background-color: #dddddd;
  margin-top: 4px;
}
#combo_search_box .VS-search .search_facet.not_selected .search_facet_remove {
  top: 5px;
}
#combo_search_box .VS-search .search_facet.not_selected .category,
#combo_search_box .VS-search .search_facet.not_selected .VS-interface {
  text-transform: none;
  color: #666;
  font-size: 10px;
  font-family: 'Roboto', sans-serif !important;
}
.VS-interface.ui-autocomplete.ui-menu li.ui-menu-item,
.VS-interface.ui-autocomplete.ui-menu li.ui-autocomplete-category {
  font-family: 'Roboto', sans-serif;
}
.VS-interface.ui-autocomplete {
  max-width: 300px;
  width: auto !important;
  margin-top: 15px;
}
.VS-interface.ui-autocomplete .ui-menu-item a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 3px 10px 5px 5px;
}
.VS-interface.ui-autocomplete .ui-menu-item .ui-state-hover {
  color: initial;
  background: #dddddd;
  border: none;
}
.VS-open-box {
  position: relative;
  margin-right: 5px;
}
.VS-open-box button {
  padding: 10px !important;
}
.VS-open-box .popup-arrow-up {
  background: inherit;
  z-index: 1;
  left: 6px;
  position: absolute;
  width: 24px;
  height: 16px;
  overflow: hidden;
}
.VS-open-box .popup-arrow-up:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  top: 10px;
  left: 2px;
  border: 1px solid #cccccc;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
.widget-config {
  margin-bottom: 11px;
  clear: both;
}
.widget-config .widget-config-label {
  font-size: 90%;
  width: 100%;
}
.widget-config .widget-config-label.text-success {
  color: #6ebd45;
}
.widget-config .widget-config-label .glyphicon-warning-sign.warning {
  color: #ffd13d;
}
.widget-config .action-button {
  margin-right: 10px;
}
.widget-config .widget-config-controls {
  float: right;
  display: inline-block;
  margin-left: 10px;
  min-height: 65px;
  min-width: 55px;
  z-index: 1;
  position: relative;
}
.widget-config .widget-config-controls.version-labels {
  min-width: 52px;
}
.widget-config .widget-config-controls.version-labels .label-current {
  padding: 2px 3px 3px 5px;
}
.widget-config .widget-config-controls.version-labels .glyphicon-lock {
  position: relative;
  top: 2px;
  left: 2px;
  color: #ccc;
}
.widget-config .widget-config-controls .widget-col {
  width: 18px;
}
.widget-config .widget-config-controls .widget-col.left {
  float: left;
}
.widget-config .widget-config-controls .widget-col.right {
  float: right;
}
.widget-config .widget-config-controls .widget-action {
  text-decoration: none;
}
.widget-config .widget-config-controls .widget-action-set-recommended,
.widget-config .widget-config-controls .widget-action-final,
.widget-config .widget-config-controls .widget-action-switch-view {
  padding-left: 1px;
  color: #cbcbcb;
}
.widget-config .widget-config-controls .widget-action-set-recommended.active,
.widget-config .widget-config-controls .widget-action-final.active,
.widget-config .widget-config-controls .widget-action-switch-view.active {
  color: #acacac;
}
.widget-config .widget-config-controls .widget-action-set-recommended.text-danger,
.widget-config .widget-config-controls .widget-action-final.text-danger,
.widget-config .widget-config-controls .widget-action-switch-view.text-danger {
  color: #b94a48;
}
.widget-config .widget-config-controls .widget-action-final.active {
  color: #0000ff;
}
.widget-config .clear-min-height {
  min-height: 0;
}
.widget-config .widget-config-raw {
  width: calc(100% - 30px - 55px);
}
.widget-config.slider-widget {
  width: 100%;
  margin-right: 0;
}
.widget-config.overridden-property {
  background-color: rgba(211, 237, 247, 0.39);
  position: relative;
}
.widget-config.overridden-property:before {
  height: 100%;
  width: 8px;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  background-color: rgba(211, 237, 247, 0.39);
}
.widget-config.overridden-property:before {
  left: -8px;
}
.widget-config .input-group-btn {
  width: auto;
}
.widget-config-comparison .widget-config.slider-widget {
  overflow-x: visible;
}
.slider-widget .widget-config-comparison .version-labels {
  top: 20px;
}
.directory-textarea-wrapper {
  float: left;
  width: 68%;
}
.list-widget li a,
.list-widget li:active a,
.list-widget li a:hover,
.list-widget li:active a:hover,
.list-widget li a:focus,
.list-widget li:active a:focus,
.list-widget li a:active,
.list-widget li:active a:active,
.list-widget li a:visited,
.list-widget li:active a:visited {
  background-color: #fff !important;
  background-image: none !important;
  color: #333 !important;
}
.slider-widget .widget-config-label {
  display: inline-block;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.slider-widget .slider-track {
  height: 10px !important;
  border-radius: 0;
}
.slider-widget .slider-track .slider-track-high {
  background-color: #e6e6e6;
  border-radius: 0;
}
.slider-widget .slider.slider-horizontal {
  width: 220px;
}
.slider-widget .slider.slider-horizontal .tooltip {
  margin-top: -24px;
  opacity: 1;
  font-size: 10px;
  line-height: 14px;
  min-width: 30px;
  z-index: 1;
  visibility: inherit;
}
.slider-widget .slider.slider-horizontal .tooltip.tooltip-min,
.slider-widget .slider.slider-horizontal .tooltip.tooltip-max {
  display: none;
}
.slider-widget .slider.slider-horizontal .tooltip .tooltip-inner {
  padding: 0 2px;
  background-color: #6ebd45;
  text-align: center;
}
.slider-widget .slider.slider-horizontal .tooltip .tooltip-arrow {
  bottom: 2px;
  margin-left: -4px;
  border-top-color: #6ebd45;
  border-width: 4px 4px 0;
}
.slider-widget .slider.slider-horizontal .slider-tick {
  width: 0;
  margin-top: 10px;
  margin-left: 0;
  font-size: 8px;
}
.slider-widget .slider.slider-horizontal .slider-tick:before,
.slider-widget .slider.slider-horizontal .slider-tick.in-selection:before {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background-color: #aaaaaa;
}
.slider-widget .slider.slider-horizontal .slider-tick.last {
  margin-left: -1px;
}
.slider-widget .slider.slider-horizontal .slider-tick.slider-tick-default {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #aaaaaa;
  margin-left: -5px;
}
.slider-widget .slider.slider-horizontal .slider-tick.slider-tick-default > span {
  color: #aaaaaa;
  font-size: 10px;
}
.slider-widget .slider.slider-horizontal .slider-tick.slider-tick-default::before {
  display: none;
}
.slider-widget .slider.slider-horizontal.slider-disabled .tooltip-arrow {
  border-top-color: #a9d890;
}
.slider-widget .slider.slider-horizontal.slider-disabled .tooltip-inner {
  background-color: #a9d890;
}
.slider-widget .slider-handle {
  margin-top: -4px !important;
  height: 14px;
  width: 3px;
  margin-left: -1px !important;
  background-color: #aaaaaa;
  background-image: none;
  border-radius: 0;
}
.slider-widget .slider-tick-label-container {
  margin-top: 0;
}
.slider-widget .slider-tick-label {
  color: #aaaaaa;
  font-size: 10px;
}
.slider-widget .slider-tick-label .slider-tick-reset-label {
  color: #aaaaaa;
  margin-left: 6px;
}
.slider-widget .slider-selection {
  background-image: none;
  background-color: #aaaaaa;
  border-radius: 0;
  box-shadow: none;
}
.slider-widget .ui-slider-wrapper .ui-slider-wrapper-inner {
  width: 68%;
  width: calc(100% - 30px - 55px);
  max-width: 68%;
  padding-left: 10px;
}
.slider-widget .ui-slider-wrapper .ui-slider-wrapper-inner .slider.slider-horizontal {
  width: 100%;
}
.slider-widget .ui-slider-wrapper .ui-slider-label {
  color: #aaa;
  line-height: 35px;
}
.slider-widget .overrideField {
  margin-top: 30px;
}
.slider-widget .overrideField .ui-slider-wrapper-inner {
  padding-top: 20px;
}
.slider-disabled .slider-track-high {
  background-color: #dddddd;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.slider-disabled .slider-selection {
  background-color: #dddddd;
}
.slider-disabled .slider-track div.slider-handle {
  background-image: none;
  background-color: #dddddd;
}
.spinner-input-widget .spinner-input {
  display: inline-block;
  padding: 0 5px;
  line-height: normal;
  float: left;
}
.spinner-input-widget .spinner-input .input-group {
  margin: 0;
}
.spinner-input-widget .spinner-input input {
  width: 30px;
  font-size: 12px;
  text-align: center;
}
.spinner-input-widget .spinner-input .btn:first-child {
  padding-left: 4px;
  padding-right: 2px;
}
.spinner-input-widget .spinner-input .btn:last-child {
  padding-left: 2px;
  padding-right: 4px;
}
.spinner-input-widget .spinner-input .spinner-input-label {
  font-size: 11px;
}
.spinner-input-widget .undo-button {
  padding: 2px 10px;
  float: left;
}
.toggle-widget .undo-button {
  margin-left: 10px;
}
.bootstrap-switch {
  white-space: nowrap;
}
.bootstrap-switch,
.bootstrap-switch.bootstrap-switch-focused {
  border-color: transparent;
  box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-label {
  background-color: #f3f3f3;
  background-image: none;
  text-shadow: none;
  border-width: 0;
  padding: 2px 8px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #f3f3f3;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  color: #ffffff;
  font-size: 12px;
  background-image: none;
  text-shadow: none;
  border: none;
  padding: 2px 0;
}
.bootstrap-switch .bootstrap-switch-handle-on:hover,
.bootstrap-switch .bootstrap-switch-handle-off:hover {
  text-shadow: none;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-color: #aaaaaa;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background-color: #6ebd45;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #ffffff;
  background-image: none;
  text-shadow: none;
}
.combo-widget .input-group .btn-group {
  display: inline-block;
  margin-left: -1px;
}
.combo-widget .input-group .btn-group > input {
  border-radius: 3px 0 0 3px;
  width: 200px;
}
.combo-widget .input-group .btn-group > input[disabled] {
  background: #fff;
  cursor: default;
}
.combo-widget .input-group .btn-group .btn {
  border-radius: 0 3px 3px 0;
}
.combo-widget .input-group ul.dropdown-menu {
  z-index: 1100;
}
.combo-widget .disabled .dropdown input[type="text"] {
  background-color: #eee;
}
.combo-widget .action-button {
  margin-left: 10px;
}
.checkbox-widget .widget-config-label {
  width: auto;
  padding-left: 0;
}
.checkbox-widget .checkbox .ember-checkbox:not([disabled]) + label:hover:before,
.checkbox-widget .checkbox .ember-checkbox:not([disabled]):checked + label:before {
  background-color: #6ebd45;
  border-color: #6ebd45;
}
.text-field-widget .text-field-wrapper {
  width: 70%;
  float: left;
}
#serviceConfig .text-field-widget .with-unit input {
  width: 75%;
}
.label-current.glyphicon-ok {
  color: white;
}
.compare-mode {
  background-color: rgba(211, 237, 247, 0.39);
  padding: 10px 5px 0 10px;
}

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This file only for variables and mixins!
 */
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
@-webkit-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@-moz-keyframes orangePulse {
  from {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  to {
    background-color: #fdb82f;
  }
}
@keyframes orangePulse {
  0% {
    background-color: #fdb82f;
  }
  50% {
    background-color: #fd910e;
  }
  100% {
    background-color: #fdb82f;
  }
}
@-webkit-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes bluePulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes bluePulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes bluePulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes bluePulseInner {
  0% {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  100% {
    color: #118fff;
  }
}
@-webkit-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@-moz-keyframes redPulse {
  from {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  to {
    background-color: #ff3333;
  }
}
@keyframes redPulse {
  0% {
    background-color: #ff3333;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff3333;
  }
}
/************************************************************************
* Modal popup properties
***********************************************************************/
.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-overflow-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************
* Top navbar styles
***********************************************************************/
#enable_security .step3 {
  overflow: auto;
  max-height: 500px;
}
#enable_security .step3 table td {
  word-break: break-all;
}
.wizard .btn-extra-info {
  padding-top: 6px;
  padding-right: 15px;
}
.wizard .btn-area .btn.btn-info {
  margin-right: 10px;
}
.wizard .wizard-content {
  padding: 25px;
  background-color: #fff;
}
.wizard .wizard-content .panel.panel-default.panel-internal {
  border: 1px solid #ddd;
}
.wizard .wizard-content .panel.panel-default.panel-internal.install-retry-panel {
  border-top: none;
  border-left: none;
  border-right: none;
}
.wizard .mbm {
  margin-top: 0;
}
.wizard ul.with-overrides {
  margin-top: 20px;
}
.wizard #get-started .cluster-name-input {
  padding: 4px 0px;
}
.wizard #installOptions #targetHosts .step-title {
  margin-bottom: 10px;
}
.wizard #installOptions .radio-button-options {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wizard #installOptions .wizard-plain-text {
  color: #666;
}
.wizard #installOptions .ssh-user,
.wizard #installOptions .ssh-port {
  padding-top: 8px;
}
.wizard #installOptions #sshKey {
  color: #555;
  font-family: "Courier New", "courier";
  font-size: 0.9em;
  min-height: 110px;
}
.wizard #installOptions input[type="radio"]:focus {
  outline: none;
}
.wizard #installOptions .ssh-key-input-indentation .inputfileUgly {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.wizard #installOptions .ssh-key-input-indentation #selectedFileName {
  padding: 5px 20px;
  color: #666;
}
.wizard .editable-repo input {
  width: calc(100% - 20px);
  margin-right: 2px;
}
.wizard #confirm-hosts .compact-panel-heading {
  padding: 10px;
}
.wizard #confirm-hosts .compact-panel-heading .button-section {
  min-height: 34px;
}
.wizard #confirm-hosts .hosts-panel {
  padding-left: 0;
  padding-right: 0;
}
.wizard #confirm-hosts .page-bar {
  border: none;
}
.wizard #confirm-hosts table {
  margin-bottom: 0;
}
.wizard #confirm-hosts table th input[type="checkbox"] {
  margin-bottom: -1px;
  margin-top: -1px;
}
.wizard #confirm-hosts table .tinyspan {
  width: 2%;
  float: none;
}
.wizard #confirm-hosts #host-filter ul {
  margin: 3px;
  font-size: 12px;
}
.wizard #confirm-hosts #host-filter ul li.filter-status.active a {
  text-decoration: none;
  color: #fff;
}
.wizard #confirm-hosts #host-filter ul li.filter-status.active,
.wizard #confirm-hosts #host-filter ul li.filter-status.active:hover {
  background-color: #666;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.wizard #confirm-hosts #host-filter ul li.filter-status:hover {
  background-color: #d8d8d8;
  border-radius: 5px;
}
.wizard #confirm-hosts #host-filter ul li.divider {
  color: #666;
  padding: 4px 2px;
}
.wizard #confirm-hosts #host-filter ul li {
  list-style: none;
  display: block;
  float: left;
  padding: 4px;
}
.wizard #confirm-hosts #host-filter ul li a {
  text-decoration: underline;
}
.wizard #confirm-hosts #host-filter ul li.first {
  font-weight: bold;
}
.wizard #confirm-hosts .progress {
  margin-bottom: 0;
}
.wizard #confirm-hosts #confirm-hosts-table th:first-of-type {
  width: 20px;
}
.wizard #confirm-hosts #confirm-hosts-table th:first-of-type label {
  top: 2px;
}
.wizard #confirm-hosts #confirm-hosts-table th:nth-of-type(2) {
  width: 42%;
}
.wizard #confirm-hosts #confirm-hosts-table th:nth-of-type(3) {
  width: 17%;
}
.wizard #confirm-hosts #confirm-hosts-table th:nth-of-type(4) {
  width: 17%;
}
.wizard #confirm-hosts #confirm-hosts-table th:nth-of-type(5) {
  width: 17%;
}
.wizard #confirm-hosts #confirm-hosts-table td.host {
  max-width: 290px;
}
.wizard #confirm-hosts #confirm-hosts-table td.host .trim_hostname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 97% !important;
  display: block;
  float: left;
}
.wizard #confirm-hosts #confirm-hosts-table #display-action {
  visibility: visible;
}
.wizard #confirm-hosts #confirm-hosts-table .step3-table-checkbox label {
  top: 1px;
}
.wizard #confirm-hosts #warningsSection {
  margin: 0px 10px;
}
.wizard #step4 a.selected,
.wizard #step5 a.selected,
.wizard #step6 a.selected {
  color: #333;
  cursor: default;
  text-decoration: none !important;
}
.wizard #step4 .checkbox,
.wizard #step5 .checkbox,
.wizard #step6 .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
}
.wizard #step4 .glyphicon-asterisks,
.wizard #step5 .glyphicon-asterisks,
.wizard #step6 .glyphicon-asterisks {
  color: #00688B;
}
.wizard #step4 .checkbox-cell,
.wizard #step5 .checkbox-cell,
.wizard #step6 .checkbox-cell {
  padding-top: 4px;
}
.wizard #step4 .checkbox-row,
.wizard #step5 .checkbox-row,
.wizard #step6 .checkbox-row {
  width: 47px;
}
.wizard #step6 .pre-scrollable {
  max-height: 440px;
  position: relative;
  display: flex;
  overflow-y: auto;
}
.wizard #step6 .pre-scrollable #component_assign_table {
  display: inline-block;
  overflow-x: auto;
  margin-left: 190px;
  margin-bottom: 10px;
  height: 100%;
}
.wizard #step6 .pre-scrollable #component_assign_table tbody td,
.wizard #step6 .pre-scrollable #component_assign_table th {
  white-space: nowrap;
}
.wizard #step6 .pre-scrollable #component_assign_table tfoot td {
  padding-bottom: 30px;
}
.wizard #step6 .pre-scrollable #component_assign_table .trim_hostname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  float: left;
  display: block;
}
.wizard #step6 .pre-scrollable #component_assign_table .checkbox {
  margin: 0;
}
.wizard #step6 .pre-scrollable #component_assign_table .host-component-checkbox {
  line-height: 17px;
  font-size: 12px;
  top: 0;
}
.wizard #step6 .pre-scrollable #component_assign_table .freeze {
  position: absolute;
  left: 0;
  width: 210px;
  border-top-color: #eee;
  border-bottom: 1px solid #eee;
}
.wizard #step6 .pre-scrollable #component_assign_table td.freeze {
  padding-bottom: 11px;
}
.wizard #step6 .pre-scrollable #component_assign_table tr.last-row td {
  border-bottom: 2px solid #eee;
}
.wizard #step6 .pre-scrollable #component_assign_table .static-pagination {
  position: absolute;
  right: 10px;
}
.wizard #step6 .spinner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #808080;
  opacity: 0.2;
}
.wizard #confirm-configuration .pre-scrollable {
  margin-top: 10px;
}
.wizard #deploy .page-bar {
  border: none;
}
.wizard #deploy .pre-scrollable {
  max-height: 750px;
}
.wizard #deploy table {
  margin-bottom: 0;
}
.wizard #deploy .overall-progress {
  margin-top: 10px;
}
.wizard #deploy .overall-progress .progress {
  margin-bottom: 0;
  width: calc(100% - 100px);
  display: inline-block;
}
.wizard #deploy .overall-progress .progress-message {
  display: inline-block;
  vertical-align: top;
  float: right;
  line-height: 20px;
}
.wizard #deploy .panel.panel-default {
  margin-top: 0;
}
.wizard #deploy #host-filter {
  margin-top: 1px;
}
.wizard #deploy #host-filter ul {
  margin: 3px;
  font-size: 12px;
}
.wizard #deploy #host-filter ul li.filter-status.active a {
  text-decoration: none;
  color: #fff;
}
.wizard #deploy #host-filter ul li.filter-status.active,
.wizard #deploy #host-filter ul li.filter-status.active:hover {
  background-color: #666;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.wizard #deploy #host-filter ul li.filter-status:hover {
  background-color: #d8d8d8;
  border-radius: 5px;
}
.wizard #deploy #host-filter ul li.divider {
  color: #666;
  padding: 4px 2px;
}
.wizard #deploy #host-filter ul li {
  list-style: none;
  display: block;
  float: left;
  padding: 4px;
}
.wizard #deploy #host-filter ul li a {
  text-decoration: underline;
}
.wizard #deploy #host-filter ul li.first {
  font-weight: bold;
}
.wizard #deploy #deploy-status-by-host {
  margin-bottom: 0;
}
.wizard #deploy #deploy-status-by-host th.host {
  width: 40%;
}
.wizard #deploy #deploy-status-by-host th.status {
  width: 22%;
}
.wizard #deploy #deploy-status-by-host th.messgage {
  width: 35%;
}
.wizard #deploy #deploy-status-by-host td.host {
  max-width: 290px;
}
.wizard #deploy #deploy-status-by-host td.host .trim_hostname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 97% !important;
  display: block;
  float: left;
}
.wizard #deploy #deploy-status-by-host .progress-wrapper {
  width: 73%;
}
.wizard #deploy #deploy-status-by-host .progress-wrapper .progress {
  margin-bottom: 0;
}
.wizard #deploy #deploy-status-by-host .progress-percentage {
  margin-left: 5px;
  width: 10%;
}
.wizard #step14 .item {
  line-height: 30px;
}
.wizard #step14 .item i {
  font-size: 20px;
}
.wizard #step14 .row {
  margin-left: 0;
}
.wizard #common-progress-page .item {
  line-height: 34px;
  width: 100%;
}
.wizard #common-progress-page .item i {
  font-size: 16px;
  vertical-align: sub;
}
.wizard #common-progress-page .item .active-link a {
  pointer-events: auto;
  color: #0088cc;
  cursor: pointer;
}
.wizard #common-progress-page .item .active-text a {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  cursor: auto;
}
.wizard #common-progress-page .item .retry {
  cursor: pointer;
  margin-left: 15px;
}
.wizard #common-progress-page .item .retry i {
  font-size: 14px;
}
.wizard #common-progress-page .item .pull-left {
  float: left;
}
.wizard #common-progress-page .item .progress-wrapper {
  margin-top: 10px;
}
.wizard #common-progress-page .item .progress-wrapper .progress {
  margin-bottom: 0;
}
.wizard #common-progress-page .row {
  margin-left: 0;
}
.wizard #ha-step1 .alert.alert-warning,
.wizard #ha-step4 .alert.alert-warning,
.wizard #ha-step8 .alert.alert-warning,
.wizard #manage-journal-node-step7 .alert.alert-warning {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wizard #ha-step4 li,
.wizard #ha-step6 li,
.wizard #ha-step8 li,
.wizard #manage-journal-node-step7 li {
  margin-top: 8px;
}
.wizard #ha-step3-review-table td,
.wizard #manage-journal-node-step2-review-table td,
.wizard #reassign-review-table td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
.wizard #ha-step3-review-table td ul,
.wizard #manage-journal-node-step2-review-table td ul,
.wizard #reassign-review-table td ul {
  margin: 0;
}
.wizard #ha-step3-review-table td li,
.wizard #manage-journal-node-step2-review-table td li,
.wizard #reassign-review-table td li {
  list-style-type: none;
}
.wizard #ha-step3-review-table .to-be-disabled-red,
.wizard #manage-journal-node-step2-review-table .to-be-disabled-red,
.wizard #reassign-review-table .to-be-disabled-red {
  color: #ff0000;
}
.wizard #ha-step3-review-table .to-be-installed-green,
.wizard #manage-journal-node-step2-review-table .to-be-installed-green,
.wizard #reassign-review-table .to-be-installed-green {
  color: #008000;
}
/*assign masters*/
#assign-masters .panel {
  overflow-y: auto;
}
.assign-masters .select-hosts {
  white-space: nowrap;
}
.assign-masters .select-hosts .help-block {
  white-space: normal;
}
.assign-masters .select-hosts select > option {
  height: 100px;
  color: #ccc;
}
.assign-masters .select-hosts .hosts-dropdown {
  padding-left: 10px;
}
.assign-masters .select-hosts .assign-masters-controls {
  padding-left: 30px;
}
.assign-masters .select-hosts .assign-masters-controls div {
  display: inline-block;
  width: 22px;
}
.assign-masters .select-hosts .assign-masters-controls div div {
  display: inline-block;
  width: 100%;
}
.assign-masters label.host-name {
  padding-top: 5px;
}
.assign-masters .remaining-hosts {
  background-color: #FCF8E3;
  color: #C09853;
}
.assign-masters .host-assignments .mapping-box {
  border: solid 1px #ccc;
  padding: 8px;
  margin-bottom: 10px;
  background-color: #fafafa;
}
.assign-masters .host-assignments .service-component {
  white-space: nowrap;
  font-size: 0.9em;
  display: inline-block;
  margin: 2px;
}
.assign-masters .host-assignments .assigned-service {
  background-color: #999999;
}
.assign-masters .host-assignments .assigned-service:hover {
  background-color: #999999;
}
.assign-masters .host-assignments .new-service {
  background-color: #69be28;
}
.assign-masters .host-assignments .grey {
  background-color: #808080;
  border: solid 1px #000;
}
.assign-masters .form-horizontal .control-label {
  white-space: normal;
  width: 120px;
  padding-right: 10px;
}
.assign-masters .form-horizontal .control-group select {
  width: 85%;
  min-width: 100px;
  max-width: 250px;
}
.assign-masters .hostName {
  line-height: 30px;
}
.assign-masters .hostString {
  margin-bottom: 5px;
  word-wrap: break-word;
}
.assign-masters .label {
  background-color: #69be28;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 16px;
}
.assign-masters .label:hover {
  background-color: #69be28;
}
.assign-masters .alertFlag {
  font-size: 1.3em;
  color: #B94A48;
  font-weight: bold;
  vertical-align: middle;
}
.assign-masters .additional-hosts-list {
  margin-bottom: 15px;
}
.assign-masters .additional-hosts-list .host-cell {
  line-height: 30px;
}
#add-host .back {
  display: block;
  width: 105px;
  margin-bottom: 10px;
}
#add-service .back {
  display: block;
  width: 130px;
  margin-bottom: 10px;
}
#step8-content {
  max-height: 440px;
}
#step8-content ul li {
  list-style: none;
}
#step8-content ul li span.text {
  line-height: 1.5;
}
#step8-content ul li b.service-name {
  line-height: 2;
}
.log_popup .bar {
  -webkit-transition: width 0.0s ease;
  -moz-transition: width 0.0s ease;
  -ms-transition: width 0.0s ease;
  -o-transition: width 0.0s ease;
  transition: width 0.0s ease;
}
#step10-content {
  max-height: 440px;
}
#step10-content ul li {
  list-style: none;
}
#step10-content ul li span.text-info,
#step10-content ul li span.text-success {
  line-height: 1.5;
}
#select-stack .stack-version-selection .select-version-label {
  padding: 5px 25px;
}
#select-stack .stack-version-selection .right-stack-info {
  margin-left: 0;
}
#select-stack .stack-version-selection .right-stack-info .available-repos-dropdown a,
#select-stack .stack-version-selection .right-stack-info .available-repos-dropdown a.disbled {
  cursor: pointer;
}
#select-stack .stack-version-selection .right-stack-info .available-repos-dropdown a.disabled {
  color: #999;
  background: none;
}
#select-stack .stack-version-selection.disabled .select-version-label {
  color: #999;
}
#select-stack .big-radio.disabled > span {
  opacity: 0.7;
}
#select-stack #public-disabled-link {
  margin-left: 10px;
  font-weight: normal;
  cursor: pointer;
}
#select-stack .stacks-options {
  margin-bottom: 30px;
}
#select-stack .stacks-options .details-panel .patch-icon {
  color: #ff4500;
}
#select-stack .stacks-options .details-panel .version-contents-section {
  border: 1px solid #ddd;
  max-height: 200px;
  overflow: auto;
  margin: 8px 0;
}
#select-stack .stacks-options .details-panel .version-contents-section .table {
  margin-bottom: 0;
}
#select-stack .stacks-options .details-panel .version-contents-section .table tr:first-child td {
  border-top: none;
}
#select-stack .repos-panel .version-contents-body {
  padding: 0px 10px;
}
#select-stack .repos-panel .version-contents-body .radio-group {
  padding-bottom: 10px;
  color: #666;
}
#select-stack .repos-panel table > tbody > tr > td {
  vertical-align: middle;
}
#select-stack .repos-panel .remove-icon {
  color: red;
  margin: 30px 0;
  text-align: center;
  display: inline-block;
}
#select-stack .repos-panel .remove-icon.disabled {
  color: grey;
}
#select-stack .repos-panel .repo-url input {
  width: 90%;
}
#select-stack .repos-panel #skip-validation .glyphicon-question-sign,
#select-stack .repos-panel #use-redhat .glyphicon-question-sign {
  color: #0572ff;
}
#select-stack .repos-panel #skip-validation .redhat-label,
#select-stack .repos-panel #use-redhat .redhat-label {
  vertical-align: super;
  padding-left: 0;
  margin-left: -5px;
}
#select-stack .repos-panel #skip-validation label,
#select-stack .repos-panel #use-redhat label {
  color: #666;
}
#select-stack .repos-panel #skip-validation label.disabled,
#select-stack .repos-panel #use-redhat label.disabled {
  opacity: 0.7;
}
.modal .wizard .wizard-nav {
  width: 250px;
}
.modal .wizard .wizard-content.col-md-9 {
  width: calc(100% - 250px);
}
.config-groups-dropdown {
  margin-right: 10px;
}
.config-groups-dropdown button.first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: none;
}
.select-service-dropdown {
  width: 170px;
  text-align: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 8px;
}
.config-actions {
  height: 34px;
}
.install-wizard-content #top-nav .navbar.navbar-static-top {
  margin-bottom: 0;
}
.install-wizard-content .navbar-static-top > .main-container,
.install-wizard-content > .main-container {
  width: 100%;
}
.install-wizard-content > .main-container {
  padding: 0;
}
.install-wizard-content > .main-container .wizard {
  border: none;
}
.install-wizard-content > .main-container .wizard .wizard-nav {
  width: 250px;
}
.install-wizard-content > .main-container .wizard .wizard-content.col-md-9 {
  width: calc(100% - 250px);
}
@media all and (max-width: 2560px) {
  .wizard-content #serviceConfig .nav-tabs {
    margin-bottom: 20px;
  }
  .wizard-content #serviceConfig .alert {
    padding-right: 10px!important;
  }
  .wizard-content .filter-combobox > input {
    width: 115px!important;
  }
}
#serviceConfig ul.config-categories-tabs li:not(:first-of-type) {
  margin-left: 36px;
}
#serviceConfig ul.config-categories-tabs li:not(:first-of-type):before {
  width: 32px;
  height: 2px;
  background-color: #c6c6c7;
  content: "";
  position: absolute;
  top: 18px;
  left: -35px;
}
#serviceConfig ul.config-categories-tabs li a {
  background-color: transparent;
}
#serviceConfig .credentials-table td,
#serviceConfig .accounts-table td {
  line-height: 34px;
}
#serviceConfig .credentials-table .row,
#serviceConfig .accounts-table .row {
  padding: 0;
}
#serviceConfig .accounts-table input {
  width: 75% !important;
}
#serviceConfig .red {
  color: #ef6162;
}
#serviceConfig .configure-db-mode {
  display: inline-block;
}
#serviceConfig .accounts-table td {
  line-height: 34px;
}
#serviceConfig .installer-all-configs-notifications {
  float: right;
  margin-top: 25px;
}
#serviceConfig .notifications-group #notifications-dropdown {
  padding: 10px;
  right: -20px;
  width: 900px;
  max-width: none;
  min-width: initial;
  top: 160%;
}
#serviceConfig .notifications-group #notifications-dropdown .popover-content {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
#serviceConfig .notifications-group #notifications-dropdown .popup-arrow-up {
  right: 18px;
}
#serviceConfig .notifications-group #notifications-dropdown .recommendations-header {
  color: #e98a41;
}
#serviceConfig .notifications-group #notifications-dropdown .recommendations-message {
  font-size: 12px;
  color: #999999;
}
#serviceConfig .notifications-group #notifications-dropdown .required-table button {
  padding: 5px 15px;
  color: #1F749E;
  border-color: #1F749E;
  background-color: white;
  text-transform: uppercase;
  border-style: solid;
}
#serviceConfig .notifications-group #notifications-dropdown #config-dependencies table {
  font-size: 12px;
}
#serviceConfig .notifications-group #notifications-dropdown #config-dependencies table td.config-dependency-filename {
  min-width: 107px;
}
#serviceConfig .notifications-group #notifications-dropdown #config-dependencies table td.config-dependency-group {
  min-width: 106px;
}
#serviceConfig .notifications-group #notifications-dropdown #config-dependencies table td.config-dependency-name {
  min-width: 170px;
}
#serviceConfig .alerts-label {
  font-size: 17px;
  cursor: pointer;
}
#serviceConfig .alerts-label .glyphicon {
  top: 6px;
}
#serviceConfig .alerts-label .badge {
  margin-left: 0;
}
#serviceConfig .numberCircle {
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  color: #ffffff;
  background-color: #e98a41;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.one-row-tabs-container {
  padding: 5px 10px;
  width: 95%;
  float: left;
}
.one-row-tabs-container .left-arrow,
.one-row-tabs-container .right-arrow {
  float: left;
  text-align: center;
  width: 3%;
}
.one-row-tabs-container .left-arrow a,
.one-row-tabs-container .right-arrow a {
  font-size: 25px;
  text-decoration: none;
  line-height: 65px;
}
.one-row-tabs-container .tabs-container {
  width: 94%;
  float: left;
  overflow: hidden;
}
.one-row-tabs-container .tabs-container ul {
  white-space: nowrap;
  display: inline-flex;
}
#directories .config-actions {
  margin-right: 10px;
}
#directories .widget-config-raw {
  display: inline;
}
#directories .widget-action {
  display: inline !important;
}
#directories .widget-config-controls {
  float: none;
}
#directories .widget-config-controls a,
#directories .widget-config-controls .show {
  display: inline !important;
}
#directories .widget-config-controls a {
  margin: 5px;
}
#databases .widget-action {
  display: inline !important;
}
#databases .widget-config-controls {
  float: none;
}
#all-configurations {
  min-height: 650px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  30% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  40% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  50% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  60% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  70% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  90% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  30% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  40% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  50% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  60% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  70% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  90% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 12px;
  }
}
@keyframes zoom-in {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 12px;
  }
}
#all-configurations #issues-bell.important {
  color: #B94A48;
}
#all-configurations #issues-bell.warning {
  color: #666;
}
#all-configurations #issues-bell.animated {
  -webkit-animation: ring 2s ease;
  animation: ring 2s ease;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
#all-configurations #issues-counter.animated {
  -webkit-animation: zoom-in 0.3s ease;
  animation: zoom-in 0.3s ease;
}
#all-configurations .service-name {
  position: relative;
  top: 2px;
}
#accounts td {
  border: none;
}
#accounts thead td {
  font-weight: bold;
  color: black;
}
#accounts thead td.username-col {
  width: 200px;
}
#accounts .use-ambari-checkboxes {
  margin-top: 20px;
  padding-left: 10px;
}
.account-title {
  text-transform: capitalize;
}
.validations-popup .modal-content .modal-header {
  color: #e98a41;
}
.validations-popup .modal-content .validations-body {
  color: #999999;
}
.validations-popup input[type="checkbox"] + label:before {
  border-color: #999999;
}

