﻿.logo {
    background-image: url(/images/teledok-logo-header.png);
    font-size: 0;
    width: 160px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-size: contain;
    margin-right: 20px;
    height: 10px;
    margin-top: 10px;
}
ng-view > .logo {
    background-image: url(/images/teledok-logo@300.png);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    height: 150px;
    background-size: contain;
    margin: 75px auto 60px auto;
    display: inline-block;
    width: 390px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
body.watermark {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body.watermark #waiting{
	width: 100%;
	height: 100%;
    background-image: url(/images/teledok-busy-watermark.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 250px;}
.mf-signout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background-color: rgb(255, 255, 255);
    background-image: url(/images/teledok-logo@300.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
.mf-app-disabled {
    background-image: url(/images/teledok-busy-watermark.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 250px;
}
