/**
 * ULTRAMAIN V9.
 * (C) 2021.
 *
 * @note
 * This new version of the login page uses a CSS grid approach to centering the login page.
 * CSS Grid is compatible with most modern browsers. IE10 and IE11 support an older version of the specification. https://caniuse.com/css-grid
 */
 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.clear-both { display: block; clear: both; }


view, lookup, action, execute, page, prevButton, nextButton, moreButton, grouping, gotoButton, firstTaskCardButton, prevTaskCardButton, nextTaskCardButton, lastTaskCardButton,gotoPageNoBetweenTask{ display: none !important; }
[siteID] { display: none !important; }

/** Base styles **/ 
html,
#mmBody,
#bodyWrap {
	height: 100%;
}

#mmBody {
	font-size: 62.5%;
	background: url('../../images/Login_BG.png') no-repeat center center fixed !important;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	position: relative;
	overflow-x: hidden;
	background-size: cover !important;
}

#bodyWrap {
	display: grid;
	grid-template-rows: 103px auto 103px;
	gap: 3rem;
}

.no-results { text-align: center; font-weight: bold; font-size: 2.2em; padding: 2.5em 0 0 0; }

#loadingWrap,
.pageType-popup {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8888;
	display: grid;
	place-content: center;
	padding: 1em;
}

#loadingWrap { z-index: 9999; }

#loadingWrap #loading {
	border-radius: 10px;
	background-color: #000000;
	color: #fff;
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
	width: 220px;
	height: 80px;
	line-height: 80px;
}

#clientVars { display: none; }

/** Application header **/
#applicationHeader .header-wrapper img.logo {
	margin-top: 3.5rem;
	margin-left: 4rem;
	max-height: 44px;
}

@media only screen and (max-width: 600px) {
	#applicationHeader .header-wrapper img.logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

/** Application Body **/
#applicationBody {
	display: grid;
	padding-left: 1em;
	padding-right: 1em;
}

#certificationActivitiesViewContainer .section-title  { height:auto; }
h3.section-title {width: 766px;height: 58px;line-height: 58px;color: #f5f6f8;font-weight: bold;font-size: 2.7em;text-align: center;background: #282c30 url('../images/MM/MM-section-title-bg.png') repeat-x 0px 0px;border: 1px solid #000;}
h3.section-title span.section-total { float: right; padding: 0 27px 0 0; }
h3.section-title.sticky-processed span.section-total {float: right;padding: 0 12px 0 0;}
h3.faux-title { position: fixed;}

h4.section-title { width: 734px; height: 40px; line-height: 40px; padding: 0 16px; color: #f5f6f8; font-weight: bold; font-size: 1.8em; background: #282c30 url('../images/MM/MM-section-title-bg-small.png') repeat-x 0px 0px; border: 1px solid #000; }
.raise-nri h4.section-title {font-size:1.4em;}
h4.section-title .viewAllTraining{background: #282c30 url("../images/MM/MM-section-title-bg-small.png") repeat-x scroll 0 0; border: 1px solid #000; color: #f5f6f8; font-weight: bold; height: 40px; line-height: 40px; margin-top: -4px; padding-left: 31px; width: 734px;}

h4.section-title span.right { float: right; }
h4.faux-title { position: fixed; }

.form-style { padding: 13px; margin: 13px; border: 3px solid #5d6268; border-radius: 18px; box-shadow: 0 0 12px #0a1947; }
.form-style h4.form-title { font-size: 3.1em; color: #fff; font-weight: bold; background-color: #969da3; border-bottom: 3px solid #555b60; height: 61px; line-height: 61px; margin: 0 0 13px 0; text-align: center; border-radius: 17px 17px 0 0; }
.form-style .group .group-header { height: 44px; line-height: 44px; padding-left: 25px; font-size: 2.8em; color: #fff; font-weight: bold; border-bottom: 3px solid #7b8187; background: #7c8288 url('../images/MM/MM-form-style-header-bg.png') repeat-x 0px 0px; }

.popup-inner .form-style .group {
	display: inline-grid;
	row-gap: 10px;
	margin-bottom: 20px;
}

.form-style .group .form-item label { font-size: 3.5em; font-weight: bold; color: #000; }
.form-style .group .form-item input {display: block;float: right;text-align: right;font-size: 3.5em;color: #2e5cac;background-color: transparent;border: none;}
.form-style .group .no-label input { float: none; width: 682px; text-align: right; }
.form-style .group .no-label-readonly-leftalign { }
.form-style .group .no-label-readonly-leftalign input { color: #7b8187; float: none; width: 682px; text-align: left; }
.form-style .group .form-item textarea { font-size: 3.4em; color: #2e5cac; font-weight: normal; background: transparent; border: none; width: 100%; font-family: Helvetica, Arial, sans-serif; padding: 11px 0; }
.form-style .group .has-lookup input { width: 285px; padding-right: 11px; }
.form-style .group .readonly {  }
.form-style .group .readonly label,
.form-style .group .readonly input,
.form-style .group .readonly textarea { color: #7b8187; }
/* iCheck plugin */
.pageType-popup .popup-inner {
	background-color: #f5f6f8;
	border: 3px solid midnightblue;
	overflow: hidden auto;
	max-width: 470px;
	width: 100%;
}

.pageType-popup .popup-inner.pdftypepopup {width: 740px; margin: 0 0 0 15px;bottom:90px;}
.pageType-popup .popup-inner h2 {font-size: 3.1em;font-weight: bold;color: #f5f6f8;line-height: 67px;height: 67px;text-align: center; background-color: midnightblue;}
.pageType-popup .popup-inner form {margin: 0;border: none;border-radius: 0px;box-shadow: none;}
.pageType-popup .popup-inner form .form-item label {font-size: 1.5em;color: midnightblue;}
.pageType-popup .popup-inner form .form-item .input { border: medium none; color: #000; font-size: 3.1em; margin-left: 18px; text-align: left; width: 501px; }
.pageType-popup .popup-inner form .form-item input {text-align: left;color: #000;font-size: 3.1em;background-color: transparent;border: 1px solid midnightblue;}

.pageType-popup .popup-inner .button-wrap {
	display: grid;
	justify-content: end;
	margin-top: 20px;
	column-gap: 6px;
	text-align: center;
	grid-auto-flow: column;
}

.pageType-popup .popup-inner a.button {
	display: inline-block;
	min-width: 65px;
	font-weight: bold;
}

.pageType-popup .popup-inner form .form-item.editEventPopup input {float:right; width:270px;}

#applicationBody .button {
	display: inline-block;
	font-size: 2em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 3px solid #14518b;
	background-color: #1b6ebc;
	border-radius: 3px;
	padding: 7px;
}

a.menuCommand {text-decoration: none;}

.splash-screen{width: 100%; height: 100%; background-color: #1c509c; position: fixed; z-index: 999999 !important; }
.splash-screen img{max-width: 60%; position:relative; top: 45%;left: 20%}

/** Login page **/
#loginPage {
	max-width: 400px;
	background-color: #fff;
	border-radius: 20px;
	place-self: center;
	width: 100%;
}

#loginPage form#login-form fieldset {
	border: none;
}

#loginPage form#login-form fieldset legend {
	font-size: 22px;
	font-weight: bold;
	color: #20376c;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	word-wrap: anywhere;
}

#loginPage form#login-form {padding: 28px 25px;}

#loginPage form#login-form .form-item.form-text {
	margin-bottom: 12px;
}

#loginPage form#login-form .form-item input {
	font-size: 22px;
	color: #aaabac;
	width: 100%;
	padding: 12px;
	background-color: #e8e8e9;
	border: none;
	border-top: 2px solid #aaabac;
	border-radius: 3px;
	font-family: inherit;
}

#loginPage form#login-form .form-item input:focus {
	outline: none;
	border-color: #1b6ebc;
}

#loginPage form#login-form .form-item-label-changed input { color: #333333; }

#loginPage form#login-form .button {
	width: 100%;
}

#loginPage form#login-form .button img { position: absolute; top: 10px; left: 24px; }

#loginPage form#login-form .openIdButton {
	word-wrap: anywhere;
}

#loginPage form#login-form .loginButton img { left: 13px; }

#loginPage form#login-form a.changePassword {
	font-size: 1.6em;
	color: #20376c;
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

#loginPage form#login-form div.disableOpenId {
	display: none;
}

#loginPage form#login-form div#loginOpenIdDivider {
	display: grid;
	margin-top: 15px;
	margin-bottom: 15px;
	grid-template-columns: auto 70px auto;
}

#loginPage form#login-form div#loginOpenIdDivider hr {
	opacity: 0.2;
	margin-top: auto;
	margin-bottom: auto;
}

#loginPage form#login-form div#loginOpenIdDivider span.gwt-Label {
	opacity: 0.3;
	text-align: center;
}

/** Change Password Page **/
@media only screen and (min-width: 480px) {
	#changePasswordPage .popup-inner .form-style .group .form-item {
		display: grid;
		column-gap: 20px;
		grid-template-columns: 1fr 2fr;
		align-items: center;
	}
}

#changePasswordPage .popup-inner form .form-item input {
	width: 100%;
}

#changePasswordPage .popup-inner h2 { height:80px; border-bottom: #f5f8fa;}
#changePasswordPage .popup-inner h2 {height: 47px;border-bottom: #f5f8fa;border-color: midnightblue;font-size: 20px;line-height: 47px;text-align: left;padding-left: 10px;}
#changePasswordPage .popup-inner form .button {
	background-color: midnightblue;
	font-size: 1.5em;
	border: none;
}

#enterOtpPage { display: grid; place-items: center; padding: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 10px; width: 100%;}
.form-style { width: 100%;}
.form-style h2 { font-size: 1.8rem; color: #125fa7; text-align: center; margin-bottom: 20px; border-bottom: 2px solid #f5f8fa; padding-bottom: 10px;}
.form-style .form-item { display: flex; flex-direction: column;}
.form-style .form-item label { font-size: 1.2rem; font-weight: bold; margin-bottom: 5px; color: #333;}
.form-style .form-item input { font-size: 1rem; padding: 10px; border: 1px solid #ccc; border-radius: 5px; outline: none; transition: all 0.3s ease;}
.form-style .form-item input:focus { border-color: midnightblue; box-shadow: 0 0 5px rgba(0, 0, 139, 0.3);}
.button-wrap { display: flex; justify-content: flex-end;}
.button {background-color: #125fa7;color: #fff; font-size: 1rem font-weight: bold;border: none; border-radius: 5px;padding: 10px 20px;cursor: pointer;transition: background-color 0.3s ease;}
.button:hover { background-color: #003366;}
#enterOtpPage {padding: 15px;}
.containerWrap.pageType-popup .popup-inner h2 { font-size: 1.5;background-color: #125fa7;}
.form-style .form-item input {font-size: 0.9rem;}
.button { font-size: 0.9rem; padding: 8px 16px;}
.containerWrap.pageType-popup .popup-inner { background-color: #f5f6f8;border: 3px solid #125fa7;overflow: hidden auto;max-width: 400px;width: 100%;}
#applicationBody.enterOtpPage .button{ display: inline-block; font-size: 2em;color: #fff;text-align: center;text-transform: uppercase;cursor: pointer;
    border-bottom: 3px solid #60728; background-color: #191970;border-radius: 7px;padding: 7px;
}

