﻿ @media print
        {
            .no-print, .no-print *
            {
                display: none !important;
            }

@font-face { font-family: 'customunicodefont'; src: url( '../fonts/EkMukta-Regular.ttf' ); }
.customunicodefont { font-family: customunicodefont; font-size: 18px; }


        }
body {
    margin-top: 0px;
    margin-bottom: 50px;
    background-color: #bec3ae;
    font-family: customunicodefont;
}
        .navbar
        {
            /* -webkit-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);
            -moz-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);
            box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);*/
        }
        .navbar *
        {
            color: #78170c !important;
        }
        .nav-link:hover, .dropdown-item:hover
        {
            background-color: #007bff !important;
            color: #ffffff !important;
        }
        .nav-item
        {
            border-left:1px solid #e3e3e3;            
        }
         .nav-item:first-child 
        {
            border-left:1px solid #e3e3e3;            
        }
        .nav-item:last-child 
        {
            border-right:1px solid #e3e3e3;            
        }
        /*
        .dropdown:hover > .dropdown-menu
        {
            display: block;
        }
        .dropdown > .dropdown-toggle:active
        {
            pointer-events: none; //Without this, clicking will make it sticky
        }
        */
        
        .gototop
        {
            width: 48px;
            height: 48px;
            min-width: 48px;
            min-height: 48px;
            background-image: url(/images/up48x48.png);
            background-repeat: no-repeat;
            margin: 48px;
        }
        .gototop:hover
        {
            background-image: url(/images/up48x48_h.png);
        }
        
        .gototop-small
        {
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            background-image: url(/images/up24x24.png);
            background-repeat: no-repeat;
            margin: 24px;
        }
        .gototop-small:hover
        {
            background-image: url(/images/up24x24_h.png);
        }