html, body{
  font-size:16px;
}

.content-header h1,
button span {
    font-family: Nunito, Montserrat, system-ui, BlinkMacSystemFont, -apple-system, sans-serif !important;
}


a {
    color: #e21a1a;
}

.sidebar-light-primary .nav-item>.nav-link.active, .grid-selector .select-options a.active {
    color: #e21a1a !important;
}

.main-menu .navbar-header {
    padding-top: 0;
}

.web-title {
    font-size: 1.32rem;
    margin: 0;
    font-weight: bold;
}

.btn.dropdown-toggle::after {
    display: none;
}

.header-navbar .dropdown-menu-right {
    margin-right: 1.5rem !important;
}

.grid-selector .wrap {
    border-bottom: 1px solid #eee;
    border-radius: 0;
    margin: 0;
}

.grid-selector .wrap .select-label {
    font-weight: bold;
}

.grid-selector ul>li, .table th, .table td {
    white-space: nowrap;
}

#index_grid-table {
    width: 100%;
    overflow: auto;
    max-width: 800px;
    margin:0 auto;
  }

  #index_grid-table.custom-data-table.data-table tbody tr {
    cursor: default;
  }

#index_grid-table td label {
    font-weight: bold;
    margin-right: 10px;
    font-size: 1rem;
    width: 80px;
    text-align: right;
}

.navbar-fixed-top .content-wrapper {
    padding-top: 5.8rem;
}

.content .content-wrapper {
    padding: 7rem 1.5rem 0;
    padding-top: 7rem;
}

.grid-selector .wrap {
    line-height: 40px;
    font-size: 14px;
}

.main-menu .navbar-header .navbar-brand {
    display: inline-block;
    margin: 0;
  }

  .main-menu .navbar-header .navbar-brand img, .horizontal-menu .horizontal-navbar-brand .logo-lg img {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    margin-top: -1px;
  }

  .horizontal-menu .horizontal-navbar-brand {
    margin-top: 0;
    display: none;
  }

  .logo-lg{
    color:#196eae;
  }

  .logo-title{
    font-weight: bold;
    font-size:24px;
  }

  .navbar-container {
    height: 100px;
  }

  .horizontal-menu .main-horizontal-sidebar{
    top:100px;
  }

  .input-group-prepend .input-group-text {
    max-height: 40px;
  }