h1,h2,h3,h4,h5 {
	font-family: 'Roboto', sans-serif;
}
span.data-point {
    /*padding: 0.5rem 2rem;*/
    /*background-color: #ffffff;*/
}

span.data-point-unit {
	float:right;
	margin-left: 0.5rem;
	width: 40px;
}

div.card-aqi div.type-name {
    font-weight: bold;
}


div.aqi-holder {
    min-width: 230px;
    width:100%;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
}

div.aqi-holder .aqi-index {
    font-size: 40px;
}

@media(max-width: 460px){
    div.aqi-holder {
        width: 100%;
    }
}

@media(min-width: 461px ) and (max-width: 720px ) {
    div.aqi-holder {
        width: 50%;
    }
}
@media(min-width: 721px ) {
    div.aqi-holder {
        width: 230px;
    }
}

div.aqi-holder.pull-right {
    float:right;
}

div.aqi-legend-box {
	width: 10%;
    height: 16px;
    float: left;
    font-size: 8pt;
    text-align: center;
    padding-top: 1px;
}

div.selected_aqi:after {
    content: ' ';
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #4d9afb;
    position: relative;
    left: 13%;
}

div.page-time {
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 100;
    font-weight: bold;
}


/*
 * marker cluster styling copied from original
 * leaflet.markercluster/dist/MarkerCluster.Default.css
 */

.marker-cluster-inactive {
	background-color: rgba(200, 200, 200, 0.6);
	}
.marker-cluster-inactive div {
	background-color: rgba(150, 150, 150, 0.6);
	}


.marker-cluster-normal {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-normal div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-warning {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-warning div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-critical {
	background-color: rgba(248, 83, 83, 0.6);
	}
.marker-cluster-critical div {
	background-color: rgba(238, 30, 9, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-normal {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-normal div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-warning {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-warning div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-critical {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-critical div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}





/* Modal windows used in Vue frontends */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 500px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* -- END Modal Vue Frontend */


/* v-cloak is used to hide Vue content before vue loads and provides the compiled output */
[v-cloak] { display:none }


/* Smart Property Analysis - SPA */
span.spa-sensor-status {
    width: 115px;
    padding: 1px 12px;
    border-left: 1px solid #ccc;
    text-align:right;
}

span.spa-sensor-status:last-of-type {
    border-left: none;
}


/* common widgets */
div.widget {
    padding: 2em;
    border-radius: 4px;
    border: 2px solid #4d8ca4;
    position: relative;
    margin-bottom: 1em;
    box-shadow: 2px 2px 8px 0px #bbbbbb;
}

div.widget div.title {
    size: 1.3em;
    font-weight: bold;
}

div.widget div.icons {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
}

div.widget div.icons i {
    font-size: 1.6em;
}

.hideThis {
    display: none;
}

.table-no-bottom-margin {
    margin-bottom: 0;
}


/* NO MORE TABLES */
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	.nmt table,
	.nmt thead,
	.nmt tbody,
	.nmt th,
	.nmt td,
	.nmt tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.nmt thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.nmt tr { border: 1px solid #ccc; }

	.nmt td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	.nmt td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.nmt td:before { content: attr(data-title); }
}


/* NO MORE TABLES 2 */
@media only screen and (max-width: 800px) {
    table.nmt2,
	table.nmt2 thead,
	table.nmt2 tbody,
	table.nmt2 th,
	table.nmt2 td,
	table.nmt2 tr {
		display: block;
    }

    table.nmt2 {
        border: none;
    }
    table.nmt2 thead {
        display: none;
    }

    table.nmt2 tr td:first-of-type {
        font-weight: bold;
        border-top: 2px #555 solid;
    }

    table.nmt2 tr td:last-of-type {
        border-bottom: 1px #555 solid;
        margin-bottom: 1em;
    }
}

/**
 *
 */
.card-aqi-1 {
  border-color: #36ff36;
}
.card-aqi-1 > .card-header {
  border-color: #36ff36;
  color: #605d5d;
  background-color: #9CFF9C;
}
.card-aqi-1 > .card-footer {
  border-color: #36ff36;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-1 {
  background-color: #9CFF9C;
  color: #605d5d;
}
.card-aqi-2 {
  border-color: #3fff11;
}
.card-aqi-2 > .card-header {
  border-color: #3fff11;
  color: #605d5d;
  background-color: #91ff77;
}
.card-aqi-2 > .card-footer {
  border-color: #3fff11;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-2 {
  background-color: #91ff77;
  color: #605d5d;
}
.card-aqi-3 {
  border-color: #196900;
}
.card-aqi-3 > .card-header {
  border-color: #196900;
  color: #605d5d;
  background-color: #31CF00;
}
.card-aqi-3 > .card-footer {
  border-color: #196900;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-3 {
  background-color: #31CF00;
  color: #605d5d;
}
.card-aqi-4 {
  border-color: #999900;
}
.card-aqi-4 > .card-header {
  border-color: #999900;
  color: #605d5d;
  background-color: #FFFF00;
}
.card-aqi-4 > .card-footer {
  border-color: #999900;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-4 {
  background-color: #FFFF00;
  color: #605d5d;
}
.card-aqi-5 {
  border-color: #997c00;
}
.card-aqi-5 > .card-header {
  border-color: #997c00;
  color: #605d5d;
  background-color: #FFCF00;
}
.card-aqi-5 > .card-footer {
  border-color: #997c00;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-5 {
  background-color: #FFCF00;
  color: #605d5d;
}
.card-aqi-6 {
  border-color: #995c00;
}
.card-aqi-6 > .card-header {
  border-color: #995c00;
  color: #605d5d;
  background-color: #FF9A00;
}
.card-aqi-6 > .card-footer {
  border-color: #995c00;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-6 {
  background-color: #FF9A00;
  color: #605d5d;
}
.card-aqi-7 {
  border-color: #fd0000;
}
.card-aqi-7 > .card-header {
  border-color: #fd0000;
  color: #605d5d;
  background-color: #FF6464;
}
.card-aqi-7 > .card-footer {
  border-color: #fd0000;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-7 {
  background-color: #FF6464;
  color: #605d5d;
}
.card-aqi-8 {
  border-color: #990000;
}
.card-aqi-8 > .card-header {
  border-color: #990000;
  color: #dddddd;
  background-color: #FF0000;
}
.card-aqi-8 > .card-footer {
  border-color: #990000;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-8 {
  background-color: #FF0000;
  color: #dddddd;
}
.card-aqi-9 {
  border-color: #330000;
}
.card-aqi-9 > .card-header {
  border-color: #330000;
  color: #dddddd;
  background-color: #990000;
}
.card-aqi-9 > .card-footer {
  border-color: #330000;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-9 {
  background-color: #990000;
  color: #dddddd;
}
.card-aqi-10 {
  border-color: #9900c9;
}
.card-aqi-10 > .card-header {
  border-color: #9900c9;
  color: #dddddd;
  background-color: #CE30FF;
}
.card-aqi-10 > .card-footer {
  border-color: #9900c9;
  color: #797979;
  background-color: #ebf1fa;
  font-weight: bold;
}
.bg-aqi-10 {
  background-color: #CE30FF;
  color: #dddddd;
}

.level-meter {
  margin: 0 auto;
  width: 70px;
  height: 400px;
  position: relative;
  background: #ddd;
  border: 1px solid #aaa;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  -moz-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  -ms-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  -o-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
}
.level-meter .track {
  height: 380px;
  top: 10px;
  width: 20px;
  border: 1px solid #aaa;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(1%, #ffffff));
  background: -webkit-linear-gradient(top, #000000 0%, #ffffff 10%);
  background: -o-linear-gradient(top, #000000 0%, #ffffff 10%);
  background: -ms-linear-gradient(top, #000000 0%, #ffffff 10%);
  background: -moz-linear-gradient(top, #000000 0%, #ffffff 10%);
  background: linear-gradient(to bottom, #000000 0%, #ffffff 10%);
  background-position: 0 -1px;
  background-size: 100% 5%;
}
.level-meter .level {
  height: 0%;
  width: 100%;
  background: #005f8f;
  background: rgba(0, 95, 143, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.level-meter .level .amount {
  padding: 0 60px 0 5px;
  position: absolute;
  border-top: 1px solid #060;
  color: #060;
  right: 0;
}
.level-meter .limit {
  position: absolute;
  top: 0;
}
.level-meter .amount {
  display: inline-block;
  padding: 0 5px 0 60px;
  border-top: 1px solid black;
  font-family: Trebuchet MS;
  font-weight: bold;
  color: #333;
}

.bin-meter-container {
    text-align: center;
    vertical-align: middle;
}

.bin-meter {
    border: 0px grey solid;
    text-align: center;
    vertical-align: middle;
    height: 200px;
    width: 200px;
    display: inline-block;
    font: normal normal normal FontAwesome;
    font-size: 12em;
    line-height: 0;
    position: relative;
    z-index: 0;

    color: grey;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bin-meter #filler {
    position: absolute;
    left: 48px;
    width: 100px;
    z-index: -1;
    height: 0px;
    border-top: 2px solid;
    top: 44px;
}

.bin-meter.normalColour #filler {
    background-color: #dff0d8;
    border-color: #c2d2b4;
}

.bin-meter.warningColour #filler {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.bin-meter.criticalColour #filler {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.bin-meter.normalColour i {
    color: #3c763d;
}

.bin-meter.warningColour i {
    color: #8a6d3b;
}

.bin-meter.criticalColour i {
    color: #a94442;
}

.bin-meter #bin-label {
    font-size: large;
    font-weight: bold;
    color: #333;
}

#nav_top_links>.nav-item,
#nav_top_links>.navbar-nav {
  margin-right: 1em;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;

  /* fixed navbar padding */
  padding-top: 4.5rem;
}

#main {
  padding-left: 3%;
  padding-right: 3%;
}

a:not([href]) {
  cursor: pointer;
}

/* workarounds: https://github.com/miracle2k/webassets/issues/508
    a url decoded then base64 encoded version of the originals
*/
#main-nav.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+");
}

#main-nav.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+");
}

.headerBackground {
  background: url('/static/img/smartplaces.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

@media only screen and (min-width : 1090px) {
  .headerBackground {
    background-size: 310px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;

  /* Set the fixed height of the footer here */
  height: 60px;

  /* Vertically center the text there */
  line-height: 60px;

  background-color: #f5f5f5;
}

@media only screen and (max-width : 793px) {
  .footer {
    height: unset;
  }
}

.badge {
  line-height: 1.3em;
}

div#print_header {
  display: none;
}

/**
 * This file is CSS overrides on top of bootswatch sandstone
 *
 * it's written in less and must be manually compiled to CSS
 *
 * $ cd src/webapp/static/site/css
 * $ less-watch-compiler . . smartplaces-theme.less
 *
 */
/* custom north smart places */
body.smartplaces nav.navbar-dark {
  background-color: #3c3c3c;
  border-bottom: 3px solid #14D7E6;
}
body.smartplaces nav.navbar-dark .nav-item.active {
  border-bottom: 2px #14D7E6 solid;
}
body.smartplaces nav.navbar-dark a.navbar-brand {
  color: white;
}
body.smartplaces nav.navbar-dark button.btn-outline-pinyel,
body.smartplaces nav.navbar-dark a.btn.btn-outline-pinyel {
  color: #14D7E6;
  background-color: transparent;
  background-image: none;
  border-color: #14D7E6;
}
body.smartplaces nav.navbar-dark button.btn-outline-pinblu,
body.smartplaces nav.navbar-dark a.btn.btn-outline-pinblu {
  color: #3c3c3c;
  background-color: transparent;
  background-image: none;
  border-color: #3c3c3c;
}
body.smartplaces a:not(.btn) {
  color: #626262;
}
body.smartplaces ul.nav-tabs > li.nav-item > a.nav-link {
  font-weight: bold;
  font-size: 0.8rem;
}

/* This style sheet will override other styles from themes etc
   this style sheet must be added as the last style sheet.
*/

/*
   critical: #D9534F
   warning: #F47C3C
   normal: #93C54B
   inactive: #8E8C84
*/

body {
   background: rgba(220, 224, 224, 0.3);
}

.sp-disabled {
   /* Prevents clicking */
   pointer-events: none;
   /* Makes it appear disabled */
   opacity: 0.5;
   /* Shows a not-allowed cursor */
   cursor: not-allowed;
}

.sp-no-chart-data {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   z-index: 9999;
}

.sp-chart-no-data-text {
   text-align: right;
   margin-right: 15px;
   font-size: 50px;
   font-weight: bold;
   color: #000;
   opacity: 0.1;
}

.sp-branding-text {
   color: #3E3F3A;
}

.sp-footer {
   background: #3C3C3C;
   border-top: solid #fff 1px;
   color: #fff !important;
   font-size: 0.8rem;
}

.sp-footer-link {
   margin-right: 30px;
   color: #fff !important;
   font-weight: 600;
   text-decoration: none;
   font-size: .9rem;
}

.sp-footer-link:hover {
   text-decoration: none;
}

.sp-breadcrumb {
   background: none !important;
   border: none !important;
   padding: 7px 0 0 0.65rem;
}

.sp-legend-text {
   color: #626262;
   font-size: 11px;
   font-weight: 500;
}

.sp-border-dark {
   rgba(220, 224, 224, 0.9);
}

.sp-card-header,
.sp-card-footer {
   font-weight: 700;
   color: #626262;
   text-transform: uppercase;
   ;
}

.sp-card {
   border: 1px solid rgba(223, 215, 202, 0.75);
   border-radius: 0.25rem;
}

.sp-critical-alarm-header {
   background: linear-gradient(to right, #d9534f, #d9534f);
   /*background: linear-gradient(to right, #fe5d70, #fe909d);*/
   padding-left: 5px;
   padding-right: 3px;
   color: #fff;
   font-weight: bold;
}

.sp-warning-alarm-header {
   background: linear-gradient(to right, #F47C3C, #F47C3C);
   /*background: linear-gradient(to right, #fe9365, #feb798);*/
   padding-left: 5px;
   padding-right: 3px;
   color: #fff;
   font-weight: bold;
}

.sp-badge {
   min-width: 45px;
}

.sp-table-wrapper {
   overflow: auto;
   height: 500px;
   border-collapse: collapse;
   border: 1px solid #DFD7CA;
}

.sp-table-wrapper thead th,
.sp-table-wrapper tfoot td {
   position: sticky;
   background: #fff;
   border: 1px solid #DFD7CA;
   z-index: 999;
}

.sp-table-wrapper thead th {
   top: -1px;
   box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.sp-table-wrapper tfoot td {
   bottom: 0;
   box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.1);
}

.sp-table-wrapper table {
   width: 100%;
   border-collapse: collapse;
}

.sp-table-wrapper th,
.sp-table-wrapper td {
   padding: 8px;
   text-align: left;
   border: 1px solid #DFD7CA;
}

.sp-table-header-border {
   border: 1px solid #DFD7CA !important;
}

.sp-overview-table-height {
   height: 500px;
}

/*the rule of sc-modal-footer is added dynamically , we cannot directly overwrite it with another class
the solution is to use a pseudo class to check if sc-modal-footer has a child of sp-modal-footer
if so then apply the written rules to sc-modal-footer.
pseudo class reference: https://developer.mozilla.org/en-US/docs/Web/CSS/:has
*/
.sc-modal-footer:has(> .sp-modal-footer) {
   border-top: none;
   box-shadow: none;
}

.sp-grid-container {
   display: grid;
   grid-template-columns: repeat(7, 1fr);
   /* Adjust gap between cards */
   gap: 1rem;
}

.sp-grid-container .card {
   /* Remove default margins */
   margin: 0;
}

.sp-grid-container .card:first-child {
   /* Adjust as needed */
   margin-left: 15px;
}

.sp-grid-container .card:last-child {
   /* Adjust as needed */
   margin-right: 15px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
   color: #a94442;
}

.has-error .form-control {
   border-color: #a94442;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
   border-color: #843534;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
   color: #a94442;
   background-color: #f2dede;
   border-color: #a94442;
}

.has-error .form-control-feedback {
   color: #a94442;
}

.has-error .help-block {
   display: block;
   margin-top: 5px;
   margin-bottom: 10px;
}

.help-block {
   display: block;
   margin-top: 5px;
   margin-bottom: 10px;
   color: #737373;
}

/* Hide on small screens */
@media (max-width: 575.98px) {
   .hide-on-xs {
      display: none;
   }

   .footer {
      height: 70px;
   }

   .sp-overview-table-height {
      height: 170px;
   }
}

@media (min-width: 576px) and (max-width: 767.98px) {
   .hide-on-sm {
      display: none;
   }

   .footer {
      height: 70px;
   }

   .sp-overview-table-height {
      height: 170px;
   }
}

/* Hide on medium screens  */
@media (min-width: 768px) and (max-width: 991.98px) {
   .hide-on-md {
      display: none;
   }
}

/* Hide on large screens and up */
@media (min-width: 992px) {
   .hide-on-lg {
      display: none;
   }
}
