.bar-wrapper {
    width: 120px;
    height: 12px;
}
.bar-state {
    text-align: center !important;
}

.bar-state-chart {
    margin-top: 2px;
}

.bar-state-error {
    position: relative;
    top: -4px;
}

.error-text {
    position: relative;
    top: 1px;
    margin-left: -5px;
    cursor: pointer;
}

.scanning-button {
    height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    top: -12px;
    position: relative;
}
.tip-wrapper {
    display: inline-block;
    height: 10px;
    max-width: 120px;
}
.tip-position {
    margin-left: -4px;
}
.tip-block {
    margin-left: -3px;
}
.bar-block-high {
    background-color: #e62700;
}
.bar-block-medium {
    background-color: orange;
}
.bar-block-low {
    background-color: yellow;
}
.bar-block-none {
    background-color: green;
}
.bar-block-unknown {
    background-color: grey;
}
.bar-tooltip-font {
    font-size: 13px;
    color: #ffffff;
}
.bar-tooltip-font-title {
    font-weight: 600;
}
.bar-summary {
    margin-top: 12px;
    text-align: left;
}
.bar-scanning-time {
    margin-top: 12px;
}
.bar-summary-item {
    margin-top: 3px;
    margin-bottom: 3px;
}
.bar-summary-item span:nth-child(1){
    width: 30px;
    text-align: center;
    display: inline-block;
}
.bar-summary-item span:nth-child(2){
    width: 28px;
    display: inline-block;
}

.option-right {
  padding-right: 16px;
}
.refresh-btn {
    cursor: pointer;
}
.refresh-btn:hover {
    color: #007CBB;
}

.label.label-medium{
      background-color: #ffe4a9;
    border: 1px solid orange;
    color: orange;
}
.tip-icon-medium {
    color: orange;
}
.label.label-low{
    background: rgba(251, 255, 0, 0.38);
    color: #c5c50b;
    border: 1px solid #e6e63f;
}
.tip-icon-low {
    color: yellow;
}
.font-color-green{
    color:green;
}
.bar-tooltip-font-larger span{
    font-size:16px;
    vertical-align:middle
}
hr{
    border-bottom: 0;
    border-color: #aaa;
    margin: 6px -10px;
}
.font-weight-600{
    font-weight:600;
}
.rightPos{
    position: absolute;
    z-index: 100;
    right: 35px;
    margin-top: 4px;
}