﻿body {
  font-family: 'Open Sans', sans-serif;
  padding:0px;
  margin: 0px;
}

.LogoutMoveUp
{
  top:-18px;
}


.basic-padding
{
  padding: 10px 30px;
}

.HeaderIcon {
  padding-right: 10px;
  margin-top: 5px;
}

.smallTitleImage {
  max-width: 80px;
  max-height: 35px;
  margin-bottom: -10px;
  -webkit-animation: mymove 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 2s;
}

.TreeView {
  text-align: left;
  position: fixed;
  margin-bottom: 300px;
  margin-left:10px;
}

.BodyArea {
  padding-top: 92px;
}

.resumeFullTitle {
  -webkit-animation: mymoveback 1s; /* Safari 4.0 - 8.0 */
  animation: mymoveback 1s;
}



.PageNavMarginMax {
  width: 160px;
  margin-top: 70px;
  text-align: left;
  z-index:10;
}

.PageNavMarginMin {
  width: 200px;
  margin-top: 70px;
  text-align: left;
}

.PageBodyMargin {
  margin-top: 95px;
  align-content: center;
}

.ScrollingOn {
  overflow-y: auto;
  height: 100%;
}

-webkit-scrollbar:horizontal {
  background-color: lightgray;
}

-webkit-scrollbar:vertical {
  background-color: #b6eff8;
}

-webkit-scrollbar:hover {
  background-color: lightblue;  
}

@-webkit-keyframes mymove {
  from {
    max-height: 80px;
    max-width: 100px;
  }

  to {
    max-height: 35px;
    max-width: 80px;
  }
}

/* Standard syntax */
@keyframes mymove {
  from {
    max-height: 80px;
    max-width: 100px;
  }

  to {
    max-height: 35px;
    max-width: 80px;
  }
}

@-webkit-keyframes mymoveback {
  from {
    max-width: 80px;
    max-height: 35px;
  }

  to {
    max-height: 80px;
    max-width: 100px;
  }
}

/* Standard syntax */
@keyframes mymoveback {
  from {
    max-height: 35px;
  }

  to {
    max-height: 80px;
  }
}

.tablePad
{
  padding-top:25px;
  padding-left:50px;
}

.HeaderElementHide {
  display: none;
}


.BannerHeader
{
  margin-top:10px;
  width:100%;
  text-align:center;
}

.DivCentre
{
  align-content:center;
}

header, footer {
  color: #ddd;
  text-align: center;
  padding:0;
  margin:0;
}

aside {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 40px;
}

.range-list {
  padding-bottom: 40px;
  padding-top: 40px;
}

  .range-list h4 {
    margin-bottom: 40px;
    color: darkorange;
    font-weight: bold;
  }

  .range-list img {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 60px;
  }

.range-title {
  color: darkblue;
}

.HomeBar {
  position: fixed;
  width: 100%;
  opacity:1;
  z-index:20000;
}


.MainHeader {
  width: 100%;
  background-position: inherit;
  padding: 3px;
  padding-bottom: 5px;
  margin: 0px;
  width: 100%;
  left: -1px;
  z-index: 120;
  background-color: #333;
  background-image: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
}

#MainFooter {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: fixed;
  border: 0;
  bottom: 0px;  
  left: 0;
  z-index: 10000;
  background: inherit;
  background-color: #333;
}

.HeaderButtons
{
  position: fixed;
  justify-content:flex-end;
  vertical-align: bottom;
  margin-top:30px;
  margin-right: 10px;
  right:0px;
  height:30px;
}

.BodyArea1 {
  vertical-align:middle;
  position:fixed;
  width: 150px;
  padding-top: 92px;
}

article {
  padding: 40px;
}

  article img {
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 6px 6px 8px #777;
    margin-bottom: 20px;
  }

  article p {
    font-size: 16px;
  }

@media (max-width: 800px) {

  #ImgBannerFlowchart {
    display: none;
  }

  #ImgBannerPic {
    display: inline;
  }
}


@media (max-width: 600px) {

  #ImgBannerFlowchart {
    display: none;
  }

  #ImgBannerPic {
    display: none;
  }
}


  @media (max-width: 767px) {

    .range-list h4 {
      display: inline;
      font-size: 18px;
    }

    .range-list a {
      display: block;
    }

    .range-list img {
      width: 33%;
      height: 33%;
      margin-right: 10px;
      margin-bottom: 30px;
      margin-top: 20px;
    }
  }


  /* The following code is used to create same-sized columns 
   in a multi-column layout.
   Code from:  
   http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
*/
  /* columns of same height styles */
  .container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-xs-height {
    display: table-row;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
  }


  @media (min-width: 768px) {
    .container-sm-height {
      display: table;
      padding-left: 0px;
      padding-right: 0px;
    }

    .row-sm-height {
      display: table-row;
    }

    .col-sm-height {
      display: table-cell;
      float: none;
    }
  }

  @media (min-width: 992px) {
    .container-md-height {
      display: table;
      padding-left: 0px;
      padding-right: 0px;
    }

    .row-md-height {
      display: table-row;
    }

    .col-md-height {
      display: table-cell;
      float: none;
    }
  }

  @media (min-width: 1200px) {
    .container-lg-height {
      display: table;
      padding-left: 0px;
      padding-right: 0px;
    }

    .row-lg-height {
      display: table-row;
    }

    .col-lg-height {
      display: table-cell;
      float: none;
    }
  }
