/*Stylesheet for the NYK Training Program*/

/*#region GLOBAL STYLING START*/
body {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #464646;
  background-color: #fff;
  min-width:1200px;
}

h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

h5 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

.smText {
	font-size: 13px;
	line-height: 17px;
}

.smlrText {
	font-size: 12px;
	line-height: 16px;
}

.lgText {
	font-size: 15px;
	line-height: 21px;
}

.lgrText {
	font-size: 16px;
	line-height: 22px;
}

a {
	color: #01AEF6;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #464646;
}

/*#region Styling for the Loading Gear*/
.overlay {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.8);
    text-align: center;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 200px;
    height: 80px;
}

@media (max-width: 767px) {
    .overlayContent {
        margin: 70px auto;
    }
}

.opacity-100 {
    opacity: 1.0;
}

.overlayContent p {
    color: #01AEF6;
}

.overlayContent img {
    width: 140px;
    height: 140px;
}
/*#endregion*/

/*#region Global Font Weights*/
.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}
/*#endregion*/

/*#region Global Text Colours*/
.orangeText {
	color: #FF8700;
}

.blueText {
	color: #01AEF6;
}

.greenText {
	color: #00C902;
}

.redText {
	color: #FF3100;
}

.greyText {
	color: #CCCCCC;
}

.whiteText {
	color: #FFF;
}
/*#endregion*/

/*#region Global Padding and Margins*/
.pad-top-5 {
	padding-top: 5px;
}

.pad-top-6 {
	padding-top: 6px;
}

.pad-top-7 {
	padding-top: 7px;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-15 {
	padding-top: 15px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-top-25 {
	padding-top: 25px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-top-35 {
	padding-top: 35px;
}

.pad-top-40 {
	padding-top: 40px;
}

.pad-bot-5 {
	padding-bottom: 5px;
}

.pad-bot-10 {
	padding-bottom: 10px;
}

.pad-bot-15 {
	padding-bottom: 15px;
}

.pad-bot-20 {
	padding-bottom: 20px;
}

.pad-bot-25 {
	padding-bottom: 25px;
}

.pad-bot-30 {
	padding-bottom: 30px;
}

.pad-bot-35 {
	padding-bottom: 35px;
}

.pad-bot-40 {
	padding-bottom: 40px;
}

.pad-right-15 {
	padding-right: 15px;
}

.pad-right-30 {
	padding-right: 30px;
}

.marg-top-0 {
	margin-top: 0px;
}

.marg-top-3 {
	margin-top: 3px;
}

.marg-top-5 {
	margin-top: 5px;
}

.marg-top-10 {
	margin-top: 10px;
}

.marg-top-15 {
	margin-top: 15px;
}

.marg-top-20 {
	margin-top: 20px;
}

.marg-top-30 {
	margin-top: 30px;
}

.marg-top-40 {
	margin-top: 40px;
}

.marg-top-45 {
	margin-top: 45px;
}

.marg-bot-5 {
	margin-bottom: 5px;
}

.marg-bot-10 {
	margin-bottom: 10px;
}

.marg-bot-15 {
	margin-bottom: 15px;
}

.marg-bot-20 {
	margin-bottom: 20px;
}

.marg-bot-30 {
	margin-bottom: 30px;
}

.marg-bot-40 {
	margin-bottom: 40px;
}

.marg-bot-50 {
	margin-bottom: 50px;
}

.marg-right-15 {
	margin-right: 15px;
}

.marg-right-40 {
	margin-right: 40px;
}

.marg-left-30 {
	margin-left: 30px;
}

.border-0 {
	border: 0;
}
/*#endregion*/

/*#region Global styling for buttons*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.button-style {
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	height: 34px;
	padding: 0px 20px;
	text-align: center;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	background-color: transparent;
	outline: 0;
}

.button-style-form {
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	height: 38px;
	padding: 0px 20px;
	text-align: center;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-color: transparent;
	outline: 0;
}


.orange-button {
	border: 2px solid #FF8700;
	color: #FF8700;
}

.orange-button:hover,
.orange-button:focus {
	background-color: #FF8700;
	color: #FFFFFF;
}

.red-button {
	border: 2px solid #FF3100;
	color: #FF3100;
}

.red-button:hover,
.red-button:focus {
	background-color: #FF3100;
	color: #FFFFFF;
}

.blue-button {
	border: 2px solid #01AEF6;
	color: #01AEF6;
}

.blue-button:hover,
.blue-button:focus {
	background-color: #01AEF6;
	color: #FFFFFF;
}

.grey-button {
	border: 2px solid #464646;
	color: #464646;
}

.grey-button:hover,
.grey-button:focus {
	background-color: #464646;
	color: #FFFFFF;
}

.disabled-button {
	border: 2px solid #CCC;
	color: #CCC;
	pointer-events: none;
	cursor: default;
}

.disabled-button:hover,
.disabled-button:focus {
	color: #CCC;
}

.completed-button {
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	height: 34px;
	padding: 0px 20px;
	text-align: center;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	background-color: #00C902;
	border: 2px solid #00C902;
	color: #FFF;
	outline: 0;
}

.update-button {
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	height: 34px;
	padding: 0px 20px;
	text-align: center;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	background-color: #FF8700;
	border: 2px solid #FF8700;
	color: #FFF;
	outline: 0;
}

.incomplete-button {
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	height: 34px;
	padding: 0px 20px;
	text-align: center;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	background-color: #FF3100;
	border: 2px solid #FF3100;
	color: #FFF;
	outline: 0;
}
/*#endregion*/

.white-box {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 5px 5px 15px #888888;
}

.field-feedback {
	display: block;
	color: #FF3100;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

.error-message {
	border: 1px solid #FF3100;
	color: #FF3100;
	padding: 8px 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.success-message {
	border: 1px solid #00C902;
	color: #00C902;
	padding: 8px 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-feedback-error {
	border: 1px solid #FF3100;
	color: #FF3100;
	padding: 12px 10px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-feedback-success {
	border: 1px solid #00C902;
	color: #00C902;
	padding: 12px 10px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.request-feedback-error {
	border: 1px solid #FF3100;
	color: #FF3100;
	padding: 12px 20px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.request-feedback-success {
	border: 1px solid #00C902;
	color: #00C902;
	padding: 12px 20px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-body {
	margin: 0;
}

.content-bg {
	margin: 0;
	background: -webkit-linear-gradient(left, #F2F2F2 0%,#F2F2F2 50%,white 50%,white 100%);
  	background: -o-linear-gradient(right, #F2F2F2 0%,#F2F2F2 50%,white 50%,white 100%); 
  	background: -moz-linear-gradient(right, #F2F2F2 0%,#F2F2F2 50%,white 50%,white 100%);
	background: linear-gradient(to right, #F2F2F2 0%,#F2F2F2 50%,white 50%,white 100%);
}

.content-box {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
}

.content-sidebar {
	width: 300px;
	background: #F2F2F2;
	/*display: inline-block;
	float: left;
	height: 100%;*/
}

.content-main {
	width: 900px;
	background: #FFF;
	/*display: inline-block;
	height: 100%;*/
}

.content-main-inside-1 {
	margin: 40px 30px 100px 50px;
}

.content-main-inside-2 {
	margin: 40px 30px 100px 50px;
	display: -webkit-flex; /* Safari */
	display: flex;
}

.page-heading {
	border-bottom: 1px solid #01AEF6;
}

.page-heading-error {
	border-bottom: 1px solid #FF3100;
}

.page-subheading {
	border-bottom: 1px solid #01AEF6;
}

.circle {
	height: 100px;
	width: 100px;
	border-radius: 16px;
	margin-top: -13px;
	padding: 0 8px;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .4);
}

.green-circle {
	background-color: #52c753;
	box-shadow: 0 1px 2px -1px rgba(22, 109, 0, .4);
}

.red-circle {
	background-color: #ed4444;
	box-shadow: 0 1px 2px -1px rgba(101, 1, 1, .4);
}

.orange-circle {
	background-color: #FF8700;
}

.blue-circle {
	background-color: #01AEF6;
}

.dark-grey-circle {
	background-color: #464646;
	margin-top: 0px;
}

.light-grey-circle {
	background-color: #CCCCCC;
}

/*#region Sidebar Styling*/
.sidebar-header {
	height: 45px;
	background: #01AEF6;
	border: 1px solid #01AEF6;
	border-radius: 2px;
}

.sidebar-icon-box {
	width: 45px;
	height: 45px;
	background: #FFFFFF;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	float: left;
	display: inline-block;
}

.sidebar-header-text {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 45px;
	padding-left: 15px;
}

.sidebar-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 12px;
}

.sidebar-image-2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 10px;
}

.sidebar-text {
	padding-left: 10px;
}

.sidebar-legend-container {
	display: flex;
	gap: 24px;
	padding: 16px 0;
}


.sidebar-legend {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.legend-color {
	width: 20px;
	height: 20px;
}

.tags-container {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 8px;
	top: -25px;
}

.module-dept {
	width: 18px;
	height: 18px;
}

	.module-answer {
		border-radius: 5px;
		border: 1px solid #464646;
		padding: 10px 15px;
		background-color: transparent;
		outline: 0;
		margin-top: 15px;
		cursor: pointer;
	}

.module-answer:focus,
.module-answer-selected {
	border-color: #01AEF6;
	background-color: #01AEF6;
	color: #FFF;
}

.module-status-box {
	width: 55px;
	background-color: #F2F2F2;
	border-radius: 4px;
	padding: 10px 0;
}

.status-box {
	width: 35px;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #464646;
	margin-left: 9px;
	margin-right: 9px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 5px;
	white-space: nowrap;
}

.status-box:last-child {
	margin-bottom: 0;
}

.status-box-active {
	border-color: #464646;
	background-color: #FFF;
	color: #464646;
}

.status-box-disabled {
	border-color: #CCC;
	background-color: #FFF;
	color: #CCC;
}

.status-box-correct {
	border-color: #00C902;
	background-color: #00C902;
}

.status-box-incorrect {
	border-color: #FF3100;
	background-color: #FF3100;
}

.module-main {
	width: 725px;
}

.date-left {
	display: inline-block;
	width: 200px;
	padding-top: 5px;
}

.date-right {
	display: inline-block;
	padding-top: 5px;
	margin-left: 5px;
	vertical-align: top;
}

.timer-text {
	border: 2px solid #464646;
	border-radius: 5px;
	padding: 15px 0px;
	font-size: 35px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
	width: 130px;
	display: inline-block;
}

.timer-text-orange {
	border: 2px solid #FF8700;
	color: #FF8700;
}

.timer-text-red {
	border: 2px solid #FF3100;
	color: #FF3100;
}

.timer-bar {
	display: inline-block;
	vertical-align: middle;
}

.timer-bar-1 {
	height: 45px;
	width: 120px;
	background-color: #CCCCCC;
	display: block;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: -21px;
}

.timer-bar-2 {
	display: block;
	white-space: nowrap;
	box-sizing: border-box;
	height: 45px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.timer-bar-width {
	width: 88.333333333333333%;
}

.timer-bar-red {
	background-color: #FF3100;
}

.timer-bar-orange {
	background-color: #FF8700;
}

.timer-bar-green {
	background-color: #00C902;
}

.timer-bar-grey {
	background-color: #464646;
}
/*#endregion*/

/*#region Global styling for the fields*/
.training-fields {
	height: 30px;
	background-color: #ffffff;
	color: #464646;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  	font-size: 14px;
 	line-height: 20px;
  	font-weight: 300;
	padding-left: 6px;
	margin-left: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.training-fields-readonly {
	height: 30px;
	background-color: #ffffff;
	color: #464646;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  	font-size: 14px;
 	line-height: 20px;
  	font-weight: 300;
	padding-left: 6px;
	margin-left: 0;
}

.training-fields:focus {
	border-color: #01AEF6;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.training-fields[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.training-fields-dropdown {
	height: 32px;
	background-color: #ffffff;
	color: #464646;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  	font-size: 14px;
 	line-height: 32px;
  	font-weight: 300;
	padding-left: 6px;
	margin-left: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.training-fields-dropdown:focus {
	border-color: #01AEF6;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.training-fields-dropdown[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/*#endregion*/

/*#region Styling for the Status Progress Bar Start*/
.progress-bar-1 {
	height: 32px;
	width: 250px;
	background-color: #CCCCCC;
	display: block;
	color: #FFF;
	line-height: 32px;
	border-radius: 3px;
}

.progress-bar-2 {
	display: block;
	padding-left: 10px;
	white-space: nowrap;
	border-radius: 3px;
	box-sizing: border-box;
}

.progress-bar-width {
	width: 60%;
}

.progress-bar-red {
	background-color: #FF3100;
}

.progress-bar-orange {
	background-color: #FF8700;
}

.progress-bar-green {
	background-color: #00C902;
}

/*#endregion Styling for the Status Progress Bar End*/


/*#endregion GLOBAL STYLING END*/


/*#region STYLING FOR NAVBAR START*/
.head-bar {
	width: 100%;
	height: 85px;
	background-color: #01AEF6;
}

.nav-content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.nav-logo {
	float: left;
	display: inline-block;
}

.nav-menu {
	float: right;
	display: inline-block;
	height: 85px;
	font-size: 16px;
}

.nav-menu ul {
	/*text-align: left;*/
	/*display: inline;*/
	margin: 0;
	list-style: none;
	height: 85px;
	/*padding: 15px 4px 17px 0;*/
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}

.nav-menu ul li {
  display: inline-block;
  line-height: 85px;
  height: 100%;
  margin-right: -4px;
  position: relative;
  background: transparent;
  cursor: pointer;
 /* -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/
}

.nav-menu ul li a {
	color: #FFF;
	display: block;
	height: 85px;
	padding: 0 20px;
}

.nav-menu ul li:hover {
  background: #F2F2F2;
}

.nav-menu ul li:hover a {
	color: #464646;
}

.dropdown-nav li {
  	-webkit-background-clip: padding-box;
    background-clip: padding-box;
  	border-left: 1px solid #ccc;
  	border-left: 1px solid rgba(0, 0, 0, .15);
	border-right: 1px solid #ccc;
  	border-right: 1px solid rgba(0, 0, 0, .15);
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-nav li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 1px solid #ccc;
  	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.nav-menu ul li ul {
  z-index: 1000;	
  padding: 0;
  position: absolute;
  top: 85px;
  left: 0;
  min-width: 200px;
  height: 55px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.nav-menu ul li ul li { 
  background: #FFF; 
  display: block;
  line-height: 55px; 
  color: #464646;
}

.nav-menu ul li ul li a { 
	color: #464646;
	white-space: nowrap;
	display: block;
	height: 55px;
	padding: 0 20px;
}

.nav-menu ul li ul li:hover { 
	background: #01AEF6; 
}

.nav-menu ul li ul li:hover a { 
	color: #FFF; 
}

.nav-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
	


/*#endregion STYLING FOR NAVBAR END*/


/*#region STYLING FOR LOGIN PAGE START*/
.login-body {
	background-image: url(../images/login-BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.login-box {
	width: 600px;
	margin-top: 70px;
	margin-bottom: 100px;
	margin-left: 12%;
	text-align: center;
}

.login-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.login-form-field {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.login-prepend-icon {
	display: inline-block;
	width: 35px;
	height: 32px;
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: -1px;
	vertical-align: top;
	white-space: nowrap;
}

.login-icon {
	padding-top: 7px;
}

.login-field {
	width: 300px;
	height: 30px;
	background-color: #ffffff;
	color: #464646;
	border: 1px solid #CCCCCC;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  	font-size: 14px;
 	line-height: 20px;
  	font-weight: 300;
	padding-left: 6px;
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-field:focus {
	border-color: #66afe9;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.login-link {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.login-error {
	margin-left: 100px;
	margin-right: 100px;
}


/*#endregion STYLING FOR LOGIN PAGE END*/


/*#region STYLING FOR FORGOT PASSWORD PAGE START*/
.forgot-box {
	width: 600px;
	margin-top: 70px;
	margin-bottom: 150px;
	margin-left: 12%;
	text-align: center;
}

.forgot-cross {
	position: relative;
	left: 278px;
	top: 14px;
	z-index: 9999;
	margin-bottom: -22px;
}

/*#endregion STYLING FOR FORGOT PASSWORD PAGE END*/


/*#region STYLING FOR APPLY TRAINING PAGE START*/
.apply-box {
	width: 600px;
	margin-top: 70px;
	margin-bottom: 150px;
	margin-left: 12%;
	text-align: center;
}

.apply-cross {
	position: relative;
	left: 278px;
	top: 14px;
	z-index: 9999;
	margin-bottom: -22px;
}

.apply-field {
	width: 280px;
}

.apply-label-div {
	display: inline-block;
	width: 160px;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}

.apply-field-div {
	display: inline-block;
}

.apply-error {
	margin-left: 70px;
	margin-right: 70px;
}

/*#endregion STYLING FOR APPLY TRAINING PAGE END*/


/*#region STYLING FOR TERMS & CONDITIONS PAGE START*/
.terms-box {
	width: 1000px;
	margin-top: 70px;
	margin-bottom: 50px;
	margin-left: 5%;
	padding-left: 30px;
	padding-right: 30px;
}

.terms-cross {
	position: relative;
	left: 1000px;
	top: 14px;
	z-index: 9999;
	margin-bottom: -22px;
}

/*#endregion STYLING FOR TERMS & CONDITIONS PAGE END*/


/*#region STYLING FOR HOME PAGE START*/
.timeline-bg {
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
	width: 820px;
}

.timeline-internal {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 52px;
}

.timeline-line {
	height: 100px;
	background: -webkit-linear-gradient(white 0%,white 45%, #464646 45%, #464646 55%, white 55%, white 100%);
  	background: -o-linear-gradient(white 0%,white 45%, #464646 45%, #464646 55%, white 55%, white 100%); 
  	background: -moz-linear-gradient(white 0%,white 45%, #464646 45%, #464646 55%, white 55%, white 100%);
	background: linear-gradient(white 0%,white 45%, #464646 45%, #464646 55%, white 55%, white 100%);
	width: 44px;
}

.timeline-text {
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	top: 50%;  
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);  
}

.timeline-arrow {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50%;  
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);   
}

.timeline-links {
	border: 0;
	margin-bottom: 20px;
	display: block;
}

.timeline-links-2 {
	border: 0;
	margin-bottom: 40px;
	margin-right: 44px;
	display: block;
}

.timeline-internal .timeline-links-2 {
	margin: 0;
}

/*#endregion STYLING FOR HOME PAGE END*/
/*#region STYLING FOR TRAINING OVERVIEW START*/
.training-module-1 {
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.training-module-1:last-child {
	border-bottom: 0;
}

.training-module-2 {
	width: 500px;
}



/*#endregion STYLING FOR TRAINING OVERVIEW END*/


/*#region STYLING FOR MODULE REVIEW START*/
.module-review-1 {
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.module-review-1:last-child {
	border-bottom: 0;
}


/*#endregion STYLING FOR MODULE REVIEW END*/


/*#region STYLING FOR TRAINING RESOURCES START*/
.training-resources-1 {
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.training-resources-1:last-child {
	border-bottom: 0;
}

.training-resources-2 {
	width: 480px;
}



/*#endregion STYLING FOR TRAINING RESOURCES END*/


/*#region STYLING FOR USER PROFILE START*/
.profile-field {
	width: 280px;
}

.profile-field-DOB {
	display: inline-block;
}

.profile-field-day {
	width: 60px;
}

.profile-field-month {
	width: 133px;
}

.profile-field-year {
	width: 90px;
}

.user-profile-main {
	display: -webkit-flex; /* Safari */
	display: flex;
}

.profile-user-info {
	width: 460px;
	margin-right: 40px;
}

.profile-user-right {
	width: 320px;
}

.profile-page-subheading {
	border-bottom: 1px solid #01AEF6;
}

.profile-label-div {
	display: inline-block;
	width: 165px;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}

.profile-field-div {
	display: inline-block;
}

.profile-error {
	margin-left: 70px;
	margin-right: 70px;
}

.profile-grey-box {
	background-color: #F2F2F2;
	border-radius: 5px;
	padding: 5px 15px 25px;
}


/*#endregion STYLING FOR USER PROFILE END*/


/*#region STYLING FOR STATEMENT OF ATTAINMENT START*/
.statement-attainment-1 {
	padding: 15px 15px 25px 15px;
	border-bottom: 1px solid #CCCCCC;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.statement-attainment-1:last-child {
	border-bottom: 0;
}

.statement-attainment-2 {
	width: 500px;
}

.statement-attainment-3 {
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: #F2F2F2;
	border-radius: 5px;
}

.statement-attainment-3:last-child {
	border-bottom: 0;
}

.statement-left {
	display: inline-block;
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.statement-right {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}


/*#endregion STYLING FOR STATEMENT OF ATTAINMENT END*/


/*#region STYLING FOR CONTACT PAGE START*/
.contact-form {
	width: 500px;
}


.contact-field {
	width: 280px;
}

.contact-field-drop {
	width: 282px;
	height: 32px;
	box-sizing: content-box;
}

.contact-field-textarea {
	width: 275px;
	height: 120px;
	padding-right: 6px;
	resize: none;
}

.contact-label-div {
	display: inline-block;
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}

.contact-field-div {
	display: inline-block;
}

.contact-error {
	margin-left: 70px;
	margin-right: 70px;
}


/*#endregion STYLING FOR CONTACT PAGE END*/


/*#region STYLING FOR FOOTER START*/
.foot-bar {
	width: 100%;
	height: 200px;
	background-color: #F2F2F2;
	border-top: 2px solid #01AEF6;
}

.foot-content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.foot-logo-nyk {
	border-right: 1px solid #CCCCCC;
	height: 105px;
	width: 280px;
	margin-left: 20px;
	float: left;
	display: inline-block;
}

.foot-details {
	display: inline-block;
}

.foot-paragraph {
	padding-left: 30px;
	margin-top: 1px;
}

.foot-logo-awn {
	display: inline-block;
	float: right;
}

/*#endregion STYLING FOR FOOTER END*/


/*#region Styling for feedback on fields*/
.has-success {
	 border-color: #00C902;
  	 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success:focus {
	border-color: #00C902;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #00C902;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #00C902;
}

.has-warning {
	 border-color: #FF3100;
  	 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning:focus {
	border-color: #FF3100;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FF3100;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FF3100;
}
/*#endregion*/

/*#region Styling for displaying fields*/
.no-display {
    display: none;
}
/*#endregion*/

/*Styling for Maintenance Page START*/
.maintenance-box {
	width: 550px;
	margin-top: 70px;
	margin-bottom: 100px;
	margin-left: 12%;
	text-align: center;
	padding: 20px 30px 40px 30px;
}

.maintenance-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/*Styling for Maintenance Page END*/



