/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Nov, 2021, 9:55:47 AM
    Author     : shaziat
*/

    .link4 {
        color: #4082a6;
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        text-decoration: none;
    }

    .row1 {
        background-color: #F7F7F7;
        font-family: verdana;
        font-size: 12px;
        height: 25px;
        text-align: left;

    }

    .row2 {
        background-color: #FFFFFF;
        font-family: verdana;
        font-size: 12px;
        height: 25px;
        text-align: left;
    }

    .link4:active {
        color: #FD9800;
        text-decoration: underline;
    }
    .link4:hover {
        color: #FD9800;
    }

    .blinker {
        animation-duration: 1500ms;
        animation-name: blink;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        -webkit-animation:blink 1500ms infinite; /* Safari and Chrome */
    }
    @keyframes blink {
        from {
            color:red;
        }
        to {
            color:white;
        }
    }
    @-webkit-keyframes blink {
        from {
            color:red;
        }
        to {
            color:white;
        }
    }
    
    .dv1{
        font-size:15px;
    }
    .dv2{
        font-size:20px;
    }
    .tab1{
        width: 100%;
        border-width: 0px;
    }
    .trs{
        font-size: 14px;
    }
/*    .a1{
        color: #4082a6;
        font-size:14px;
    }*/
    .blnk{
        color:#ff0000;
    }
    .algncenter{
        text-align: center;
    }
    .tds{
        width: 20%;
    }
    .is{
        color: red;
    }