.bold {
  font-weight: bold;
}

/*.modal {*/
/*  z-index: 2021 !important;*/
/*}*/

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px !important;
  }
}

.row-control {
  margin-bottom: 6px !important;
}

.row-content {
  margin-bottom: 12px !important;
}

.row-content:last-of-type, .row-content:last-child {
  margin-bottom: 0 !important;
}

/* hpanel */
.hpanel.hpanel-sub {
  margin-right: 0 !important;
  margin-bottom: 12px !important;
  /*margin-top: 6px !important;*/
}

.hpanel.hpanel-sub2 {
  margin-right: 0 !important;
  margin-bottom: 6px !important;
}

.hpanel.hpanel-sub2 .panel-body {
  border: 1px solid #04bc04;
}

.hpanel .panel-body {
  border-top: 2px solid #f36f21;
}

.hpanel.hpanel-red .panel-body {
  border-top-color: #e74c3c;
}

.hpanel.hpanel-green .panel-body {
  border-top-color: #62cb31;
}

.hpanel.hpanel-blue .panel-body {
  border-top-color: #4285F4;
}

.hpanel.hpanel-yellow .panel-body {
  border-top-color: #ffb606;
}

.hpanel-sub .panel-body {
  padding: 12px !important;
}

.hpanel-sub2 .panel-body {
  padding: 0 !important;
}

#heading__title {
  font-size: 18px;
}

.heading-title {
  font-weight: 600;
}

/* Host Dashboard */
.host-fullname-span {
  font-size: 18px;
}

.host-name-span {
  font-weight: 600;
  cursor: pointer;
}

.host-name-span:hover {
  text-decoration: underline;
}

.host-host-span {
  color: #4285F4;
  font-weight: 600;
  cursor: pointer;
}

.host-host-span:hover {
  text-decoration: underline;
}

.host-entity-span {
  color: #62cb31;
  font-weight: 600;
  cursor: pointer;
}

.host-entity-span:hover {
  text-decoration: underline;
}

.status-container {
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
}

.status-green, .status-red, .status-grey, .status-dark-grey, .status-yellow {
  padding: 2px 3px;
  text-transform: uppercase;
  text-align: center;
  min-width: .7em;
  line-height: 1em;
  display: inline-block;
}

.status-green {
  color: #fff;
  border: 1px solid #2f9f5e;
  background-color: #34af67;
}

.status-red {
  color: #fff;
  border: 1px solid #d23d3d;
  background-color: #d64e4e;
}

.status-grey {
  color: #acbbc2;
  background-color: #ebebeb;
  border: 1px solid #ccd5d9;
}

.status-dark-grey {
  border: 1px solid #80898d;
  background-color: #8a9397;
}

.status-yellow {
  color: #fff;
  border: 1px solid #e79e0b;
  background-color: #f1a50b;
}

.status-green:not(:last-of-type), .status-red:not(:last-of-type), .status-grey:not(:last-of-type),
.status-dark-grey:not(:last-of-type), .status-yellow:not(:last-of-type) {
  border-right: none;
}

.subtitle-link {
  padding: 3px 5px;
  line-height: 1em;
  display: inline-block;
}

.subtitle-link:not(:last-of-type) {
  margin-right: 10px;
}

.subtitle-link a {
  color: #4285F4;
  font-weight: 600;
}

.subtitle-link.active {
  border: 1px solid #4285F4;
  background-color: #4285F4;
  color: #fff;
}

.subtitle-link.active a {
  color: #fff;
}

.btn-add {
  border: 1px solid #2C68AC !important;
  background-color: #2C68AC !important;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-cancel {
  border: 1px solid #F4B841 !important;
  background-color: #F4B841 !important;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-save {
  border: 1px solid #D55745 !important;
  background-color: #D55745 !important;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-clear {
  border: 1px solid #E93323 !important;
  background-color: #E93323 !important;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-add:hover, .btn-cancel:hover, .btn-save:hover, .btn-clear:hover {
  color: #fff !important;
}

.btn-direction {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-direction:hover,
.btn-direction:focus,
.btn-direction:active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

a.hintbox-link {
  border-bottom: 1px dotted;
  transition: color 0.2s ease-out;
  cursor: pointer;
  color: #1f2c33;
}

a.action-link {
  border-bottom: 1px dotted;
  transition: color 0.2s ease-out;
  cursor: pointer;
  color: #1f2c33;
}

a.item-link {
  color: #0275b8;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

a.item-link-alt {
  border-bottom: 1px solid rgba(118, 141, 153, 0.35);
  transition: color 0.2s ease-out;
  cursor: pointer;
}

a.grey {
  color: #768d99;
}

a.orange {
  color: #f24f1d;
}

a.green {
  color: #429e47;
}

a.disabled, a.dt-table-link.disabled {
  color: #8a8c8f;
  cursor: not-allowed;
}

span.span-value {
  /*font-style: italic;*/
  color: #953b39;
}

span.span-name {
  font-weight: bold;
}

.form-row h4 {
  /*margin-top: 0;*/
  font-size: 14px;
  font-weight: 600;
  color: #1f2c33;
  line-height: 14px;
  margin-top: 10px;
}

div.dt-button-collection {
  width: 250px !important;
  z-index: 2002 !important;
}

canvas.rn-item-trend-canvas {
  height: 500px !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* json syntax highlight */
.json pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.json pre .string {
  color: green;
}

.json pre .number {
  color: darkorange;
}

.json pre .boolean {
  color: blue;
}

.json pre .null {
  color: magenta;
}

.json pre .key {
  color: red;
}

/* search highlight */
span.highlight {
  background-color: yellow;
  border-radius: .125em;
}

/* rn-modal */
body.rn-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%
}

.rn-modal { /* rn-modal (background) */
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1005; /* Sit on top when using with RnHintbox */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.rn-modal-helper { /* vertical-alignment-helper */
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.rn-modal-center { /* vertical-align-center */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.rn-modal-content { /* modal-content */
  position: relative;
  background-color: #fff;
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 20%);
}

.rn-modal-body {
  position: relative;
  padding: 20px 30px;
}

.rn-modal-footer {
  background: #f2f2f2;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .rn-modal-center {
    width: 700px !important;
  }
}

/* styles from pages */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

.select2-hidden-accessible {
  position: fixed !important;
}

/* status-table */
.status-table {
  width: 100%;
}

.status-table th {
  padding: 4px 10px;
}

.status-table td {
  padding: 4px 10px;
  border-bottom: 1px solid #ebeef0;
}

.status-table td.td-name {
  background-color: #E7EAEC;
}

.status-form label.control-label {
  padding-top: 7px;
}

.status-form .button-row button {
  display: inline-block;
  min-width: 100px;
  margin: 0 5px;
  padding: 5px 10px;
  text-align: center;
}
