﻿html, body {
    height: 100%;
    color: #000000;
    font-weight: normal;
    font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    overflow-x: hidden;
    overflow-y: hidden;
}

:lang(en-GB) {
    quotes: '\2018' '\2019' '\201C' '\201D';
}

.row {
    margin: 0 !important;
}

.footer {
    bottom: 0;
    width: 100%;
    min-height: 81px;
    background-color: #0d2c6c;
}

#branding {
    height: 100%;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../PSD_Login/Photo.png);
    overflow: hidden;
    background-color: #4488dd;
}

#topRow {
    height: calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
}


img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#footer {
    color: white;
    text-align: center;
    background-color: #0d2c6c;
    min-height: 81px;
    position: relative;
    left: 0;
    bottom: 0;
    height: 10%;
}

.ERROR
{
    display: block;
	margin: 10px 0;
	border-right: red 1px solid;
	border-top: red 1px solid;
	font-weight: bold;
	border-left: red 1px solid;
	color: red;
	border-bottom: red 1px solid;
	font-family: Arial;
	text-align:center;
	cursor:default;
}
.POPUP_ERROR
{
	border: red 1px solid;
	/*border-right: red 1px solid;
	border-top: red 1px solid;
	border-bottom: red 1px solid;*/
	font-weight: bold;
	border-left: red 1px solid;
	color: red;
	font-family: Arial;
	cursor:default;
	width:248px;
	display:none;
	margin-bottom:5px;
}

.LockScreen
{
	font-weight: bold;
	font-size: 36pt;
	font-family: Arial;
	color:Red;
}
.footerText {

    font-size: 14px;
    color:white !important;
}

.footerText a, span{
    color: white !important;
    font-size: 14px;
}
