html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 56px;
    font-family: 'Montserrat', sans-serif;
}

.search_box .input-group-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 2.5rem;
    height: 3.7rem;
    line-height: 3.7rem;
    text-align: center;
}

    @media (min-width: 768px) {
        body {
            padding-top: 108px;
        }
    }

    .categoryTmpl .card {
    transition: border-color 1s, background-color 0.5s;
}

    .categoryTmpl .card:hover {
        border-color: #909090 !important;
        background-color: #99999950 !important;
    }

.billerTmpl {
    transition: border-color 1s, background-color 0.5s;
}

    .billerTmpl:hover {
        border-color: #909090 !important;
        background-color: #cccccc50 !important;
    }

.list-image-cont {
    max-width: 40px;
}

main > div {
    display: none;
}