/**
 * 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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
.alert-state-OK {
  background-color: #5ab400;
}
.alert-state-WARNING {
  background-color: #ff8e00;
}
.alert-state-CRITICAL {
  background-color: #ff0000;
}
.alert-state-DISABLED {
  color: #000;
}
.alert-state-UNKNOWN {
  background-color: #ffd13d;
}
.alert-state-PENDING {
  background-color: #999;
}
.alert-state-single-host {
  display: inline-block;
  width: 115px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 4px;
}
.groups-filter .ui-icon-circle-close {
  display: none;
}
.alert-definition-enable {
  color: #5ab400;
}
.alert-definition-disable {
  color: gray;
}
.alerts-table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px \9;
}
.alerts-table .filter-row th {
  padding: 0;
  padding-left: 4px;
}
.alerts-table thead {
  background: none repeat scroll 0 0 #F8F8F8;
}
.alerts-table thead th {
  padding: 8px;
}
.alert-definition-review {
  height: 400px;
  overflow: scroll;
}
#alert-definitions-table a.disabled {
  color: #000;
}
#alert-definitions-table .col0,
#alert-definitions-table td:first-child,
#alert-definitions-table th:first-child {
  width: 35%;
}
#alert-definitions-table .col1,
#alert-definitions-table td:first-child + td,
#alert-definitions-table th:first-child + th {
  width: 15%;
}
#alert-definitions-table .col1 .filter-input-width,
#alert-definitions-table td:first-child + td .filter-input-width,
#alert-definitions-table th:first-child + th .filter-input-width {
  width: 80%;
}
#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 .col2 .filter-input-width,
#alert-definitions-table td:first-child + td + td .filter-input-width,
#alert-definitions-table th:first-child + th + th .filter-input-width {
  width: 80%;
}
#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 .col3 .filter-input-width,
#alert-definitions-table td:first-child + td + td + td .filter-input-width,
#alert-definitions-table th:first-child + th + th + th .filter-input-width {
  width: 80%;
}
#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 .col4 .filter-input-width,
#alert-definitions-table td:first-child + td + td + td + td .filter-input-width,
#alert-definitions-table th:first-child + th + th + th + th .filter-input-width {
  width: 80%;
}
#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 .col5 .filter-input-width,
#alert-definitions-table td:first-child + td + td + td + td + td .filter-input-width,
#alert-definitions-table th:first-child + th + th + th + th + th .filter-input-width {
  width: 80%;
}
#alert-definitions-table .type-icon {
  margin-right: 5px;
  width: 10px;
  display: inline-block;
}
#alert-instances-table .col0,
#alert-instances-table td:first-child,
#alert-instances-table th:first-child {
  width: 10%;
}
#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: 23%;
}
#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;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#alert-definition-details .alert-definition-details-header {
  margin-bottom: 30px;
}
#alert-definition-details .box {
  margin-bottom: 0;
}
#alert-definition-details .box .box-header .edit-link {
  margin: 5px;
}
#alert-definition-details .definition-details-block {
  margin-top: 30px;
}
#alert-definition-details .definition-details-block .multiline-text {
  padding-top: 4px;
  height: 60px;
}
#alert-definition-details hr {
  margin: 10px 0 0 0;
}
#alert-definition-details .edit-description-button {
  font-size: 14px;
}
#alert-definition-details .edit-description-button:hover {
  text-decoration: none;
}
#alert-definition-details .status {
  text-align: right;
}
#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 {
  padding: 10px;
  text-align: left;
}
#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 .definition-name .name-text-field {
  margin-left: 2px;
  margin-bottom: 0;
}
#alert-definition-details .definition-name .name-text-field input {
  width: 99%;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -5px;
}
#alert-definition-details .definition-name .edit-buttons {
  margin-bottom: 0;
  margin-top: -4px;
  float: left;
  margin-left: 7px;
}
#alert-definition-details .error-msg {
  color: #b94a48;
}
#alert-definition-details .edit-buttons {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
#alert-definition-details .text-area-edit textarea {
  width: 99%;
  height: 100px;
  margin-left: -5px;
}
#alert-definition-details .edit-link {
  cursor: pointer;
}
#alert-definition-details .box .box-header h4 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.alert-configs {
  margin-top: 20px;
}
.alert-configs label.shifted {
  width: 170px;
}
.alert-configs .stuck-left {
  margin-left: 0!important;
}
.alert-configs .controls.shifted {
  margin-left: 190px;
}
.alert-configs .alert-config-text-area {
  height: 100px;
}
.alert-configs .alert-text-input input {
  width: 98%;
}
.alert-configs .input-append {
  padding-right: 13px;
}
.alert-configs .alert-interval-input input {
  width: 20%;
}
.alert-configs .alert-port-input input {
  width: 30%;
}
.alert-configs .badge-container {
  height: 26px;
}
.alert-configs .badge-container .alert-threshold-badge,
.alert-configs .badge-container .alert-parameter-badge {
  line-height: 26px;
  height: 26px;
}
.alert-configs .control-group.error .alert-text-input input {
  color: #555555;
  border-color: #ccc;
}
.alert-configs .error-message {
  color: #b94a48;
}
#host-alerts-table 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 .col0 .filter-input-width,
#host-alerts-table td:first-child .filter-input-width,
#host-alerts-table th:first-child .filter-input-width {
  width: 80%;
}
#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 .col2 .filter-input-width,
#host-alerts-table td:first-child + td + td .filter-input-width,
#host-alerts-table th:first-child + th + th .filter-input-width {
  width: inherit;
}
#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;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  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 .controls {
  margin-left: 140px;
}
#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 .icon-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;
}
.create-edit-alert-notification-popup .modal {
  margin-top: 0;
  top: 5%;
  width: 600px;
}
.service-block .summary-box-header .alerts-crit-count,
.service-block .summary-box-header .alerts-warn-count,
.service-block .summary-box-header .no-alerts-label {
  padding: 4px 5px;
  margin: 4px;
  font-size: 14px;
}
.alerts-crit-count,
.alerts-warn-count,
.no-alerts-label {
  cursor: pointer;
}
.alerts-crit-count {
  background: #ff0000;
}
.alerts-warn-count {
  background: #ff8e00;
}
.no-alerts-label {
  background: #5ab400;
}
#summary-alerts-popup .alert-list-wrap {
  padding: 10px 5px;
}
#summary-alerts-popup .alert-list-wrap .status-icon {
  padding-right: 5px;
  min-width: 20px;
}
/*****start styles for manage alerts popup*****/
.sixty-percent-width-modal.manage-alert-group-popup .modal {
  max-height: 650px;
}
.sixty-percent-width-modal.manage-alert-group-popup .modal-body {
  max-height: 500px;
}
.sixty-percent-width-modal.manage-alert-group-popup .group-select {
  width: 100%;
  height: 250px;
}
.sixty-percent-width-modal.manage-alert-group-popup .btn-toolbar {
  margin-top: 0;
}
.sixty-percent-width-modal.manage-alert-group-popup .manage-configuration-group-content {
  margin-bottom: 0;
}
.sixty-percent-width-modal.manage-alert-group-popup .notification-editable-list .title {
  font-weight: bold;
}
.sixty-percent-width-modal.manage-alert-group-popup a i {
  cursor: inherit;
}
.forty-percent-width-modal .modal {
  width: 40%;
}
.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;
}
.alerts-popup #alert-info .alert-list-wrap:hover {
  background-color: #e6e6e6;
}
.service-alerts {
  max-height: 400px;
}
.instance-text {
  font-size: 0.8em;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.definition-latest-text {
  font-size: 0.8em;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alerts-popup-wrap .trim_hostname {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alerts-popup-wrap .top-wrap {
  width: 100%;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-size: 15px;
  padding: 0 0 20px 0;
  height: 20px;
}
.alerts-popup-wrap .top-wrap .name-top {
  width: 32%;
  padding-left: 10px;
}
.alerts-popup-wrap .top-wrap .service-top {
  width: 31%;
  padding-left: 10px;
}
.alerts-popup-wrap .top-wrap .status-top,
.alerts-popup-wrap .top-wrap .name-top,
.alerts-popup-wrap .top-wrap .service-top,
.alerts-popup-wrap .top-wrap .last-triggered-top {
  float: left;
  text-align: left;
}
.alerts-popup-wrap #alert-info {
  overflow: auto;
  max-height: 340px;
  width: 100%;
}
.alerts-popup-wrap #alert-info .alert-list-wrap {
  padding: 10px 5px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor {
  width: 100%;
  min-height: 20px;
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor .status-icon {
  padding-right: 5px;
  min-width: 20px;
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor .name-text {
  float: left;
  width: 33%;
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor .service-text {
  padding-left: 5px;
  width: 33%;
  float: left;
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor .service-text .na-text {
  color: #808080;
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor:before,
.alerts-popup-wrap #alert-info .alert-list-line-cursor:after {
  display: table;
  line-height: 0;
  content: "";
}
.alerts-popup-wrap #alert-info .alert-list-line-cursor:after {
  clear: both;
}
.alerts-popup-wrap #alert-info .show-more {
  width: 98.8%;
  min-height: 20px;
  cursor: pointer;
  border-top: 1px solid #CCC;
  text-align: center;
  padding: 10px 10px 10px 0;
  font-size: 16px;
}
/*****end styles for alert popup*****/
.enable-disable-button::before {
  font-family: FontAwesome;
  content: "\f011";
}
.alert-definition-filter-list {
  max-height: 200px;
  overflow-y: scroll;
}

/**
 * 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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
html {
  overflow-y: scroll;
}
html,
body {
  height: 100%;
}
wbr {
  display: inline-block;
}
@-moz-document url-prefix() {
  input[type="file"] {
    line-height: 25px!important;
  }
}
ul.typeahead.dropdown-menu {
  z-index: 3000000 !important;
}
#wrapper {
  min-height: 100%;
}
#main {
  overflow: visible;
  padding-bottom: 100px;
  min-width: 980px;
}
#main .clock-view {
  top: 10px;
  left: 4px;
  position: fixed;
  color: red;
  font-weight: bold;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
footer {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  background-color: #fff;
  color: #666666;
  margin-top: -101px;
  height: 40px;
}
#content {
  padding: 15px 0;
}
.ru-badge {
  text-align: center;
}
.ru-badge a:hover {
  text-decoration: none;
}
#top-nav .navbar.navbar-static-top,
.ru-badge .navbar.navbar-static-top {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#top-nav .navbar.navbar-static-top .navbar-inner,
.ru-badge .navbar.navbar-static-top .navbar-inner {
  background-image: -moz-linear-gradient(top, #555555, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333));
  background-image: -webkit-linear-gradient(top, #555555, #333333);
  background-image: -o-linear-gradient(top, #555555, #333333);
  background-image: linear-gradient(to bottom, #555555, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#333333);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  max-height: 40px;
}
#top-nav .navbar.navbar-static-top .logo,
.ru-badge .navbar.navbar-static-top .logo {
  float: left;
  padding-top: 2px;
}
#top-nav .navbar.navbar-static-top .logo img,
.ru-badge .navbar.navbar-static-top .logo img {
  height: 32px;
}
#top-nav .navbar.navbar-static-top .brand,
.ru-badge .navbar.navbar-static-top .brand {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin-left: 0;
  padding: 2px 5px 0 10px;
  text-shadow: 0 1px 0 #555555;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name,
.ru-badge .navbar.navbar-static-top .brand.cluster-name {
  margin-left: 10px;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .label.operations-count,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .label.operations-count {
  background-color: #006DCC;
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: greenPulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: greenPulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .label.alert-crit-count,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .label.alert-crit-count {
  background-color: #ff0000;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .label.alert-warn-count,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .label.alert-warn-count {
  background-color: #ff8e00;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .label.alerts-none-count,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .label.alerts-none-count {
  cursor: default;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .label,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .label {
  padding: 3px 5px 3px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c3c3c3;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .icon-caret-left,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .icon-caret-left {
  color: #c3c3c3;
  margin-right: -1px;
  text-shadow: none;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .ops-count,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .ops-count {
  margin-right: -1px;
  color: #006DCC;
  text-shadow: none;
  -webkit-animation-name: greenPulseInner;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: greenPulseInner;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: greenPulseInner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .upgrade-in-progress,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .upgrade-in-progress {
  text-shadow: none;
  background-color: #006DCC;
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: greenPulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  animation-name: greenPulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .upgrade-holding,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .upgrade-holding {
  text-shadow: none;
  background-color: #ff8e00;
  -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;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .upgrade-aborted,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .upgrade-aborted {
  text-shadow: none;
  background-color: #ff0000;
  -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;
}
#top-nav .navbar.navbar-static-top .brand.cluster-name .upgrade-aborted .icon-remove,
.ru-badge .navbar.navbar-static-top .brand.cluster-name .upgrade-aborted .icon-remove {
  color: #fff;
}
@media (max-width: 1200px) {
  #top-nav .navbar.navbar-static-top ul.top-nav-menu.nav,
  .ru-badge .navbar.navbar-static-top ul.top-nav-menu.nav {
    padding-left: 5px;
  }
  #top-nav .navbar.navbar-static-top ul.top-nav-menu.nav li > a,
  .ru-badge .navbar.navbar-static-top ul.top-nav-menu.nav li > a {
    padding: 10px 10px 10px;
  }
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav {
  display: block;
  float: right;
  padding-left: 20px;
  overflow: visible;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav li > a,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav li > a {
  text-shadow: none;
  color: #c3c3c3;
  text-align: center;
  white-space: nowrap;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav li > a.views-button-container,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav li > a.views-button-container {
  padding-bottom: 9.23077px;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .active > a,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .active > a,
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .active > a:hover,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .active > a:hover,
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .active > a:focus,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .active > a:focus {
  color: #333333;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav li > a:focus,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav li > a:focus,
#top-nav .navbar.navbar-static-top .top-nav-menu.nav li > a:hover,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .alerts-crit-count,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .alerts-crit-count {
  margin-left: 0;
  background: #ff0000;
  cursor: pointer;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .alerts-warn-count,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .alerts-warn-count {
  margin-left: 0;
  background: #ff8e00;
  cursor: pointer;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .icon-th,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .icon-th {
  font-size: 1.3em;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav li.top-nav-dropdown,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav li.top-nav-dropdown {
  position: relative;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown:hover .top-nav-dropdown-menu,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown:hover .top-nav-dropdown-menu {
  display: block;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 180px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 3px solid #c3c3c3;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-LIVE,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-LIVE,
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-STARTING,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-STARTING {
  color: #5ab400;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-DEAD-RED,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-DEAD-RED,
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-STOPPING,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-STOPPING {
  color: #ff0000;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-DEAD-YELLOW,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .health-status-DEAD-YELLOW {
  color: #ffd13d;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .icon-refresh,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .icon-refresh {
  color: #fdb82f;
  margin-left: 4px;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .label,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .label {
  padding: 0 0 0 3px;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .alerts-count,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .alerts-count {
  padding: 1px 4px;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .alerts-count.alerts-crit-count,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .alerts-count.alerts-crit-count {
  background: #ff0000;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .alerts-count.alerts-warn-count,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu .alerts-count.alerts-warn-count {
  background: #ff8e00;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li {
  position: relative;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li > a,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li > a {
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 3px 0 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li > a .icon-health-block > span:before,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li > a .icon-health-block > span:before {
  line-height: 20px;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li.active > a,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li.active > a {
  background-color: #e5e5e5;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li > a:hover,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666, #555555);
  background-repeat: repeat-x;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li.disabled > a,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li.disabled > a {
  color: #a9a9a9;
  cursor: default;
}
#top-nav .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li.disabled > a:hover,
.ru-badge .navbar.navbar-static-top .top-nav-menu.nav .top-nav-dropdown-menu > li.disabled > a:hover {
  color: #a9a9a9;
  background-color: #ffffff;
  background-image: none;
}
#top-nav .navbar .nav,
.ru-badge .navbar .nav {
  float: none;
  overflow: hidden;
}
#top-nav .navbar-inner,
.ru-badge .navbar-inner {
  min-height: 40px;
  border: none;
}
#top-nav .top-nav-user,
.ru-badge .top-nav-user {
  float: right;
}
#top-nav .navbar .nav .top-nav-user .active > a,
.ru-badge .navbar .nav .top-nav-user .active > a,
#top-nav .navbar .nav .top-nav-user .active > a:hover,
.ru-badge .navbar .nav .top-nav-user .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#top-nav .navbar .nav .top-nav-user > li > a,
.ru-badge .navbar .nav .top-nav-user > li > a {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  margin: 1px 10px 2px 0;
  padding: 7px 14px;
  text-decoration: none;
  text-shadow: none;
}
#top-nav .navbar .nav .top-nav-user > li > a:hover,
.ru-badge .navbar .nav .top-nav-user > li > a:hover {
  background-color: transparent;
  color: #999999;
  text-decoration: none;
}
#top-nav .navbar .nav .top-nav-user > li.right,
.ru-badge .navbar .nav .top-nav-user > li.right {
  float: right;
}
.nav.top-nav-menu .service-caption,
.nav-list.nav-services .service-caption {
  display: inline-block;
  width: 100%;
}
.nav.top-nav-menu .service-caption.with-alert,
.nav-list.nav-services .service-caption.with-alert {
  width: 80%;
}
.nav.top-nav-menu .icon-caption,
.nav-list.nav-services .icon-caption {
  display: inline-block;
  width: 20%;
}
.nav.top-nav-menu .icon-caption .alerts-count {
  position: relative;
  top: 1px;
}
.nav-list.nav-services .icon-caption .alerts-count {
  position: relative;
  top: 2px;
}
.row-fluid .tinyoffset {
  margin-left: 3%!important;
}
.row-fluid .tinyspan {
  width: 2%!important;
  *width: 1.95%!important;
}
.page-bar {
  border: 1px solid #E4E4E4;
  color: #7B7B7B;
  text-align: right;
  font-size: 12px;
  background-color: #FFFFFF;
}
.page-bar label {
  font-size: 12px;
}
.page-bar div {
  display: inline-block;
  margin: 0 10px;
}
.page-bar .filtered-info,
.page-bar .selected-hosts-info {
  text-align: left;
  margin-top: 8px;
  margin-left: 17px;
}
.page-bar .items-on-page label {
  display: inline;
}
.page-bar .items-on-page select {
  margin-bottom: 4px;
  margin-top: 4px;
  width: 70px;
  font-size: 12px;
  height: 27px;
}
.page-bar .paging_two_button a.paginate_disabled_next,
.page-bar .paging_two_button a.paginate_disabled_previous {
  color: gray;
}
.page-bar .paging_two_button a.paginate_disabled_next:hover,
.page-bar .paging_two_button a.paginate_disabled_previous:hover {
  color: gray;
  text-decoration: none;
  cursor: default;
}
.page-bar .paging_two_button a.paginate_next:hover,
.page-bar .paging_two_button a.paginate_previous:hover {
  text-decoration: none;
  cursor: pointer;
}
.page-bar .paging_two_button a {
  padding: 0 5px;
}
.hidden-scroll {
  overflow-y: hidden;
}
#version-mismatch-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
#main-nav {
  margin-bottom: 15px;
}
#main-nav li {
  font-size: 15px;
  border-left: 1px solid #fefefe;
  border-right: 1px solid #f0f0f0;
  text-align: center;
}
#main-nav li.span2 {
  padding: 0;
  margin: 0;
  width: 140px;
}
#main-nav li:first-child {
  border-left: none;
}
#main-nav li:first-child a {
  border-radius: 4px 0 0 4px;
}
#main-nav .navbar-inner {
  padding-left: 0;
}
.pre-scrollable {
  overflow-y: auto;
}
h1 {
  color: #69be28;
}
.login.well.span4 {
  margin: 20px auto;
  padding: 25px;
  float: none;
}
.login h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.login .btn {
  margin-top: 15px;
}
.btn-small {
  text-decoration: none !important;
}
.hide {
  visibility: hidden;
}
.not-show {
  visibility: hidden;
}
.show {
  visibility: visible;
}
/***************
 * Ambari wide icon colors
 ***************/
.icon-ok {
  color: #5AB400;
}
.icon-warning-sign {
  color: #FDB82F;
}
.icon-empty {
  height: 21px;
  display: inline-block;
  width: 8px;
}
.icon-caret-right {
  min-width: 8px;
  padding-top: 2px;
}
.icon-caret-left {
  min-width: 8px;
  padding-top: 2px;
}
.icon-remove {
  color: #FF4B4B;
}
.icon-remove-sign {
  color: #FF4B4B;
}
.icon-question-sign {
  color: #999;
}
.icon-exclamation-sign {
  color: #B94A48;
}
.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 {
  z-index: 10000;
  width: 350px;
}
.popover .popover-inner {
  word-wrap: break-word;
}
.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;
}
.text-tooltip {
  border-bottom: 1px silver dotted;
  cursor: pointer;
}
.wizard h2 {
  margin-top: 0;
}
.wizard .btn.btn-success {
  /* float: right; */

}
.wizard .btn-extra-info {
  padding-top: 6px;
  padding-right: 15px;
}
.wizard .btn-area {
  margin-top: 20px;
}
.wizard .btn-area .btn.btn-info {
  margin-right: 10px;
}
.wizard .wizard-content {
  padding: 25px;
  background-color: #fff;
}
.wizard .mbm {
  margin-top: 0;
}
.wizard .nav-header {
  font-size: 13px;
  padding-left: 0;
}
.wizard #installOptions .sshKey-file-view {
  width: 486px;
  height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 8px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.wizard #installOptions .sshKey-file-view.disabled {
  background-color: #eee;
}
.wizard #installOptions .manual-install {
  margin-top: 10px;
  width: 504px;
  height: auto;
}
.wizard #installOptions .ssh-user {
  margin-right: 10px;
  padding-top: 5px;
}
.wizard #installOptions .ssh-port {
  margin-right: 10px;
  padding-top: 5px;
}
.wizard #installOptions #targetHosts .target-hosts-input {
  padding-left: 18px;
}
.wizard #installOptions .span6 {
  min-width: 504px;
}
.wizard #installOptions #hostConnectivity {
  margin-top: 20px;
}
.wizard #installOptions #hostConnectivity .control-group {
  margin-bottom: 0;
}
.wizard #installOptions .advancedOptions {
  margin-top: 20px;
  margin-bottom: 30px;
}
.wizard #installOptions .advancedOptions label {
  margin-bottom: 10px;
}
.wizard #installOptions .advancedOptions label.disabled {
  color: #ccc;
}
.wizard #installOptions .java-home {
  margin-bottom: 10px;
}
.wizard #installOptions .ssh-key-input {
  padding-left: 18px;
}
.wizard #installOptions .ssh-key-input-indentation {
  margin-bottom: 5px;
}
.wizard #installOptions #sshKey {
  color: #000000;
  font-family: "Courier New", "courier";
  font-size: 0.9em;
}
.wizard #installOptions input[type="radio"]:focus {
  outline: 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%;
}
.wizard #confirm-hosts .box-header {
  padding: 0 4px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
  background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
  background: -moz-linear-gradient(center top, #ffffff 0%, #e5e5e5 100%);
}
.wizard #confirm-hosts .box-header .btn-primary {
  margin-top: 3px;
}
.wizard #confirm-hosts #host-filter {
  margin-top: 1px;
}
.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: #FFFFFF;
}
.wizard #confirm-hosts #host-filter ul li.filter-status.active,
.wizard #confirm-hosts #host-filter ul li.filter-status.active:hover {
  background-color: #666666;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard #confirm-hosts #host-filter ul li.filter-status:hover {
  background-color: #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard #confirm-hosts #host-filter ul li.divider {
  color: #666666;
  padding: 4px 2px;
}
.wizard #confirm-hosts #host-filter ul li {
  list-style: none;
  display: block;
  float: left;
  padding: 4px 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 td.host {
  max-width: 290px;
}
.wizard #confirm-hosts #confirm-hosts-table td.host .trim_hostname {
  max-width: 97% !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  white-space: nowrap;
}
.wizard #step4 a.selected,
.wizard #step5 a.selected,
.wizard #step6 a.selected {
  color: #333;
  cursor: default;
  text-decoration: none !important;
}
.wizard #step4 i.icon-asterisks,
.wizard #step5 i.icon-asterisks,
.wizard #step6 i.icon-asterisks {
  color: #00688B;
}
.wizard #step4 th input,
.wizard #step5 th input,
.wizard #step6 th input {
  margin-right: 5px;
}
.wizard #step6 a.remove-link {
  text-decoration: none;
  pointer-events: none;
  color: black;
  cursor: default;
}
.wizard #step6 .pre-scrollable {
  max-height: 440px;
  position: relative;
}
.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 .trim_hostname {
  max-width: 180px;
  float: left;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wizard #step6 .spinner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #808080;
  opacity: 0.2;
}
.wizard #deploy .pre-scrollable {
  max-height: 750px;
}
.wizard #deploy .box-header {
  padding: 0 4px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
  background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
  background: -moz-linear-gradient(center top, #ffffff 0%, #e5e5e5 100%);
}
.wizard #deploy .box-header .btn-primary {
  margin-top: 3px;
}
.wizard #deploy table {
  margin-bottom: 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: #FFFFFF;
}
.wizard #deploy #host-filter ul li.filter-status.active,
.wizard #deploy #host-filter ul li.filter-status.active:hover {
  background-color: #666666;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard #deploy #host-filter ul li.filter-status:hover {
  background-color: #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard #deploy #host-filter ul li.divider {
  color: #666666;
  padding: 4px 2px;
}
.wizard #deploy #host-filter ul li {
  list-style: none;
  display: block;
  float: left;
  padding: 4px 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 {
  max-width: 97% !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  white-space: nowrap;
}
.wizard #deploy #deploy-status-by-host .progress-bar {
  width: 73%;
}
.wizard #deploy #deploy-status-by-host .progress-bar .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: 40px;
  width: 100%;
  float: left;
}
.wizard #common-progress-page .item i {
  font-size: 20px;
}
.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: #0088cc;
  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-bar {
  margin-top: 10px;
}
.wizard #common-progress-page .item .progress-bar .progress {
  margin-bottom: 0;
}
.wizard #common-progress-page .row {
  margin-left: 0;
}
.wizard #ha-step1 .alert.alert-warn,
.wizard #ha-step4 .alert.alert-warn,
.wizard #ha-step8 .alert.alert-warn,
.wizard #mjn-step7 .alert.alert-warn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wizard #ha-step1 .nameserviceid-input,
.wizard #ha-step4 .nameserviceid-input,
.wizard #ha-step8 .nameserviceid-input,
.wizard #mjn-step7 .nameserviceid-input {
  display: inline-block;
}
.wizard #ha-step4 li,
.wizard #ha-step6 li,
.wizard #ha-step8 li,
.wizard #mjn-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;
}
.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;
}
.services-host-menu {
  margin-top: 20px;
  padding: 8px 0;
}
#summary-restart-bar {
  margin-top: 20px;
}
#summary-restart-bar .alert .icon-refresh {
  margin-left: 10px;
  color: #fdb82f;
}
#summary-restart-bar .dropdown-menu > li > a:hover {
  text-shadow: none;
}
.serviceConfigUGIDLbl {
  display: inline-block;
  text-align: left;
  margin-left: 82px;
  width: 100px;
}
.serviceConfigUGID {
  width: 150px !important;
}
.serviceConfigNoUGID {
  width: 500px !important;
}
#serviceConfig {
  margin-top: 20px;
}
#serviceConfig .alert .icon-refresh {
  margin-left: 10px;
}
#serviceConfig .alert .icon-warning-sign {
  color: #ffd13d;
}
#serviceConfig .collapsable {
  cursor: pointer;
}
#serviceConfig .directories {
  min-width: 280px;
}
#serviceConfig .accordion-heading {
  background-color: #f0f0f0;
}
#serviceConfig .accordion-group {
  margin-bottom: 20px;
}
#serviceConfig .accordion-group .control-label {
  text-align: left;
  word-wrap: break-word;
}
#serviceConfig .accordion-group .service-config-section .overridden-property {
  background-color: rgba(211, 237, 247, 0.39);
  padding: 5px;
  margin-left: -5px;
}
#serviceConfig .accordion-group .service-config-section .checkbox.inline {
  vertical-align: baseline;
}
#serviceConfig .accordion-group .service-config-section .checkbox.inline > .ember-checkbox {
  margin-left: -14px;
}
#serviceConfig .accordion-group .entry-row.indent-1 {
  margin: 10px 0 10px 2em !important;
}
#serviceConfig .accordion-group .entry-row.indent-2 {
  margin: 10px 0 10px 4em !important;
}
#serviceConfig .accordion-group .entry-row {
  margin: 10px 0;
}
#serviceConfig .accordion-group .entry-row .control-label-span {
  width: auto !important;
}
#serviceConfig .accordion-group .entry-row .icon-lock {
  color: #008000;
}
#serviceConfig .accordion-group .entry-row a.btn[disabled],
#serviceConfig .accordion-group .entry-row a.btn[disabled] [class^="icon-"],
#serviceConfig .accordion-group .entry-row a [class*=" icon-"] {
  cursor: not-allowed;
}
#serviceConfig .accordion-group .entry-row .action {
  margin-left: 3px;
  margin-right: 1px;
  font-size: 13px;
  white-space: nowrap;
}
#serviceConfig .accordion-group .entry-row input[type="radio"] {
  margin-bottom: 3px !important;
  margin-right: 5px !important;
}
#serviceConfig .accordion-group .entry-row .control-group {
  margin: 0;
}
#serviceConfig .accordion-group .entry-row .control-group .overrideField {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
#serviceConfig .accordion-group .entry-row .control-group .overridden-hosts-view {
  display: inline-block;
}
#serviceConfig .accordion-group .entry-row .control-group > .ember-checkbox {
  margin-bottom: 5px;
}
#serviceConfig .accordion-group form {
  margin-bottom: 0;
}
#serviceConfig .badge {
  margin-left: 4px;
}
#serviceConfig .slave-component-group-menu {
  float: left;
}
#serviceConfig .slave-component-group-menu .nav {
  margin-bottom: 10px;
}
#serviceConfig .slave-component-group-menu .nav li {
  position: relative;
}
#serviceConfig .slave-component-group-menu .nav li a {
  padding-right: 24px;
}
#serviceConfig .slave-component-group-menu .nav li .icon-remove {
  border: 1px solid white;
  position: absolute;
  right: 7px;
  top: 10px;
  z-index: 2;
  cursor: default;
  color: #555555;
}
#serviceConfig .slave-component-group-menu .nav li .icon-remove:hover {
  border: 1px solid grey;
}
#serviceConfig .remove-group-error {
  display: none;
}
#serviceConfig .add-slave-component-group {
  margin-bottom: 10px;
}
#serviceConfig .master-host,
#serviceConfig .master-hosts,
#serviceConfig .slave-hosts {
  padding-top: 5px;
  line-height: 20px;
}
#serviceConfig #attention {
  margin: 20px 0;
}
#serviceConfig .retyped-password {
  margin-left: 14px;
}
#serviceConfig #slave-hosts-popup ul {
  list-style-type: none;
}
#serviceConfig .enhanced-config-tab-content .action {
  display: inline-block;
}
#serviceConfig .common-config-category .action,
#serviceConfig .enhanced-config-tab-content .action {
  cursor: pointer;
}
#serviceConfig .common-config-category .icon-plus-sign,
#serviceConfig .enhanced-config-tab-content .icon-plus-sign {
  color: #5AB400;
  margin-right: 2px;
}
#serviceConfig .common-config-category .icon-minus-sign,
#serviceConfig .enhanced-config-tab-content .icon-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 rgba(255, 255, 255, 0);
}
#serviceConfig .common-config-category .btn-final .icon-lock,
#serviceConfig .enhanced-config-tab-content .btn-final .icon-lock {
  color: #a6a6a6;
  cursor: inherit;
}
#serviceConfig .common-config-category .btn-final.active .icon-lock,
#serviceConfig .enhanced-config-tab-content .btn-final.active .icon-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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  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.accordion-toggle:hover,
#serviceConfig .enhanced-config-tab-content a.accordion-toggle:hover {
  text-decoration: none;
}
#serviceConfig .common-config-category a.accordion-toggle:hover .category-name,
#serviceConfig .enhanced-config-tab-content a.accordion-toggle:hover .category-name {
  text-decoration: underline;
}
#serviceConfig .enhanced-config-tab-content .action-button {
  margin-left: 3px;
}
#serviceConfig .capacity-scheduler .header {
  margin-bottom: 10px;
}
#serviceConfig .capacity-scheduler .header .span1 {
  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 #section_label {
  display: none;
  border: 1px solid black;
  padding: 2px 5px;
  position: absolute;
  border-radius: 3px;
  background-color: #f9f9f9;
}
#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 input {
  width: auto;
}
#serviceConfig .with-unit .add-on {
  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 .icon-ok-sign,
#serviceConfig .db-connection .icon-warning-sign {
  font-size: 27px;
  line-height: 30px;
}
#serviceConfig .db-connection .icon-ok-sign {
  color: #5ab400;
}
#serviceConfig .db-connection .icon-warning-sign {
  color: #ff0000;
}
#serviceConfig .db-connection .connection-result {
  font-size: 15px;
  line-height: 30px;
}
#serviceConfig .db-connection a.mute {
  color: #333;
}
#serviceConfig .db-connection a.mute:hover {
  text-decoration: none;
  color: #333;
}
.running-host-components-table {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}
.running-host-components-table tbody {
  vertical-align: top;
}
a:focus {
  outline: none;
}
/*Rack images*/
/*****start styles for boxes*****/
.box {
  border: 1px solid #D4D4D4;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.box .box-header {
  border-bottom: 1px solid #D4D4D4;
}
.box .box-header,
.box .box-footer {
  padding: 4px 4px 4px 10px;
  background: #f5f5f5;
}
.box .box-header:after,
.box .box-footer:after {
  content: "";
  display: table;
  clear: both;
}
.box .box-header .btn-group {
  float: right;
}
.box .box-header h4 {
  float: left;
  margin: 5px;
  font-size: 15px;
  color: #777;
}
.box .box-footer hr {
  margin: 0;
}
/*****end styles for boxes*****/
/*****start styles for well *****/
.well {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*****end styles for well *****/
/*****start styles for table*****/
.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;
}
/*****end styles for table*****/
/**********start styles for thumbnail ****************/
.thumbnail {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/**********end styles for thumbnail ****************/
/**********start styles for dropdown-menu, accordion-group ****************/
.dropdown-menu,
.dropdown-submenu > .dropdown-menu,
.dropdown-menu-wrap > .dropdown-menu,
.nav-pills .dropdown-menu,
.nav-pills > li > a,
.nav-tabs > li > a,
.accordion-group {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.dropdown-submenu.submenu-left > .dropdown-menu-wrap {
  position: relative;
  width: 100%;
  left: -100%;
}
.dropdown-submenu.submenu-left > .dropdown-menu-wrap > .dropdown-menu {
  position: absolute;
  top: 0;
  right: -10px;
  margin-top: -32px;
}
.dropdown-submenu.submenu-left:hover .dropdown-menu {
  display: inline-block;
}
/*****start styles for host component popup*****/
#modal {
  outline: none;
}
.host-progress-popup .modal-body,
.host-progress-popup .modal-footer,
.host-progress-popup .modal-header {
  min-width: 600px;
}
.host-progress-popup #service-info .log-list-wrap:hover,
.host-progress-popup #host-info .log-list-wrap:hover,
.host-progress-popup #host-log .log-list-wrap:hover {
  background-color: #e6e6e6;
}
.host-component-popup-wrap .task-top-wrap .operation-name-top {
  width: 33%;
  padding-left: 20px;
  float: left;
  text-align: left;
}
.host-component-popup-wrap #service-info .show-more {
  width: 98.8%;
  min-height: 20px;
  cursor: pointer;
  border-top: 1px solid #CCC;
  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 .span2,
.host-component-popup-wrap #service-info .span2 {
  width: 20%;
  float: left;
}
.host-component-popup-wrap #host-info .host-progress-num,
.host-component-popup-wrap #service-info .host-progress-num {
  float: left;
  padding-left: 8px;
}
.host-component-popup-wrap #host-info .host-name-icon-wrap,
.host-component-popup-wrap #service-info .host-name-icon-wrap {
  float: left;
  width: 50%;
  white-space: nowrap;
}
.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 {
  cursor: pointer;
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.host-component-popup-wrap #host-info .task-list-line-cursor,
.host-component-popup-wrap #service-info .task-list-line-cursor,
.host-component-popup-wrap #host-log .task-list-line-cursor {
  width: 100%;
  min-height: 20px;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .progress-bar .progress,
.host-component-popup-wrap #service-info .task-list-line-cursor .progress-bar .progress,
.host-component-popup-wrap #host-log .task-list-line-cursor .progress-bar .progress {
  margin-bottom: 0;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .show-details,
.host-component-popup-wrap #service-info .task-list-line-cursor .show-details,
.host-component-popup-wrap #host-log .task-list-line-cursor .show-details {
  float: right;
  cursor: pointer;
  font-size: 16px;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .show-details i,
.host-component-popup-wrap #service-info .task-list-line-cursor .show-details i,
.host-component-popup-wrap #host-log .task-list-line-cursor .show-details i {
  color: #333;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .operation-name-icon-wrap,
.host-component-popup-wrap #service-info .task-list-line-cursor .operation-name-icon-wrap,
.host-component-popup-wrap #host-log .task-list-line-cursor .operation-name-icon-wrap {
  float: left;
  width: 35%;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .start-time-text,
.host-component-popup-wrap #service-info .task-list-line-cursor .start-time-text,
.host-component-popup-wrap #host-log .task-list-line-cursor .start-time-text {
  margin-left: 5px;
  width: 20%;
  float: left;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .duration-text,
.host-component-popup-wrap #service-info .task-list-line-cursor .duration-text,
.host-component-popup-wrap #host-log .task-list-line-cursor .duration-text {
  margin-left: 5px;
  width: 10%;
  float: left;
}
.host-component-popup-wrap #host-info .task-list-line-cursor .time-summary,
.host-component-popup-wrap #service-info .task-list-line-cursor .time-summary,
.host-component-popup-wrap #host-log .task-list-line-cursor .time-summary {
  padding-left: 0;
  color: #808080;
  font-size: 12px;
}
.host-component-popup-wrap #host-info .task-list-line-cursor:before,
.host-component-popup-wrap #service-info .task-list-line-cursor:before,
.host-component-popup-wrap #host-log .task-list-line-cursor:before,
.host-component-popup-wrap #host-info .task-list-line-cursor:after,
.host-component-popup-wrap #service-info .task-list-line-cursor:after,
.host-component-popup-wrap #host-log .task-list-line-cursor:after {
  display: table;
  line-height: 0;
  content: "";
}
.host-component-popup-wrap #host-info .task-list-line-cursor:after,
.host-component-popup-wrap #service-info .task-list-line-cursor:after,
.host-component-popup-wrap #host-log .task-list-line-cursor:after {
  clear: both;
}
/*****end styles for host component popup*****/
.sort-wrapper .column-name {
  cursor: pointer;
  padding-right: 18px;
}
/*****start styles for install tasks logs*****/
.task-list-main-warp i,
.task-detail-info i {
  font-size: 20px;
  vertical-align: middle;
}
.task-list-main-warp .pending,
.task-detail-info .pending,
.task-list-main-warp .queued,
.task-detail-info .queued {
  color: #999999;
}
.task-list-main-warp .in_progress,
.task-detail-info .in_progress {
  color: #367FE6;
}
.task-list-main-warp .completed,
.task-detail-info .completed {
  color: #0EA31C;
}
.task-list-main-warp .failed,
.task-detail-info .failed {
  color: #DF5F5F;
}
.task-list-main-warp .aborted,
.task-detail-info .aborted {
  color: #FF9C09;
}
.task-list-main-warp .timedout,
.task-detail-info .timedout {
  color: #FF9C09;
}
.task-list-main-warp .task-list-line-cursor {
  cursor: pointer;
}
.task-list-main-warp .request-schedule-abort {
  margin-top: 7px;
}
.task-list-main-warp .request-schedule-abort .btn {
  margin-top: -5px;
}
.task-list-main-warp .task-top-wrap {
  width: 100%;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-size: 15px;
  padding: 0 0 20px 0;
  height: 20px;
}
.task-list-main-warp .task-top-wrap .task-detail-back-to-hosts {
  float: left;
}
.task-list-main-warp .task-top-wrap .select-wrap {
  float: right;
  margin-top: -8px;
}
.task-list-main-warp .task-top-wrap .select-wrap select {
  width: 140px;
}
.task-list-main-warp .task-top-wrap .task-name-top {
  width: 23%;
  padding-left: 20px;
}
.task-list-main-warp .task-top-wrap .start-time-top {
  width: 20%;
  padding-left: 5px;
}
.task-list-main-warp .task-top-wrap .duration-top {
  width: 10%;
  padding-left: 5px;
}
.task-list-main-warp .task-top-wrap .task-name-top,
.task-list-main-warp .task-top-wrap .start-time-top,
.task-list-main-warp .task-top-wrap .duration-top {
  float: left;
  text-align: left;
}
.task-list-main-warp #host-log {
  max-height: 340px;
  overflow: auto;
  width: 100%;
}
.task-list-main-warp #host-log .log-list-wrap {
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.task-list-main-warp #host-log .log-list-wrap .show-details {
  float: right;
  cursor: pointer;
  font-size: 16px;
}
.task-list-main-warp #host-log .log-list-wrap .show-details i {
  color: #333;
}
.task-list-main-warp #host-log .log-list-wrap .task-list-line-cursor:before,
.task-list-main-warp #host-log .log-list-wrap .task-list-line-cursor:after {
  display: table;
  line-height: 0;
  content: "";
}
.task-list-main-warp #host-log .log-list-wrap .task-list-line-cursor:after {
  clear: both;
}
.task-list-main-warp #host-log .log-list-wrap .operation-name-icon-wrap {
  float: left;
  width: 35%;
}
.task-list-main-warp #host-log .log-list-wrap .start-time-text {
  margin-left: 5px;
  width: 20%;
  float: left;
}
.task-list-main-warp #host-log .log-list-wrap .duration-text {
  margin-left: 5px;
  width: 10%;
  float: left;
}
.task-list-main-warp #host-log .log-list-wrap .time-summary {
  padding-left: 0;
  color: #808080;
  font-size: 12px;
}
.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: 340px;
  overflow: auto;
  width: 100%;
}
.task-detail-info .task-detail-log-clipboard {
  display: none;
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
}
.task-detail-info .task-top-wrap {
  width: 100%;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-size: 15px;
  padding: 0 0 10px 0;
}
.task-detail-info .task-top-wrap .task-detail-back {
  float: left;
}
.task-detail-info .task-top-wrap .task-detail-log-rolename {
  position: relative;
  left: 0;
  top: 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 {
  margin-left: 0;
  margin-top: 0;
  position: relative;
}
.services .alert {
  padding: 5px;
}
.services .tab-marker-position {
  list-style: none;
  min-height: 20px;
  min-width: 20px;
  margin-left: 6px;
  float: none;
  display: inline;
}
.services .health-status-LIVE,
.services .health-status-STARTING {
  list-style: none;
  min-height: 20px;
  min-width: 20px;
  margin-left: 6px;
  float: none;
  display: inline;
  color: #5ab400;
}
.services .health-status-DEAD-RED,
.services .health-status-STOPPING {
  list-style: none;
  min-height: 20px;
  min-width: 20px;
  margin-left: 6px;
  float: none;
  display: inline;
  color: #ff0000;
}
.services .health-status-DEAD-ORANGE {
  list-style: none;
  min-height: 20px;
  min-width: 20px;
  margin-left: 6px;
  float: none;
  display: inline;
  color: #ff8e00;
}
.services .health-status-DEAD-YELLOW {
  list-style: none;
  min-height: 20px;
  min-width: 20px;
  margin-left: 6px;
  float: none;
  display: inline;
  color: #ffd13d;
}
.services dt {
  text-align: left;
  width: 120px;
}
.services dd {
  margin-left: 145px;
}
.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 .service .dashboard-mini-chart > div {
  width: 172px;
}
.services .service .dashboard-mini-chart {
  right: 0;
  float: right;
  top: 7px;
  position: absolute;
  overflow: visible;
  text-align: center;
  height: 200px;
}
.services .service .dashboard-mini-chart .dropdown-menu {
  text-align: left;
}
.services .service .dashboard-mini-chart .chart-container .chart-x-axis {
  left: 0;
  width: 100%;
  text-align: left;
}
.services .service .dashboard-mini-chart .chartLabel {
  font-size: 11px;
  color: #7b7b7b;
}
.services .service .dashboard-mini-chart .chart-legend {
  left: -205px;
  text-align: left;
  top: 0;
  width: 185px;
}
.services .tab-marker-position,
.summary-info .tab-marker-position {
  background-position: 0 3px;
  background-repeat: no-repeat;
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 0;
  display: inline !important;
  float: none !important;
}
.services .STARTING,
.summary-info .STARTING,
.services .STARTED,
.summary-info .STARTED {
  background-position: 0 3px;
  background-repeat: no-repeat;
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 0;
  display: inline !important;
  float: none !important;
  color: #5ab400;
}
.services .STOPPING,
.summary-info .STOPPING,
.services .INSTALLED,
.summary-info .INSTALLED {
  background-position: 0 3px;
  background-repeat: no-repeat;
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 0;
  display: inline !important;
  float: none !important;
  color: #ff0000;
}
.services .UNKNOWN,
.summary-info .UNKNOWN {
  background-position: 0 3px;
  background-repeat: no-repeat;
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 0;
  display: inline !important;
  float: none !important;
  color: #ffd13d;
}
.services .summary-view-host,
.summary-info .summary-view-host {
  float: right;
  padding-right: 20px;
}
.services .summary-view-host a,
.summary-info .summary-view-host a {
  text-decoration: none;
}
.services .summary-view-host a:hover,
.summary-info .summary-view-host a:hover {
  text-decoration: underline;
}
.services .service-summary-component-red-dead,
.summary-info .service-summary-component-red-dead {
  color: #ff0000;
  display: inline;
}
.services .service-summary-component-green-live,
.summary-info .service-summary-component-green-live {
  color: #228b22;
  display: inline;
}
.summary-info {
  border-top: none;
  border-collapse: collapse;
  color: #666;
  font-size: 13px;
}
.summary-info tr.component-small {
  font-size: 11px;
}
.summary-info .upgrade-status-warning {
  color: #ff0000;
}
.summary-info tr td:first-child {
  width: 180px;
  text-align: right;
}
.summary-info a {
  text-decoration: underline;
}
.summary-info a:hover {
  text-decoration: none;
}
.edit-link {
  cursor: pointer;
}
#security-stages tr {
  height: 50px;
}
#security-stages td {
  width: 180px;
}
#security-stages .progress-bar {
  width: 50%;
}
#security-stages .progress-bar .progress {
  margin-bottom: 0;
}
#security-stages .progress-percentage {
  margin-left: 10px;
}
#security-stages a.remove-link {
  text-decoration: none;
  pointer-events: none;
  color: black;
  cursor: default;
}
#enable_security .step3 {
  overflow: auto;
  max-height: 500px;
}
#enable_security .step3 table td {
  word-break: break-all;
}
.faintText {
  color: #999;
}
.more-stats {
  display: block;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  color: #333333;
}
.more-stats:hover {
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
/*end services summary*/
/*start alerts summary*/
.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 5px 5px 5px;
  background-position: 14px 9px;
  background-repeat: no-repeat;
}
.alerts li .date-time {
  float: right;
}
.alerts li p {
  margin-bottom: 2px;
}
.alerts li .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.alerts li .title {
  font-weight: normal;
  font-size: 13px;
}
.alerts li .row-fluid [class*="span"] {
  min-height: 0;
}
.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;
}
.modal-graph-line {
  width: 810px;
  margin: -250px 0 0 -405px;
}
.modal-graph-line .modal-body {
  min-height: 420px !important;
  overflow: hidden;
}
.modal-graph-line .modal-body .corner-icon {
  position: absolute;
  right: 15px;
  text-decoration: none;
}
.modal-graph-line .modal-body .corner-icon .icon-save {
  color: #555;
}
.modal-graph-line .modal-body .export-graph-list {
  top: auto;
  right: 15px;
}
/*end alerts summary*/
/*Alerts popup*/
.alertsPopupLinks {
  padding: 20px 40px 0;
  text-align: right;
}
.alertsPopupLinks a:first-child {
  float: left;
}
.align-center {
  text-align: center;
}
/*start chart/style graphs*/
.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;
}
.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 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 .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: -10px;
  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;
}
.modal-body .show {
  display: inline-block;
}
.modal-body .time-label {
  text-align: center;
}
.mini-chart {
  position: absolute;
}
.mini-chart .chart-container {
  width: 130px;
  height: 130px;
}
/*end chart/graph styles*/
/*****end styles for dashboard page*****/
/*Services*/
.services-menu .nav-list .tab-marker-position {
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 2px;
  display: inline;
  float: none;
}
.services-menu .nav-list .health-status-LIVE,
.services-menu .nav-list .health-status-STARTING {
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 2px;
  display: inline;
  float: none;
  color: #5ab400;
}
.services-menu .nav-list .health-status-DEAD-RED,
.services-menu .nav-list .health-status-STOPPING {
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 2px;
  display: inline;
  float: none;
  color: #ff0000;
}
.services-menu .nav-list .health-status-DEAD-YELLOW {
  list-style: none;
  height: 20px;
  width: 20px;
  margin-left: 2px;
  display: inline;
  float: none;
  color: #ffd13d;
}
.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 .label {
  padding: 0 0 0 3px;
}
.services-menu .nav-list li .label.alerts-count {
  padding: 1px 4px;
  background: #ff0000;
  float: right;
  margin-right: 1px;
  margin-top: 3px;
}
.services-menu .nav-list li .label.alerts-count.alerts-crit-count {
  background: #ff0000;
}
.services-menu .nav-list li .label.alerts-count.alerts-warn-count {
  background: #ff8e00;
}
.services-menu .nav-list li.clients a {
  padding-left: 37px;
}
.services-menu .nav-list .icon-laptop {
  color: #555;
  padding-left: 1px;
}
.services-menu .nav-list .active .icon-laptop {
  color: #f0f0f0;
}
.services-menu .start-stop-all-service-button {
  margin: 5px 5px 10px 10px;
  text-align: center;
}
.services-menu .icon-medkit {
  padding-left: 6px;
}
a.services-menu-blocks {
  overflow: auto;
}
a.services-menu-blocks .icon-health-block {
  width: 16%;
  float: left;
}
a.services-menu-blocks .service-name-block {
  width: 55%;
  float: left;
  white-space: normal;
  word-break: break-word;
}
.quick-links-wrapper {
  margin-top: -53px;
  position: relative;
  left: 278px;
}
.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;
}
.quick-links-wrapper .dropdown-submenu > a:after {
  border-left-color: #333;
}
.quick-links-wrapper .nav li.dropdown.open .dropdown-toggle {
  color: #005580;
  background-color: #eeeeee;
  border-color: #eeeeee;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.quick-links-wrapper .nav li.dropdown.open a:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.quick-links-wrapper .nav li.dropdown.open .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.host-rack-id-popup .control-label {
  width: 100px;
  margin-right: 10px;
}
.service-content .summary-info {
  margin-bottom: 0;
}
.service-block {
  margin-top: 20px;
}
.service-configuration {
  padding: 10px;
}
.service-summary {
  background: #F6FAFD;
}
.service-summary .service-block.span8 {
  margin-left: 0;
  border-right: 1px solid #5fa3c3;
}
.service-summary .service-block.span3 {
  padding-left: 0;
}
.service-summary .service-content {
  padding: 5px 0 0 10px;
}
.service-summary .service-content .service-links {
  padding: 5px 0;
}
.service-summary h5 {
  color: #0088CC;
  font-size: 14px;
}
.service-summary .service-links {
  padding: 5px 0 10px 0;
}
.service-summary .service-configuration .dl-horizontal dt {
  width: 90px;
  line-height: 19px;
}
.service-summary .service-configuration .dl-horizontal dd {
  margin-left: 100px;
  line-height: 19px;
}
.service-button {
  text-align: right;
  margin-bottom: 5px;
  margin-top: -55px;
  margin-left: 10px;
  min-height: 30px;
}
.service-button ul.dropdown-menu li {
  text-align: left;
}
.service-button ul.dropdown-menu a {
  cursor: pointer;
}
.service-button ul.dropdown-menu .icon-play.enabled {
  color: #69be28;
}
.service-button ul.dropdown-menu .icon-stop.enabled {
  color: red;
}
.summary-metric-graphs [class*="span"] {
  float: left;
  margin-left: 10px;
}
.summary-metric-graphs .chart-container .chart-x-axis {
  left: 0;
  width: 100%;
}
.metrics-collapsed-graphs {
  margin-bottom: 10px;
}
.metrics-collapsed-graphs .accordion .accordion-heading {
  font-size: 15px;
  color: #777;
  font-weight: bold;
  padding: 0;
}
.metrics-collapsed-graphs .accordion .accordion-heading .accordion-toggle .icon-caret-toggle:before {
  content: "\f0d7";
}
.metrics-collapsed-graphs .accordion .accordion-heading .accordion-toggle.collapsed .icon-caret-toggle:before {
  content: "\f0da";
}
.metrics-collapsed-graphs .accordion .accordion-heading .btn {
  margin: 3px;
}
.metrics-collapsed-graphs .accordion .accordion-body.in {
  overflow: visible;
}
/*End Services*/
table.graphs {
  table-layout: fixed;
  width: 100%;
}
/*Dashboard Widgets/heatmaps Start*/
#dashboard-widgets-container > ul.nav.nav-tabs {
  margin-bottom: 10px;
}
#dashboard-widgets-container #widgets-options-menu .dropdown-submenu > a:after {
  border-left-color: #333;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text .dropdown-menu {
  top: 0;
  left: 99%;
  margin-top: -6px;
  margin-left: -1px;
  max-height: 375px;
  overflow: auto;
  width: 210px;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text .dropdown-menu li {
  display: block;
  padding: 3px 0 3px 5px;
  line-height: 20px;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text .dropdown-menu li ul {
  margin-left: 0;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text .dropdown-menu li label.checkbox {
  padding-left: 3px;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text .dropdown-menu li input[type="checkbox"] {
  margin: 4px 4px 2px 2px;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text .dropdown-menu > li > ul {
  width: 180px;
  margin-left: 0;
}
#dashboard-widgets-container #widgets-options-menu .add-widgets-text:hover .dropdown-menu {
  display: block;
}
#dashboard-widgets-container .dashboard-widgets-box {
  margin-top: 4px;
}
#dashboard-widgets-container h4 {
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
#dashboard-widgets-container #dashboard-widgets .caption {
  height: 25px;
}
#dashboard-widgets-container #dashboard-widgets .spinner {
  margin: 55px auto;
}
#dashboard-widgets-container #dashboard-widgets .chart-container .spinner {
  margin: 15px auto 35px;
}
#dashboard-widgets-container #dashboard-widgets .row-fluid .span2p4 {
  width: 19.60%;
  *width: 19.60%;
}
#dashboard-widgets-container #dashboard-widgets .row-fluid .span4p8 {
  width: 39.55%;
  *width: 39.55%;
}
#dashboard-widgets-container #dashboard-widgets .thumbnails > div {
  margin-left: 0;
  margin-right: 3px;
  margin-top: 0;
  margin-bottom: 7px;
  height: 163px;
}
#dashboard-widgets-container #dashboard-widgets .thumbnails li {
  height: 150px;
  margin-left: 0;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 0;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .corner-icon {
  display: none;
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .corner-icon .icon-remove-sign {
  color: #000000;
  text-shadow: #fff 0 0 15px;
  position: relative;
  left: -13px;
  top: -10px;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .corner-icon .icon-edit,
#dashboard-widgets-container #dashboard-widgets .thumbnail .corner-icon .icon-save {
  color: #555555;
}
#dashboard-widgets-container #dashboard-widgets .export-graph-list {
  right: 3px;
}
#dashboard-widgets-container #dashboard-widgets .export-graph-list li {
  margin: 0;
  height: auto;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .hidden-info-general {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: none;
  position: relative;
  z-index: 7;
}
#dashboard-widgets-container #dashboard-widgets .hidden-info-two-line {
  padding-top: 60px;
}
#dashboard-widgets-container #dashboard-widgets .hidden-info-three-line {
  padding-top: 50px;
}
#dashboard-widgets-container #dashboard-widgets .hidden-info-five-line {
  padding-top: 40px;
}
#dashboard-widgets-container #dashboard-widgets .hidden-info-five-line tr > td {
  line-height: 18px;
}
#dashboard-widgets-container #dashboard-widgets .hidden-info-six-line {
  padding-top: 37px;
}
#dashboard-widgets-container #dashboard-widgets .hidden-info-six-line tr > td {
  line-height: 16px;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .caption {
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0;
  color: #555555;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .widget-content {
  text-align: center;
  font-size: 35px;
  padding-top: 40px;
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .widget-content .disabled-hdfs-link {
  pointer-events: none;
  color: grey;
  cursor: default;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .widget-content .screensaver {
  width: 90%;
  height: 105px;
  border: 1px solid silver;
  color: #ffffff;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .widget-content .screensaver i {
  font-size: inherit;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .widget-content-isNA {
  text-align: center;
  font-size: 35px;
  color: #D6DDDF;
  padding-top: 70px;
  font-weight: bold;
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail {
  background-color: #ffffff;
  z-index: 3;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info ul {
  margin: 0;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover {
  cursor: move;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .hidden-info-general {
  display: block;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .caption {
  margin-left: -6px;
  z-index: 7;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .slots-caption {
  margin-left: -13px;
  z-index: 7;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .widget-content {
  top: -104px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .widget-content-isNA {
  top: -104px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .uptime-content {
  top: -116px;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .uptime-content-isNA {
  top: -95px;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .slots-content-isNA {
  top: -82px;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .content-hidden-two-line {
  top: -105px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .content-hidden-three-line {
  top: -116px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .content-hidden-four-line {
  top: -126px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .content-hidden-five-line {
  top: -140px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .has-hidden-info .thumbnail:hover .content-hidden-six-line {
  top: -143px;
  opacity: 0.3;
  z-index: 5;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics {
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .chart-container {
  margin: 0 10px 0 10px;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .chart-container .chart-y-axis {
  margin-top: 10px;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .chart-container .chart svg {
  margin-right: 20px;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .chart-container .rickshaw_legend {
  padding-top: 3px;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .chart-container .chart-legend {
  top: 120px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .chart-container .chart-legend ul > li {
  max-height: 10px;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics > ul {
  margin: 0;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .alert {
  padding: 0;
  font-size: 12px;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .thumbnail:hover {
  cursor: move;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
#dashboard-widgets-container #dashboard-widgets .cluster-metrics .thumbnail:hover .caption {
  margin-left: -6px;
}
#dashboard-widgets-container #dashboard-widgets .links ul {
  margin: 0;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail li {
  height: 20px;
  margin: 3px;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail .link-button {
  padding-top: 7px;
  padding-left: 70px;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail .link-button .disabled-hdfs-quick-link {
  pointer-events: none;
  color: #808080;
  cursor: default;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail .widget-content {
  text-align: center;
  font-size: 11px;
  color: #555555;
  padding-top: 40px;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail .widget-content table {
  vertical-position: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail .widget-content td {
  padding-top: 2px;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail:hover {
  cursor: move;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
#dashboard-widgets-container #dashboard-widgets .links .thumbnail:hover .caption {
  margin-left: -6px;
}
#dashboard-widgets-container #dashboard-widgets .thumbnail .widget-content .svg {
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text {
  padding-left: 5px;
  padding-top: 40px;
  color: #555555;
  font-weight: bold;
  font-size: 10px;
}
#dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text > ul {
  margin-top: 5px;
  margin-bottom: 0;
}
#dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text #map-reduce-slots-bar1 {
  margin-left: 10px;
}
#dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text #map-reduce-slots-bar2 {
  margin-left: 3px;
}
#dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text #map-reduce-slots-num1 {
  margin-left: 5px;
}
#dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text #map-reduce-slots-num2 {
  margin-left: 5px;
}
#dashboard-widgets-container #dashboard-widgets .is-red .widget-content {
  color: #ff0000;
  padding-top: 70px;
  font-weight: bold;
}
#dashboard-widgets-container #dashboard-widgets .is-orange .widget-content {
  color: #ff8e00;
  padding-top: 70px;
  font-weight: bold;
}
#dashboard-widgets-container #dashboard-widgets .is-green .widget-content {
  color: #5ab400;
  padding-top: 70px;
  font-weight: bold;
}
#dashboard-widgets-container #dashboard-widgets .is-na {
  position: relative;
}
#dashboard-widgets-container #dashboard-widgets .is-na .widget-content {
  color: #D6DDDF;
  text-shadow: none;
  padding-top: 70px;
  font-weight: bold;
}
/*Dashboard Widgets END*/
.dialog-delete-component {
  border: 1px solid #FDB82F;
  border-radius: 4px;
  padding: 4px;
  background: #FFFDF6;
}
.dialog-delete-component .warning-details {
  padding-left: 16px;
  padding-top: 5px;
}
.dialog-delete-component .warning-list {
  font-size: 0.95em;
  font-style: italic;
}
/*Hosts*/
#hosts .bulk-menu .dropdown-submenu > a:after {
  border-left-color: #333;
}
#hosts .bulk-menu .dropdown-submenu > a.disabled:after {
  border-left-color: #ccc;
}
#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;
  font-size: 13px\9;
}
#hosts #hosts-table .filter-row th {
  padding: 0;
  padding-left: 4px;
}
#hosts #hosts-table thead {
  background: none repeat scroll 0 0 #F8F8F8;
}
#hosts #hosts-table .set-rack-id {
  text-decoration: none;
}
#hosts #hosts-table .host-select-all {
  margin-bottom: -1px;
}
#hosts .status-dot-position {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
  display: inline !important;
  float: none !important;
}
#hosts .health-status-HEALTHY,
#hosts .health-status-LIVE {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #5ab400;
  margin-right: 1px;
  margin-left: 1px;
}
#hosts .health-status-DEAD-RED {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ff0000;
}
#hosts .health-status-DEAD-ORANGE {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ff8e00;
  margin-right: 1px;
  margin-left: 1px;
}
#hosts .health-status-DEAD-YELLOW {
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ffd13d;
  margin-right: 1px;
  margin-left: 1px;
}
#hosts .icon-exclamation-sign,
#hosts .icon-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 .box-header {
  margin-left: 0;
}
#hosts .box-header .btn-group {
  float: left;
}
#hosts .box-header .btn.decommission {
  margin-left: 5px;
}
#hosts .box-header .btn.add-host-button {
  margin-bottom: 10px;
  margin-top: -5px;
}
#hosts .box-header .hosts-actions {
  margin-right: 10px;
}
#hosts .box-header .health-status-bar {
  font-size: 0.9em;
  margin-left: 0;
  color: #b4b4b4;
}
#hosts .box-header .health-status-bar a {
  text-decoration: none;
}
#hosts .box-header .health-status-bar .category-item:hover {
  cursor: pointer;
}
#hosts .box-header .health-status-bar .category-item:hover a {
  color: #ffffff;
}
#hosts .box-header .health-status-bar .active {
  background-color: #888888;
  border-color: #888888;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25);
}
#hosts .box-header .health-status-bar .active a {
  color: #ffffff;
}
#hosts .box-header .health-status-bar .category-item.active:hover a {
  color: #ffffff;
}
#hosts .progress {
  margin-bottom: 0;
}
#hosts .filter-input-width {
  width: 65%;
}
#hosts .filter-input-width.rack-input {
  width: 85%;
}
#hosts .table input[type="checkbox"] {
  margin: -2px 0 0 0;
}
#hosts .table th {
  padding-left: 6px;
}
#hosts .table .col0,
#hosts .table .col1,
#hosts .table td:first-child,
#hosts .table th:first-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 .col2,
#hosts .table td:first-child + td + td,
#hosts .table th:first-child + th + th {
  width: 20%;
  padding-right: 1px;
}
#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: 85%;
}
#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: 9%!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.6%!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.4%!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 .col12,
#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%!important;
}
#hosts .table td.name {
  overflow: inherit;
  overflow-wrap: break-word;
  white-space: nowrap;
}
#hosts .table td.name .trim_hostname {
  display: block;
  float: left;
  width: 86%!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hosts .table td.health label {
  padding-top: 3px;
}
#hosts .table td.health span {
  display: block;
  height: 13px;
  margin: 4px 0 0 0;
  width: 13px;
}
#hosts .table td.health .icon-medkit {
  margin: 3px 0 0 0;
}
#hosts .table ul.filter-components {
  padding: 5px 0;
  background: #777777;
  color: #ffffff;
  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: #777777;
}
#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 li#title-bar {
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
}
#hosts .table ul.filter-components li#title-bar a.close {
  background: #777777;
  display: inline;
  color: #ffffff;
  padding-left: 35px;
  padding-right: 12px;
  text-shadow: 0 1px 0 #ffffff;
  float: none;
  font-size: 10px;
  opacity: 0.6;
}
#hosts .table ul.filter-components li#title-bar a.close:hover {
  background: #777777;
  opacity: 1.0;
}
#hosts .table ul.filter-components li#selector-bar {
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  font-size: 6px;
}
#hosts .table ul.filter-components li#list-area {
  font-weight: normal;
  text-align: left;
}
#hosts .table ul.filter-components li#button-bar {
  text-align: center;
}
#hosts .table ul.filter-components li#button-bar button {
  font-size: 12px;
}
#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 {
  margin-top: 3px;
}
#hosts .box-footer .footer-pagination .dropdown select {
  width: 60px;
}
#hosts .box-footer .footer-pagination .page-listing a {
  line-height: 0;
  border: none;
  margin: 0;
  margin-right: 10px;
  cursor: pointer;
  color: #0088CC;
  padding: 8px 0;
  float: left;
  text-decoration: underline;
}
#hosts .box-footer .footer-pagination .page-listing a:hover {
  text-decoration: none;
}
#hosts .box-footer .footer-pagination .page-listing {
  width: 100px;
}
#hosts .box-footer .footer-pagination .page-listing .table th.name {
  width: 300px;
}
#hosts .box-footer .footer-pagination .page-listing .table th.name a.filter-label {
  width: 57px;
  display: block;
  float: left;
}
#hosts .expander .icon-caret-right,
#hosts .expander .icon-caret-down {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
  text-decoration: none;
}
#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 .block {
  margin-top: 10px;
}
#host-warnings .warnings-list .block .accordion-heading {
  background-color: #f0f0f0;
}
#host-warnings .warnings-list .block table {
  width: 100%;
}
#host-warnings .warnings-list .block table td,
#host-warnings .warnings-list .block table th {
  text-align: left;
  padding-left: 15px;
}
#host-warnings .warnings-list .block table thead tr:first-child th {
  font-weight: normal;
}
#host-warnings .icon-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 {
  /*
  .component-operation-button {
    background-color: #E5E5E5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, #E5E5E5, #F1F1F1);
    background-image: -o-linear-gradient(top, #E5E5E5, #F1F1F1);
    background-image: linear-gradient(to bottom, #E5E5E5, #F1F1F1);
    background-image: -moz-linear-gradient(top, #E5E5E5, #F1F1F1);
    background-repeat: repeat-x;
    color: #000000;
  }
  */

}
#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: #333333;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#host-details .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#host-details .host-components .btn-group {
  white-space: normal;
}
#host-details .marker {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
}
#host-details .components-health.icon-arrow-up {
  color: red;
}
#host-details .health-status-started,
#host-details .health-status-starting {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #5ab400;
}
#host-details .health-status-installed,
#host-details .health-status-stopping {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ff0000;
}
#host-details .health-status-unknown {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ffd13d;
}
#host-details .health-status-LIVE {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #5ab400;
}
#host-details .health-status-DEAD-RED {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ff0000;
}
#host-details .health-status-color-blue {
  color: #0000ff;
}
#host-details .health-status-color-red {
  color: #ff0000;
}
#host-details .health-status-DEAD-ORANGE {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ff8e00;
}
#host-details .health-status-DEAD-YELLOW {
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline !important;
  float: none !important;
  color: #ffd13d;
}
#host-details .back {
  display: block;
  width: 105px;
  margin-bottom: 5px;
}
#host-details .box-header .host-title {
  margin: 0;
  padding-left: 17px;
}
#host-details .box-header .button-section {
  margin-bottom: 5px;
}
#host-details hr {
  margin-bottom: 0;
  clear: both;
}
#host-details .content {
  padding: 10px;
}
#host-details .host-configuration .dl-horizontal dt {
  width: 120px;
  line-height: 20px;
}
#host-details .host-configuration .dl-horizontal dd {
  margin-left: 100px;
  line-height: 20px;
}
#host-details .host-metrics [class*="span"] {
  float: left;
  margin: 0;
}
#host-details .host-metrics .chart-container .chart-x-axis {
  left: 30%;
  width: 40%;
}
#host-details .host-components {
  padding: 10px;
  padding-bottom: 0;
  border-radius: 4px;
  background: #FFF;
}
#host-details .host-components #add_component {
  width: 170px;
  height: 30px;
}
#host-details .host-components .btn-group {
  margin: 0 5px 10px 0;
}
#host-details .host-components .btn-group .component-text-status {
  cursor: default;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  font-style: italic;
}
#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-tab-content,
#host-details .logs-tab-content {
  margin-top: 20px;
}
#host-details .host-tab-content .table thead,
#host-details .logs-tab-content .table thead {
  background: none repeat scroll 0 0 #F8F8F8;
}
#host-details .logs-tab-content a.external-link {
  font-size: 12px;
}
#host-details .host-stack-version-status .label {
  font-size: 14px;
}
#host-details td.align-center {
  text-align: center;
}
#host-details .logs-tab-content .table {
  table-layout: auto;
}
.services-menu .icon-refresh {
  color: #fdb82f;
  margin-left: 4px;
}
#host-details .icon-refresh,
#serviceConfig .icon-refresh {
  color: #fdb82f;
}
#host-details .alerts-crit-count,
#serviceConfig .alerts-crit-count {
  margin-left: 0;
  background: #ff0000;
}
#host-details .alerts-warn-count,
#serviceConfig .alerts-warn-count {
  margin-left: 0;
  background: #ff8e00;
}
#hosts .icon-refresh {
  color: #fdb82f;
}
#hosts .alerts-crit-count {
  margin-left: 0;
  background: #ff0000;
  cursor: pointer;
  float: right;
}
#hosts .alerts-warn-count {
  margin-left: 0;
  background: #ff8e00;
  cursor: pointer;
  float: right;
}
.background-operations {
  margin-bottom: 10px;
}
.background-operations .progress {
  margin-bottom: 5px;
}
.background-operations .progress .bar {
  width: 100%;
}
.background-operations .open-details {
  clear: left;
  display: block;
  float: left;
  text-decoration: none;
  width: 16px;
}
.background-operations .operation-details {
  padding-left: 16px;
  padding-top: 5px;
  display: none;
}
.background-operations.is-open .operation-details {
  display: block;
}
/*End Hosts*/
/*Start Admin*/
.header {
  margin-bottom: 20px;
}
.btn-padding {
  margin-left: 20px;
}
.admin-misc .span6 {
  margin-left: 0 !important;
}
.admin-auto-start .span6 {
  margin-left: 0 !important;
}
.admin-auto-start .bootstrap-switch {
  margin-left: 20px;
}
.admin-auto-start .nav i {
  margin-top: 0;
  color: #69be28;
}
.admin-user-settings hr {
  margin: 5px 0;
}
.admin-user-settings select {
  width: 100%;
}
.admin-user-settings .setting-wrapper {
  margin-bottom: 20px;
}
.admin-user-settings .checkbox {
  margin: 0;
}
/*End Admin*/
/* Start Admin Access*/
#access .checkbox {
  margin: 0;
}
#access .acces-values {
  padding-bottom: 15px;
}
.ha-btn {
  margin-left: 0;
}
.rm-ha {
  margin-top: 20px;
}
/* End Admin Access*/
/*Start About*/
.about .logo {
  width: 20%;
  float: left;
}
.about .content {
  float: left;
}
.about .content .project {
  font-weight: bold;
  font-size: 2em;
}
/*End About*/
/*assign masters*/
.assign-masters .select-hosts {
  white-space: nowrap;
}
.assign-masters .select-hosts .help-block {
  white-space: normal;
}
.assign-masters label.host-name {
  padding-top: 5px;
}
.assign-masters .round-corners {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.assign-masters .remaining-hosts {
  padding: 25px;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: groove 5px #cccccc;
  border-bottom: groove 5px #cccccc;
  margin-top: 20px;
  background-color: #FCF8E3;
  color: #C09853;
}
.assign-masters .host-assignments .mapping-box {
  border: solid 1px #cccccc;
  padding: 8px;
  margin-bottom: 10px;
  background-color: #fafafa;
}
.assign-masters .host-assignments .assignedService {
  padding: 2px 8px;
  border: solid 1px #cccccc;
  margin: 2px;
  background-color: #969696;
  color: white;
  white-space: nowrap;
  font-size: 0.9em;
  display: inline-block;
}
.assign-masters .host-assignments .newService {
  padding: 2px 8px;
  border: solid 1px #cccccc;
  margin: 2px;
  background-color: #69be28;
  color: white;
  white-space: nowrap;
  font-size: 0.9em;
  display: inline-block;
}
.assign-masters .host-assignments .grey {
  background-color: #808080;
  border: solid 1px #000000;
}
.assign-masters .form-horizontal .controls {
  margin-left: 110px;
}
.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 {
  word-wrap: break-word !important;
  white-space: normal;
  width: 220px;
  line-height: 30px;
  display: inline-block;
}
.assign-masters .hostString {
  margin-bottom: 5px;
  word-wrap: break-word;
}
.assign-masters .badge {
  background-color: #69be28;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.assign-masters .badge: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;
}
/*end assign masters*/
.assign-clients .round-corners {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.assign-clients .assignedService {
  padding: 2px 8px;
  border: solid 1px #cccccc;
  margin: 2px;
  background-color: #0572ff;
  color: white;
  white-space: nowrap;
  font-size: 0.9em;
  display: inline-block;
}
/*Dashboard*/
.alerts-count {
  cursor: pointer;
  margin-left: 5px;
}
ul.filter {
  background: #ffffff;
  list-style: none;
  position: absolute;
  padding: 10px;
}
#main-admin-menu {
  padding: 8px 0;
}
#main-admin-menu .nav-list .tab-marker-position {
  background-position: 6px 5px;
  background-repeat: no-repeat;
  list-style: none;
  float: left;
  height: 20px;
  width: 20px;
  margin-left: 0;
}
#main-admin-menu .nav-list li {
  line-height: 24px;
}
#main-admin-menu .nav-list li a {
  padding: 3px 20px;
}
#user-auth-method select {
  width: 320px;
}
.host-block {
  margin-top: 20px;
}
/*start charts rack*/
.rack {
  width: 99%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #D4D4D4;
  margin-right: 4px;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: #FFFFFF;
}
.rack .rackHeader {
  background-color: #F7F7F7;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #D4D4D4;
}
.rack .rackHeader .statusName {
  font-size: 15px;
  color: #006F9F;
  text-shadow: #ffffff 0 0 1px;
  font-weight: bold;
  vertical-align: top;
}
.rack .rackHeader .toggler {
  background-repeat: no-repeat;
  background-image: url("/img/rack-state-toggler.png");
  display: block;
  height: 22px;
  position: relative;
  width: 32px;
  float: right;
}
.rack .rackHeader .toggler span {
  background-repeat: no-repeat;
  background-image: url("/img/rack-state-plus.png");
  display: block;
  height: 17px;
  left: 7px;
  position: absolute;
  top: 3px;
  width: 18px;
}
.rack .rackHeader .toggler span.isActive {
  background-image: url("/img/rack-state-minus.png") !important;
  top: 10px;
}
.rack .hostsSummary {
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #9f9f9f;
  background-color: #f7f8fa;
  font-size: 12px;
  padding: 4px 0 4px 9px;
}
.rack .hostsSummary .textBlock {
  color: #000000;
  padding-right: 10px;
}
.rack .hostsSummary .textBlock div {
  height: 12px;
  margin: 0 3px 0 0;
  width: 12px;
  display: inline-block;
}
.rack .indicatorR {
  background-color: #E2001A;
}
.rack .indicatorY {
  background-color: #F29400;
}
.rack .indicatorG {
  background-color: #88BF67;
}
.rack .statusIndicator {
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  margin-top: 4px;
  float: left;
  background-repeat: no-repeat;
}
.rack .rackName {
  margin-top: 4px;
  float: left;
}
.rack .statusIndicator.LIVE {
  background-image: url("/img/rack-status-live.png");
}
.rack .statusIndicator.CRITICAL {
  background-image: url("/img/rack-status-critical.png");
}
.rack .statusIndicator.DEAD {
  background-image: url("/img/rack-status-dead.png");
}
.rack .hosts {
  padding: 4px;
  overflow: hidden;
  display: none;
}
.rack .hosts .ember-view {
  float: left;
  width: 100%;
  height: 43px;
}
.rack .hosts .ember-view .hostBlock {
  height: 38px;
  position: relative;
  border: 1px solid #D4D4D4;
  margin-right: 3px;
}
.rack .hosts .hostBlock {
  border-radius: 4px;
}
.rack .hosts .hostBlock.HEALTHY {
  background-color: #87BE73;
}
.rack .hosts .hostBlock.UNHEALTHY {
  background-color: #E40024;
}
.rack .hosts .hostBlock.CRITICAL {
  background: #F39236;
}
.rack .hosts.isActive {
  display: block;
}
/*Start Heatmap*/
.heatmap #heatmap-metric-title {
  margin-left: 23px;
}
.heatmap #select-metric-btn-group {
  margin-top: 5px;
}
.heatmap li.heatmap-metrics-dropdown-links {
  cursor: pointer;
}
.heatmap .rack.rack-5-2 .hosts {
  height: 86px;
}
.heatmap .rack.rack-5-4 .hosts {
  height: 172px;
}
.heatmap .rack.rack-5-6 .hosts {
  height: 258px;
}
.heatmap .rack.rack-5-8 .hosts {
  height: 344px;
}
.heatmap .rack.rack-5-10 .hosts {
  height: 430px;
}
.heatmap .legend-column {
  min-width: 150px;
  margin-right: 10px;
}
.heatmap .heatmap-content {
  float: right;
  width: 78%;
}
.heatmap .heatmap_host_details {
  font-size: 12px;
  line-height: 1.6em;
  border: 1px solid #D9D9D9;
  background: #f9f9f9;
  width: 280px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1000;
}
.heatmap .container-fluid {
  padding: 0;
}
.heatmap .row-fluid [class*="span"] {
  margin-left: 0;
}
.heatmap .legend {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.heatmap .legend .tile {
  width: 30px;
  height: 1em;
  padding: 4px;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  margin-right: 10px;
}
.heatmap h4 {
  color: #777777;
  margin-top: 5px;
}
.heatmap .heatmap-host {
  display: block;
  width: 100%;
  height: 100%;
}
.heatmap .dropdown-submenu a {
  cursor: default;
}
.heatmap .dropdown-submenu .dropdown-menu a {
  cursor: pointer;
}
/*End Heatmap*/
.noDisplay {
  display: none !important;
}
.display {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
/* CHARTS */
.chart {
  overflow: hidden;
  /*padding-bottom: 25px;*/

}
.chart .attributes {
  width: 75px;
  float: left;
  margin: 45px 0 0 0;
}
.chart .attributes p {
  margin-bottom: 9px;
}
.chart .hostName {
  font-weight: bold;
}
.chart .horizon {
  border-bottom: 1px solid #000000;
  overflow: hidden;
  position: relative;
}
.chart .horizon {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.chart .horizon + .horizon {
  border-top: medium none;
}
.chart .horizon canvas {
  display: block;
}
.chart .horizon .title,
.chart .horizon .value {
  bottom: 0;
  line-height: 30px;
  margin: 0 6px;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.chart .horizon .title {
  left: 0;
}
.chart .horizon .value {
  right: 0;
}
.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: #000000;
}
.chart .line {
  background: none repeat scroll 0 0 #000000;
  /* opacity: 0.2; */

  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-family: Arial;
  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.noStyle {
  list-style: none;
}
ul.inline li {
  display: inline;
}
.table.no-borders th,
.table.no-borders td {
  border-top: none;
}
.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;
}
#config_history_flow {
  margin-bottom: 20px;
}
.pointer {
  cursor: pointer;
}
.lowercase {
  text-transform: lowercase;
}
.ellipsis:after {
  content: '...';
}
.full-width {
  width: 100%;
}
.big-arrow-right {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAA2CAQAAAAYac0YAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAFxIAABcSAWef0lIAAAC8SURBVGje7dfBDcIwDIXhv4h7uwmMkA1YjZGyQcMktBO0l6oEDhBQJMfoPZ9y8qcosmKonZ6RpaDunKr3FlhggQUWWGCBBRZYYOsI3Cy4Y7G2v81E4PY4Hqw9HzIQ8xtunfsCbp/7BPbAzcA+uDu49cmQZyJ44kL0xE0EL28XEoHZCzcRmL1Mhg3rg7tjPXAzLByJJoiB8/dYq5T+d0d6a6qwwgorrLDCCiussMIK+x/Yrjr3UriFXX/ZwVZCWg1F9uJ6aQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0wNy0yM1QxMzoxNzowNyswMjowMP0r3LUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMDctMjNUMTM6MTc6MDcrMDI6MDCMdmQJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==);
}
.advanced-header-table {
  table-layout: fixed;
}
.advanced-header-table th.first,
.advanced-header-table td.first {
  border-left-width: 1px;
}
.advanced-header-table th {
  border-top: none;
}
.advanced-header-table th,
.advanced-header-table td {
  border-left-width: 0;
}
.advanced-header-table td.rack-id {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advanced-header-table .sorting_asc {
  background: url(data:image/png;base64,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) no-repeat right 50%;
}
.advanced-header-table .sorting_desc {
  background: url(data:image/png;base64,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) no-repeat right 50%;
}
.advanced-header-table .sorting {
  background: url(data:image/png;base64,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) no-repeat right 50%;
}
.advanced-header-table a.ui-icon-circle-close {
  float: right;
  opacity: 0.2;
  padding: 1px;
  position: relative;
  margin-top: 6px;
  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: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  border-radius: 0;
}
.advanced-header-table .filter-row th {
  padding: 0;
  padding-left: 8px;
}
.advanced-header-table .filter-row input {
  font-size: 12px;
  height: 14px;
}
.advanced-header-table .filter-row select {
  height: 27px;
  font-size: 12px;
}
.advanced-header-table .filter-row .active-filter {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.05);
}
.advanced-header-table .filter-row .filter-btn {
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  padding-left: 6px;
  text-align: left;
  width: 100px;
}
.advanced-header-table .filter-row .filter-btn .icon-filter {
  color: #999999;
}
/* UNIVERSAL STYLES END */
/* METRIC FILTERING WIDGET */
.metric-filtering-widget .title {
  padding-top: 4px;
}
.metric-filtering-widget .accordion {
  background: none repeat scroll 0 0 #FFFFFF;
  /*border: 1px solid;*/

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

  position: absolute;
  z-index: 1000;
}
.metric-filtering-widget .accordion .accordion-group .accordion-heading i {
  text-decoration: none;
}
.metric-filtering-widget .accordion .accordion-group .accordion-body .accordion-inner {
  /*border: none;
        padding: 0 8px;
        width: 160px;*/

}
.metric-filtering-widget .accordion .accordion-group .accordion-body .accordion-inner ul.items {
  list-style: none;
}
.metric-filtering-widget .accordion .accordion-group .accordion-body .accordion-inner ul.items li a:hover {
  cursor: pointer;
}
.metric-filtering-widget .accordion .accordion-group .accordion-body .accordion-inner ul.items li.disabled a {
  color: #999999;
}
/* METRIC FILTERING WIDGET END */
/* TIME RANGE WIDGET */
/* start css for timepicker */
.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;
}
/* end css for timepicker */
#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 */
#host-details .host-components .btn-group > .btn {
  width: 140px;
}
/* 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*/
#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;
}
.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-alert-message .icon-refresh {
  color: #fdb82f;
}
#step10-content {
  max-height: 440px;
}
#step10-content ul li {
  list-style: none;
}
.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;
}
@media all and (max-width: 1200px) {
  #main-nav li.span2 {
    width: 120px;
  }
  #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;
  }
  .full-width-modal .modal {
    width: 90%;
    margin: 350px 0 0 -45%;
  }
  .service-menu-width {
    width: 163px!important;
  }
  .summary-width {
    width: 757px !important;
  }
  .assign-masters .host-assignments {
    margin-left: 0;
    width: 32%;
  }
  .assign-masters .select-hosts {
    width: 68%;
  }
  .wizard-content #serviceConfig .alert {
    padding-right: 10px!important;
  }
  .wizard-content .filter-combobox > input {
    width: 115px!important;
  }
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #666666;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #666666;
}
li.break {
  background: none repeat scroll 0 0 #e4e4e4;
  padding-top: 1px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666, #555555);
}
.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;
}
/*
.progress-striped .bar {
  background-color: #A5A5A5;
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #A5A5A5;
}
*/
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #555555;
}
.modal-body {
  max-height: none;
}
.modal-body .api-error {
  max-height: 403px;
  word-wrap: break-word;
  overflow: auto;
}
i.icon-asterisks {
  color: #00688B;
}
.rickshaw_legend .action {
  opacity: 1;
  color: #ffffff;
}
.rickshaw_legend .action:hover {
  opacity: 0.8;
  text-decoration: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.code-snippet {
  background-color: #EEEEEE;
  border: 1px dashed #CCCCCC;
  font-family: Courier;
  font-size: 12px;
  padding: 4px;
  white-space: normal;
}
#main.install-wizard-content .navbar-inner,
#main.install-wizard-content .main-container {
  min-width: 1276px;
}
#main.install-wizard-content .wizard .container {
  width: 1236px;
}
#wrapper .full-width-modal.add-service-wizard-modal .modal {
  width: 1276px;
  margin: -350px 0 0 -628px;
}
#wrapper .full-width-modal.add-service-wizard-modal .wizard .container {
  width: 1236px;
}
@media (min-width: 1200px) {
  .full-width-modal .modal {
    width: 1180px;
    margin: -40vh 0 0 -583px;
  }
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1130px;
  }
  .main-container {
    width: 1170px;
  }
  .contribview .main-container {
    width: auto;
  }
  .contribview .navbar .main-container {
    width: 1170px;
    margin: 0 auto;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 1.282051282051282%;
    *margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .top-portion {
    width: 100%;
    height: 50px;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 15.811965811965812%;
    *width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  #dashboard-widgets-container #dashboard-widgets .row-fluid .span2p4 {
    width: 19.47%;
    *width: 19.47%;
  }
  #dashboard-widgets-container #dashboard-widgets .row-fluid .span4p8 {
    width: 39.45%;
    *width: 39.45%;
  }
  #dashboard-widgets-container #dashboard-widgets .thumbnails > div {
    margin-right: 5px;
  }
  #dashboard-widgets-container #dashboard-widgets .thumbnail .caption {
    font-size: 14px;
  }
  #dashboard-widgets-container #dashboard-widgets .thumbnail .hidden-info-two-line {
    font-size: 14px;
  }
  #dashboard-widgets-container #dashboard-widgets .thumbnail .hidden-info-three-line {
    font-size: 14px;
  }
  #dashboard-widgets-container #dashboard-widgets .thumbnail .hidden-info-five-line {
    font-size: 12px;
  }
  #dashboard-widgets-container #dashboard-widgets .thumbnail .hidden-info-six-line {
    font-size: 12px;
  }
  #dashboard-widgets-container #dashboard-widgets .links .thumbnail .widget-content {
    font-weight: bold;
    font-size: 12px;
  }
  #dashboard-widgets-container #dashboard-widgets .links .thumbnail .link-button {
    padding-left: 100px;
  }
  #dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text {
    font-size: 12px;
  }
  #dashboard-widgets-container #dashboard-widgets #map-reduce-slots-text #map-reduce-slots-bar1 {
    margin-left: 11px;
  }
  .summary-metric-graphs [class*="span"] {
    float: left;
    margin-left: 10px;
  }
  .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 .icon-laptop {
    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;
  }
}
.row-fluid .host-component-block .health-icon-block {
  width: 6%;
  float: left;
  padding-right: 5px;
}
.row-fluid .host-component-block .refresh-icon-block {
  width: 6%;
  float: right;
}
.row-fluid .host-component-block .medkit-icon-block {
  width: 6%;
  float: left;
  padding-left: 3px;
}
.row-fluid .host-component-block .component-name-block {
  width: 77%;
  float: left;
  white-space: normal;
  word-wrap: break-word;
}
.filter-combobox > input {
  width: 170px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  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;
}
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-left: 20px;
  margin-bottom: 20px;
}
#config-group-select-create-dialog .select-create-config-group-div .btn-group > .dropdown-menu {
  max-height: 160px;
  max-width: 300px;
  overflow: scroll;
}
#config-group-select-create-dialog .message {
  color: #777;
}
#config-group-confirm-save .message {
  color: #777;
  padding-left: 10px;
}
.manage-configuration-group-popup .modal {
  max-height: 600px;
}
.manage-configuration-group-popup .modal-body {
  max-height: 450px;
}
.manage-configuration-group-popup .group-select {
  width: 100%;
  height: 250px;
}
.manage-configuration-group-popup .btn-toolbar {
  margin-top: 0;
}
.manage-configuration-group-popup .manage-configuration-group-content {
  margin-bottom: 0;
}
.manage-configuration-group-popup .manage-configuration-group-content .group-description {
  height: 40px;
  overflow-y: auto;
  white-space: pre;
}
.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;
}
.prrl {
  position: relative;
  right: 10px;
}
.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: 2;
  position: absolute;
  left: -20px;
  width: 16px;
  margin-top: 7px;
}
#cleanerContainer #filterCleaner {
  opacity: .5;
}
#cleanerContainer #filterCleaner:hover {
  opacity: .9;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.line-height-30 {
  line-height: 30px;
}
.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: 7px;
  margin-right: 5px;
}
.rolling-restart-view table td:last-of-type {
  width: 60%;
  text-align: left;
}
.rolling-restart-view table tr:last-of-type td input {
  vertical-align: top;
}
.host-select[disabled] {
  background-color: #848484;
  color: #FFF;
}
.prompt-popup form {
  margin-top: 20px;
}
.prompt-popup .prompt-input {
  width: 80px;
}
#views table.views-table tr {
  cursor: pointer;
}
#views table.views-table td.icon {
  width: 6%;
  padding: 13px 5px 5px 20px;
}
#views table.views-table td.icon .view-icon-image img {
  height: 32px;
}
#views table.views-table td.label-version-description {
  padding-top: 10px;
}
#views table.views-table td.label-version-description .view-label-text {
  display: inline;
  font-size: 16px;
  font-weight: bold;
}
#views table.views-table td.label-version-description .view-version-text,
#views table.views-table td.label-version-description .view-description-text {
  font-size: 14px;
  display: inline;
  color: #808080;
}
#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 {
  text-align: left !important;
  max-height: 490px;
}
#flume-summary #flume-agents-table {
  margin: 0;
  width: 100%;
}
#flume-summary #flume-agents-table .highlight td,
#flume-summary #flume-agents-table .highlight th {
  background-color: #BDC3C7 !important;
  color: #666;
}
#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 th:first-child + th + th + th {
  width: 10%;
}
#flume-summary #flume-agents-table th:first-child + th + th + th + th {
  width: 10%;
}
#flume-summary #flume-agents-table td.agent-status {
  width: 125px;
}
#flume-summary #flume-agents-table td.agent-name {
  width: 20%;
  overflow: hidden;
}
#flume-summary #flume-agents-table td.agent-host-name {
  width: 20%;
  overflow: hidden;
  max-width: 90px;
}
#flume-summary #flume-agents-table .icon-ok-sign {
  color: #5ab400;
}
#flume-summary #flume-agents-table .icon-question-sign {
  color: #ffd13d;
}
#flume-summary #flume-agents-table .icon-warning-sign {
  color: #FDB82F;
}
#flume-summary #flume-agents-table .sorting_asc {
  background: url(data:image/png;base64,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) no-repeat right 50%;
}
#flume-summary #flume-agents-table .sorting_desc {
  background: url(data:image/png;base64,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) no-repeat right 50%;
}
#flume-summary #flume-agents-table .sorting {
  background: url(data:image/png;base64,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) no-repeat right 50%;
}
#flume-summary #flume-agents-table #flume-host-agent-row {
  cursor: pointer;
  text-align: left;
  background-color: #ffffff;
}
#flume-summary #flume-agents-table .empty-label {
  border-top: 1px solid #dddddd;
  text-align: center;
}
#flume-summary .wrapp-flume-status {
  text-align: left;
}
#flume-summary .btn-wrapper {
  margin: 0 5px 5px 0;
  float: right;
  width: 60px;
  position: static;
}
#flume-summary .flume-agents-actions .btn-group {
  position: static;
}
#flume-summary .flume-agents-actions a {
  text-decoration: none;
}
#flume-summary .flume-agents-actions a.dropdown-toggle {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
#flume-summary .flume-agents-actions .dropdown-menu {
  position: absolute;
}
#flume-summary .scrollable-container {
  max-height: 450px;
  width: 100%;
  overflow-y: scroll;
}
.add-property-window .control-label {
  text-align: left;
}
.add-property-window .controls {
  margin-left: 140px;
}
.table td.no-borders {
  border-top: none;
}
.table td.error {
  background-color: #f2dede;
}
.table td.warning {
  background-color: #fcf8e3;
}
.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;
}
#config-dependencies {
  max-height: 500px;
  overflow-y: visible;
}
#config-dependencies td {
  min-width: 120px;
  word-break: break-all;
}
#config-dependencies td.check-box-col {
  min-width: 5px;
  width: 5px;
}
#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.empty {
  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;
}
#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 #dddddd;
}
.progress-counter {
  position: relative;
}
.progress-counter .counters-label {
  font-weight: bold;
  left: 45%;
  position: absolute;
}
.tab-content.service-config-tab-content {
  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: #FFFFFF;
}
.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;
}
.cluster-check-popup .modal {
  width: 950px;
  margin-left: -475px;
}
.cluster-check-popup .modal #pre-upgrade-check .icon-warning-sign {
  color: #ffd13d;
}
.cluster-check-popup .modal #pre-upgrade-check pre {
  word-break: keep-all;
}
.cluster-check-popup .modal #pre-upgrade-check .configs-table {
  table-layout: fixed;
  font-size: 0.9em;
}
.cluster-check-popup .modal #pre-upgrade-check .configs-table td {
  word-wrap: break-word;
}
.cluster-check-popup .modal #pre-upgrade-check .configs-table td.no-value {
  font-style: italic;
}
.cluster-check-popup .modal #pre-upgrade-check .configs-table td:first-child,
.cluster-check-popup .modal #pre-upgrade-check .configs-table td:first-child + td,
.cluster-check-popup .modal #pre-upgrade-check .configs-table th:first-child,
.cluster-check-popup .modal #pre-upgrade-check .configs-table th:first-child + th {
  width: 12.5%;
}
.cluster-check-popup .modal #pre-upgrade-check .configs-table td:first-child + td + td,
.cluster-check-popup .modal #pre-upgrade-check .configs-table td:first-child + td + td + td,
.cluster-check-popup .modal #pre-upgrade-check .configs-table td:first-child + td + td + td + td,
.cluster-check-popup .modal #pre-upgrade-check .configs-table th:first-child + th + th,
.cluster-check-popup .modal #pre-upgrade-check .configs-table th:first-child + th + th + th,
.cluster-check-popup .modal #pre-upgrade-check .configs-table th:first-child + th + th + th + th {
  width: 25%;
}
.cluster-check-popup .modal #pre-upgrade-check .configs-table-header {
  padding-right: 15px;
}
.cluster-check-popup .modal #pre-upgrade-check .configurations-changes-header {
  display: inline-block;
}
.cluster-check-popup .modal #pre-upgrade-check .open-in-new-window {
  margin-top: 10px;
}
.table {
  background-color: #FFFFFF;
}
.accordion {
  background-color: #FFFFFF;
}
.accordion-heading {
  background-color: #f0f0f0;
}
.config-manage-nav .config-groups-dropdown {
  display: inline-block;
}
.config-manage-nav .config-groups-dropdown .btn.dropdown-toggle.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.config-manage-nav .config-groups-dropdown .spinner {
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.config-manage-nav .filter-combobox {
  margin-bottom: 0;
}
[class^="icon-"].icon-blue,
[class*="icon-"].icon-blue {
  color: #0572ff;
}
[class^="icon-"]:hover,
[class*="icon-"]:hover {
  text-decoration: none;
}
.icon-undo {
  color: #f3b20b;
}
.view-permission-header th {
  padding-top: 40px;
}
.enable-all-link {
  margin-left: -10px;
}
#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: #999999;
  background: none;
}
#select-stack .stack-version-selection.disabled .select-version-label {
  color: #999999;
}
#select-stack .stack-version-selection.disabled .btn-primary.disabled:hover {
  cursor: not-allowed;
}
#select-stack .tabs-left {
  min-height: 271px;
  margin-bottom: 5px;
}
#select-stack .tab-content {
  overflow: inherit;
}
.public-disabled-message {
  padding: 5px;
}
.public-disabled-option {
  padding: 5px;
  padding-left: 15px;
}
#select-stack .big-radio {
  font-weight: bold;
  padding: 5px 15px;
}
#select-stack .big-radio.disabled > span {
  opacity: 0.7;
}
#select-stack #public-disabled-link {
  margin-left: 10px;
  font-weight: normal;
  cursor: pointer;
}
#select-stack #upload-definition-file-panel.disabled .local-option-label {
  color: #999999;
}
.register-version-options input.disabled {
  background-color: #eee;
}
.register-version-options input[type="file"] {
  margin-bottom: 10px;
}
#select-stack .accordion-heading {
  background-color: #f0f0f0;
  font-weight: bold;
}
#select-stack .accordion-heading p {
  margin-bottom: 0;
  display: block;
  padding: 8px 15px;
}
#select-stack .accordion-inner {
  border-top: none;
}
#select-stack .accordion-body .version-info-section {
  padding: 10px;
}
#select-stack .accordion-body .control-label {
  text-align: left;
  line-height: 14px;
}
#select-stack .accordion-body .version-info {
  padding-top: 5px;
  line-height: 14px;
}
#select-stack .details-panel .patch-icon {
  color: #ff4500;
}
#select-stack .details-panel .version-contents-section {
  border: 1px solid #ddd;
  max-height: 200px;
  overflow: auto;
  margin: 8px 0;
}
#select-stack .details-panel .version-contents-section .table {
  margin-bottom: 0;
}
#select-stack .details-panel .version-contents-section .table tr:first-child td {
  border-top: none;
}
#select-stack .repos-panel .remove-icon {
  color: red;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
#select-stack .repos-panel .remove-icon.disabled {
  color: grey;
}
#select-stack .repos-panel .border-bottom {
  border-bottom: 1px solid #ebebeb;
}
#select-stack .repos-panel .repo-table-title {
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
#select-stack .repos-panel .repo-table-title label {
  font-weight: bold;
  margin-top: 5px;
}
#select-stack .repos-panel .os-type-label {
  margin-top: 27px;
  padding-left: 10px;
}
#select-stack .repos-panel .os-type-label label {
  font-weight: bold;
}
#select-stack .repos-panel .repo-name-label {
  text-align: left;
  padding-top: 10px;
}
#select-stack .repos-panel .repo-name-url {
  padding-top: 8px;
}
#select-stack .repos-panel .repo-name-url .repo-name-url-inner {
  margin-bottom: 8px;
}
#select-stack .repos-panel .repo-url input {
  width: 90%;
  height: 24px;
}
#select-stack .repos-panel .add-os-button button.disabled {
  cursor: not-allowed;
}
#select-stack .repos-panel .add-os-button .dropdown-menu a {
  cursor: pointer;
}
#select-stack .repos-panel #skip-validation {
  margin-top: 13px;
}
#select-stack .repos-panel #skip-validation span.disabled {
  opacity: 0.7;
}
#select-stack .repos-panel #use-redhat input,
#select-stack .repos-panel #skip-validation input {
  margin: 0 10px;
}
#select-stack .repos-panel #use-redhat span.disabled {
  opacity: 0.7;
}
#combo_search_box .VS-search .VS-search-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff inset;
}
#combo_search_box .VS-search .VS-placeholder {
  color: #ccc;
}
#combo_search_box .VS-search .search_facet {
  border-radius: 4px;
}
#combo_search_box .VS-search .search_facet .category {
  margin-left: 3px;
}
#combo_search_box .VS-search .search_facet .search_facet_remove {
  left: 3px;
}
#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;
}
.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;
}
.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;
}

/**
 * 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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}

/**
 * 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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
#config_history_flow .version-slider .flow-element .version-box .box {
  font-size: 13px;
}
#config_history_flow .version-slider .flow-element .version-box .box .label-current {
  padding-top: 2px;
}
#config_history_flow .version-slider .flow-element .arrow-box {
  margin-left: 5px;
}
#config_history_flow .version-info-bar {
  width: 960px;
}
#config_history_flow .version-info-bar .label-current.icon-ok {
  padding: 6px 5px !important;
}
.dependencies-info-bar-wrapper {
  z-index: 2;
  margin: 0 0 20px;
  width: 757px;
}
.dependencies-info-bar-wrapper .alert {
  margin: 0;
}
@media (min-width: 1200px) {
  .dependencies-info-bar-wrapper {
    width: 970px;
  }
}
#config_history_flow {
  margin-top: -5px;
}
#config_history_flow .version-slider {
  width: 100%;
  height: 69px;
  margin: 5px 0;
}
#config_history_flow .version-slider .flow-element {
  height: 69px;
  width: 15.2%;
  max-width: 146px;
}
#config_history_flow .version-slider .flow-element .version-box {
  position: relative;
  height: 90%;
}
#config_history_flow .version-slider .flow-element .version-box .box {
  cursor: pointer;
  width: 92%;
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d2d9dd;
  font-size: 11px;
}
#config_history_flow .version-slider .flow-element .version-box .box .top-label {
  min-width: 20px;
  padding: 0 2px;
}
#config_history_flow .version-slider .flow-element .version-box .box .author,
#config_history_flow .version-slider .flow-element .version-box .box .content {
  padding: 0 2px;
  text-align: center;
  color: #555555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#config_history_flow .version-slider .flow-element .version-box .box .content {
  max-width: 97% !important;
}
#config_history_flow .version-slider .flow-element .version-box .box .author {
  max-width: 75% !important;
}
#config_history_flow .version-slider .flow-element .version-box .box .current-label {
  text-align: center;
  padding: 2px 5px;
}
#config_history_flow .version-slider .flow-element .version-box .box .stack-label {
  margin-right: 6px;
  text-align: right;
  line-height: 11px;
}
#config_history_flow .version-slider .flow-element .version-box .version-popover {
  display: none;
  position: absolute;
  bottom: 50px;
  left: -45px;
  z-index: 1000;
  float: left;
  width: 300px;
  padding: 8px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 13px;
}
#config_history_flow .version-slider .flow-element .version-box .version-popover .content {
  padding: 1px 5px 15px 5px;
  text-align: left;
}
#config_history_flow .version-slider .flow-element .version-box .version-popover .content .notes {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
#config_history_flow .version-slider .flow-element .version-box .version-popover .content .date {
  color: #808080;
  font-size: 11px;
  white-space: nowrap;
}
#config_history_flow .version-slider .flow-element .version-box .version-popover .version-operations-buttons .btn {
  font-size: 13px;
}
#config_history_flow .version-slider .flow-element .version-box:hover .box {
  background-color: #e6f1f6;
}
#config_history_flow .version-slider .flow-element .version-box .box.displayed {
  background-color: #e6f1f6;
}
#config_history_flow .version-slider .flow-element .version-box .box.displayed .content {
  color: #444444;
}
#config_history_flow .version-slider .flow-element .version-box .box.grayedOut {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
#config_history_flow .version-slider .flow-element .version-box .box.grayedOut .author,
#config_history_flow .version-slider .flow-element .version-box .box.grayedOut .content,
#config_history_flow .version-slider .flow-element .version-box .box.grayedOut .stack-label {
  color: #a6a6a6;
}
#config_history_flow .version-slider .flow-element .version-box .box.grayedOut .current-label .label,
#config_history_flow .version-slider .flow-element .version-box .box.grayedOut .top-label .label {
  opacity: .5;
}
#config_history_flow .version-slider .first {
  width: 14%;
  margin-left: 0;
}
#config_history_flow .version-slider .first .arrow-box {
  display: none;
}
#config_history_flow .version-slider .first .version-box .box {
  width: 100%;
}
#config_history_flow .version-slider .icon-chevron-box {
  margin-top: 15px;
  width: 4%;
  cursor: pointer;
}
#config_history_flow .version-slider .icon-chevron-box .icon-chevron-right,
#config_history_flow .version-slider .icon-chevron-box .icon-chevron-left {
  color: #d2d9dd;
}
#config_history_flow .version-slider .icon-chevron-box .icon-chevron-left:hover,
#config_history_flow .version-slider .icon-chevron-box .icon-chevron-right:hover {
  color: #808080;
}
#config_history_flow .version-slider .icon-chevron-box.disabled {
  cursor: not-allowed;
}
#config_history_flow .version-info-bar-wrapper {
  margin: 0;
  z-index: 3;
  width: 747px;
}
@media (min-width: 1200px) {
  #config_history_flow .version-info-bar-wrapper {
    width: 960px;
  }
}
#config_history_flow .version-info-bar {
  background-image: -moz-linear-gradient(top, #555555, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333));
  background-image: -webkit-linear-gradient(top, #555555, #333333);
  background-image: -o-linear-gradient(top, #555555, #333333);
  background-image: linear-gradient(to bottom, #555555, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#333333);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px 0;
  padding: 5px;
  width: 100%;
}
#config_history_flow .version-info-bar .icon-remove-circle {
  color: #ffffff;
  margin-left: 10px;
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
}
#config_history_flow .version-info-bar .label-wrapper {
  line-height: 30px;
  margin-left: 10px;
  color: #d3d3d3;
}
#config_history_flow .version-info-bar .label-wrapper .label {
  font-size: 14px;
  padding: 5px;
}
#config_history_flow .version-info-bar ul#dropdown_menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  min-width: 400px;
  padding: 5px 0;
  margin: 0;
}
#config_history_flow .version-info-bar #dropdown_content {
  overflow: hidden;
}
#config_history_flow .version-info-bar #dropdown_content::-webkit-scrollbar {
  display: none;
}
#config_history_flow .version-info-bar #dropdown_outer_container,
#config_history_flow .version-info-bar #dropdown_menu_container {
  min-width: 400px;
  height: 300px;
}
#config_history_flow .version-info-bar #dropdown_outer_container {
  position: relative;
  overflow: hidden;
}
#config_history_flow .version-info-bar #dropdown_inner_container {
  position: absolute;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
#config_history_flow .version-info-bar #dropdown_inner_container::-webkit-scrollbar {
  display: none;
}
#config_history_flow .version-info-bar .dropdown-menu {
  min-width: 400px;
  margin-top: 4px !important;
  font-size: 13px;
}
#config_history_flow .version-info-bar .dropdown-menu li {
  line-height: 12px;
}
#config_history_flow .version-info-bar .dropdown-menu li .icon-caret-right {
  font-size: 18px;
  margin-right: 20px;
}
#config_history_flow .version-info-bar .dropdown-menu li:hover {
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666, #555555);
  color: #ffffff;
}
#config_history_flow .version-info-bar .dropdown-menu li.not-allowed {
  cursor: not-allowed;
  color: #808080;
}
#config_history_flow .version-info-bar .dropdown-menu li.not-allowed .icon-caret-right,
#config_history_flow .version-info-bar .dropdown-menu li.not-allowed .dropdown-menu {
  display: none;
}
#config_history_flow .version-info-bar .dropdown-menu li.not-allowed:hover {
  background-color: #ffffff;
  background-image: none;
  color: #808080;
}
#config_history_flow .version-info-bar .dropdown-menu div.row-fluid,
#config_history_flow .version-info-bar .dropdown-menu a {
  padding-left: 10px;
}
#config_history_flow .version-info-bar .dropdown-submenu .dropdown-menu {
  min-width: 200px;
  max-width: 300px;
  line-height: 20px;
  font-size: 13px;
  margin: 0px;
  padding: 8px;
  color: #333333;
  cursor: default;
}
#config_history_flow .version-info-bar .dropdown-submenu .dropdown-menu .content {
  padding: 1px 5px 15px 5px;
}
#config_history_flow .version-info-bar .dropdown-submenu .dropdown-menu .content .group {
  text-align: right;
  margin-top: -20px;
}
#config_history_flow .version-info-bar .dropdown-submenu .dropdown-menu .content .date {
  color: #808080;
  font-size: 11px;
  white-space: nowrap;
}
#config_history_flow .version-info-bar .dropdown-submenu .dropdown-menu .content .notes {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
#config_history_flow .version-info-bar .dropdown-submenu .dropdown-menu .version-operations-buttons .btn {
  font-size: 13px;
}
#config_history_flow #config_version_popup {
  z-index: 1001;
  line-height: 20px;
  padding: 8px;
  font-size: 13px;
}
#config_history_flow #config_version_popup .content {
  padding: 1px 5px 15px 5px;
}
#config_history_flow #config_version_popup .content .group {
  text-align: right;
  margin-top: -20px;
}
#config_history_flow #config_version_popup .content .date {
  color: #808080;
  font-size: 11px;
  white-space: nowrap;
}
#config_history_flow #config_version_popup .content .notes {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
#config_history_flow #config_version_popup .version-operations-buttons .btn {
  font-size: 13px;
}
#config_history_flow .stack {
  padding: 1px 10px;
  font-size: 11px;
}
#config_history .table thead {
  background: none repeat scroll 0 0 #F8F8F8;
}
#config_history .table th:first-child,
#config_history .table td:first-child {
  width: 15%;
}
#config_history .table th:first-child select.filter-input-width,
#config_history .table td:first-child select.filter-input-width {
  width: 75%;
}
#config_history .table th:first-child + th,
#config_history .table td:first-child + td,
#config_history .table th:first-child + th + th,
#config_history .table td:first-child + td + td {
  width: 20%;
  word-wrap: break-word;
}
#config_history .table th:first-child + th select.filter-input-width,
#config_history .table td:first-child + td select.filter-input-width,
#config_history .table th:first-child + th + th select.filter-input-width,
#config_history .table td:first-child + td + td select.filter-input-width {
  width: 75%;
}
#config_history .table th:first-child + th + th + th,
#config_history .table td:first-child + td + td + td {
  width: 180px;
}
#config_history .table th:first-child + th + th + th input.filter-input-width,
#config_history .table td:first-child + td + td + td input.filter-input-width {
  width: 55%;
}
#config_history .table th:first-child + th + th + th + th,
#config_history .table td:first-child + td + td + td + td {
  word-wrap: break-word;
}
#config_history .table th:first-child + th + th + th + th input.filter-input-width,
#config_history .table td:first-child + td + td + td + td input.filter-input-width {
  width: 75%;
}
#config_history .table td.notes .show-more-button {
  font-size: 13px;
}
#config_history div.page-bar div.filtered-info {
  margin-left: 17px;
}
#config_history a {
  cursor: pointer;
}
.version-in-dropdown [class*="span"] {
  min-height: 24px;
}
@-moz-document url-prefix() {
  #config_history_flow .version-info-bar .dropdown-menu li {
    line-height: 30px !important;
  }
  .version-in-dropdown [class*="span"] {
    min-height: 30px;
  }
}

/**
 * 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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
.service-metrics-block #add-widget-action-box {
  width: 98%;
  padding: 43px;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: none;
}
.service-metrics-block #add-widget-action-box .icon-plus {
  font-size: 70px;
  color: #ccc;
}
.service-metrics-block .actions .dropdown-menu {
  min-width: 270px;
}
.service-metrics-block .actions .dropdown-menu label.checkbox {
  padding: 0 20px 0 38px;
  margin-bottom: 0;
  margin-top: 5px;
}
.service-metrics-block .actions .dropdown-menu li.btn-row {
  padding: 5px 20px 10px 20px;
}
.service-metrics-block .actions .dropdown-menu a.action {
  border-bottom: 1px solid #dddddd;
}
.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;
}
#widget_layout .frame,
#widget-preview .frame {
  height: 150px;
  width: 93%;
}
#widget_layout .span2p4,
#widget-preview .span2p4 {
  width: 19.3%;
  background-color: white;
  margin: 5px 0 5px 5px;
}
#widget_layout .widget .thumbnail,
#widget-preview .widget .thumbnail {
  position: relative;
}
#widget_layout .widget .spinner,
#widget-preview .widget .spinner {
  margin: 55px auto;
}
#widget_layout .widget .title,
#widget-preview .widget .title {
  padding: 4px 0 0 1px;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
}
#widget_layout .widget .content,
#widget-preview .widget .content {
  text-align: center;
  color: #5ab400;
  font-weight: bold;
  font-size: 35px;
  width: 95%;
}
#widget_layout .widget .template-widget,
#widget-preview .widget .template-widget {
  height: 150px;
  width: 93%;
}
#widget_layout .widget .template-widget .content,
#widget-preview .widget .template-widget .content {
  padding-top: 21px;
  height: 75px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
}
#widget_layout .widget .number-widget,
#widget-preview .widget .number-widget {
  height: 150px;
  width: 93%;
}
#widget_layout .widget .number-widget .content,
#widget-preview .widget .number-widget .content {
  padding-top: 30px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#widget_layout .widget .graph-widget,
#widget-preview .widget .graph-widget {
  height: 150px;
  width: 93%;
}
#widget_layout .widget .graph-widget .content,
#widget-preview .widget .graph-widget .content {
  padding-top: 45px;
  width: 99%;
}
#widget_layout .widget .graph-widget .screensaver,
#widget-preview .widget .graph-widget .screensaver {
  width: 90%;
  height: 100px;
  border: 1px solid #eee;
}
#widget_layout .widget .graph-widget .chart-container,
#widget-preview .widget .graph-widget .chart-container {
  margin: -4px 8px 0 8px;
}
#widget_layout .widget .graph-widget .chart-container .chart-y-axis,
#widget-preview .widget .graph-widget .chart-container .chart-y-axis {
  margin-top: 10px;
}
#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;
}
#widget_layout .widget .graph-widget .chart-container .alert,
#widget-preview .widget .graph-widget .chart-container .alert {
  font-size: 12px;
  padding: 4px;
  font-weight: normal;
}
#widget_layout .widget .gauge-widget,
#widget-preview .widget .gauge-widget {
  height: 150px;
  width: 93%;
}
#widget_layout .widget .gauge-widget .content,
#widget-preview .widget .gauge-widget .content {
  padding-top: 40px;
}
#widget_layout .widget .gauge-widget .content .unavailable,
#widget-preview .widget .gauge-widget .content .unavailable {
  padding-top: 30px;
}
#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;
}
#widget_layout .widget .red,
#widget-preview .widget .red {
  color: #ff0000;
}
#widget_layout .widget .orange,
#widget-preview .widget .orange {
  color: #ff8e00;
}
#widget_layout .widget .green,
#widget-preview .widget .green {
  color: #5ab400;
}
#widget_layout .widget .grey,
#widget-preview .widget .grey {
  color: #D6DDDF;
}
#widget-preview {
  max-width: 200px;
}
#widget-preview .widget .thumbnail .corner-icon {
  display: none;
}
#widget-preview .widget .graph-widget .chart-container {
  cursor: default;
}
#widget_layout .widget .thumbnail .corner-icon {
  display: none;
}
#widget_layout .widget .thumbnail .corner-icon .icon-remove-sign {
  color: #000000;
  text-shadow: #fff 0 0 15px;
  position: absolute;
  left: -7px;
  top: -7px;
}
#widget_layout .widget .thumbnail .widget-icons {
  position: absolute;
  right: 5px;
  top: 6px;
}
#widget_layout .widget .thumbnail .widget-icons .corner-icon i {
  position: relative;
  color: #555555;
  font-weight: bold;
  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;
}
#widget_layout .widget .thumbnail .widget-icons .corner-icon.hidden i {
  display: none;
}
#widget_layout .widget .thumbnail .export-graph-list {
  right: -6px;
  margin-top: -2px;
}
#widget_layout .widget .thumbnail:hover {
  cursor: move;
}
#widget_layout .widget .thumbnail:hover .corner-icon {
  display: block;
  text-decoration: none;
  z-index: 9;
}
#widget_layout .widget .thumbnail:hover .caption {
  margin-left: -10px;
}
#widget_layout .widget .thumbnail .hidden-description {
  display: none;
  color: #555555;
  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);
}
#widget_layout .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;
}
#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: scroll;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .span6.widget-info-section,
#add-widget-wizard #add-widget-step1 .widgets-info-container .span6.widget-info-section {
  width: 44%;
  height: 115px;
  margin: 5px 15px;
  padding-top: 10px;
  padding-left: 5px;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .span6.widget-info-section:hover,
#add-widget-wizard #add-widget-step1 .widgets-info-container .span6.widget-info-section:hover {
  background-color: #eee;
  cursor: pointer;
}
#edit-widget-wizard #add-widget-step1 .widgets-info-container .span6.widget-info-section:hover .icon,
#add-widget-wizard #add-widget-step1 .widgets-info-container .span6.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,
#add-widget-wizard #add-widget-step1 .widgets-info-container .label-description {
  padding-top: 5px;
}
#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 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#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 {
  font-size: 12px;
  display: block;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
#edit-widget-wizard .step2 .form-horizontal .control-label,
#add-widget-wizard .step2 .form-horizontal .control-label {
  width: auto;
}
#edit-widget-wizard .step2 .form-horizontal .controls,
#add-widget-wizard .step2 .form-horizontal .controls {
  margin-left: 130px;
  line-height: 40px;
}
#edit-widget-wizard .step2 .form-horizontal .controls .threshold-input,
#add-widget-wizard .step2 .form-horizontal .controls .threshold-input {
  width: 100px;
}
#edit-widget-wizard .step2 .template.error .ember-text-area,
#add-widget-wizard .step2 .template.error .ember-text-area {
  border: 1px solid #b94a48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#edit-widget-wizard .step2 .badge-container,
#add-widget-wizard .step2 .badge-container {
  width: 80px;
}
#edit-widget-wizard .step2 .badge-container .OK,
#add-widget-wizard .step2 .badge-container .OK,
#edit-widget-wizard .step2 .badge-container .WARNING,
#add-widget-wizard .step2 .badge-container .WARNING,
#edit-widget-wizard .step2 .badge-container .CRITICAL,
#add-widget-wizard .step2 .badge-container .CRITICAL {
  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: #5ab400;
}
#edit-widget-wizard .step2 .badge-container .WARNING,
#add-widget-wizard .step2 .badge-container .WARNING {
  background-color: #ff8e00;
}
#edit-widget-wizard .step2 .badge-container .CRITICAL,
#add-widget-wizard .step2 .badge-container .CRITICAL {
  background-color: #ff0000;
}
#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 .icon-asterisk,
#add-widget-wizard .step2 .icon-asterisk {
  color: red;
  font-size: 8px;
}
#edit-widget-wizard .step2 .is-invalid.controls .metric-field,
#add-widget-wizard .step2 .is-invalid.controls .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: #999999;
  padding: 50px;
}
#edit-widget-wizard .step2 .metric-container .actions-field,
#add-widget-wizard .step2 .metric-container .actions-field {
  margin-bottom: 5px;
  height: 14%;
}
#edit-widget-wizard .step2 .metric-container .actions-field .add-operator,
#add-widget-wizard .step2 .metric-container .actions-field .add-operator {
  margin-left: 25px;
}
#edit-widget-wizard .step2 .metric-container .actions-field .add-number,
#add-widget-wizard .step2 .metric-container .actions-field .add-number {
  margin-left: 40px;
}
#edit-widget-wizard .step2 .metric-container .actions-field .add-number .add-on,
#add-widget-wizard .step2 .metric-container .actions-field .add-number .add-on {
  height: inherit;
}
#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 #dddddd;
}
#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;
  margin: 10px 0 10px 10px;
  padding: 5px 16px 5px 12px;
  border: 1px solid #dddddd;
  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 .icon-remove,
#add-widget-wizard .step2 .metric-container .metric-instance a .icon-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 .controls,
#add-widget-wizard .step2 .metric-container .controls {
  background-color: #f5f5f5;
  padding: 0 5px;
  border: 1px #dddddd solid;
  margin-right: 20px;
  float: right;
  border-top: none;
}
#edit-widget-wizard .step2 .metric-container .controls.is-invalid,
#add-widget-wizard .step2 .metric-container .controls.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;
  padding: 5px;
  border: 1px solid #dddddd;
  width: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#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 .template,
#add-widget-wizard .step2 .template {
  margin-bottom: 10px;
}
#edit-widget-wizard .step2 .template textarea,
#add-widget-wizard .step2 .template textarea {
  width: calc(100% - 10px);
}
#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-fluid,
#add-widget-wizard .step3 form .row-fluid {
  line-height: 30px;
  margin: 10px 0;
}
#edit-widget-wizard .step3 form .row-fluid .title,
#add-widget-wizard .step3 form .row-fluid .title {
  text-align: right;
}
#edit-widget-wizard .step3 form .row-fluid .icon-asterisk,
#add-widget-wizard .step3 form .row-fluid .icon-asterisk {
  color: red;
  font-size: 8px;
  margin-left: 2px;
}
#edit-widget-wizard .step3 form .row-fluid label.checkbox,
#add-widget-wizard .step3 form .row-fluid label.checkbox {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
#edit-widget-wizard .step3 form .row-fluid .description-text-area,
#add-widget-wizard .step3 form .row-fluid .description-text-area {
  width: 320px;
  height: 75px;
}
#edit-widget-wizard .step3 form .row-fluid .span10.error .ember-text-field,
#add-widget-wizard .step3 form .row-fluid .span10.error .ember-text-field,
#edit-widget-wizard .step3 form .row-fluid .span10.error .ember-text-area,
#add-widget-wizard .step3 form .row-fluid .span10.error .ember-text-area {
  border: 1px solid #b94a48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#edit-widget-wizard .step3 #add-widget-step3-save,
#add-widget-wizard .step3 #add-widget-step3-save {
  margin-left: 5px;
}
.add-metric-menu .select-options-dropdown {
  width: 240px;
  max-height: 123px;
  padding: 0;
  border-bottom: 200px transparent solid;
  border-right: 150px transparent solid;
  border-left: none;
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.add-metric-menu li.metric-select {
  padding: 5px;
  padding-bottom: 0;
  border: 1px #ccc solid;
  border-bottom: none;
}
.add-metric-menu li.aggregator-select {
  padding: 5px;
  padding-bottom: 0;
  border: 1px #ccc solid;
  border-bottom: none;
  border-top: none;
}
.add-metric-menu li.actions-buttons {
  padding: 5px;
  padding-left: 8px;
  border: 1px #ccc solid;
  border-top: none;
}
.add-metric-menu li.actions-buttons button {
  margin-right: 5px;
}
.add-metric-menu .chosen-container.chosen-container-single {
  margin: 3px;
}
.add-metric-menu .chosen-container.chosen-container-single .chosen-single {
  height: 30px;
  width: 220px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
}
.add-metric-menu .chosen-container.chosen-container-single .chosen-single span {
  margin-right: 8px;
}
.add-metric-menu .chosen-container.chosen-container-single .chosen-single div b {
  background: none;
  width: 0;
  height: 0;
  top: 13px;
  left: -3px;
  position: relative;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
}
.add-metric-menu .chosen-container.chosen-container-single .chosen-drop {
  margin-top: 2px;
  overflow: auto;
  min-width: 300px;
  width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sixty-percent-width-modal.widgets-browser-popup .modal {
  max-height: 600px;
  position: fixed;
}
.sixty-percent-width-modal.widgets-browser-popup .modal .modal-body {
  padding-top: 0;
  min-height: 290px;
  max-height: 460px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup {
  min-width: 750px;
  max-width: 900px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #services-filter-bar {
  position: fixed;
  padding: 10px 10px 5px 10px;
  margin-bottom: 5px;
  border-bottom: transparent;
  background-color: white;
  width: 56%;
  z-index: 10;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #services-filter-bar li > a {
  font-size: 14px;
  padding: 5px 5px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #services-filter-bar a:hover {
  cursor: pointer;
  border-bottom: transparent;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #create-widget-button {
  position: fixed;
  padding-top: 10px;
  right: 23%;
  z-index: 11;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info {
  padding-top: 40px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .span6.widget-info-section {
  width: 44%;
  height: 115px;
  margin: 5px 15px;
  padding-top: 10px;
  padding-left: 5px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .span6.widget-info-section:hover {
  background-color: #eee;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .span6.widget-info-section:hover .icon {
  background-color: white;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .icon {
  border: 1px solid #ddd;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .icon .widget-icon-image img {
  display: block;
  margin: 5px auto;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description {
  padding-top: 5px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description .label-text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 86%;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description .is-shared-icon {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  color: #888;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .label-description .description-text {
  font-size: 12px;
  display: block;
  color: #808080;
  overflow-x: hidden;
  overflow-y: auto;
  height: 40px;
  white-space: pre-line;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions {
  position: relative;
  top: -10px;
  right: 5px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions .btn {
  padding: 3px 8px;
  width: 70px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions .added-btn.btn {
  margin-left: 63px;
  width: 85px;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions .added-btn.btn .icon-ok {
  color: #468847;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .widgets-info-container .widget-section-actions .dropdown-menu {
  min-width: 110px;
  left: 0;
}
.sixty-percent-width-modal.widgets-browser-popup #widget-browser-popup #widgets-info .no-widgets-text {
  padding: 20px;
  color: #808080;
}

/**
 * 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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
.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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
/*90% width modal window start*/
.full-width-modal .modal .modal-body div.error {
  color: #b94a48;
}
.full-width-modal .modal .modal-body div.error .help-inline {
  color: #b94a48;
}
.full-width-modal .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);
}
.full-width-modal .modal .modal-body .add-cluster-1 {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.full-width-modal .modal .modal-body .add-cluster-1 .each-row {
  margin-top: 10px;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-1 {
  width: 100%;
  height: 100%;
  float: left;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-3 {
  width: 45%;
  height: 100%;
  float: left;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-2 {
  width: 10%;
  height: 100%;
  float: left;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-2 .add-cluster-1-2-1 {
  width: 100%;
  height: 40%;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-2 .add-cluster-1-2-2 {
  width: 100%;
  height: 10%;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-2 .add-cluster-1-2-3 {
  width: 100%;
  height: 50%;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-2 .middle-line {
  width: 2%;
  margin: 0 auto;
  height: 100%;
  background-color: #000000;
}
.full-width-modal .modal .modal-body .add-cluster-1 .add-cluster-1-2 .add-cluster-center-most-div {
  height: 30%;
  text-align: center;
  position: relative;
  top: 30%;
}
.full-width-modal .clear {
  clear: both;
}
.full-width-modal > div > .dataTable {
  border: 1px solid silver;
}
.full-width-modal > div > .dataTable th {
  border-top: none;
}
.full-width-modal .content {
  padding: 0;
}
.full-width-modal .table-striped tbody tr:nth-child(odd) td .table-striped tbody tr:nth-child(odd) td,
.full-width-modal tr:nth-child(even) th {
  background-color: transparent;
}
/*90% width modal window end*/
/*700px width modal window start*/
.modal-690px-width .modal {
  width: 690px;
  margin: 0 0 0 -345px;
  max-height: 544px;
  top: 5%;
}
.modal-690px-width .modal-body {
  max-height: 403px;
}
/*700px width modal window end*/
/*60% width modal window start*/
.sixty-percent-width-modal.hideCloseLink .modal-header .close {
  display: none;
}
.sixty-percent-width-modal-edit-widget .modal {
  width: 60%;
  margin: 0 0 0 -30%;
  max-height: 544px;
  top: 5%;
}
.sixty-percent-width-modal-edit-widget .modal-header {
  min-width: 650px;
}
.sixty-percent-width-modal-edit-widget .modal-footer {
  min-width: 650px;
}
.sixty-percent-width-modal-edit-widget .modal-body {
  max-height: 403px;
  min-width: 650px;
}
.sixty-percent-width-modal-edit-widget .modal-body #slider-range {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 38px;
  max-width: 630px;
  max-height: 15px;
}
.sixty-percent-width-modal-edit-widget .modal-body #min-height-limit .span9 {
  min-height: 15px;
}
.sixty-percent-width-modal-edit-widget .modal-body #min-height-limit .progress {
  margin-left: 40px;
}
.sixty-percent-width-modal-edit-widget .modal-body #min-height-limit .progress .bar-success {
  background-image: linear-gradient(to bottom, #5ab400, #5ab400);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5AB400', endColorstr='#5AB400', GradientType=0);
}
.sixty-percent-width-modal-edit-widget .modal-body #min-height-limit .progress .bar-warning {
  background-image: linear-gradient(to bottom, #ff8e00, #ff8e00);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FF8E00', endColorstr='#FF8E00', GradientType=0);
}
.sixty-percent-width-modal-edit-widget .modal-body #min-height-limit .progress .bar-danger {
  background-image: linear-gradient(to bottom, #ff0000, #ff0000);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000', GradientType=0);
}
.sixty-percent-width-modal-edit-widget .modal-body .value-on-slider {
  max-height: 100px;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: center;
}
.sixty-percent-width-modal-edit-widget .modal-body #slider-value1 {
  max-width: 65px;
}
.sixty-percent-width-modal-edit-widget .modal-body #slider-value2 {
  max-width: 250px;
}
.sixty-percent-width-modal-edit-widget .modal-body #slider-value3 {
  max-width: 250px;
}
.sixty-percent-width-modal-edit-widget .modal-body #slider-value4 {
  max-width: 65px;
}
.sixty-percent-width-modal-edit-widget .modal-body .slider-error {
  color: #b94a48;
}
.sixty-percent-width-modal-edit-widget .modal-body .slider-error .help-inline {
  color: #b94a48;
}
.sixty-percent-width-modal-edit-widget .modal-body .slider-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);
}
.sixty-percent-width-modal .modal {
  width: 60%;
  margin: 0 0 0 -30%;
  max-height: 563px;
  min-width: 590px;
  top: 5%;
}
.sixty-percent-width-modal.modal-full-width .modal {
  width: 90%;
  margin: 0 0 0 -45%;
  max-height: 90%;
}
.sixty-percent-width-modal .long-popup-list {
  height: 280px;
  overflow: auto;
  width: 100%;
}
.sixty-percent-width-modal .modal-footer #footer-checkbox {
  text-align: left;
  padding-top: 3px;
  margin-left: 22px;
  float: left;
}
.sixty-percent-width-modal .modal-footer #footer-checkbox .checkbox {
  margin: 0;
}
.sixty-percent-width-modal .modal-body {
  max-height: 403px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 {
  width: 100%;
  height: auto;
  min-height: 350px;
  margin: 0 auto;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .each-row {
  margin-top: 10px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-1 {
  width: 100%;
  height: 100%;
  float: left;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-1 div.error {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-1 div.error .help-inline {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-1 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);
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-3 {
  width: 45%;
  height: 100%;
  float: right;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-2 {
  width: 10%;
  height: 100%;
  float: left;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-2 .add-cluster-1-2-1 {
  width: 100%;
  height: 40%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-2 .add-cluster-1-2-2 {
  width: 100%;
  height: 10%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-2 .add-cluster-1-2-3 {
  width: 100%;
  height: 50%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-2 .middle-line {
  width: 2%;
  margin: 0 auto;
  height: 100%;
  background-color: #000000;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-1 .add-cluster-1-2 .add-cluster-center-most-div {
  height: 30%;
  text-align: center;
  position: relative;
  top: 30%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 {
  margin: 0 auto;
  height: auto;
  min-height: 350px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table {
  width: 60%;
  margin: 0 20%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table .spacer {
  height: 20px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table tr.error {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table tr.error .help-inline {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table tr.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);
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table td {
  width: 50%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-cluster-2 table td a.btn-success {
  margin-left: 30%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set {
  width: 80%;
  margin: 0 auto;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set table {
  width: 100%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set tr.error {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set tr.error .help-inline {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set div.error {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set div.error .help-inline {
  color: #b94a48;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set 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);
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set td.percent25 {
  width: 25%;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set td.spacer {
  height: 10px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set td .btn-group {
  display: inline;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set td .btn-group span.caret {
  float: right;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set td .btn-group ul.dropdown-menu {
  margin-top: 15px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set td .ember-view {
  display: inline;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set input.hyper-mini {
  width: 20px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .add-data-set .targetClusterDD {
  min-width: 170px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .each-row {
  margin-top: 10px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .each-row.control-label {
  float: left;
  clear: both;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls .icon-ok-sign {
  color: #5AB400;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls #filter-dropdown-div .dropdown-menu {
  right: 0;
  left: auto;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls #component-dropdown-div {
  vertical-align: top;
  padding-left: 5px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls #component-dropdown-div .dropdown-menu {
  right: 0;
  left: auto;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls .input-append input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls .input-append .btn-group {
  display: inline-block;
  margin-left: -1px;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls .input-append .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls .hosts-table-container {
  width: 100%;
  overflow: auto;
  border: 1px solid #eee;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls table {
  margin: 0 auto;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls table th {
  background-color: #d9edf7;
}
.sixty-percent-width-modal .modal-body .form-horizontal .override-controls .message {
  color: #777;
}
.sixty-percent-width-modal .modal-body .form-horizontal .control-label {
  width: auto;
}
.sixty-percent-width-modal .modal-body .form-horizontal .overrideSelectBox {
  width: 100%;
}
.sixty-percent-width-modal .clear {
  clear: both;
}
.sixty-percent-width-modal > div > .dataTable {
  border: 1px solid silver;
}
.sixty-percent-width-modal > div > .dataTable th {
  border-top: none;
}
.sixty-percent-width-modal .content {
  padding: 0;
}
.sixty-percent-width-modal .table-striped tbody tr:nth-child(odd) td .table-striped tbody tr:nth-child(odd) td,
.sixty-percent-width-modal tr:nth-child(even) th {
  background-color: transparent;
}
/*60% width modal window end*/
/* modal fill screen popup */
.full-height-modal .modal {
  max-height: 90%;
}
.full-height-modal .modal.with-footer .modal-body {
  max-height: calc(100% - 140px);
}
/* modal fill screen popup end */
#logs-popup .controls-block {
  margin-bottom: 10px;
}
#logs-popup .controls-block a {
  padding: 5px;
  cursor: pointer;
}
.modal .modal-body .top-wrap.top-wrap-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.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;
}
.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 .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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
#advancedRepoAccordion .accordion-heading {
  background-color: #f0f0f0;
}
#advancedRepoAccordion .accordion-heading a:hover {
  text-decoration: none;
}
#advancedRepoAccordion .accordion-body .repositories-table {
  overflow: auto;
  margin-bottom: 10px;
}
#advancedRepoAccordion .accordion-body .repositories-table div {
  float: left;
  min-height: 1px;
}
#advancedRepoAccordion .accordion-body .repositories-table .thead {
  width: 100%;
}
#advancedRepoAccordion .accordion-body .repositories-table .thead .th {
  font-weight: bold;
}
#advancedRepoAccordion .accordion-body .repositories-table .thead .first-th {
  width: 4%;
}
#advancedRepoAccordion .accordion-body .repositories-table .thead .os-th {
  width: 13%;
}
#advancedRepoAccordion .accordion-body .repositories-table .thead .name-th {
  width: 17%;
}
#advancedRepoAccordion .accordion-body .repositories-table .thead .url-th {
  width: 66%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody {
  width: 100%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .os-td {
  width: 17%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow {
  width: 100%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .name-td {
  width: 16%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .validation-td {
  width: 4%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .url-td {
  width: 63%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .url-td .ember-text-field {
  width: 100%;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .clear-td {
  width: 4%;
  padding-top: 5px;
  padding-left: 12px;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .clear-td a {
  cursor: pointer;
  text-decoration: none;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .clear-td a.disabled-clear-button {
  cursor: default;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .clear-td a.disabled-clear-button .icon-remove-sign {
  cursor: default;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .clear-td .icon-remove-sign {
  color: #808080;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .actions-td {
  width: 10%;
  padding-top: 5px;
}
#advancedRepoAccordion .accordion-body .repositories-table .tbody .trow .sub-trow .actions-td a {
  cursor: pointer;
}
#advancedRepoAccordion .accordion-body .repositories-table .textfield-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);
}
#advancedRepoAccordion .accordion-body .repositories-table .disabled-label {
  color: #808080;
}
#advancedRepoAccordion .accordion-body #skip-validation .checkbox {
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 0;
}
.version-box-popup .modal {
  max-height: 563px;
  max-width: 340px;
  margin: -250px 0 0 -180px;
  overflow: visible;
}
.version-box-popup .modal .modal-body {
  padding: 0px 0px;
  overflow: visible;
}
.version-box-popup .version-box-in-popup.version-box {
  padding: 0px 0px;
  margin: 0px 0px;
  border: none;
}
.version-box-popup .version-box-in-popup.version-box .hosts-section {
  padding-bottom: 16px;
}
#stack-upgrade-page .versions-slides,
.version-box-popup .versions-slides,
.install-repo-confirmation .versions-slides,
.revert-patch-upgrade-confirmation .versions-slides {
  overflow-x: auto;
  padding-bottom: 25px;
  margin-left: 0;
  margin-top: 5px;
}
#stack-upgrade-page .versions-slides .versions-slides-bar,
.version-box-popup .versions-slides .versions-slides-bar,
.install-repo-confirmation .versions-slides .versions-slides-bar,
.revert-patch-upgrade-confirmation .versions-slides .versions-slides-bar {
  display: inline-flex;
}
#stack-upgrade-page .left-menu-table,
.version-box-popup .left-menu-table,
.install-repo-confirmation .left-menu-table,
.revert-patch-upgrade-confirmation .left-menu-table {
  padding: 10px 0;
  margin-top: 149px;
}
#stack-upgrade-page .left-menu-table td.service-display-name,
.version-box-popup .left-menu-table td.service-display-name,
.install-repo-confirmation .left-menu-table td.service-display-name,
.revert-patch-upgrade-confirmation .left-menu-table td.service-display-name {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
#stack-upgrade-page .version-box,
.version-box-popup .version-box,
.install-repo-confirmation .version-box,
.revert-patch-upgrade-confirmation .version-box {
  position: relative;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d2d9dd;
  margin: 15px 15px 0 0;
  padding: 5px 0;
}
#stack-upgrade-page .version-box a.not-active:hover,
.version-box-popup .version-box a.not-active:hover,
.install-repo-confirmation .version-box a.not-active:hover,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .out-of-sync-badge,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .out-of-sync-badge:before,
.revert-patch-upgrade-confirmation .version-box .out-of-sync-badge:before {
  position: relative;
  top: -4px;
}
#stack-upgrade-page .version-box .state,
.version-box-popup .version-box .state,
.install-repo-confirmation .version-box .state,
.revert-patch-upgrade-confirmation .version-box .state {
  margin: 15px 0 30px;
  line-height: 30px;
  padding-top: 5px;
  height: 30px;
}
#stack-upgrade-page .version-box .state i,
.version-box-popup .version-box .state i,
.install-repo-confirmation .version-box .state i,
.revert-patch-upgrade-confirmation .version-box .state i {
  color: #fff;
  font-size: 16px;
}
#stack-upgrade-page .version-box .state i[disabled='disabled'],
.version-box-popup .version-box .state i[disabled='disabled'],
.install-repo-confirmation .version-box .state i[disabled='disabled'],
.revert-patch-upgrade-confirmation .version-box .state i[disabled='disabled'] {
  color: inherit;
}
#stack-upgrade-page .version-box .state .label,
.version-box-popup .version-box .state .label,
.install-repo-confirmation .version-box .state .label,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .state .btn-group,
.revert-patch-upgrade-confirmation .version-box .state .btn-group {
  display: inline-block;
}
#stack-upgrade-page .version-box .state .dropdown-menu,
.version-box-popup .version-box .state .dropdown-menu,
.install-repo-confirmation .version-box .state .dropdown-menu,
.revert-patch-upgrade-confirmation .version-box .state .dropdown-menu {
  cursor: pointer;
  text-align: left;
}
#stack-upgrade-page .version-box .installing,
.version-box-popup .version-box .installing,
.install-repo-confirmation .version-box .installing,
.revert-patch-upgrade-confirmation .version-box .installing,
#stack-upgrade-page .version-box .upgrading,
.version-box-popup .version-box .upgrading,
.install-repo-confirmation .version-box .upgrading,
.revert-patch-upgrade-confirmation .version-box .upgrading {
  margin-top: 10px;
  padding: 0;
}
#stack-upgrade-page .version-box .installing .progress,
.version-box-popup .version-box .installing .progress,
.install-repo-confirmation .version-box .installing .progress,
.revert-patch-upgrade-confirmation .version-box .installing .progress,
#stack-upgrade-page .version-box .upgrading .progress,
.version-box-popup .version-box .upgrading .progress,
.install-repo-confirmation .version-box .upgrading .progress,
.revert-patch-upgrade-confirmation .version-box .upgrading .progress {
  height: 15px;
  width: 60%;
  margin: 5px 20%;
}
#stack-upgrade-page .version-box .host-link a,
.version-box-popup .version-box .host-link a,
.install-repo-confirmation .version-box .host-link a,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .version,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .version span,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .version .pull-right .not-active,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .repository-name,
.revert-patch-upgrade-confirmation .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,
.install-repo-confirmation .version-box .patch-icon,
.revert-patch-upgrade-confirmation .version-box .patch-icon {
  text-align: center;
  color: #ff4500;
  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,
.install-repo-confirmation .version-box .hosts-section,
.revert-patch-upgrade-confirmation .version-box .hosts-section {
  margin-top: 16px;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 4px;
}
#stack-upgrade-page .version-box .hosts-section .hosts-bar,
.version-box-popup .version-box .hosts-section .hosts-bar,
.install-repo-confirmation .version-box .hosts-section .hosts-bar,
.revert-patch-upgrade-confirmation .version-box .hosts-section .hosts-bar {
  font-size: 14px;
  font-weight: 500;
}
#stack-upgrade-page .version-box .hosts-section .host-link,
.version-box-popup .version-box .hosts-section .host-link,
.install-repo-confirmation .version-box .hosts-section .host-link,
.revert-patch-upgrade-confirmation .version-box .hosts-section .host-link {
  font-size: 12px;
}
#stack-upgrade-page .version-box .revert-dropdown,
.version-box-popup .version-box .revert-dropdown,
.install-repo-confirmation .version-box .revert-dropdown,
.revert-patch-upgrade-confirmation .version-box .revert-dropdown {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#stack-upgrade-page .version-box .revert-dropdown .btn,
.version-box-popup .version-box .revert-dropdown .btn,
.install-repo-confirmation .version-box .revert-dropdown .btn,
.revert-patch-upgrade-confirmation .version-box .revert-dropdown .btn {
  position: relative;
  top: 3px;
  float: right;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
#stack-upgrade-page .version-box .revert-dropdown .btn .caret,
.version-box-popup .version-box .revert-dropdown .btn .caret,
.install-repo-confirmation .version-box .revert-dropdown .btn .caret,
.revert-patch-upgrade-confirmation .version-box .revert-dropdown .btn .caret {
  border-top-color: #fff;
}
#stack-upgrade-page .version-box .revert-dropdown .dropdown-menu,
.version-box-popup .version-box .revert-dropdown .dropdown-menu,
.install-repo-confirmation .version-box .revert-dropdown .dropdown-menu,
.revert-patch-upgrade-confirmation .version-box .revert-dropdown .dropdown-menu {
  right: 0;
  cursor: pointer;
}
#stack-upgrade-page .version-column,
.version-box-popup .version-column,
.install-repo-confirmation .version-column,
.revert-patch-upgrade-confirmation .version-column {
  min-height: 500px;
  min-width: 190px;
  margin: 15px 7px 0 7px;
  padding-top: 0;
  background-color: #efefef;
}
#stack-upgrade-page .version-column .version-column-display-name,
.version-box-popup .version-column .version-column-display-name,
.install-repo-confirmation .version-column .version-column-display-name,
.revert-patch-upgrade-confirmation .version-column .version-column-display-name {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 5px 0 5px;
  margin-bottom: 0;
  min-height: 36px;
}
#stack-upgrade-page .version-column .version-column-show-details,
.version-box-popup .version-column .version-column-show-details,
.install-repo-confirmation .version-column .version-column-show-details,
.revert-patch-upgrade-confirmation .version-column .version-column-show-details {
  text-align: center;
  font-size: 13px;
  padding: 5px 5px;
  margin-bottom: 18px;
}
#stack-upgrade-page .version-column .version-column-show-details a,
.version-box-popup .version-column .version-column-show-details a,
.install-repo-confirmation .version-column .version-column-show-details a,
.revert-patch-upgrade-confirmation .version-column .version-column-show-details a {
  cursor: pointer;
}
#stack-upgrade-page .version-column .patch-icon,
.version-box-popup .version-column .patch-icon,
.install-repo-confirmation .version-column .patch-icon,
.revert-patch-upgrade-confirmation .version-column .patch-icon {
  margin: 0 0 -5px 0;
}
#stack-upgrade-page .version-column .icon-undo,
.version-box-popup .version-column .icon-undo,
.install-repo-confirmation .version-column .icon-undo,
.revert-patch-upgrade-confirmation .version-column .icon-undo {
  color: #000;
  padding: 2px 3px;
  border-radius: 15px;
  border: 1px solid #000;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
#stack-upgrade-page .version-column .state,
.version-box-popup .version-column .state,
.install-repo-confirmation .version-column .state,
.revert-patch-upgrade-confirmation .version-column .state {
  margin: 10px 0;
}
#stack-upgrade-page .version-column .state .top-label,
.version-box-popup .version-column .state .top-label,
.install-repo-confirmation .version-column .state .top-label,
.revert-patch-upgrade-confirmation .version-column .state .top-label {
  font-size: inherit;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  padding: 0;
  line-height: 35px;
  height: 30px;
  position: relative;
  z-index: 2;
}
#stack-upgrade-page .version-column .state .top-label:after,
.version-box-popup .version-column .state .top-label:after,
.install-repo-confirmation .version-column .state .top-label:after,
.revert-patch-upgrade-confirmation .version-column .state .top-label:after,
#stack-upgrade-page .version-column .state .top-label:before,
.version-box-popup .version-column .state .top-label:before,
.install-repo-confirmation .version-column .state .top-label:before,
.revert-patch-upgrade-confirmation .version-column .state .top-label:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #468847;
  z-index: -1;
}
#stack-upgrade-page .version-column .state .top-label:after,
.version-box-popup .version-column .state .top-label:after,
.install-repo-confirmation .version-column .state .top-label:after,
.revert-patch-upgrade-confirmation .version-column .state .top-label:after {
  left: -49%;
  transform: rotate(5deg) translate(0, -94%);
}
#stack-upgrade-page .version-column .state .top-label:before,
.version-box-popup .version-column .state .top-label:before,
.install-repo-confirmation .version-column .state .top-label:before,
.revert-patch-upgrade-confirmation .version-column .state .top-label:before {
  left: 51%;
  transform: rotate(175deg) translate(0, 94%);
}
#stack-upgrade-page .version-column .state .btn-group,
.version-box-popup .version-column .state .btn-group,
.install-repo-confirmation .version-column .state .btn-group,
.revert-patch-upgrade-confirmation .version-column .state .btn-group {
  display: inline-block;
  width: 100%;
}
#stack-upgrade-page .version-column .state .btn-group .btn:not(.dropdown-toggle),
.version-box-popup .version-column .state .btn-group .btn:not(.dropdown-toggle),
.install-repo-confirmation .version-column .state .btn-group .btn:not(.dropdown-toggle),
.revert-patch-upgrade-confirmation .version-column .state .btn-group .btn:not(.dropdown-toggle) {
  width: 81%;
  border-radius: 0;
  padding: 5px 5px;
  min-width: 70px;
}
#stack-upgrade-page .version-column .state .btn-group .dropdown-toggle,
.version-box-popup .version-column .state .btn-group .dropdown-toggle,
.install-repo-confirmation .version-column .state .btn-group .dropdown-toggle,
.revert-patch-upgrade-confirmation .version-column .state .btn-group .dropdown-toggle {
  width: 20%;
  border-radius: 0;
  padding: 5px 5px;
  height: 32px;
}
#stack-upgrade-page .version-column .state .btn,
.version-box-popup .version-column .state .btn,
.install-repo-confirmation .version-column .state .btn,
.revert-patch-upgrade-confirmation .version-column .state .btn {
  width: 100%;
  border-radius: 0;
  padding: 5px 5px;
  height: 32px;
}
#stack-upgrade-page .version-column .state .btn:focus,
.version-box-popup .version-column .state .btn:focus,
.install-repo-confirmation .version-column .state .btn:focus,
.revert-patch-upgrade-confirmation .version-column .state .btn:focus {
  background-color: #0044cc;
}
#stack-upgrade-page .version-column .state .open .dropdown-menu,
.version-box-popup .version-column .state .open .dropdown-menu,
.install-repo-confirmation .version-column .state .open .dropdown-menu,
.revert-patch-upgrade-confirmation .version-column .state .open .dropdown-menu {
  min-width: 100px;
  right: 0;
}
#stack-upgrade-page .version-column .state.installing,
.version-box-popup .version-column .state.installing,
.install-repo-confirmation .version-column .state.installing,
.revert-patch-upgrade-confirmation .version-column .state.installing,
#stack-upgrade-page .version-column .state.upgrading,
.version-box-popup .version-column .state.upgrading,
.install-repo-confirmation .version-column .state.upgrading,
.revert-patch-upgrade-confirmation .version-column .state.upgrading {
  margin-top: 0;
  margin-bottom: 23px;
  background-color: #006dcc;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
#stack-upgrade-page .version-column .state.installing a,
.version-box-popup .version-column .state.installing a,
.install-repo-confirmation .version-column .state.installing a,
.revert-patch-upgrade-confirmation .version-column .state.installing a,
#stack-upgrade-page .version-column .state.upgrading a,
.version-box-popup .version-column .state.upgrading a,
.install-repo-confirmation .version-column .state.upgrading a,
.revert-patch-upgrade-confirmation .version-column .state.upgrading a {
  color: #fff;
}
#stack-upgrade-page .version-column .state.installing.attach-top,
.version-box-popup .version-column .state.installing.attach-top,
.install-repo-confirmation .version-column .state.installing.attach-top,
.revert-patch-upgrade-confirmation .version-column .state.installing.attach-top,
#stack-upgrade-page .version-column .state.upgrading.attach-top,
.version-box-popup .version-column .state.upgrading.attach-top,
.install-repo-confirmation .version-column .state.upgrading.attach-top,
.revert-patch-upgrade-confirmation .version-column .state.upgrading.attach-top {
  background-color: transparent;
  font-size: 14px;
}
#stack-upgrade-page .version-column .state.attach-top,
.version-box-popup .version-column .state.attach-top,
.install-repo-confirmation .version-column .state.attach-top,
.revert-patch-upgrade-confirmation .version-column .state.attach-top {
  margin: 0;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 25px;
}
#stack-upgrade-page .version-column .state.attach-top.overflow,
.version-box-popup .version-column .state.attach-top.overflow,
.install-repo-confirmation .version-column .state.attach-top.overflow,
.revert-patch-upgrade-confirmation .version-column .state.attach-top.overflow {
  overflow: hidden;
}
#stack-upgrade-page .version-column .services-section,
.version-box-popup .version-column .services-section,
.install-repo-confirmation .version-column .services-section,
.revert-patch-upgrade-confirmation .version-column .services-section {
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
}
#stack-upgrade-page .version-column .services-section .line-separator,
.version-box-popup .version-column .services-section .line-separator,
.install-repo-confirmation .version-column .services-section .line-separator,
.revert-patch-upgrade-confirmation .version-column .services-section .line-separator,
#stack-upgrade-page .version-column .services-section .line-separator-bottom,
.version-box-popup .version-column .services-section .line-separator-bottom,
.install-repo-confirmation .version-column .services-section .line-separator-bottom,
.revert-patch-upgrade-confirmation .version-column .services-section .line-separator-bottom {
  height: 2px;
  background: #e4e4e4;
  position: relative;
  margin: 0px 0px 0px -15px;
}
#stack-upgrade-page .version-column .services-section .line-separator,
.version-box-popup .version-column .services-section .line-separator,
.install-repo-confirmation .version-column .services-section .line-separator,
.revert-patch-upgrade-confirmation .version-column .services-section .line-separator {
  top: -7px;
}
#stack-upgrade-page .version-column .services-section .line-separator-bottom,
.version-box-popup .version-column .services-section .line-separator-bottom,
.install-repo-confirmation .version-column .services-section .line-separator-bottom,
.revert-patch-upgrade-confirmation .version-column .services-section .line-separator-bottom {
  top: -5px;
}
#stack-upgrade-page .version-column .not-upgradable,
.version-box-popup .version-column .not-upgradable,
.install-repo-confirmation .version-column .not-upgradable,
.revert-patch-upgrade-confirmation .version-column .not-upgradable {
  padding-left: 10px;
  margin-right: -20px;
  cursor: pointer;
}
#stack-upgrade-page .version-column .icon-info-sign,
.version-box-popup .version-column .icon-info-sign,
.install-repo-confirmation .version-column .icon-info-sign,
.revert-patch-upgrade-confirmation .version-column .icon-info-sign {
  color: #0572ff;
}
#stack-upgrade-page .version-column .icon-wrench,
.version-box-popup .version-column .icon-wrench,
.install-repo-confirmation .version-column .icon-wrench,
.revert-patch-upgrade-confirmation .version-column .icon-wrench,
#stack-upgrade-page .version-column .icon-bug,
.version-box-popup .version-column .icon-bug,
.install-repo-confirmation .version-column .icon-bug,
.revert-patch-upgrade-confirmation .version-column .icon-bug {
  color: #999999;
}
#stack-upgrade-page .service-version-info,
.version-box-popup .service-version-info,
.install-repo-confirmation .service-version-info,
.revert-patch-upgrade-confirmation .service-version-info {
  margin-bottom: 14px;
  text-align: center;
}
#stack-upgrade-page .service-version-info span.label,
.version-box-popup .service-version-info span.label,
.install-repo-confirmation .service-version-info span.label,
.revert-patch-upgrade-confirmation .service-version-info span.label {
  padding: 5px 15px;
  background-color: #a3a3a3;
  z-index: 100;
  position: relative;
}
#stack-upgrade-page .service-version-info span.label.available,
.version-box-popup .service-version-info span.label.available,
.install-repo-confirmation .service-version-info span.label.available,
.revert-patch-upgrade-confirmation .service-version-info span.label.available {
  background-color: #468847;
}
.revert-patch-upgrade-confirmation table td,
.revert-patch-upgrade-confirmation table th {
  padding: 5px 15px;
}
.install-repo-confirmation .available-services-list {
  margin: 10px 0 30px;
}
.install-repo-confirmation .available-services-list .service-version-info {
  text-align: left;
  margin-bottom: 20px;
}
.install-repo-confirmation .available-services-list .service-version-info .span1 {
  width: 90px;
}
#stack-upgrade-dialog,
#stack-upgrade-record-dialog {
  margin-top: 5px;
}
#stack-upgrade-dialog .details-box,
#stack-upgrade-record-dialog .details-box {
  padding: 5px;
  margin-top: 5px;
}
#stack-upgrade-dialog .details-box input[type="checkbox"],
#stack-upgrade-record-dialog .details-box input[type="checkbox"] {
  margin: 0;
}
#stack-upgrade-dialog .details-box .message,
#stack-upgrade-record-dialog .details-box .message {
  line-height: 30px;
}
#stack-upgrade-dialog .button-row,
#stack-upgrade-record-dialog .button-row {
  text-align: right;
  padding: 5px;
}
#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 {
  overflow-x: hidden;
  padding-left: 20px;
}
#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 .task-list-main-warp i,
#stack-upgrade-record-dialog .task-list-main-warp i {
  font-size: 16px;
  vertical-align: baseline;
}
#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;
}
#stack-upgrade-dialog .pause-button i,
#stack-upgrade-record-dialog .pause-button i {
  padding-right: 4px;
  font-size: 15px;
}
#stack-upgrade-dialog .active-task-label,
#stack-upgrade-record-dialog .active-task-label {
  padding: 8px 15px;
  display: inline-block;
}
#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;
}
.upgrade-options-link {
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
  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 .os-block {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.repository-list input[type="text"] {
  width: 80%;
}
#upgrade-options-popup-content .method-options {
  margin: 10px;
}
#upgrade-options-popup-content .method-options .method-option {
  width: 43.5%;
  margin-bottom: 5px;
}
#upgrade-options-popup-content .method-options .thumbnail {
  background-color: #e4e4e4;
  cursor: pointer;
  border: none;
  width: 99%;
}
#upgrade-options-popup-content .method-options .thumbnail .method-name,
#upgrade-options-popup-content .method-options .thumbnail .method-icon,
#upgrade-options-popup-content .method-options .thumbnail .method-description {
  color: #333333;
}
#upgrade-options-popup-content .method-options .thumbnail .method-icon {
  font-size: 40px;
}
#upgrade-options-popup-content .method-options .thumbnail .method-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
}
#upgrade-options-popup-content .method-options .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 {
  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 .thumbnail.not-allowed:hover {
  background-color: #e4e4e4;
}
#upgrade-options-popup-content .method-options .thumbnail.not-allowed {
  cursor: not-allowed;
}
#upgrade-options-popup-content .method-options .thumbnail.not-allowed.default-cursor {
  cursor: default;
}
#upgrade-options-popup-content .method-options.disabled .thumbnail {
  cursor: not-allowed;
}
#upgrade-options-popup-content .method-options.disabled .thumbnail .method-name,
#upgrade-options-popup-content .method-options.disabled .thumbnail .method-icon,
#upgrade-options-popup-content .method-options.disabled .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 .icon-ok {
  color: #5ab400;
  font-size: 16px;
}
#upgrade-options-popup-content .method-precheck-message.RED .icon-remove {
  color: #cf2a27;
  font-size: 16px;
}
#upgrade-options-popup-content .method-precheck-message.ORANGE .icon-warning-sign {
  color: #ff8e00;
  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 .icon-question-sign {
  color: #0572ff;
}
.admin-cluster .repositories-table {
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  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 #dddddd;
  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 .icon-remove-sign {
  color: #808080;
}
.admin-cluster .repositories-table .textfield-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);
}
.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;
}
#skip-validation .icon-question-sign,
#use-redhat .icon-question-sign {
  color: #0572ff;
}
#upgrade-failed-hosts .host-list-container {
  overflow-y: auto;
  max-height: 320px;
  margin-right: -15px;
}
#upgrade-failed-hosts .host-list-container .accordion {
  margin-bottom: 0;
}
#upgrade-failed-hosts .host-list-container .accordion .accordion-group {
  border: none;
}
#upgrade-failed-hosts .host-list-container .accordion .accordion-group .accordion-toggle {
  line-height: 20px;
  padding: 5px 0;
}
#upgrade-failed-hosts .host-list-container .accordion .accordion-group .accordion-toggle .label {
  margin-right: 10px;
}
#upgrade-failed-hosts .sub-header {
  padding: 0 15px;
  width: 530px;
  margin-left: -15px;
  border-bottom: 1px solid #eee;
}
#upgrade-summary-table > tbody > tr {
  cursor: pointer;
}
#upgrade-summary-table .wide-column {
  width: 14%;
}
#upgrade-summary-table .widest-column {
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#upgrade-summary-table .accordion-group {
  border-right: none;
  border-bottom: none;
}
#upgrade-summary-table .accordion-inner {
  border-top: none;
  padding-left: 0;
  padding-top: 20px;
}
#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;
}
#upgrade-summary-table .accordion-body {
  min-width: 350px;
}
#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.
 */
/************************************************************************
* Health status(service/host/host component health)icons class names
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors
***********************************************************************/
/************************************************************************
* Health status(service/host/host component health)icon colors ends
***********************************************************************/
.icon-warning-sign {
  color: #ff0000;
}
.icon-ok-sign {
  color: #5ab400;
}
.icon-question-sign {
  color: #ffd13d;
}
.icon-minus-sign {
  color: #ff8e00;
}
.icon-medkit {
  color: #000000;
}
@-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 greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@-moz-keyframes greenPulse {
  from {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  to {
    background-color: #118fff;
  }
}
@keyframes greenPulse {
  0% {
    background-color: #118fff;
  }
  50% {
    background-color: #006DCC;
  }
  100% {
    background-color: #118fff;
  }
}
@-webkit-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@-moz-keyframes greenPulseInner {
  from {
    color: #118fff;
  }
  50% {
    color: #006DCC;
  }
  to {
    color: #118fff;
  }
}
@keyframes greenPulseInner {
  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
***********************************************************************/
.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 .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 a {
  color: #555;
}
.editable-list-container.edit-mode .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 .close {
  margin: -2px 0 0 5px;
  width: 13px;
  outline: none;
  position: absolute;
  display: none;
}
.editable-list-container.edit-mode .items-box ul.items-list li.item .close {
  display: inline-block;
}
.editable-list-container .items-box ul.items-list li a {
  text-decoration: none;
}
.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 0;
  margin: 0 0;
  border: none;
  width: 50px;
  height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.editable-list-container .items-box ul.items-list li.item.add-item {
  color: #ddd;
}
.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:hover {
  background: #eee;
}
.editable-list-container .actions-panel {
  position: absolute;
  right: 5px;
  bottom: -30px;
  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 .icon-remove {
  color: #000000;
}
.editable-list-container .actions-panel .icon-ok {
  color: white;
}
.editable-list-container.disabled .pencil-box {
  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;
}
.editable-list-container:hover .pencil-box {
  opacity: 1;
}
.editable-list-container.edit-mode:hover .pencil-box {
  opacity: 0;
}
.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;
}
.bootstrap-checkbox > button.btn:focus {
  border-color: none;
  box-shadow: 0;
  outline: 0 none;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding-top: 6px;
}
.lh-btn {
  line-height: 30px;
}
.text-bold {
  font-weight: bold;
}
.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;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a:hover,
.tabs-left > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.btn-primary[disabled] .icon-spinner {
  color: white;
}
.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 .icon-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 .icon-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-error,
.widget-config .widget-config-controls .widget-action-final.text-error,
.widget-config .widget-config-controls .widget-action-switch-view.text-error {
  color: #b94a48;
}
.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-left: -20px;
  margin-right: 0;
  padding-left: 20px;
}
.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-comparison .widget-config.slider-widget {
  overflow-x: visible;
}
.slider-widget .widget-config-comparison .version-labels {
  top: 20px;
}
.directory-textarea-wrapper {
  float: left;
  width: 80%;
}
.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-append.input-prepend {
  margin: 0;
}
.spinner-input-widget .spinner-input input {
  width: 20px;
  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-append .btn-group {
  display: inline-block;
  margin-left: -1px;
}
.combo-widget .input-append .btn-group > input {
  border-radius: 3px 0 0 3px;
  width: 100px;
}
.combo-widget .input-append .btn-group > input[disabled] {
  background: #fff;
  cursor: default;
}
.combo-widget .input-append .btn-group .btn {
  border-radius: 0 3px 3px 0;
}
.combo-widget .input-append 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 {
  margin-left: 10px;
  width: auto;
}
.checkbox-widget .bootstrap-checkbox > button.btn {
  padding: 0;
  color: #6ebd45;
}
.checkbox-widget .bootstrap-checkbox > button.btn:focus {
  border-color: transparent;
  box-shadow: 0;
  outline: 0 none;
}
.checkbox-widget .bootstrap-checkbox .icon-check-empty {
  margin-left: -3px;
}
.text-field-widget .text-field-wrapper {
  width: 70%;
  float: left;
}
.widget-config .text-field-wrapper input {
  display: inline-block;
}
#serviceConfig .text-field-widget .with-unit input {
  width: 75%;
}
.label-current.icon-ok {
  color: white;
}
.compare-mode {
  background-color: rgba(211, 237, 247, 0.39);
  padding: 10px 5px 0 10px;
}

