/*!
 =========================================================
 * Custom CSS - v1.0
 =========================================================
 */

/*-- ================================================== MY OWN CUSTOM CSS | HOMEPAGE ================================================== */


/*-- ================================================== MY OWN CUSTOM CSS | LOGIN & REGISTER PAGE ================================================== */
.login-background{
    height: 100vh; /* For 100% screen height */
    width: 100vw; /* For 100% screen width */
    position: fixed;
    background: #333;
    padding: 16px 0;
    color: #fff;
    z-index: 1;
    box-shadow: 0px 7px 20px -5px #7b7b7b;
}
p.label-input-error {
  color: red;
  display: inline;
  font-size: 12px;
  font-weight: bold;
}


/*-- ================================================== MY OWN CUSTOM CSS | PAYROLL SYSTEM ================================================== */

.web-app-header{
    height: 79px;
    width: 100%;
    position: fixed;        
    background: #333;
    padding: 16px 0;
    color: #fff;
    z-index: 5;
    box-shadow: 0px 7px 20px -5px #7b7b7b;
}
.web-app-header{
    top: 0;
}
.web-app-header .container {
    position: right;
    text-align: right;
    width: 100%;
    margin-right: 0px;
    padding-top: 7px;
    padding-right: 30px;
    vertical-align: middle;
    line-height: 15px;
}
.web-app-header .container p{
    display: inline-block;
    vertical-align: middle;
}
.web-app-header .container p.user-level{
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
    font-size: 10px;
    color: #e7e7e7;
}
.web-app-btn-edit {
  font-size: 12px;
  width: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 2px 5px;
  background: #9c27b0;
  color: #fff;
  border-color: #9122a5;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.web-app-btn-edit:hover {
  color: #fff;
  background: #9122a5;
}
.web-app-btn-delete {
  font-size: 12px;
  width: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 2px 5px;
  background: #ea5a12;  
  color: #fff;
  border-color: #de530d;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.web-app-btn-delete:hover {
  color: #fff;
  background: #de530d; 
}