body {
  background-color: #E4E4E4;
}

.navbar-index {
  width: 100%;
  height: 50px;
  background-color: #404040;
  position: fixed;
  bottom: 0px;
}

.user-name {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 12px;
}

.user-name  a {
  font-weight: bold;
}

.user-name span {
  color: black;
  font-weight: bold;
}

.panel-table {
  border: 1px solid #337ab7;
  margin-top: 20px;
  border-radius: 0px;
}

.panel-table .panel-body {
  padding: 0px;
}

.panel-table .panel-heading {
  background-color: #337ab7;
  color: white;
  font-size: 20px;
  border-radius: 0px;
  
  padding: 5px 10px;
}

.panel-table table {
  margin:0px;
}


.bg-offline {
  background-color: #DCDCDC;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

padding:4px;
}


.ajax-loading td, .spinner {
  height: 30px;
  background-size: 16px 16px;
  background-position: left;
  background-image: url('../images/load.gif');
  background-repeat: no-repeat;

}

.ajax-loading-ok {
  font-size: 13px;
  font-weight: bold;
  color: green;
}


/* login page */

.login .container {
  /*background-color: #EFEFEF;
  min-height: 500px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
}

.login .login-box {
  margin-top: 20px;
}

.navbar-static-top {
  background-color: white;
  height: 86px;
}

.navbar-fixed-bottom {
  height: 20%;
  background-color: #404040;
}

.header {
  height: 86px;
  width: 431px;
  background-image: url('../images/header-small.png');
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}

.header-login {
    margin-left: 0px;
}

.iw-branding .panel-heading {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.iw-branding .panel-info {
  border-color: #F9F9F9;
}

.iw-branding .btn {
  background-color: #94bd47;
  color: white;
  font-weight: bold;
}

.footer {
  margin-left: 0px;
  width: 400px;
  color: #A3A8A3;
  font-size: 12px;
  padding-top: 10px;
}

.footer a {
  color: #A3A8A3;
}
