/* Header */

  body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  }
  div.header {
    width: 100%;
    height: 100px;
    text-align: center;
    border-bottom: 3px solid #0b2684;
    margin-bottom: 50px;
  }

  div.logo {
    display: inline-block;
    width: 49%;
    text-align: left;
    float: left;
  }

  img.logo {
    width: 200px;
  }

  div.headertitle {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 30px;
    color: #0b2684;
    font-weight: bold;
  }

  div.currentUser {
    color: #000000;
    margin-top: 30px;
    float: right;
    font-weight: bold;
    font-size: 15px;
  }

  div.currentUser a {
    color: #0b2684;
    vertical-align: middle;
    border-radius: 0px;
    text-decoration: none;
    line-height: 30px;
  }

  div.buttonsbar {
    width: 100%;
    height: 150px;
  }

  div.buttons {
    text-align: center;
  }

  div.button {
    display: inline-block;
    text-align: center;
    width: 120px;
    border: #0b2684 solid 10px;
    border-radius: 10px;
    height: auto;
    font-size: 18px;
    background-color: #0b2684;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 2px 2px 5px #0b2684;
  }

  a.buttonlink {
    text-align: right;
    color: #ffffff;
    background-color: #0b2684;
    text-decoration: none;
  }


  div.main {
    width: 100%;
    height: auto;
    margin-right: 20%;
    margin-left: 20%;
    text-align: center;
  }

  div.content {
    width: 60%;
    height: auto;
    min-height: 100px;
    padding: 5px;
    border: solid 1px #ccc;
    text-align: center;
  }

  div.login {
    display: block;
    width: 100%;
    height: auto;

  }

  form {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  }

  input {
    letter-spacing: 0.5px;
    padding: 2px;
  }

  textarea {
    letter-spacing: 0.5px;
    padding: 2px;
    font-size: 16px;
  }

  form.login {
    margin: 70px;
  }

  label.loginlabel {
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
  }

  input.input {
    border: 1px solid #000000;
    width: 220px;
    margin-bottom: 20px;
  }

  input.logininput {
    border: 1px solid #aaaaaa;
    width: 220px;
    margin-bottom: 20px;
  }

  input.input:focus {
    border: 1px solid #000000;
  }

  input.logininput:focus {
    bottom: 1px solid #aaaaaa;
    outline: none;
  }

  div.hiddendiv {
    display: none;
  }

  div.submit {
    display: inline-block;
    padding: 0px;
    width: 220px;
  }

  div.loginbuttondiv {
    float: left;
  }

  div.forgotpassdiv {
    float: right;
    font-weight: bold;
    font-size: 15px;
  }

  a.forgotpass {
    color: #0b2684;
    vertical-align: middle;
    border-radius: 0px;
    text-decoration: none;
    line-height: 30px;
  }

  input.loginbutton {
    text-align: right;
    color: #ffffff;
    background-color: #0b2684;
    border: #0b2684 solid 3px;
    border-radius: 5px;
    height: 30px;
    box-shadow: 2px 2px 5px #0b2684;
  }

  div.loginfailed {
    height: 30px;
    vertical-align: top;
    color: red;
    display: none;
    width: 100%;
  }

  div.weakpass {
    height: 30px;
    vertical-align: top;
    color: red;
    display: none;
    width: 100%;
  }

  input.registerbutton {
    text-align: right;
    color: #ffffff;
    background-color: #0b2684;
    border: #0b2684 solid 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #0b2684;
  }

  a.deleteRegistrationLink {
    text-align: right;
    color: #ffffff;
    background-color: #0b2684;
    border: #0b2684 solid 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #0b2684;
    text-decoration: none;
  }

  form.register {
    text-align: left;
  }

  textarea.textareafirst {
    width: 400px;
    height: 200px;
    font-family: inherit;
  }

  input.checkboxfirst {

  }

  label.checkboxfirstsublabel {
    margin-left: 0px;
  }

  label.checkboxsecondsublabel {
    margin-left: 20px;
  }

  label.checkboxthirdsublabel {
    margin-left: 40px;
  }

  label.checkboxfourthsublabel {
    margin-left: 60px;
  }

  input.checkboxsecond {
    margin-left: 20px;
  }

  input.checkboxthird {
    margin-left: 40px;
  }

  input.checkboxfourth {
    margin-left: 60px;
  }

  label.checkboxsecondtextlabel {
    margin-left: 20px;
  }

  label.checkboxthirdtextlabel {
    margin-left: 40px;
  }

  label.checkboxfourthtextlabel {
    margin-left: 60px;
  }

  table.searchResultTable {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
  }

  table.searchResultTable th {
    background-color: #B4C6E7;
    color: #000000;
    font-weight: bold;
  }

  table.searchResultTable th {
    min-width: 100px;
    max-width: 200px;
  }

  table.searchResultTable tr {
    border: 1px solid #000000;
    color: #000000;
    font-weight: normal;
  }

  img.minjarmynd {
    max-width: 250px;
    max-height: 250px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  div.stokminjarmynd {
    display: inline-block;
    max-width: 260px;
  }

  input.deleteimagebutton {
    margin: 5px;
  }

  input.deleteattachmentbutton {
    margin: 5px;
    margin-left: 10px;
  }

  div.searchfilterbuttons {

  }
  form.searchfilter {
    align-items: center;
    display: inline-block;
    width: 100px;
    margin: 5px;
  }

  input.searchaddfilterbutton {
    background-color: #B4C6E7;
    border: #B4C6E7 solid 3px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 1px 1px #B4C6E7;
    width: 80px;
  }

  input.searchremovefilterbutton {
    background-color: #ffffff;
    border: #B4C6E7 solid 3px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 1px 1px #B4C6E7;
    width: 80px;
  }

  div.searchfilters {
    text-align: left;
    align-items: left;
    margin-bottom: 25px;
  }

  div.searchfilters label {
    width: 120px;
    margin-left: 50px;
    display: inline-block;
  }

  div.searchfilters input {

  }

  div.footer {
    width: 100%;
    height: 100px;
    text-align: center;
    border-top: 3px solid #0b2684;
    padding-top: 10px;
    margin-top: 10px;
  }
