html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.dx-datagrid-headers {
    background-color: #337ab7 !important;
    font-family: calibri !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: white !important;
}

.dx-toolbar.dx-popup-title {
    background-color: #337ab7;
}
.navbar {
    background-color: #e3e0d9;
}
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    color: black;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    z-index: 100;
    left: auto;
}

    .dropdown-menu li {
        padding: 10px 20px;
    }

        .dropdown-menu li a {
            text-decoration: none;
            color: black;
        }

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-link {
    color: #ff8c00 !important;
    font-weight:bold;
}

    .nav-link:hover {
        background: #ffffff;
        color: #ff4500 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.asm-logo {
    width: 200px;
    height: 40px;
}