* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

input:disabled, select:disabled, testarea:disabled {
	color: black !Important;
}

#grad1 {
	background-color: #9C27B0;
	background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px
}

#msform fieldset .form-card {
	background: white;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}

#msform fieldset:not(:first-of-type) {
	display: none
}

#msform fieldset .form-card {
	text-align: left;
	color: #9E9E9E
}

#msform input,
#msform textarea {
	padding: 0px 8px 4px 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 16px;
	letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	font-weight: bold;
	border-bottom: 2px solid skyblue;
	outline-width: 0
}

#msform .action-button {
	width: 100px;
	background: skyblue;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px
}

select.list-dt:focus {
	border-bottom: 2px solid skyblue
}

.card {
	z-index: 0;
	border: none;
	border-radius: 0.5rem;
	position: relative
}

.fs-title {
	font-size: 25px;
	color: #2C3E50;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left
}

#progressbar {
	overflow: hidden;
}

#progressbar .active {
	color: #000000
}

#progressbar li {
	list-style-type: none;
	font-size: 10.5px;
	width: 9%; /* Update it for over 4 steps*/
	float: left;
	position: relative;
	text-align: center;
}

#progressbar #lStage1:before {
	font-family: bt-mutistepfont;
	content: "\f007";
}

#progressbar #lStage2:before {
	font-family: bt-mutistepfont;
	content: "\f015";
}

#progressbar #lStage3:before {
	font-family: bt-mutistepfont;
	content: "\f040";
}

#progressbar #lStage4:before {
	font-family: bt-mutistepfont;
	content: "\f02d";
}

#progressbar #lStage5:before {
	font-family: bt-mutistepfont;
	content: "\f00a";
}

#progressbar #lStage6:before {
	font-family: bt-mutistepfont;
	content: "\f0c5";
}

#progressbar #lStage7:before {
	font-family: bt-mutistepfont;
	content: "\f006";
}

#progressbar #lStage8:before {
	font-family: bt-mutistepfont;
	content: "\f002";
}

#progressbar #lStage9:before {
	font-family: bt-mutistepfont;
	content: "\f093";
}

#progressbar #lStage10:before {
	font-family: bt-mutistepfont;
	content: "\f15b";
}

#progressbar #lStage11:before {
	font-family: bt-mutistepfont;
	content: "\f00c";
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 35px;
	display: block;
	background: gray;
	border-radius: 40%;
	
	font-size: 25px;
	color: #ffffff;
	margin: 0 auto 10px auto;
	padding-top: 8px;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: gray;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: skyblue;
}

#progressbar li.current:before {
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 6px;
}

.radio-group {
	position: relative;
	margin-bottom: 25px
}

.radio {
	display: inline-block;
	width: 204;
	height: 104;
	border-radius: 0;
	background: lightblue;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	cursor: pointer;
	margin: 8px 2px
}

.radio:hover {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
	width: 100%;
	object-fit: cover
}

.form-control-plaintext-padding{
	padding-left: 10px;
}

.Words_Font {
	font-family: "Times New Roman", "Times", "serif";
}

.FontColor_Red {
	color: red;
}

.FontColor_White {
	color: white;
}

.FontColor_Green {
	color: #23505b;
}

.FontColor_Black {
	color: black;
}

.FontColor_Blue {
	color: blue;
}

.FontColor_Orange {
	color: orange;
}

.FontSize_10 {
	font-size:10px;
}

.FontSize_12 {
	font-size:12px;
}

.FontSize_14 {
	font-size:14px;
}

.FontSize_16 {
	font-size:16px;
}

.FontSize_18 {
	font-size:18px;
}

.FontSize_24 {
	font-size:24px;
}

.Btn_Color {
	background: #03787C;
}

.Notes {
	background-color: #2d6675;
}

.SimplifiedNotesP {
	background-color: darkslateblue;
}

.SimplifiedNotesPW {
	background-color: rgb(22, 168, 197);
}

.SimplifiedNotesT {
	background-color: darksalmon;
}

.SimplifiedNotesA {
	background-color: rgb(24, 96, 24);
}

.SimplifiedNotesC {
	background-color: rgb(99, 33, 84);
}

.SimplifiedNoteslww {
	background-color: #7c2424;
}

.SimplifiedNotesH {
	background-color: #0066cc;
}

.SimplifiedNotesBHS {
	background-color: rgb(255, 128, 128);
}

.WhiteBlock {
	background-color: #FFFFFF;
}

.YellowBlock {
	background-color: yellow;
}

.GreyBlock {
	background-color: grey;
}

.Flows {
	background-color: lightgray;
	position: relative;
	z-index: 0;
}

.Forms {
	background-color: white;
}

.Border_Red{
	border: 1px solid #e81616 !important;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #FFFFFF;
  display: inline-block;
}

.programmeChoice {
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.dialogSubtitle{
    font-size: 20px;
    font-weight: bold;
    color: orange;
    padding: 10px 0px 0px 16px;
}
.btn-orange {
	background-color: orange;
    border-color: orange;
    color: #fff;
}

#ApplicationFormReminder a:link, 
#ApplicationFormReminder a:visited, 
#ApplicationFormReminder a:hover, 
#ApplicationFormReminder a:active {
	color: #007bff;
}
.dialog-message{
    font-size: 20px;
    padding-left: 12px;
    color: orange;
    font-weight: bold;
}