/*
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 : 2 Aug, 2017, 2:13:01 PM
    Author     : shivam
*/
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src:
        local('Roboto'),
        url(fonts/roboto-regular-webfont.woff2) format('woff2'),
        url(fonts/roboto-regular-webfont.woff) format('woff'),
        url(fonts/roboto-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src:
        local('Roboto'),
            url(fonts/roboto-medium-webfont.woff2) format('woff2'),
            url(fonts/Roboto-Medium-webfont.woff) format('woff'),
            url(fonts/roboto-medium-webfont.ttf) format('truetype');
}
html,body{
    font-family: Roboto, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 90%;
    font-size: 14px;
}
.main-header .logo
{
    font-family: Roboto, Arial, sans-serif;
    font-weight:500;
}
body{
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}
#mydiv {
    width: 100%;
    position: fixed;
    padding: 0px;
    text-align: center;
    z-index: 10000;
    filter: alpha(opacity=70);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mydiv .imgnload{
    border-radius: 50%;
    height:80px;
    width:80px;
    position: relative;
    left: 0%;
}
#mydiv img {
        border-radius: 50%;
        height:80px;
        width:80px;
}