@font-face {
    font-family: 'softactivate-icons';
    src: url('../images/softactivate-icons.woff?itilhz') format('woff');
}

[class^="icon-"], 
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'softactivate-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: gray;
}

.icon-softactivate-logo:before {
    content: "\e900";
}

.bi {
    text-align: center;
    /*vertical-align: -.125em;*/
    fill: currentColor;
}

#navbar {
    height: 80px;
    margin-bottom: 1em;
}

/* The nav row's items are vertically centered inside the fixed 80px navbar band (shorter
   items like Notifications used to top-align and clip against a taller neighbor). Scoped to
   md-and-up: below md the same <ul> renders inside the offcanvas, where centering would
   misalign the vertical list. The account toggle is the static two-line "Account" item
   (menu polish round), icon-mb-1 + default line box — byte-identical spacing to the
   Notifications item; the caret fits on the label line. */
@media (min-width: 768px) {
    #navbar .navbar-nav {
        align-items: center;
    }
}

/* The vendor id line inside the account menu's items (current account + switch rows). */
#navbar .nav-vendor-id {
    font-size: .7rem;
    line-height: 1;
}

@media (max-width: 767px) {
    #search-form {
        justify-content: initial !important;
    }
}

#sidebar {
    position: fixed;
    top: calc(80px + 1em);
    bottom: 1em;
    width: 240px;
}

@media (min-width: 768px) {
    #main {
        padding-left: calc(240px + 1em) !important;
    }
}

/* Form-field help icon (Beta 1 UX round): center against the INPUT's rendered height, not
   the row's. When a long field title wraps to two lines the row grows taller than the input
   and a row-centered icon drifted below the input's midline. The height matches a
   form-control-sm (1.5 x .875rem line-height + 2x .25rem padding + 2x 1px border). */
.field-help {
    align-self: flex-start;
    height: calc(1.3125rem + 0.5rem + 2px);
}

.page-link {
    color: gray;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6c757d;
}

/* registration form */

@media (min-width: 768px) {
    .reg-form-modal-dialog {
        width: 700px;
    }
}

.reg-form-modal-dialog {
    max-width: initial;
}

.reg-form-modal-content {
    width: 100% !important;
    margin: 0px auto;
    border: 0px;
    overflow: hidden;
    border-radius: 0%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    background-color: #FFFFFF;
}

.reg-form-banner {
    padding: 25px 0px 25px 0px;
    background-color: lightgray;
    padding: 10px;
    background-color: #2196f3;
}

.reg-form-logo {
    max-width: 70%;
    max-height: 70%;
}

.reg-form-submit-button { 
    background-color: #2196f3;    
}

.reg-form-logout, .reg-form-logout:visited {
    color: #2196f3;
}
