html {
  font-size: 14px;
}
@font-face {
    font-family: 'logo-font';
    src: url('/fonts/CATFranken-Deutsch.ttf');
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@font-face {
    font-family: 'Grenale Norm';
    src: url('/fonts/Grenale Norm Heavy.otf') format('opentype');
}



.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 {
    background-color: black;
}

.nav-link {
    color: ivory !important;
    font-weight: bolder !important;
    font-size: 1.5rem !important;
    /* font-family:'Grenale Norm' !important; */
}
.navbar-custom
{
    color: #85b900 !important;
    background-color: black !important;
}
.narbar-brand-custom{
    color: #85b900 !important;
}

ul > li > ul > li > a {
    text-indent: 25px; /* Can use padding-left as well */
}

.logo {
    color: #85b900 !important;
    font-family: 'logo-font' !important;
    font-size: 3.75rem !important;
    line-height: initial !important;
}

.logo-grenale {
    font-family:'Grenale Norm' !important;
    font-size: 1.2rem !important;
}

.text-grenale {
    font-family: 'Grenale Norm' !important;
}
.no-bottom-padding{
    padding-bottom: 0px !important;
}

.text-dark {
     color: #85b900 !important; 
    /*color: #218C26 !important;*/
}
.btn {
    /* font-family: 'Grenale Norm' !important; */
    font-weight: 700 !important;
}

.btn-primary {
    background-color: #9100b9 !important;
}

.border-bottom {
    border-bottom-color: #9100b9 !important;
    border-bottom-width: 2px !important;
}
.editable-div {
    border: 2px #9100b9 solid !important;
}
.text-white{
    color: antiquewhite !important;
}

.main_content {
    height: calc(100% - 25px); /* subtract the 'Notes' label height */
    overflow-y: auto;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 1 rem;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: transparent;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: .2;
        text-align: center;
        font-size: 28px;
        line-height: 10px;
        border-radius: 50%;
    }

    .img-wrap:hover .close {
        opacity: 1;
    }

.line-1 {
    background: red !important;

}

.menu_ddl {
    background-color: black !important;
    color: ivory;
    font-weight: bolder !important;
    font-size: 1.5rem !important;
}

.menu_ddl_link:hover {
    color: #9100b9 !important;
}

.black-link {
    color: black !important;
    text-decoration: none !important;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #9100b9;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -.55rem;
    margin-top: 0.36rem;
}

.navbar-bg-1 {
    background-image: url('/images/bg/3b.jpg');
    background-repeat: no-repeat;
    background-position-y: -835px;
    background-size: cover;
}

.text-dark-2 {
    /*color: #29F533 !important;*/
    /*    color: #85b900 !important;
*/

    color: #ACEF00 !important;
}