@font-face {
    font-family: 'myBamini';     
	src: url('../fonts/BAMINI0.eot');
	src: local('Bamini'), url('../fonts/Bamini.ttf') format('truetype');
}

@media print{

    /* *{
        margin: 0 !important;
        padding: 0 !important; 
         color: #000;    
        background-color: #fff; 
    } */

    footer, nav, .branding, a, input[type='button'] , button{
        display: none !important;
    }
    a:after {
        content: "( "attr(href)" )";
    }
    h1, h2{
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    header .phone {
        display: none !important;
    }
    .phone{
        text-align: center;
        margin-bottom: 20px;        
    }

    .phone p{
        display: inline;
        padding: 5px;
    }
    .loginuser{
        text-align: right;
    }
    .leftContent, .mainContent{        
        width: 100%;
        /* margin: 10px; */
        /* background: #389929; */
    }
    .mainContent img{
        float: right;
        width: 150px;
        height: 150px;
        clear: both;        
    }

    label{
        width: 150px;
        text-align: right;    
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
        font-size: 14px;
    }
    
    p.inputs{
        margin: 0px;
        display: inline-block;
        padding: 0px 5px;
        margin-bottom: 5px;
        width: 60%;
    
    }
    .mytamil{
        font-family: 'myBamini' !important;
        /* font-size: 16px !important; */
    }

    .mytamil1{    
        font: bold 18px 'myBamini' !important;
    }

    p#office::after{
        content: "";

    }
    #register div#contactoffice{
        display: block !important;        
    }
}

@page{
    margin: 1cm;
    padding: 1cm;
    border: 1px solid gray;
}