.last_update {
    position: relative;
}
.last_update_text {
    /*position: absolute;
    bottom: 0;*/
    font-size: 10px;
    color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;;
    text-align: left;
}
.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
    width:100%;
    color:#7a7a7a;
}
.tile_count .tile_stats_count {
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px
    }
}
.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0
    }
}
.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
    
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px
    }
}
@media (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 16px
    }
}
.tile_count .tile_stats_count span {
    font-size: 12px
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px
    }
}
@media(max-width:1049px){
  .tile_count{
    margin-top:10px;
    margin-bottom:10px;
  }
  nav {
      height: 100px;
  }
  nav.mobile {
      height: 90px;
  }
}
@media(max-width:768px){
  
  body > div:not(.modal){
    top:0px!important;
  }
}
@media(max-width:600px){
  /* nav.shadow{
    display:none!important;
  }
  nav.mobile.shadow{
    display:block!important;
  } */
  nav.mobile {
      height: 65px;
  }
}
@media(max-width:400px){
  nav.mobile {
      height: 40px;
  }
}
/* @media screen and (orientation:landscape) and (max-width:420px) and (max-device-width:420px) { */
@media ((orientation:landscape) and (max-width:820px) and (aspect-ratio>2.1)) {
  nav.mobile{
    display:none;
  }
  body > div:not(.modal){
    position: relative;
    top: 0px;
    width: 100%;
    height: calc(100vh - 0px);
  }
  nav.shadow{
    display:none;
  }
}
.tomapbutton.mobile{
  display:none;
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}
/** tile stats **/
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .tile-stats:hover .icon i {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
  }
  
  .tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1;
  }
  
  .tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
  }
  
  .tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857143
  }
  
  .tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0;
  }
  
  .tile-stats h3 {
    color: #BAB8B8;
  }
  
  .tile-stats p {
    margin-top: 5px;
    font-size: 12px;
  }
  
  .tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  
  .tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
  }
  
  .tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
  }
  
  table.tile_info {
    padding: 10px 15px;
  }
  
  table.tile_info span.right {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 4%;
  }
  
  .tile:hover {
    text-decoration: none;
  }
  
  .tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7;
  }
  
  .tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left;
  }
  
  
  /** /tile stats **/
  