﻿@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }


    .hinditextkrutidev10
    {
        font-family: krutidev10;
        font-size: 22px;
    }
}
@font-face { font-family: 'customunicodefont'; src: url( '../fonts/EkMukta-Regular.ttf' ); }

@font-face
{
    font-family: 'yakHindiFont';
    src: url('../fonts/gargi.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'krutidev10';
    src: url( '../fonts/KRDV010.TTF' );
}

.hinditextkrutidev10
{
    font-family: krutidev10;
    font-size: 22px;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: #f0f0f0;
}


/* -----------------------------------------------
   Customising Navbar
   ----------------------------------------------- */


.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: #17a2b8 !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
        }
        */


/* -----------------------------------------------
   Footer Bar
   ----------------------------------------------- */
.footer
{
    background-color: #dddddd;
}
.footerLink
{
    text-decoration: none;
    color: #333;
}
.footerLink a
{
    color: #666666;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}
.footerLink a:hover
{
    color: #000000;
    text-decoration: none;
}
.footerText
{
    font-size: 0.8em;
    color: #333;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}


/* -----------------------------------------------
   Customising resizing of Logo
   ----------------------------------------------- */

#imgLogoNameBig
{
    -moz-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
}


.card .card-header
{
    padding: 8px 3px 3px 3px;
    padding-left: 20px;
    padding-right: 20px;
}

/* -----------------------------------------------
   Other Customisations
   ----------------------------------------------- */
.gototop
{
    cursor: pointer;
}

.gototop:hover
{
    color: #0000ff;
}



.mLink a
{
    color: #FFFFFF;
    text-decoration: none;
}
.mLink a:hover
{
    color: #000000;
    text-decoration: none;
}
