/* .custom-card{
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
	background: #fff;
    padding: 15px;
} */
.custom-row {
  margin-bottom: 1em; }

.title {
  background: #eee;
  font-size: 18px; }

/* .border-light{
	    margin-bottom: 1em;
    background: #f7f8f8;
    margin: 0px;
    padding: 1em;

} */
.dt {
  display: table;
  height: 100%;
  width: 100%; }

.tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.muddha-title {
  font-size: 18px; }

/* responsive classes */
.muddha-type {
  display: none; }

.sub-muddha {
  display: none; }

.bg-white {
  background: #fff; }

@media only screen and (max-width: 768px) {
  .d-n {
    display: none; }

  .muddha-type {
    display: block;
    background: #64B5F6;
    color: #fff; }

  .sub-muddha {
    display: block;
    margin: 5px; }

  .border-light {
    margin-bottom: .8em;
    background: #f1f1f1;
    padding: .5em 0em; }

  .custom-card {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    background: #fff;
    padding: 15px; }

  .muddha-title {
    font-weight: bolder;
    color: #2196F3; } }

/*# sourceMappingURL=monitoring.css.map */
