@font-face {
	font-family: "Poppins";
	src: url("../../inc/fonts/Poppins-Regular.ttf");
	font-weight: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("../../inc/fonts/Poppins-Bold.ttf");
	font-weight: bold;
}

html {
	font-family: "Poppins";
}

body, table, td, div, span, p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: "Poppins";
}

#main {
	background-color: #403E6B;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0px;
	left: 0px;
	position: relative;
	min-height: 100vh;
}

#main.lp-mirror {
	background-color: #AA6775;
}

#main.lp-uat {
	background-color: #B39672;
}

.loading {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.loading:before {
	content: "";
	display: inline-block;
	width: 75px;
	height: 75px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 80%;
	border-radius: 12px;
	position: relative;
	top: 40%;
	box-shadow: 0px 2px 18px #888;
}

.servicewrap {
	margin-top: 20px;
}

.servicewrap .servicelogo img {
	min-height: 100px;
	max-height: 100px;
	max-width: 938px;
}

.logo {
	height: 64px;
	padding: 40px 0px 40px 0px;
}

.panel {
	display: inline-block;
	width: 400px;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	border: black solid thin;
	background-color: WHITE;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	overflow: hidden;
	text-align: left;
	position: relative;
	padding-bottom: 24px;
}

.panel #MainTabsList {
	display: none;
}

.panel .TabMainPanel {
	padding: 0px;
}

.panelvalidation {
	width: 100%;
	min-height: 42px;
	max-height: 60px;
	position: relative;
}

.validationmessages {
	font-size: 14px;
	color: red;
	padding: 10px 30px 0px 30px;
}

.panelvalidation .validationmessages {
	display: block;
	width: 350px;
}

.panelnotification {
	margin: 10px;
	border: 2px #37a7cb solid;
	border-radius: 5px;
	padding: 10px;
	background-color: #e6f9ff;
	color: #0e7090;
}

.inputlabel {
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	color: #403E6B;
}

.input {
	padding: 10px;
}

.stndborder {
	border: 1px solid #CCCCCC;
	outline: none;
}

.stndborder:focus {
	border: 1px solid #AAAAAA;
}

.input.fullwidth {
	width: 300px;
}

.linkwrap {
	width: 300px;
	text-align: right;
}

.externalloginbuttons .linkwrap {
	width: 370px;
}

.link, .smalllink {
	text-decoration: underline;
	padding-top: 2px;
	cursor: pointer;
	color: #403E6B;
}

.smalllink {
	font-size: 10px;
	font-weight: bold;
}

.padtop {
	padding-top: 24px;
}

.padbot {
	padding-bottom: 24px;
}

.padleft {
	padding-left: 24px;
}

.padright {
	padding-right: 24px;
}

.icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.valicon-valid {
	background-image: url("../img/16x16/validdata.png"); /** sprite-ref: icons; */
}

.valicon-invalid {
	background-image: url("../img/16x16/invaliddata.png"); /** sprite-ref: icons; */
}

[type=hidden] + .valicon {
	display: none;
}

.buttons {
	text-align: center;
}

.button {
	width: 180px;
	height: 53px;
	color: transparent;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
}

.button.agreebtn {
	visibility: hidden;
}

.logindivider, .externallogindivider {
	margin: 12px 0px 0px 0px;
	display: block;
	border-top: solid 1px #CCC;
	overflow: visible;
	height: 0px;
}

.externalloginbuttons {
	text-align: center;
	margin-top: 8px;
}

.externallogindivider {
	text-align: center;
}

.externallogindivider:before {
	display: inline-block;
	content: "OR";
	padding: 0px 12px;
	position: relative;
	top: -9px;
	background-color: white;
	color: #888;
	font-size: 16px;
}

.FacebookButton {
	width: 384px;
	height: 64px;
	display: inline-block;
	background-image: url("../img/facebookbuttonsprite.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.FacebookButton:hover {
	background-position: 0px -64px;
}

.BigButton {
	background: #60D6FF;
	border-radius: 5px;
	display: inline-table;
	width: 180px;
	height: 53px;
	cursor: pointer;
}

.BigButton:hover {
	background: #FF7D6F;
}

.BigButton .text {
	font-family: "Calibri Bold", "Arial", "sans-serif";
	font-size: 18pt;
	font-weight: bold;
	color: white;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 4px;
}

.isHidden {
	display: none !important;
}

.BigButton.fullwidth {
	width: 96%;
}

/** BUTTONS **/
.pp-button {
	display: inline-block;
}
.pp-button-inner, .pp-button-inner:hover {
	color: #000000; border: none;
	line-height: 32px; height: 32px !important;
	position: relative; top: 0px; left: 0px;
	padding: 0px 6px 0px 6px; margin: 0px 10px 0px 10px;
	overflow: visible; text-decoration: none !important;
	font-weight: normal; outline: none;
	border-radius: 0px; cursor: pointer;
	font-size: 12px;

	background-image: url("../img/button/normal_gradient.png");
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat-x;
	display: inline-block;
}

.pp-button[disabled] .pp-button-inner, .pp-button[disabled] .pp-button-inner:hover {
	color: #888888;
	background-image: url("../img/button/hover_gradient.png");
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	cursor: default;
}
.pp-button[disabled] .pp-button-inner:before, .pp-button[disabled] .pp-button-inner:hover:before {
	background-image: url("../img/button/hover_left.png");
}
.pp-button[disabled] .pp-button-inner:after, .pp-button[disabled] .pp-button-inner:hover:after {
	background-image: url("../img/button/hover_right.png");
}
.pp-button[disabled] .pp-button-inner.pp-button-icon:before, .pp-button[disabled] .pp-button-inner:hover.pp-button-icon:before {
	background-image: url("../img/button/hover_icon.png");
}
.pp-button[disabled] .pp-button-inner.pp-button-icon:after, .pp-button[disabled] .pp-button-inner:hover.pp-button-icon:after {
	background-image: url("../img/button/hover_right.png");
}

.pp-button-inner:before, .pp-button-inner:after {
	content: ''; display: block;
	position: absolute; top: 0px;
	width: 10px; height: 100%;
	padding: 0px; margin: 0px;

	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
.pp-button-inner:before { left: -10px; background-image: url("../img/button/normal_left.png"); }
.pp-button-inner:after { right: -10px; background-image: url("../img/button/normal_right.png"); }
.pp-button-inner:hover:before { background-image: url("../img/button/hover_left.png"); }
.pp-button-inner:hover:after, .pp-button-inner:hover.pp-button-icon:after {
	background-image: url(../img/button/hover_right.png);
}

.pp-button-inner:hover { background-image: url("../img/button/hover_gradient.png"); }

.pp-button-inner.pp-button-icon { margin-left: 44px; padding-left: 12px; }
.pp-button-inner.pp-button-icon:before { width: 44px; left: -44px; background-image: url("../img/button/normal_icon.png"); }

.pp-button-inner:hover.pp-button-icon:before {
	background-image: url("../img/button/hover_icon.png");
}

.pp-button-inner.pp-button-icon .pp-icon {
	display: block;
	position: absolute; top: 4px; left: -34px;
	width: 38px; height: 24px;
	padding: 0px; margin: 0px;

	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pp-button + .pp-button {
	margin-left: 20px;
}

