body {
  background: #caebf2; 
  color: #666;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.bgroyal {
  background: #113F8C;
}

.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: 400px;
  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:transparent;
  //color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  font-size: 12px;
}

.system-title {
  font-size: 20px;
}

#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: #fff;
    font-weight: bold;
    padding: 10px 0px;
}

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

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

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

.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.padding15 {
  padding: 15px 15px 30px 15px;
}

form h3,
form h4 {
	/*color: #fff;*/
}

form input {
	font-size: 14px!important;
}

.footer {
  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%;
    }
}