@media only screen and (min-width: 641px) {

  header {
    height:70px;
    max-height:70px;
    min-height:70px;
    position:fixed;
    width:100%;
    z-index:50;
    top:0px; left:0px; right:0px;
    overflow:hidden;
  }

  header nav h1 {
    padding:0; margin:0;
    text-align:center;
    height:50px; max-height:50px; min-height:50px;
    font-size:25px;
    line-height:50px;;
    padding-left:5px;
    color:white
  }

  header nav {
    background-color:#1F6865;
    height:50px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }

  header nav ul,header nav li {
    height:50px;
    list-style-type:none;
    padding:0; margin:0;
  }


  header nav ul {
    width:800px;
    max-width:800px;
    min-width:800px;
    display:flex;
    justify-content:space-around
  }

  header nav li {
    display:block;
    width:14.25%;
    height:100%;
    cursor:pointer;
    transition:all .5s
  }



  header nav li:hover span {
    opacity:.8;
    background-color:#1F6865;
    border:8px solid white
  }







  header nav li:last-child {
    width:25px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    line-height:100%;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    padding:8px
  }

  header nav li:last-child i {
    display:block;
    align-self: center;
    width:8px;
    height:8px;
    background-color:white;
    border-radius:50%;
    margin:.5px;
    opacity:.2
  }


  header nav li span{
    background-color:white;
    border:8px solid white;
    opacity:.2;
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    margin-top:-20px; top:50%;
    margin-left:-20px; left:50%;
    border-radius:50%;
    z-index:1;
    transition:all .25s
  }

  header nav li b{
    z-index:2;
    font-size:90%;
    height:18px;
    line-height:18px;
    text-align:center;
    margin-top:-9px; top:50%;
    position:absolute;
    display:block;
    width:100%;
    color:white;
    background-color:#1F6865;
  }

  header .myLogin {
    float:right;
    width:320px;
    font-size:13px;
    height:18px;
    text-align:center;
    padding:0; margin:0;
    padding-top:2px
  }

  header .myLogin span {
    display:inline-block;
    height:20px;
    padding:0; margin:0;
    color:#1F6865;
    padding-bottom:4px
  }

  header .myLogin span:last-child:hover {
    cursor:pointer;
    text-decoration:underline
  }


  header .myLogin span:first-child {
    border-right:1px solid #1F6865;
    padding-right:6px;
  }


  section {
    display:flex;
    position:fixed;
    top:70px;
    bottom:0%; left:0%; right:0%;
    background:#f0f0f0;
    overflow:hidden;
    overflow-Y:auto;
    padding:10px;
    padding-right:0px;
  }

  div,p {
    display:block;
    padding:3px
  }

  div.listSpace {
    max-width:320px;
    width:320px;
    position:fixed;
    top:80px;
    right:0px;
    height: calc(100% - 80px);
    overflow:hidden;
    overflow-Y:auto
  }

  div.workSpace {
    width: 100%;
    padding-right:320px;
    min-height:120%;
    height:auto;
    background-color:white;
  }

  .projectTICKETS .ticketList {
    width:32%;
    min-width:320px;
  }


}


.showStats {
  text-decoration:none;
  display:inline-block;
  background-color:#1F6865;
  color:white;
  border-radius:8px;
  text-align:center;
  padding:3px;
  font-size:10px
}

iframe {
  width:100%;
  height:600px;
  display:none
}



