/* 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;
    top: 0px;
    position: fixed;
    background-color: #ffffff;
    padding-bottom: 10px;
    z-index: 1000;
  }

  div.headertitle {
    display: inline-block;
    width: 250px;
    text-align: right;
    font-size: 30px;
    color: #0b2684;
    font-weight: bold;
    position: fixed;
    top: 70px;
    left: 15%;
    z-index: 10;
  }

  div.logo {
    display: inline-block;
    width: 250px;
    padding: 10px;
    text-align: left;
    float: left;
    position: fixed;
    top: 20px;
    left: 10%;
  }

  img.logo {
    width: 300px;
  }

  div.currentUser {
    display: inline-block;
    width: 450px;
    text-align: right;
    font-size: 30px;
    color: #0b2684;
    font-weight: bold;
    position: fixed;
    top: 40px;
    right: 20%;
  }

  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;
  }

  span.umsysla {
    display: none;
  }

  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 {
    padding-top: 180px;
    width: 80%;
    height: auto;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 5%;
    text-align: center;
  }

  div.content {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0px;
  }

  div.singlecontent {
    display: inline-block;
    width: 70%;
    height: auto;
    min-height: 100px;
    padding: 0px;
  }



  div.parentcontentcolumn {
    width: 25%;
    height: auto;
    min-height: 200px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 40px;

    text-align: left;
  }

  div.childcontentcolumn {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 10px;
    box-shadow: 2px 2px 5px grey;
  }

  div.contentcolumn {
    width: 25%;
    height: auto;
    min-height: 200px;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    box-shadow: 2px 2px 5px grey;
    text-align: left;
  }

  div.meetingroomcolumn {
    border: 0px;
    height: 0px;
    text-align: center;
    padding: 0px;
    margin-top: 50px;
    box-shadow: none;
  }

  div.meetingroomcolumn a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    background-color: #e28636;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    padding: 15px;
    box-shadow: 2px 2px 5px grey;
  }

  div.meetingroomcolumn a:hover {
    background-color: #d41317;
  }

  h1 {
    font-size:calc(12px + 0.8vw);
    text-align: center;
  }

  h2 {
    font-size:calc(12px + 0.4vw);
  }

  div.newscolumn {
    border: 0px;
    background-color: #d1e1ea
  }

  div.eventcolumn {
    border: 0px;
    background-color: #bad9ff
  }

  div.menucolumn {
    border: 0px;
    background-color: #e8e8e8
  }

  div.login {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 120px;
  }

  form.login {
    margin: 70px;
  }

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

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

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

  input.input:focus {
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
  }

  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;
  }

  form.register {
    text-align: left;
  }

  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;
  }

  table.searchResultTable th {
    background-color: #0b2684;
    border: 1px solid #0b2684;
    color: #ffffff;
    font-weight: normal;
  }

  input.menu_desc {
    width: 600px;
  }

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

  h2.menutitle {
    margin-bottom: 0px;
    color: #E36C0A;
    font-weight: bold;
  }

  p.readmore {
    text-align: right;
  }

  p.readmore a {
    text-decoration: none;
    color: #000000;
  }

  p.readmore a:visited {
    text-decoration: none;
    color: #000000;
  }

  p.readmore a:hover {
    text-decoration: none;
    color: #e28636;
  }

  p.previouspage {
    text-align: left;
    float: left;
    width: 50%
  }

  p.previouspage a {
    text-decoration: none;
    color: #000000;
  }

  p.previouspage a:visited {
    text-decoration: none;
    color: #000000;
  }

  p.nextpage {
    text-align: right;
    float: right;
    width: 50%
  }

  p.nextpage a {
    text-decoration: none;
    color: #000000;
  }

  p.nextpage a:visited {
    text-decoration: none;
    color: #000000;
  }

  p.allnews {
    text-align: right;
  }

  a.allnews {
    text-decoration: none;
    color: #000000;
  }

  a.allnews:visited {
    text-decoration: none;
    color: #000000;
  }

  a.allnews:hover {
    text-decoration: none;
    color: #e28636;
  }

  p.menudescription {
    margin-top: 0px;
    color: #244061;
    font-weight: bold;
    font-size: 20px;
  }

  h2.newstitle {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  h4.newsdate {
    margin-bottom: 0px;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
  }

  p.newscontent {
    margin-top: 0px;
    margin-bottom: 40px;
    height: auto;
  }

  p.calendarcontent {
    margin-top: 0px;
    margin-bottom: 40px;
    height: auto;
  }

  @media (max-width : 1125px) {
    div.parentcontentcolumn {
      width: 90%;
      height: auto;
      min-height: 200px;
      display: inline-block;
      position: relative;
      vertical-align: top;
      margin-left: 2%;
      margin-right: 4%;

    }

    div.contentcolumn {
      width: 90%;
      height: auto;
      min-height: 200px;
      padding: 10px;
      margin-left: 2%;
      margin-right: 2%;
      display: inline-block;
      position: relative;
      vertical-align: top;
      box-shadow: 2px 2px 5px grey;
      margin-bottom: 10%;
    }
  }
