/* sistemazione per bottoni misti */
.fa-lg {
  margin: -1px 0;
}

.ui-autocomplete {
  z-index: 9999 !important;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ui-datepicker {
  z-index: 20000 !important;
}

/*****************************************************************************/
/*  Enum                             
/*****************************************************************************/
/* ---------- DeviceStatus ---------- */
.pantarei-enum-devicestatus-0 {
  color: rgb(34, 34, 34);
  background-color: #ff9393;
}

.pantarei-enum-devicestatus-1 {
  color: rgb(34, 34, 34);
  background-color: #ffff7d;
}

.pantarei-enum-devicestatus-2 {
  color: #777777;
  background-color: #CEECD5;
}


.pantarei-enum-entitystatus-0 {
  color: rgb(34, 34, 34);
  background-color: #ff9393;
}

.pantarei-enum-entitystatus-1 {
  color: rgb(34, 34, 34);
  background-color: #e9f3e5;
}

/*********************************************************/
/* LOGIN
/*********************************************************/
.login-form {
  width: 340px;
    margin: 50px auto;
}
  .login-form form {
    margin-bottom: 15px;
      background: #f7f7f7;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      padding: 30px;
  }
  .login-form h2 {
      margin: 0 0 15px;
  }
  .form-control-login, .btn-login {
      min-height: 38px;
      border-radius: 2px;
  }
  .btn-login {        
      font-size: 15px;
      font-weight: bold;
  }
  .error {
    color: #ffdddd;
    background-color: #cc0000;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 4px;
    margin-top: 1px;
  }

  .table-condensed{
    font-size: 12px;
  }

#loading_screen
{  
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;  
  text-align: center;
  padding-top: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 30000 !important;
}

/************************************************************************/
/* FONT-AWESOME
/************************************************************************/
.fa-battery-empty {
  color: red;
  font-size: 14px;
}

.fa-battery-quarter {
  color: green;
  font-size: 14px;
}

.fa-battery-half {
  color: green;
  font-size: 14px;
}

.fa-battery-three-quarters {
  color: green;
  font-size: 14px;
}

.fa-battery-full {
  color: green;
  font-size: 14px;
}

.command-0 {
  color: orange;
  font-size: 14px;
}

.command-1  {
  color: rgb(0, 140, 255);
  font-size: 14px;
}

.command-2  {
  color: green;
  font-size: 14px;
}

/************************************************************************
 * CRISTIANO
 * **********************************************************************/
 
#BatteryTable {
	width: 100%;
}

#BatteryIcon {
	font-size:10px;
	text-align: left;
}
   
#BatteryPerc {
	font-size: 10px;
	text-align: right;
}
