/*
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 : Sep 6, 2016, 2:17:10 PM
    Author     : Bo
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body, html {  
    height: 100%;
    margin: 0; 
    padding: 0; 
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
    overflow: hidden;
}

div.hourglass{
    z-index: 200;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    height: 100%;
    min-height: 100%;
    display: none;
    background-image: url(../graphic/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.centervertically {
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);    
}

a { 
    color: black;
    text-decoration: none; 
    white-space: nowrap; 
}
