/******************************************************************************
Section 1 : Global Settings
******************************************************************************/
html {
	font-size: 17px;
	margin: 0 1% 0 1%;
}

body {
    background-color: #fff;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 'Lucida Sans Unicode', "Noto Sans", 'Lucida Grande', Tahoma, Verdana, 'Trebuchet MS', 'Fira Sans', 'Merriweather Sans', sans-serif, 'Open Sans',  Arial, Geneva, Helvetica;
    line-height: 2;
    color: #0065A2;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/******************************************************************************
Section 2 - Global Page Structure Styles
******************************************************************************/
#WebPage {
	width: 100%;
	border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

#Header {
	vertical-align: top;
	width: 100%;
	background: seashell;
}

#TopBar {
	font-size: 85%;
	background: seashell;
	padding: 0.1rem;
    vertical-align: middle;
    border-bottom: 1px solid;
}

#TopBar a {
	padding-right: 20px;
	text-decoration: none;
}

.TopBarLeftSide {
	float: left;
	background: #f1f1f1;
	width: 49%;
    padding-left: 1%;
}

.TopBarRightSide {
	float: right;
	background: #f1f1f1;
	text-align: right;
	width: 49%;
    padding-right: 1%;
}

#WebSiteTitle {
	text-align: left;
	/*padding: 10px 0;*/
	padding: 0 0 10px 0;
	color: #1d487e;
	font-size: 200%;
	text-shadow: 1px 1px #FF0000;
	/*padding-left: 1%;*/
}

#WebSiteTitle a{
	color: inherit;
	text-decoration: none;
}

#WebSiteTagline {
	font-size: 55%;
	text-align: left;
	color: #1d487e;
	text-shadow: 1px 1px #FF0000;
}


#Content {
	vertical-align: top;
	width: 100%;
	margin: 5px auto;
}

#LeftModule {
	vertical-align: top;
	text-align: left;
	width: 24%;
	float: left !important;
	top:0;
	margin: 0;
	/*margin: 10px 2% 10px 1%;*/
	margin-right: 1%;
	margin-bottom: 1rem;
}

#CenterModule {
	width: 50%;
	vertical-align: top;
	float: left;
	text-align: justify;
	/*margin: 0 0 25px 25px;
	margin: 0 1rem 0 1rem;*/
    padding: 0 1rem 0 1rem;
    border: 2px solid darkorange;
    background-color: seashell;
    /*border-radius: 20px;*/
	margin-bottom: 1rem;
}


#RightModule {
	vertical-align: top;
	text-align: left;
	width: 24%;
	float: right;
	top:0;
	margin: 0;
	/*margin: 10px 1% 10px 2%;*/
	margin-left: 1%;
	margin-bottom: 1rem;
}

#Footer {
	clear: both;
	width: 100%;
	background-color: seashell;
	color: blue;
	margin-top: 1rem;
	font-size: 80%;
	border-top: 1px solid darkorange;
}

#Footer h5 {
	color: black;
	text-align: left;
	margin: 0.3rem 0;
}

#Footer p {
  color: black;
}

#Footer .btn.btn-link::before {
    color: blue;
}

#Footer a {
	color: blue;
	text-decoration: none;
}

#Footer a:hover {
	color: red;
	text-decoration: underline;
}

#Footer i {
	padding-right: 0.3rem;
}

.Breadcrumbs {
	background-color: #f1f1f1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 90%;
}

/************** Google Translate Tool ****************************/
#google_translate_element {
	display: inline-flex;
}

/************** Follow Us Tool ****************************/
.at-follow-label {
	color: black;
    font-weight: bold;
}
/******************************************************************************
Section 3 - HTML Elements
******************************************************************************/
p {
	font-weight: 600;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #1d487e;
}

h1 {
	/*color: #285b4d;
	text-shadow: 1px 1px #FF0000;*/
	font-size: 110%;
	color: red;
	margin-top: 2px;
	text-align: center;
	
}

h2 {
	font-size: 100%;
	margin-bottom: 0px;
	color: green;
}

h3 {
	font-size: 100%;
	color: purple;
}

h4 {
	font-size: 100%;
	margin-bottom: 0px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.NormalList {
	padding-left: 18px;
} 

/******************************************************************************
Section 4 - Content Styles 
******************************************************************************/
.heading {
	padding: 5px 0px 5px 0px;
	margin-bottom:10px;
	color: #1d487e;
}

.heading-before {
	padding: 5px 0px 5px 0px;
	margin-bottom:20px;
	border-top: 3px solid #004040;
	border-right: 0px;
	border-bottom: 3px solid #004040;
	border-left: 0px;
	background-color: #E9FEF8;
	color: #1d487e;
}

.heading1 {
	padding: 5px 0px 5px 0px;
	margin-bottom:20px;
	border-top: 3px solid #003232;
	border-right: 0px;
	border-bottom: 3px solid #003232;
	border-left: 0px;
	background-color: #D3F9BC;
	color: #1d487e;
}

.landingModule {
	color: #fff !important;
	background-color: #2676a9;
	margin:1rem;
	padding: 1rem;
  	border-radius: 0.5rem;
  	width: fit-content;
  	display: inline-block;
}

.landingModule a {
	color: yellow !important;
	text-decoration: none;
}

.landingModule a:hover {
	text-decoration: underline;
	color: red;
}

.googleAPIsModule {
	width:99%; 
	height: 300px; 
	margin-top:20px; 
	border: 4px solid #444;
}

.blue-module {
	color: #fff !important;
	background-color: #2676a9;
	padding: 1px 10px;
	margin-bottom:20px;
	width : 100%;
}

.blue-module a {
	color: yellow !important;
	text-decoration: none;
}

.blue-module a:hover {
	text-decoration: underline;
}

.violet-blue-module {
	/*border: 3px solid #29b6f6;*/
	width : 100%;
	font-size: 90%;
	padding: 10px;
	text-align: justify;
	margin-bottom: 20px;
}

.violet-blue-module-results {
	color: #004040;
	font-weight: bold;
}

.grayBoxModule {
	border: 2px solid #333;
	padding: 10px;
	margin-bottom: 20px;
}

.auraltext {
	font-size: 0px;
	left: -10000px;
	position: absolute
}


.errorBox {
	color: red;
	padding: 5px;
	width : 100%;
	border: 1px solid red;
}
.greenText {
	color: green;
}
.colourGray {
	color: gray;
}

.horizontalLineRed {
	border-top: 1px solid red;
	padding: 5px 0px;
}

.hrStyle {
	border-top: 1px solid red;
	color: red;
}
.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.normal-font {
	font-weight: normal;
}

.full-font {
	font-size: 100%;
}
.violet-blue-module-dynamic-section {
	border-top: 3px solid #ABC4E3;
	border-bottom: 3px solid #ABC4E3;
	width : 100%;
}
/* alignments */
.inline {
	display: inline;
}

.displayBlock {
	display: block;
}


.rightAlign {
	text-align: right;
}

.centerAlign {
	text-align: center !important;
}
.leftAlign {
	text-align: left;
}

.list-style {
	margin-top: 2px;
	margin-bottom: 10px;
}

.marginRight {
	margin-right: 10px;
}

.marginTop {
	margin-top: 10px;
}

/* --- Form Related Styles --- */
.form-label, .form-label-normal, .form-label-error {
	padding-right:5px;
	padding-left:10px;
}
.form-label, .form-label-normal {
	text-align: right;
}

.form-label-error, .form-label-vertical-error {
	color: red;
}
.form-label, .form-label-error, .form-label-vertical, .form-label-vertical-error {
	font-weight: normal;
}
.form-field {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', "Trebuchet MS", Verdana, Tahoma, Arial, Geneva, Helvetica, Sans-serif;
	border: 1px solid violet;
	margin-right: 20px;
}

.submit-form-element {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', "Trebuchet MS", Verdana, Tahoma, Arial, Geneva, Helvetica, Sans-serif;
	font-weight: bold;
	text-align: center;
	border: 1px solid #004040;
	background-color: #E9FEF8;
	color: #004040;
}
.submit-button-td {
	padding-left: 50px;
}
.submit-button {	
	text-align: right;
	padding-right: 30px;
}

/* --- Form Errors Styles --- */
.form-error-table {
	border: 1px solid red;	
	color: red;
	margin: 0px 10px 20px 10px;
	padding: 5px;
}
.form-error-table ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
.form-error-table ul li a {
	color: red;
	text-decoration: none;
}

.form-error-table ul li a:visited {
	color: red;
	text-decoration: none;
}

.form-error-table ul li a:hover {
	color: red;
	text-decoration: underline;
}

.green-content-table, .wp-block-table table {
	border: 1px solid green;	
	color: green;
	margin: 0px 10px 20px 10px;
	padding: 5px;
}

/* align ments */
.right-align {
	text-align: right;	
}

.center-aligned {
	text-align: center;
}
.left-align {
	text-align: left;
}
.margin-top-bottom {
	margin-top: 5px;
	margin-bottom: 3px;
}

/* Special styles */

.bold {
	font-weight: bold;
}
.normal-font {
	font-weight: normal;
}
.list-style {
	margin-top: 2px;
	margin-bottom: 10px;
}
.dataTable {
	margin-top: 20px;
	border: 4px solid #808080;	
	font-size: 100%;
	text-align: left;
	border-collapse: collapse;
	width: 100%
}

.thClass {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    background: #ea9800;
}

.tdClassCollapse {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    background:#ccc;
}

.tdClass, .wp-block-table td {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    background:#eee;
}
.toggle {
	color: blue;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;
}
.rightAlign {
	 text-align: right;
}

/****** Grid Table - Begin ******/
.GridTable {
	border: 4px solid orange;	
	width: 100%
}

.GridTable th {
	text-align: center;
    font-weight: bold;
    background: darkorange;
}

.GridTable tr {
	text-align: center;
    background: seashell;
}

.GridTable tr:nth-child(even) {
	text-align: center;
    background: #fefbe7;
}
/****** Grid Table - End ******/


.StandardButton {
	background-color: #333;;
    color: yellow !important;
    padding: 10px;
    font-weight: bold;
    text-decoration: none !important;
}

.StandardButton a {
    text-decoration: none;
	color: yellow;
}

.StandardButton a:hover {
    text-decoration: underline;
	color: lawngreen;
}

.OrangeButton {
	background-color: orange;
    color: #294a70;
    padding: 10px;
}

.OrangeButton a {
    text-decoration: none;
}

.OrangeButton a:hover {
    text-decoration: underline;
	color: lawngreen;
}
/******************************************************************************
Section 5 - Form Styles 
******************************************************************************/
label, .labelText {
	color: #333;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 90%;
    font-weight: bold;
}

input {
	font-family: inherit;
	font-size: 90%;
    border: 1px solid #29b6f6;
    height: 30px;
}

.QandA input {
	font-family: inherit;
	font-size: 90%;
    border: 1px solid #29b6f6;
    height: 12px;
    margin: auto;
}

textarea {
	font-family: inherit;
	font-size: 90%;
    height: 125px;
    border: 1px solid #29b6f6;
}

select {
	display: block;
	font-family: inherit;
	font-size: 90%;
    height: 35px;
    padding: 5px;
    border: 1px solid #29b6f6;
}

.inlineDropdown {
	display: inline;
	font-family: inherit;
	font-size: 90%;
    height: 35px;
    padding: 5px;
    border: 1px solid #29b6f6;
    margin-right: 20px;
}

button {
	color: yellow;
    background-color: #333;
    cursor: pointer;
    font-family: inherit;
    display: inline;
    font-size: 100%;
    padding: 9px 15px 9px 15px;
    border: 0;
    margin: 20px 25px 20px 0;
    font-weight: bold;
}

button:hover {
	text-decoration: underline;
	color: lawngreen;
}

.QNoButton {
	color: #333 !important;
    background-color: white !important;
    cursor: pointer;
    display: inline;
    padding: 3px 9px 3px 9px;
    border: 1px solid #333;
    font-size: 90%;
    margin: 5px;
    font-weight: bold;
}

.reviewedQNoButton {
	color: white !important;
    background-color: orange !important;
    cursor: auto;
}
.clearedQNoButton {
	color: white !important;
    background-color: #333 !important;
    cursor: auto;
}
.attemptedQNoButton {
    color: white !important;
    background-color: green !important;
    cursor: auto;
}


.clsForm {
	float: left;
	width: 100%;
}

.FloatRight {
	float: right;
}

.textAligncenter {
	text-align: center;
}

.clsFormSection {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.formSectionHorizontal {
	margin-bottom: 20px;	
}
.clsFormLabelLeft {
	text-align: right;
	display: inline-block;
	width: 30%;
}

.clsFormInputRight {
	text-align: left;
	display: inline-block;
}

.clsFormSubmit {
	display: block;
	/* text-align: center; */
}


/* Form Errors - Styles like in Calculators ****/
.form-error-table {
	border: 1px solid red;	
	color: red;
	padding: 5px;
	margin-bottom: 10px;
}
.form-error-table ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
.form-error-table ul li a {
	color: red;
	text-decoration: none;
}

.form-error-table ul li a:visited {
	color: red;
	text-decoration: none;
}

.form-error-table ul li a:hover {
	color: red;
	text-decoration: underline;
}

/******************************************************************************
Section 6 - Exam Papers and Questions 
******************************************************************************/

.leftSection {
	text-align: right;
	display: inline-block;
	width: 40%;
}

.rightSection {
	text-align: left;
	display: inline-block;
}

.QPDetailsSection {
	/*margin: 20px 0 20px 0;*/
	border: 1px solid #333;
	border-collapse: collapse;
	/*font-size: 95%;*/
}

.QPDetailsSection td {
	border: 1px solid #333;
	padding: 0 10px 0 10px;
}

#QPExamButtons {
    margin: 30px 20px 20px 0;
}

#QPExamButtons a {
    background-color: #333;
    cursor: pointer;
    font-family: inherit;
    display: inline;
    font-size: 100%;
    padding: 9px 15px 9px 15px;
    border: 0;
    margin: 10px 10px 10px 0;
    font-weight: bold;
    text-decoration: none;
    color: white;
    float: left;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

#QPExamButtons a.examMode{
    background-color: red;
}

#QPExamButtons a.questionMode{
	color: yellow;
}

#QPExamButtons a.answerMode{
    background-color: green;
}

#QPExamButtons a:hover {
    text-decoration: underline;
}

.QandA {
	width: 100%;
	/*display: block;*/ 
	display: inline-block; 
	/*font-size:95%;*/
	padding-top: 10px;
}

.questionNo {
	display: inline-block;
	float: left;
	padding-right: 10px;
	color: #333;
    font-size: 90%;
    font-weight: bold;
}

.question {
	display: inline-block;
	float: left;
	width: 90%;
}

.MCQOption {
	color: #000;    
}

.correctAnswer {
	border: 1px solid green;
    background-color: lightgreen;
}

.AnswersSection {
	margin: 20px 0 20px 0;
	border: 1px solid #333;
	color: #000;
	border-collapse: collapse;
}

.AnswersSection td {
	border: 1px solid #333;
	padding: 0 10px 0 10px;
}


/******************************************************************************
Section 7 Data Table - Styles like in Calculators
******************************************************************************/
/* Data Table Styles */
.DataTable {
	margin-top: 20px;
	border: 3px solid #808080;	
	font-size: 100%;
	text-align: left;
	border-collapse: collapse;
	width: 100%
}

.DataTable th {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    background: #ea9800;
}

.DataTable td {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    background:#eee;
}

.Toggle {
	color: blue;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;
}

.THClass {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    background: #ea9800;
}

.TDClassCollapse {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    background:#ccc;
}

.TDClass {
    border: 1px solid #808080;
    padding: 10px;
    font-size: 90%;
    background:#eee;
}

/******************************************************************************
Section 8 - Widget Styles 
******************************************************************************/
.WidgetBoxOrange {
	border: 1px solid darkorange;
	font-size: 90%;
	background-color: seashell;
}

.WidgetBoxOrange h3 {
	display: block;
	background: darkorange;
	margin: 0;
    padding: 5px;
    color: #1d487e;
}

.WidgetBoxOrange ul {
	list-style-image: url(../Images/Arrow.gif);
	margin-left: -20px;
	margin-top: 10px;
}

.WidgetBoxOrange a {
	text-decoration: none;
}

.WidgetBoxOrange a:hover {
	text-decoration: underline;
}

#google_translate_element {
  position: fixed;
  right: 10px;
  /*z-index: 9999;*/
}
/* Hide Google branding flag icon 
.goog-te-gadget img {
  display: none; 
}*/
.goog-te-combo {
	margin: 0 !important;
}
/*************************************************************************************************************************/
/**** Arrow Styles ****/
/*************************************************************************************************************************/

.arrow {
  border: solid yellow;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 1px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ImageCenter {
	display: flex;
	justify-content: center;
}

/*************************************************************************************************************************/
/**** Bootstrap Style CSS ****/
/*************************************************************************************************************************/
.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

/*************************************************************************************************************************/
/**** Small Screen appliances styles - Mobiles, iPads etc. ****/
/*************************************************************************************************************************/
@media (max-width: 320px) {
	#LeftModule, #RightModule {
		width: 100%;
		text-align: center;
	}
	
	#CenterModule {
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		text-align: center;
	}

	.DesktopMenu {
		display: none;
	}
	
	#PopularArticleLinks {
		display: none;
	} 
}

@media (min-width: 320px) and (max-width: 480px) {
		
	#LeftModule, #RightModule {
		width: 100%;
		text-align: center;
	}
	
	#CenterModule {
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		text-align: center;
	}

	.DesktopMenu {
		display: none;
	}
	
	#PopularArticleLinks {
		display: none;
	} 
}

@media (min-width: 481px) and (max-width: 568px) {
		
	#LeftModule, #RightModule {
		width: 100%;
		text-align: center;
	}
	
	#CenterModule {
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		text-align: center;
	}

	.DesktopMenu {
		display: none;
	}
	
	#PopularArticleLinks {
		display: none;
	} 
}

@media (min-width: 569px) and (max-width: 667px) {
	#LeftModule, #RightModule {
		width: 100%;
		text-align: center;
	}
	
	#CenterModule {
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		text-align: center;
	}

	.DesktopMenu {
		display: none;
	}
	
	#PopularArticleLinks {
		display: none;
	}
}

@media (min-width: 668px) and (max-width: 768px) {
		
	#LeftModule, #RightModule {
		width: 100%;
		text-align: center;
	}
	
	#CenterModule {
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		text-align: center;
	}

	.DesktopMenu {
		display: none;
	}
	
	#PopularArticleLinks {
		display: none;
	} 
}

/*@media (min-width: 769px) and (max-width: 999px) {
	
	#LeftModule {
    	width: 20%;
	}
	
	#RightModule {
    	width: 20%;
	}
	
	#CenterModule {
		width: 48.5%;
	}
	
}

@media (min-width: 1000px) and (max-width: 1200px) {
	
	#LeftModule {
    	width: 20%;
	}
	
	#RightModule {
    	width: 20%;
	}
	
	#CenterModule {
		width: 50.2%;
	}
}

@media (min-width: 1201px) and (max-width: 1500px) {
	
	#LeftModule {
    	width: 20%;
	}
	
	#RightModule {
    	width: 20%;
	}
	
	#CenterModule {
		width: 51%;
	}
}

@media (min-width: 1501px) and (max-width: 1666px) {
	html {
		margin: 0 9% 0 9%;
	}
	
	#LeftModule {
    	width: 21%;
	}
	
	#RightModule {
    	width: 21%;
	}
	
	#CenterModule {
		width: 49%;
	}
	
}

@media (min-width: 1667px) and (max-width: 9999px) {
	html {
		margin: 0 9% 0 9%;
	}
	
	#LeftModule {
    	width: 21%;
	}
	
	#RightModule {
    	width: 21%;
	}
	
	#CenterModule {
		width: 50%;
	}
	
}*/