body {
  padding-bottom: 40px;
  /**background: #fff url('../images/text books_www.wall321.com_67.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;**/
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  font-size: 12px;
}

.background {
  background: #fff;
  opacity: 0.3;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;

  display: block;
  
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin label {
	color: #fff;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  color: #fff;
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#icons .glyphicon {
  font-size: 25px;
  vertical-align: middle;
}

#icons button {
  text-align: center;
  margin: 10px 0px;
  padding: 5px 10px;
}

.dashboard {
  margin-top: 0px;
}

.noshow {
  display: none;
}

form .btn,
.width100 {
  width:100%;
}

table thead {
  text-align: center;
}

#ifindu {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

#ifindu ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#ifindu ol li {
  margin: 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.thead {
  font-weight: bold;
  color: #339933;
}

#password-status {
    color: red;
    font-weight: bold;
    padding-bottom: 10px;
}

.form-resetpassword {
    
}

.books {
  background: #fff;
  padding: 10px;
  margin: 0px;
}

.books:hover {
  border: 1px solid #204d74;
  box-shadow: 0px 5px 5px #cecece;
}

.books .btn,
#icons .btn,
#updatedoc .btn,
#top10books .btn,
#seemore .btn {
  border-radius: 0!important;
}

#updatedoc .btn {
  margin-top: 10px;
  width: 100px;
}

.pointer {
  cursor: pointer;
}

#seemore {
  margin-top: 20px;
}

.btn-link,
#top10books h3,
#lilousers table,
#liloform h4,
#liloform p,
#liloform ul {
  color: #fff!important;
}

.container {
  position: relative;
  z-index: 2;
}

.bg-white {
    background-color: #fff;
}

.btn{
  border-radius: 0!important; 
}

#lilousers {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.center-img {
	margin: 0 auto;
	width: 100%;
}

.footer {
  color: #fff!important;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

/* Bordered form */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}