/** Small message displayed under invalid field */

.text-lg {
  font-size: large;
}

.text-md {
  font-size: medium;
}

.text-sm {
  font-size: small;
}

.et-form-field-em {
  font-size: small;
  font-style: italic;
  color: red;
}

.et-progress {
  background-color: #d4d4d4 !important;
}

.et-super-danger {
  background-color: #ff0000 !important;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  font-size: 16px !important;
}

.et-progress .progress-bar span {
  padding-left: 5px;
  padding-top: 3px;
}

.etTooltipText {
  width: auto;
  height: auto;
  background-color: #292929;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  padding: 5px 0;
  position: fixed;
  z-index: 1000;
  border: 2px solid white;
  padding: 6px;
  font-size: 14px;
}

.et-label-down {
  background-color: #ffffff;
  color: #636363;
  border: 1px solid #1748ab;
}

.et-label-up {
  background-color: #7030A0;
  color: #ffffff;
}

.limit-width {
  max-width: 100%;
}

.et-wrapper-overlay {
  position: relative;
}

.et-info-box .overlay,
.et-wrapper-overlay .overlay {
  z-index: 50;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et-info-box .overlay>.fa,
.et-wrapper-overlay .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.et-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.et-bg-yellow-light {
  color: #fff !important;
  background-color: #ffc127 !important;
}

.et-bg-red-light {
  color: #fff !important;
  background-color: #f45642 !important;
}

.et-bg-gray-light {
  color: #666 !important;
  background-color: #dedfe2 !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.cursor-pointer {
  cursor: pointer;
}


/*******************************************
************* AdminLTE ++ *****************
********************************************/

/* Group - Hover */
.et-widget-user-2.et-widget-user-2-hover:HOVER {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.et-widget-user-2 .users-list-name {
  color: #337ab7;
}

.et-widget-user-2 .users-list-name:HOVER {
  color: #23527c;
}

.et-widget-user-2 .img-group-item {
  height: 48px;
  border-radius: 0;
  font-size: 48px;
}

.et-widget-user-2.widget-user-2 .widget-user-image>img {
  width: auto;
  height: 71px;
}

.et-widget-user-2.widget-user-2 .widget-user-username, .et-widget-user-2.widget-user-2 .widget-user-desc {
  margin-left: 0;
  padding-left: 10px;
}

.et-widget-user-2.widget-user-2 .widget-user-header {
  padding-top: 10px;
}


/*******************************************
************* AdminLTE -- ******************
********************************************/

/*******************************************
************* RSSI signal ++ ***************
********************************************/

.et-rssi {
  display: inline-block;
}

.et-rssi .bar {
  border: solid 1px #f3f3f3;
  width: 10px;
  margin-left: 2px;
  float: left;
}

.et-rssi .bar.bar-1 {
  height: 5px;
  margin-top: 15px;
}

.et-rssi .bar.bar-2 {
  height: 10px;
  margin-top: 10px;
}

.et-rssi .bar.bar-3 {
  height: 15px;
  margin-top: 5px;
}

.et-rssi .bar.bar-4 {
  height: 20px;
}

.et-rssi.very-bad .bar.bar-1 {
  background-color: #e74c3c;
  border: 1px solid #a82315;
}

.et-rssi.very-bad .bar.bar-2,
.et-rssi.very-bad .bar.bar-3,
.et-rssi.very-bad .bar.bar-4 {
  background-color: #fafafa;
}

.et-rssi.bad .bar.bar-1,
.et-rssi.bad .bar.bar-2 {
  background-color: #f1c40f;
  border: 1px solid #d0a90c;
}

.et-rssi.bad .bar.bar-3,
.et-rssi.bad .bar.bar-4 {
  background-color: #fafafa;
}

.et-rssi.good .bar.bar-1,
.et-rssi.good .bar.bar-2,
.et-rssi.good .bar.bar-3 {
  background-color: #f1c40f;
  border: 1px solid #d0a90c;
}

.et-rssi.good .bar.bar-4 {
  background-color: #fafafa;
}

.et-rssi.excellent .bar.bar-1,
.et-rssi.excellent .bar.bar-2,
.et-rssi.excellent .bar.bar-3,
.et-rssi.excellent .bar.bar-4 {
  background-color: #17a130;
  border: 1px solid #12823a;
}

/*******************************************
************* RSSI signal -- ***************
********************************************/

.d-block {
  display: block !important;
}
