﻿@font-face {
    font-family: 'Old English Text MT';
    src: url('../fonts/OLDENGL.TTF'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kruti Dev 080 Wide';
    src: url('../fonts/Krutidev_080.TTF'); 
    font-weight:bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bar_Code';
    src: url('../fonts/fre3of9x.ttf'); 
    font-style: normal;
}
@font-face
{
font-family: 'hindi';
src: url('/demo/fonts/k010.TTF');
font-weight: normal;
font-style: normal;
}
/*--------------------------------------------------------------------------------*/
 html, body
        {
            min-height: 100%;
        }
        .column
        {
            padding: 0 5px 0 5px !important;
        }
        .panel-primary > .panel-heading
        {
            background-image: linear-gradient(to bottom, #337ab7 -3px, #089de3 29%) !important;
            background-repeat: repeat-x !important;
            padding-top: 2px !important;
            padding-bottom: 2px !important;
        }
        
        
        #navmenu > ul > li
        {
            color: White;
            font-weight: bolder;
            font-size: 14px;
        }
        #navmenu > ul
        {
            border: none;
        }
        #navmenu > ul > li > div
        {
            max-height: 400px;
            overflow: auto;
            background-color: Black;
        }
        #ddmenu li
        {
            line-height: 30px !important;
        }
        .top-heading
        {
            font-weight: bold !important;
        }
        .dd-inner
        {
            /* background-color: rgba(253, 113, 0, 0.9) !important;*/
            background-color: rgba(0, 0, 0, 1.0) !important;
            color: White !important;
        }
        .dd-inner a
        {
            color: White !important;
        }
        .bodybak
        {
           /* background: url(img/purple-background-4.jpg) no-repeat center center fixed;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-size: cover;*/
        }
        .h1style
        {
            border-radius: 0 10px; /* box-shadow: 0 0 0 1px rgba(53, 86, 129, 0.4) inset, 0 0 5px rgba(53, 86, 129, 0.5) inset, -285px 0 35px white inset;*/
            color: #355681;
            font-family: "Titillium Web" ,sans-serif;
            font-size: 25px;
            font-weight: 600;
            line-height: 33px !important;
            position: relative;
        }
        .nopadding
        {
            padding: 0 !important;
        }
        .nopadding2
        {
            padding: 5px !important;
        }
        .nomargin
        {
            margin: 0 !important;
        }
        .headingclass
        {
            color: Black;
        }
        .img-responsive
        {
            margin: 0 auto !important;
        }
        
        body
        {      
           /* background: -webkit-repeating-radial-gradient(50% 50%, circle, #f9f9f9, #cccccc 3px) !important;
            background: -moz-repeating-radial-gradient(50% 50%, circle, #f9f9f9, #cccccc 3px) !important;
            background: -o-repeating-radial-gradient(50% 50%, circle, #f9f9f9, #cccccc 3px) !important;
            background: repeating-radial-gradient(50% 50%, circle, #f9f9f9, #cccccc 3px) !important;      
            */
  
        }
        
        /*------------------------------------------------------------------------------------------*/
          .date
        {
            display: block;
            width: 100px;
            height: 110px;
            margin: 30px auto;
            background: #fff;
            text-align: center;
            font-family: 'Helvetica' , sans-serif;
            position: relative;
        }
        
        .date .binds
        {
            position: absolute;
            height: 15px;
            width: 60px;
            background: transparent;
            border: 2px solid #999;
            border-width: 0 5px;
            top: -6px;
            left: 0;
            right: 0;
            margin: auto;
        }
        
        .date .month
        {
            background: #555;
            display: block;
            padding: 8px 0;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            border-bottom: 0px solid #333;
            box-shadow: inset 0 -1px 0 0 #666;
        }
        
        .date .day
        {
            display: block;
            margin: 0;
            padding: 10px 0;
            font-size: 48px;
            box-shadow: 0 0 3px #ccc;
            position: relative;
        }
        
        .date .day::after
        {
            content: '';
            display: block;
            height: 100%;
            width: 96%;
            position: absolute;
            top: 3px;
            left: 2%;
            z-index: -1;
            box-shadow: 0 0 3px #ccc;
        }
        
        .date .day::before
        {
            content: '';
            display: block;
            height: 100%;
            width: 90%;
            position: absolute;
            top: 6px;
            left: 5%;
            z-index: -1;
            box-shadow: 0 0 3px #ccc;
        }
        .year
        {
            font-size: 13px;
            rotation: -90deg !important; /* ** Hacks ** */
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
        }
        
        
        
         .modalBackground
        {
            background-color:rgba(0, 0, 0, 0.7) !important;
        }
        
        
         .widht100
        {
            width: 100% !important;
        }
        .margin-tb-10
        {
            margin: 5px 0 5px 0 !important;
        }
        #Employee_profile_div label
        {
            font-size: 13px !important;
        }
         .ErrorControl
        {
            background-color: #FBE3E4;
            border: solid 1px Red;
        }