﻿@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@font-face
{
    font-family: 'yakHindiFont';
    src: url('../fonts/Yantramanav-Regular_0.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'krutidev10';
    src: url( '../fonts/KRDV010.TTF' );
}

.hinditextkrutidev10
{
    font-family: krutidev10;
    font-size: 18px;
}

body
{
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f0f0f0;
}

::placeholder
{
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999 !important;
    font-size: 0.8em; /* Firefox */
}

:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #999999 !important;
    font-size: 0.8em;
}

::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #999999 !important;
    font-size: 0.8em;
}

/* -----------------------------------------------
   yak-pagination for Data Grid PAger Highlight / Current Page css
   -----------------------------------------------*/
.yak-pagination
{
    font-weight: bold !important;
    font-size: 1.1em !important;

}
.yak-pagination span
{
    font-size: 1.4em !important;
}

/* -----------------------------------------------
   Customising Navbar
   ----------------------------------------------- */

.navbar
{
}
.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
   ----------------------------------------------- */
.yakfooter
{
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px; /* Set the fixed height of the footer here */
    background-color: #dddddd;
}

.yakfooterLink
{
    text-decoration: none;
    color: #333;
}
.yakfooterLink a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 5px 10px 5px 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}
.yakfooterLink a:hover
{
    color: #ffffff;
    background-color: #222222;
    text-decoration: none;
}
.yakfooterText
{
    font-size: 0.8em;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}






/* -----------------------------------------------
   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 {
    border-top: 5px solid #01b789;
    padding: 8px 3px 3px 3px;
    padding-left: 20px;
    padding-right: 20px;
}



/* -----------------------------------------------
   Other Customisations
   ----------------------------------------------- */
.gototop
{
    cursor: pointer;
}

.gototop:hover
{
    color: #0000ff;
}
