.tiles-dashboard {
  width: 95%;
  height: 1000px;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 15px;
  grid-auto-rows: minmax(150px, auto);
  grid-auto-flow: dense;
}


.grid-item {
  font-size: 14px;
  border-radius: 5px;
}

.box-medium {
}

.clickable {
  cursor: pointer;
}

.tile-container {
  position: relative;
  background-color: #337059;
}

.tile-container:hover {
  background-color: #255040;
}

.tile-container + * {
  clear: left;
}

.icon-medium {
  max-width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 50px;
  line-height: 50px;
  z-index: 2;
}

.icon-large {
  max-width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 50px;
  line-height: 50px;
  z-index: 2;
}

.icon-wide {
  max-width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 50px;
  line-height: 50px;
  z-index: 2;
}

.branding-bar {
  //  white-space: break-spaces !important;
  height: auto !important;
  line-height: 14px !important;
  padding: 5px 0 0 0;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  z-index: 2;
  text-align: center;
}

.box-large {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.box-wide {
  grid-column-end: span 3;
  grid-row-end: span 3;
}

.box-landscape {
  grid-column-end: span 3;
  grid-row-end: span 2;
}

@media only screen and (max-width: 600px) {
 .grid-layout {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 15px;
  }

  .box-large {
    grid-column-end: span 2 !important;
    grid-row-end: span 2 !important;
  }

  .box-wide {
    grid-column-end: span 2 !important;
    grid-row-end: span 2 !important;
  }

  .box-medium {
    grid-column-end: span 1 /2 !important;
    grid-row-end: span 1 /2 !important;
  }

  .box-landscape {
    grid-column-end: span 2 !important;
    grid-row-end: span 2 !important;
  }



}

app-tile-link{
   width: 100%;
   height: 100%;
   background-color: #337059;
   display: block;
  font-size: 14px;
  border-radius: 5px;
}


.tile-container{
    width: 100% !important;
    height: 100% !important;
}

.tile-container {
  position: relative;
    background-color: #337059;
}

.tile-container:hover {
     background-color: #337059;
}

.tile-container + * {
  clear: left;
}

.tile-content {
  width: 100%;
  height: 100%;
    background-color: #337059;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}

.tile-content:hover {
     background-color: #337059;
}

.cdk-drag-placeholder {
  display: none !important;
}

.Aptar-slide-back, .Aptar-slide-front {
    background-color: #337059!important;
    color: #fff!important;
}

.cdk-drag{
    background-color: #337059!important;
    height: 100%;
}
