html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.select2-match {
    font-weight: bolder;
}

.dtAction {
   width: 60px !important;
   max-width: 60px !important;
}

    .dtAction.large {
        width: 100px !important;
        max-width: 100px !important;
    }

.cbm-container {
    min-height: calc(100vh - 80px) !important;
}

@media (min-width: 992px) {
    .col-lg-1-and-half {
        flex: 0 0 auto;
        width: 12.499999995%;
    }
}
table.dataTable > tbody > tr.child span.dtr-title:empty {
    display: none;
}
td.nowrap {
    white-space: nowrap;
}
.dt-buttons .ui-button {
    padding: .4em .4em;
}
a.link-dashed-underline {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.symbol-rupees:after {
    content: " \20B9";
}
.toast-container {
    z-index: 2591; /*Over the modal*/
}
.figure-small-logo {
    width: 30px;
}