/*-----------------------
OLD Version
-----------------------*/
/*body {
	padding: 0px;
	margin: 0px;
	background-color: #E3ECF6;
	scrollbar-face-color: #EFEFEF;
	scrollbar-3dlight-color: #E2EFF7;
	scrollbar-darkshadow-color: #E2EFF7;
	scrollbar-track-color: #f9f9f9;
}

div#page {
	border: 1px solid #D7D7D7;
	background-color: #FFFFFF;
	width: 760px;
	height: 420px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -380px;
	text-align: center;
}

div#header {
	height: 57px;
	width: 100%;
	background: url('../../images/logo/logo_pamcard.gif') 3% 30% no-repeat;
}

div#content {
	margin: 0px;
	height: 363px;
	width: 740px;
	margin-top: 20px;
	background: url('../../images/background/exclam.gif') 100% 80% no-repeat;
}

div#content .message {
	font-family: Verdana, Arial;
	font-size: 12pt;
	color: #7C7C7C;
	text-align: center;
	font-weight: bold;
}

div#content .data {
	color: #222222;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

div#content .button {
	border: #0075BB 1px solid;
	font: bold 11px Arial;
	color: #ffffff;
	background-color: #0075bb;
	width: 118px;
	height: 20px;
}*/


html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

p {line-height: 22px;}

.loading-icon {
	font-size: 30px;
}

.loading-local {
  animation: loading-local-anime 1s ease-in-out infinite;
}

@keyframes loading-local-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#logo {
	height: 61px;
	margin-top: 3%;
	margin-bottom: 3%;
	background: #fff url("../../images/logo/logo-pamcard-login.png") no-repeat center top;
}

#jumbo-message {background: #f7f7f7 url('../../images/background/exclam2.png') no-repeat 93% 35px;}

.message-title {
	font-size: 32px;
	letter-spacing: 4px;
	color: #003b65;
	cursor: default;
	padding-top: 20px;
}