body {
  background: #fff;
  color: #333;
  font-family: arial;
  font-family: sans-serif;
  height: 100%;
  padding-bottom: 40px;
  width: 100%;
  overflow-x: 0;
}

.background {
  background: #fff;
  opacity: 0.1;
  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 .form-signin-heading,
.form-signin .checkbox {
  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;
  padding: 30px 0;
  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;
}

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

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

.btn-link,
.form-signin h3 {
  color: #fff!important;
}

#allresults,
#expandedview,
#viewdoc,
#upload-new-file form,
#regform form {
  background: #fff;
}

#mainmenu {
  background: #000;
}

.removemargin {
  margin: 0px!important;
}

.breadcrumb {
  border-radius: 0px!important;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}