/** ADD YOUR AWESOME CODES HERE **/

.hindi-font{font-family : krishnanormal;}

@font-face {
    font-family: 'krishnanormal';
    src: url('../fonts/krishna.eot');
    src: url('../fonts/krishna.eot?#iefix') format('embedded-opentype'),
         url('../fonts/krishna.woff') format('woff'),
         url('../fonts/krishna.ttf') format('truetype'),
         url('../fonts/krishna.svg#krishnanormal') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

@font-face
    {
        /* Font Name to use*/
        font-family: 'HindiFont';
        /* Font path*/
        src: url('../fonts/k010.ttf');
    }

@font-face
    {
        /* Font Name to use*/
        font-family: 'HindiFont_AAAAAAA';
        /* Font path*/
        src: url('../fonts/Mangal 400.ttf');
    }

.hindiFont
    {
        /* Assign the font
        //font-family: 'HindiFont';*/
        font-family : HindiFont;
        font-size:20px!important;
    }


  .sol-inner-container {
            height: 40px;
            line-height: 15px;
        }



        .Paging {
           
            font-size: 14px;
            color: #fff;
            padding-top: 2px;
            text-transform: uppercase;
            font-weight: normal;
            text-align: center;
            background: #156073;
            text-decoration: none;
            margin:2px;
        }
        .Paging td {
           /*border:1px solid #dee2e6;*/
           padding:1px;
           
        }
        .Paging a {
            border: #fff 1px solid;
            height:30px;
            width:35px;
            padding-top: 1px;
            font-size: 16px;
            font-weight: bold;
            color:#fff;
           
        }
        .Paging :hover {
            /*height:30px;
            width:35px;
            padding-top: 0px;
            font-size: 16px;
            font-weight: bold;
            color:#fff;*/
           
          
            background-color:#4f6b72;
            
        }
        .Paging .active {
            background-color:#4f6b72;
            
        }

        .no_record_found {
            color:#4f6b72;
        }



    .fu_css {
        margin-top: 25px;
    }
    .fu_css_1 {
        /*margin-top: 25px;*/
    }

    .fu_download {
        width: 13%;
        display: inline-block;
        vertical-align: top;
        margin-top: 25px;
    }
    .fu_download_1 {
        width: 13%;
        display: inline-block;
        vertical-align: top;
        /*margin-top: 25px;*/
    }

    .fu_upload {
        width: 85%;
        display: inline-block;
    }


    .hr_class {
        margin-top: 0px;
    }


    /*span {
        font-weight: bold;
    }*/

    h3, .h3 {
        font-size: 16px;
    }

    label:not(.form-check-label):not(.custom-file-label) {
        font-weight: 400;
    }

    .disabled {
        background: #dddddd !important;
        height:auto !important;
        min-height: calc(2.25rem + 2px);
    }
.redstar {
    color: red;
}