.tile {
  min-height: 80px;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.tile.tile-default {
  background: #fff;
  color: #000;
  border-color: #C6C6C6; }

.tile.tile-primary {
  background: #fff;
  color: #14243C;
  border-color: #fff; }

.tile.tile-inverse {
  background: #14243C;
  color: #fff;
  border-color: transparent; }

.tile.tile-transparent {
  background: transparent;
  color: #14243C;
  border-color: transparent;
  margin-bottom: 0;
  padding: 0; }

.tile .tile-title {
  overflow: hidden;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px; }

.tile .tile-icon {
  overflow: hidden;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px; }

.tile .tile-value {
  overflow: hidden;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px; }

.tile .text-xs {
  font-size: 12px; }

.tile .text-sm {
  font-size: 14px; }

.tile .text-md {
  font-size: 16px; }

.tile .text-md-auto {
  font-size: 0.9vw !important; }

.tile .text-lg {
  font-size: 18px; }

.tile .text-xl {
  font-size: 20px; }

.tile .text-xl-auto {
  font-size: 2vw !important; }

.tile .tile-icon.text-xs {
  font-size: 20px; }

.tile .tile-icon.text-sm {
  font-size: 22px; }

.tile .tile-icon.text-md {
  font-size: 24px; }

.tile .tile-icon.text-lg {
  font-size: 26px; }

.tile .tile-icon.text-xl {
  font-size: 28px; }

.tile .tile-value.text-ss {
  font-size: 16px; }

.tile .tile-value.text-xs {
  font-size: 20px; }

.tile .tile-value.text-sm {
  font-size: 24px; }

.tile .tile-value.text-md {
  font-size: 36px; }

.tile .tile-value.text-lg {
  font-size: 42px; }

.tile .tile-value.text-xl {
  font-size: 50px; }

.tile .text-white {
  color: #fff; }

.tile .text-lightblue {
  color: #006098; }

.tile .text-blue {
  color: #006098; }

.tile .text-dark {
  color: #14243C; }

.tile .text-grey {
  color: #F6F7F9; }

.tile .text-darkgrey {
  color: #C6C6C6; }

.tile .text-orange {
  color: #000063; }

.tile .text-red {
  color: #000064; }

.tile .text-light {
  font-weight: 300; }

.tile .text-normal {
  font-weight: 400; }

.tile .text-semibold {
  font-weight: 600; }

.tile .text-bold {
  font-weight: 700; }

.tile .text-extrabold {
  font-weight: 800; }

.tile .text-black {
  font-weight: 900; }

.tile .text-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis; }

.tile .no-data {
  text-align: center;
  margin: 100px 0;
  font-size: 30px;
  text-transform: capitalize; }

.tile.pad-top {
  padding-top: 20px; }

.tile.pad-bottom {
  padding-bottom: 20px; }
