html {
  font-size: 12px !important;
}

a {
    cursor: pointer;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #F1F1F1;
}

a:hover {
    text-decoration: none;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}


/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

#left-menu .btn {
    padding: 0;
    color: rgb(92, 97, 111);
}

#left-menu a:hover {
    color: #000000 !important;
}

#left-menu a:active {
    color: blue !important;
}

.shadow {
    background-color: white;
}

a.active {
    color: #008CFF !important;
}
a.active span {
    color: #008CFF !important;
}

/* Section headers now styled in _Layout.cshtml with better visual separation */
span.nav-link {
    /* Styles now defined in _Layout.cshtml for better integration */
}

span.nav-link:first-child {
    /* Styles now defined in _Layout.cshtml */
}

/* Removed span.active - section headers should not be directly clickable or active */

#skeleton {
    width: 100%;
    text-align: center;
    padding-top: 15%
}

.ucfirst {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.btn-success
{
    color:#FFF !important;
}

a.dropdown-item .active, a.dropdown-item:active {
    color: #FFF !important;
}

.bootstrap-autocomplete .dropdown-menu .show
{
    width: 350px !important;
}

/* Fix for select fields - prevent text truncation */
.custom-select {
    width: 100%;
    height: auto;
    min-height: 44px;
    padding-right: 30px;
    overflow: visible;
}

.custom-select option {
    padding: 10px;
    white-space: normal;
}

input.form-control {
    min-height: 44px !important;
}