/* css of add dataentry page */
    /*Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

    /*Firefox */
    input[type=number] {
    -moz-appearance: textfield;
    }

    .inputdose 
        {   width: 22% !important;   
            height: 20px !important;
        }
    .afdose{
        width: 60% !important;
        height: 20px !important;
    }
    .afduration{
        width: 20% !important;
        height: 20px !important;
    }
    .freqwidth2{
        width: 90% !important;
        height: 20px !important;
    }
    .width1{
        width: 80% !important;
        height: 20px !important;
    }
    .width2{
        height: 20px !important;
    }
    /*.freqwidth {
        width: 50% !important;
        margin-left: 2% !important;
    }*/
    .rightpadding
    {
        padding-right: 0px !important;
    }
    .nocellpadding
    {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .left {
        margin-left: 1% !important;
    }
    .right {
        margin-right: 1% !important;
    }
    .hr
    {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }


/* css of add drug page */
    .browncss{
        color:brown;
    }
    .redcss{
        color:red;
    }

/* css of inpf_institute page */
    .bodystyle
    {
        background-color:#FBFCF8 !important; /* F0F8FF*/
        width: 100% !important;
        align-items: center!important;            
    }
    .container {
        align-items: center;
        justify-content: center;            
    }
    .leftcss{
        text-align: left;
    }
    .marooncss{
        color:maroon;
    }
    .textcenter{
        text-align:center;
    }
    .width80{
        width:80%;
    }
