body {
	font-family: 'Lato', sans-serif;
}
.main-container {
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: url(/Images/External/Customers/ShipyardScheme/main-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	position: relative;
}
.formbox {
	background: #fff;
	padding: 65px 0 0 0;
	box-shadow: 6px -3px 5px -4px #333;
	z-index: 1;
}
.formbox h1 {
	text-align: center;
	font-size: 30px;
	margin: auto;
	color: #1e3159;
	font-weight: 900;
}
.formbox h5 {
	text-align: center;
	font-size: 22px;
	margin: auto;
	color: #1e3159;
	font-weight: 400;
	padding: 20px 0 40px 0;
}
.welcome-form {
	margin: auto;
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
	max-width: 350px;
	z-index: 1;
	position: relative;
}
.welcome-form input[type="text"] {
	width:100%;
	border: 1px solid #ababab;
	height: 42px;
	border-radius: 4px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
}
.welcome-form input[type="email"] {
	width:100%;
	border: 1px solid #ababab;
	height: 42px;
	border-radius: 4px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
}
.welcome-form input[type="password"] {
	width:100%;
	border: 1px solid #ababab;
	height: 42px;
	border-radius: 4px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
}
.welcome-form .date-field label {
	display: inline-block;
	width: 35%;
	border: 1px solid #ababab;
	height: 42px;
	padding: 8px 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
	float: left;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.welcome-form .date-field input[type="date"] {
	width: 100%;
	border: 1px solid #ababab;
	height: 42px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	float: left;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background: #f1f1f1 url(/Images/External/Customers/ShipyardScheme/yellow-bg.jpg);
	background-size: 44px;
	background-repeat: no-repeat;
	background-position: 100%;
}
    .welcome-form input[type="submit"] {
        background: #008bcc;
        color: #fff;
        border: 1px solid #008bcc;
        font-size: 20px;
        border-radius: 4px;
        text-transform: uppercase;
        padding: 6px 10px;
        font-weight: 600;
        margin: 10px 0 0 0;
        margin-bottom: 0.25em;
}
.helpbox {
	background: #198bcc;
	text-align: center;
	padding: 35px 20px 30px 20px;
	margin: 30px 0;
	max-height: 515px;
}
.helpbox h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	padding: 0 0 15px 0;
}
.user-icon {
	padding: 0 0 15px 0;
}
.show-me-video {
	padding: 0 0 15px 0;
}
.show-me-video a {
	display: block;
}
.show-me-video a img {
	border-bottom: 3px solid #ffcc00;
	padding: 0 0 20px 0;
	max-height: 160px;
}
.helpbox h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}
.helpbox .more-help {
	color: #fff;
	font-size: 11px;
	background: url(/Images/External/Customers/ShipyardScheme/call-icon.png);
	background-repeat: no-repeat;
	background-size: 26px;
	max-width: 270px;
	margin: auto;
	background-position: 16px 50%;
	padding: 0 0 0 44px;
}
.helpbox .more-help a {
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 10px;
	font-weight: 600;
	text-decoration: underline;
}
.helpbox .more-help time {
	font-size: 14px;
}
.formbox-inner {
	background: url(/Images/External/Customers/ShipyardScheme/Blue-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
	min-height: 150px;
	position: absolute;
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	z-index: 0;
}
.row.highwaybox {
	max-width: 1000px;
	margin: 70px auto 35px auto;
	position: relative;
}
.row.accounthighwaybox {
	max-width: 1000px;
	margin: 70px auto 50px auto;
	align-items: center;
}
.live-chat {
	position: absolute;
	bottom: 0;
	right: 15px;
	background: #ffcc00;
	width: 250px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 5px;
	font-weight: 600;
	cursor: pointer;
}
.user-icon img {
	max-height: 120px;
}
/*Manager Basic Information*/
.accountform {
	background: #fff;
	padding: 40px 0 0 0;
	box-shadow: 6px -3px 5px -4px #333;
	z-index: 1;
}
.accountform h1 {
	text-align: center;
	font-size: 30px;
	margin: auto;
	color: #008ACB;
	font-weight: 900;
}
.accountform h5 {
	text-align: center;
	font-size: 24px;
	margin: auto;
	color: #1e3159;
	font-weight: 800;
	padding: 8px 0 40px 0;
}
.ac-bottom {
	background: url(/Images/External/Customers/ShipyardScheme/Blue-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
	min-height: 152px;
	display: block;
	padding: 70px 0 0 0;
	margin: 25px 0 0 0;
}
.nw-icon {
	position: absolute;
	top: -50px;
	left: -18px;
}
.nw-icon img {
	max-width: 165px;
}
ul.car-process {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
}
ul.car-process li {
	list-style: none;
	display: inline-block;
	position: relative;
	width: auto;
	text-align: center;
	width: 15%;
}
ul.car-process li.border {
	background: #008ACB;
	border: none !important;
	padding: 0;
	height: 4px;
	border-radius: 0;
	position: relative;
	top: -68px;
	width: 60px;
	margin: 0 0;
}
ul.car-process li.pending icon {
	background: #ff3939;
}
ul.car-process li icon {
	height: 60px;
	width: 60px;
	display: block;
	border: 2px solid #008ACB;
	background: #d8d8d8;
	border-radius: 50%;
	padding: 16px 0 0 0;
	position: relative;
	margin: auto;
}
ul.car-process li.pending span {
	font-weight: 900;
}
ul.car-process li span {
	display: block;
	font-size: 12px;
	line-height: 1em;
	font-weight: 500;
	padding: 10px 0 0 0;
}
.accountform .welcome-form input[type="text"] {
	width: 94%;
	display: inline-block;
	margin: 1.5% 1%;
}
.accountform .welcome-form input[type="email"] {
    width: 94%;
    display: inline-block;
    float: left;
    margin: 1.5% 1%;
    margin-left: 3%;
}

.emailverify {
    float: right;
    background: #ffa200;
    color: #000;
    border: 1px solid #008bcc;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: 600;
    margin-right: 3%;
    /* width: 95%; */
    /* margin: 15px 0 0 0; */
    margin-top: 9px;
    height: 42px;
}

.accountform .welcome-form input[type="password"] {
	width: 46%;
	display: inline-block;
	margin: 1.5% 1%;
}
.accountform .welcome-form {
	max-width: 100%;
}
.ac-top {
	max-width: 600px;
	margin: auto;
}
.clear {
	clear: both;
}
.accountform-inner {
	max-width: 565px;
	margin: auto;
	border-top: 2px solid #fff;
}
.accountform-inner .step-process {
	float: left;
	color: #fff;
	font-size: 13px;
	padding: 12px 0 0 0;
}
.accountform-inner button.next-step {
	float: right;
	background: #008bcc;
	color: #fff;
	border: 1px solid #008bcc;
	font-size: 20px;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 6px 10px;
	font-weight: 600;
	margin: 15px 0 0 0;
    margin-bottom: 0.52em;
}
/*Login account*/
.login-form {
	margin: auto;
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
	max-width: 350px;
	z-index: 1;
	position: relative;
}
.login-form input[type="text"] {
	width:100%;
	border: 1px solid #ababab;
	height: 42px;
	border-radius: 4px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
}
.login-form input[type="password"] {
	width:100%;
	border: 1px solid #ababab;
	height: 42px;
	border-radius: 4px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
}
.login-form .date-field label {
	display: inline-block;
	width: 35%;
	border: 1px solid #ababab;
	height: 42px;
	padding: 8px 8px;
	margin: 0 0 20px 0;
	background: #f1f1f1;
	float: left;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.login-form .date-field input[type="date"] {
	width: 65%;
	border: 1px solid #ababab;
	height: 42px;
	padding: 0 8px;
	margin: 0 0 20px 0;
	float: left;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background: #f1f1f1 url(/Images/External/Customers/ShipyardScheme/yellow-bg.jpg);
	background-size: 44px;
	background-repeat: no-repeat;
	background-position: 100%;
}
.login-form input[type="submit"] {
	background: #008bcc;
	color: #fff;
	border: 1px solid #008bcc;
	font-size: 20px;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 6px 10px;
	font-weight: 600;
	margin: 10px 0 0 0;
}
a.reset-password {
    background: #ffcc00;
    color: #130f00;
    border: 1px solid #ffcc00;
    font-size: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 7px 10px;
    font-weight: 600;
    margin: 10px 0 0 0;
    text-decoration: none;
    float: right;
    width: 66%;
    margin-bottom: 40px;
}
.login-form input[type="submit"] {
	background: #008bcc;
	color: #fff;
	border: 1px solid #008bcc;
	font-size: 20px;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 6px 10px;
	font-weight: 600;
	margin: 10px 0 0 0;
	float: left;
	width: 30%;
    height: 48px;
}
.loginbox .formbox {
	background: #fff url(/Images/External/Customers/ShipyardScheme/Blue-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 110%;
}
.loginas {
	padding: 35px 0 25px 0;
	max-width: 95%;
	margin: auto;
}
.loginas a.login-manager {
	background: #ffcc00;
	color: #130f00;
	border: 1px solid #ffcc00;
	font-size: 14px;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 9px 10px;
	font-weight: 600;
	margin: 10px 15px 0 0;
	text-decoration: none;
}
a.login-user {
	background: #ffcc00;
	color: #130f00;
	border: 1px solid #ffcc00;
	font-size: 14px;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 9px 10px;
	font-weight: 600;
	margin: 10px 0 0 0;
	text-decoration: none;
}
/*Employee or Manager*/

.user-selection {
	background: #fff;
	padding: 65px 0 0 0;
	box-shadow: 6px -3px 5px -4px #333;
	z-index: 1;
}
.user-selection h1 {
	text-align: center;
	font-size: 30px;
	margin: auto;
	color: #1e3159;
	font-weight: 900;
}
.user-selection h2 {
	text-align: center;
	font-size: 24px;
	margin: auto;
	color: #1e3159;
	font-weight: 900;
	padding: 14px 0 40px 0;
}
.selection-form {
	width: 90%;
	max-width: 600px;
	margin: auto;
	padding: 70px 0 0 0;
	z-index: 1;
	position: relative;
}
.user-selection .formbox-inner {
	min-height: 180px;
}
.selection-form .col-md-6 .employee {
	background: #198bcc;
	border-radius: 30px;
	text-align: center;
	padding: 0 0 25px 0;
	max-width: 90%;
	margin: auto;
}
.selection-form .col-md-6 .administrator {
	background: #198bcc;
	border-radius: 30px;
	text-align: center;
	padding: 0 0 25px 0;
	max-width: 90%;
	margin: auto;
}
.selection-form h3 {
	text-align: center;
	color: #fbcb03;
	font-weight: 600;
	font-size: 25px;
	padding: 80px 0 5px 0;
}
.selection-form p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
	max-width: 215px;
	margin: auto;
}
.selection-form .col-md-6 .administrator img {
	height: 150px;
	position: absolute;
	left: 28px;
	right: 0;
	top: -85px;
	margin: auto;
}
.selection-form .col-md-6 .employee img {
    height: 150px;
    position: absolute;
    left: -30px;
    right: 0;
    top: -85px;
    margin: auto;
}
/*Manager Credit Amount*/
ul.car-process li.processing icon {
	background: #ffa200;
}
.warning {
	background: #ffcc00;
	max-width: 600px;
	margin: 30px auto 15px auto;
	width: 90%;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0px 0px 2px 0px #7f7f7f;
	display: flex;
	align-items: center;
}
.warning img {
	display: inline-block;
	max-width: 80px;
	float: left;
}
.warning p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 1.3em;
	display: inline-block;
	width: calc(100% - 100px);
	margin: 0 0 0 auto;
	text-align: left;
}
.token {
	background: #d2d2d2;
	max-width: 600px;
	margin: auto;
	width: 90%;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0px 0px 2px 0px #7f7f7f;
	display: flex;
	align-items: center;
}
.token img {
	display: inline-block;
	max-width: 60px;
	float: left;
}
.token p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 1.3em;
	display: inline-block;
	width: calc(100% - 100px);
	margin: 0 0 0 auto;
	text-align: left;
}
.accountform .welcome-form .amounts input[type="text"] {
	width: 98%;
}
.accountform .welcome-form .companies input[type="text"] {
	width: 98%;
}
.amounts label {
	width: 100%;
	text-align: left;
	font-size: 22px;
	color: #008bcc;
	font-weight: 600;
}
.amounts label img {
	height: 30px;
}
.companies label {
	width: 100%;
	text-align: left;
	font-size: 22px;
	color: #008bcc;
	font-weight: 600;
}
.companies label img {
	height: 30px;
}
.step2 .ac-bottom {
	margin: -30px 0 0 0;
}
.step2 .ac-middle {
	z-index: 1;
	position: relative;
}
/*Passport Error*/
.passport-error {
	background: #ffcc00;
	max-width: 600px;
	margin: 0 auto 15px auto;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0px 0px 2px 0px #7f7f7f;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 1.3em;
}
.highwaybox.passport_error .formbox {
	padding-bottom: 50px;
}
.welcome-form input[type="submit"].try-again {
	background: #008bcc url(/Images/External/Customers/ShipyardScheme/retry.png);
	background-repeat: no-repeat;
	padding: 6px 10px 6px 40px;
	background-position: 10px 50%;
	background-size: 22px;
}
.basic-email-info ul.car-process li.border {
	width: 130px;
}

/*Employee account creation*/
ul.car-process li.complete icon {
	background: #00de00;
}
.accountform .welcome-form input.my_token {
}
.tocken-info {
	width: 100%;
	clear: both;
	padding: 0 0 8px 0;
}
.tocken-info img {
	width: 46%;
	display: inline-block;
	float: left;
	margin: 0 0 0 4%;
}
.tocken-info p {
	width: 45%;
	display: inline-block;
	text-align: left;
	color: #008ACB;
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	padding: 10px 0 0 0;
}
.terms {
	background: #fff;
	max-width: 500px;
	margin: auto;
	border-radius: 15px;
	padding: 15px 3px;
	font-size: 14px;
	color: #ababab;
}
.terms {
	background: #fff;
	max-width: 400px;
	border-radius: 11px;
	padding: 12px 5px;
	font-size: 14px;
	color: #8b8484;
	margin: auto auto 50px auto;
	box-shadow: 0px 0px 4px -1px #7f7f7f;
}
.terms a {
	text-decoration: underline;
}
.terms input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 0 0 9px;
	position: relative;
	top: 5px;
}
.employee-account ul.car-process li.border {
	width: 130px;
}
.employee-account .ac-bottom {
	margin: 0;
	padding: 0 0 25px 0;
}
/*Manager account creation*/
.manager-account ul.car-process li.border {
	width: 60px;
}
.manager-account .ac-bottom {
	margin: 0;
	padding: 0 0 25px 0;
}
ul.car-process li.progressing icon {
	background: #ffcc00;
}
.manager-account .terms {
	margin-top: 10px;
}
/*Checkout form*/
.checkout-form h3 {
	font-size: 20px;
	margin: auto;
	color: #008ACB;
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px 0;
}
.checkout-form .icon-container img {
	width: 100%;
	max-width: 150px;
	position: absolute;
	top: -10px;
	right: 0;
}
.checkout-form .ac-top {
	max-width: 700px;
	padding: 30px 0 0 0;
	width: 90%;
}
.checkout-form label {
	font-size: 13px;
	display: block;
	text-align: left;
	font-weight: 600;
	margin: 0 0 4px 0;
}
.accountform .checkout-form.welcome-form input[type="text"] {
	width: 100%;
	display: inline-block;
	margin: 0 0 14px 0;
	height: 35px;
	border-radius: 5px;
}
.accountform .checkout-form.welcome-form input[type="email"] {
	width: 100%;
	display: inline-block;
	margin: 0 0 14px 0;
	height: 35px;
	border-radius: 5px;
}
.accountform .checkout-form.welcome-form input#expmonth {
	width: 45%;
	margin: 0 2% 0 0;
	    float: left;
}
.accountform .checkout-form.welcome-form input#expyear {
	width: 45%;
	margin: 0 0 0 2%;
}
.manager-checkout .ac-bottom {
	margin: 0;
}
.back-btn {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 15px;
}
.back-btn img {
	width: 65px;
}
.selection-form a {
	text-decoration: none;
}
.introvideo {
	background: #fff url(/Images/External/Customers/ShipyardScheme/Blue-bg.png);
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 30px 0 60px 0;
}
.introvideo h1 {
	text-align: center;
	font-size: 50px;
	margin: auto;
	color: #1e3159;
	font-weight: 900;
	padding: 0 0 10px 0;
}
.introvideo h5 {
	text-align: center;
	font-size: 17px;
	margin: auto;
	color: #1e3159;
	font-weight: 300;
	padding: 0;
	max-width: 400px;
}
img.video {
	max-width: 500px;
	width: 90%;
	margin: 40px auto;
}
a.replay {
	background: #ffcc00;
	color: #000;
	padding: 10px;
	font-weight: 900;
	border-radius: 5px;
	margin: 0 15px 0 0;
	text-decoration: none;
}
a.replay img {
	width: 20px;
}
a.understood {
	background: #008bcc;
	color: #fff;
	padding: 10px;
	font-weight: 900;
	border-radius: 5px;
	margin: 0 15px 0 0;
	text-decoration: none;
}
a.understood img {
	width: 10px;
}
.videopop .user-icon {
/*	border-bottom: 2px solid #ffcc00;
*/	padding: 0 0 30px 0;
}
.videopop .user-icon img {
/*	max-height: 100%;
*/}
.back-btn-mo {
    display: none;
}

/*Induction Code Email*/
.induction-email {
    margin: auto;
    padding: 0;
    max-width: 450px;
}
.induction-header {
	background: url(/Images/External/Customers/ShipyardScheme/APCL SHIP.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
}
.induction-header-inner {
    background: rgba(0,139,204, 0.8);
    text-align: center;
    padding: 40px 5px;
}
.induction-header-inner img {
    display: block;
    margin: auto;
    padding: 0 0 15px 0;
}
.induction-header-inner h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.induction-email h4 {
    text-align: center;
    padding: 25px;
    font-size: 19px;
}
.induction-email a.buy-tokens {
    background: #008bcc;
    margin: auto auto 40px auto;
    display: block;
    width: 150px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.induction-email a.buy-tokens img {
    margin: 0 5px 0 0;
}
.induction-email a.not-right {
    background: #008bcc;
    margin: auto auto 12px auto;
    display: block;
    width: 300px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.induction-email .description {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 14px;
    max-width: 300px;
    color: #4b606a;
    padding: 0 0 10px 0;
}
.induction-email a.login {
    background: #008bcc;
    margin: 30px auto 40px auto;
    display: block;
    width: 150px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.induction-email a.register {
    background: #008bcc;
    margin: 30px auto 40px auto;
    display: block;
    width: 300px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.induction-footer {
    text-align: center;
    background: #3e3e3e;
    color: #fff;
    padding: 15px 0;
}
.induction-footer span {
    font-size: 12px;
}
.induction-footer h3 {
    font-size: 25px;
    max-width: 146px;
    text-align: left;
    margin: auto;
    padding: 0;
    font-weight: 600;
}
.induction-footer h3 strong {
    font-weight: 600;
    color: #eb570e;
}
.induction-email .token-number img {
    width: 16px;
    margin: 0;
}
.induction-email .token-number h3 {
    color: #262626;
    font-weight: 800;
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.induction-email .token-number {
    text-align: center;
    font-size: 16px;
    color: #545454;
    padding: 0 0 20px 0;
}
.induction-email .help {
    font-size: 12px;
    padding: 15px 0 0 0;
    width: 300px;
    margin: auto;
}
.induction-email a.order-summary {
    background: #008bcc;
    margin: 40px auto 12px auto;
    display: block;
    width: 300px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.induction-email .summary {
    border: 1px solid;
    border-radius: 10px;
    width: 300px;
    margin: 18px auto 40px auto;
    padding: 5px 0 15px 0;
    display: block;
}
.induction-email a.purchase-info {
    background: #008bcc;
    margin: auto auto 12px auto;
    display: block;
    width: 300px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}
.induction-email .order-info {
    width: 300px;
    margin: 0 auto 20px auto;
    padding: 5px 0 15px 0;
    display: block;
    font-size: 12px;
}
.induction-email .order-info h5 {
    font-size: 13px;
    font-weight: 600;
    padding: 16px 0 0 0;
}
.induction-email .order-info strong {
    font-size: 13px;
}





@media only screen and (min-width:200px) and (max-width:767px) {
.formbox {
 padding: 60px 20px 0 20px;
}
.accounthighwaybox .helpbox {
 margin: 0 0 50px 0;
 position: relative;
 bottom: 50px;
 z-index: 1;
}
.welcome-form .date-field label {
 width: 40%;
 padding: 8px 1px;
}
.welcome-form .date-field input[type="date"] {
 width: 60%;
 padding: 0 4px;
}
.mobil-logo {
 display: block !important;
 background: #fff;
 width: 100%;
 text-align: center;
 border-radius: 50px;
 padding: 12px 0;
 position: absolute;
 top: -40px;
 z-index: 9;
 box-shadow: 0px 0px 8px -2px #333;
 max-width: 230px;
 margin: auto;
 right: 0;
 left: 0;
}
.mobil-logo img {
 max-width: 140px;
}
.formbox h1 {
 font-size: 21px;
}
.formbox h5 {
 font-size: 18px;
 padding: 20px 0 25px 0;
}
.helpbox h2 {
 font-size: 28px;
}
.helpbox h3 {
 font-size: 23px;
}
.helpbox .more-help {
 background-position: 0 50%;
 padding: 0 0 0 0;
 background-size: 30px;
}
.helpbox .more-help time {
 font-size: 15px;
}
.formbox-inner {
 bottom: -55px;
}
.welcome-form input[type="submit"] {
 float: right;
}


/*Manager Basic Information*/
.accountform-inner {
 max-width: 90%;
 border: none;
 text-align: center;
}
.accountform {
 padding: 60px 0px 0 0px;
}
.accountform h1 {
 font-size: 28px;
 padding-bottom: 20px;
 margin-top: -25px;
 max-width: 90%;
}
.accountform h5 {
 font-size: 18px;
 padding: 20px 0 25px 0;
 display: none;
}
ul.car-process {
 display: none;
}
	.nw-icon {
		position: relative;
		top: -45px;
		left: 0;
		right: 0;
		text-align: left;
		z-index: 9;
		max-width: 230px;
		margin: auto;
        margin-top: 50px;
	}
.accountform .welcome-form input[type="text"] {
 margin: 0 0 15px 0;
 width: 100%;
}
.accountform .welcome-form input[type="email"] {
 margin: 0 0 15px 0;
 width: 100%;
}

    .emailverify {
        margin-right: 0;
        margin-top: 0;
    }

    .accountform .welcome-form input[type="password"] {
        margin: 0 0 15px 0;
        width: 100%;
    }
.accountform-inner .step-process {
 display: none;
}
.ac-top {
 max-width: 90%;
 margin: auto;
 z-index: 999;
 position: relative;
}
    .accountform-inner button.next-step {
        float: none;
        margin-bottom: 0.25em;
    }
.ac-bottom {
 margin: 0;
 position: relative;
 bottom: 50px;
 z-index: 0;
 padding: 55px 0 0 0;
 min-height: 140px;
}
.row.accounthighwaybox {
 margin: 140px auto 0px auto;
}

/*Login form*/
.login-form .date-field label {
 width: 40%;
 padding: 8px 1px;
}
.login-form .date-field input[type="date"] {
 width: 60%;
 padding: 0 4px;
}
.login-form input[type="submit"] {
 float: left;
 font-size: 15px;
height: 40px;
}
a.reset-password {
 font-size: 15px;
}
.loginbox .helpbox {
 position: unset;
 margin: 0 0 50px 0;
 bottom: 50px;
 z-index: 1;
}
.loginas {
 display: none;
}
.login-form {
 padding: 20px 0 40px 0;
}
.loginbox .formbox {
 background-position: 0 101%;
}

/*Employee or Manager*/
.selection-form .col-md-6 .employee img {
 float: left;
 height: auto;
 width: 90px;
 top: 4px;
 left: -10px;
 right: auto;
}
.selection-form .col-md-6 .administrator img {
 float: left;
 width: 90px;
 height: auto;
 top: -7px;
 left: 5px;
 right: auto;
}
.selection-form h3, .selection-form p {
 display: block;
 text-align: left;
 margin: 0 0 0 auto;
 width: calc(100% - 100px);
}
.selection-form {
 padding: 0;
 width: 100%;
}
.selection-form .col-md-6 .employee {
 padding: 10px 5px 10px 0;
 border-radius: 100px;
 margin: auto auto 30px auto;
 position: relative;
 min-height: 88px;
}
.selection-form .col-md-6 .administrator {
 padding: 10px 5px 10px 0;
 border-radius: 100px;
 position: relative;
 min-height: 86px;
}
.selection-form p {
 font-size: 12px;
 text-align: left;
 max-width: 100%;
}
.selection-form h3 {
 font-size: 18px;
 padding: 0 0 6px 0;
}
.user-selection h1 {
 font-size: 24px;
}
.user-selection h2 {
 font-weight: 400;
 font-size: 18px;
}
.step2 .ac-bottom {
 margin: 20px 0 0 0;
}
.warning {
 display: block;
 text-align: center;
}
.warning img {
 float: none;
 display: block;
 clear: both;
 margin: auto;
}
.warning p {
 float: none;
 width: 100%;
 display: block;
 padding: 12px 0 0 0;
}
.token {
 display: block;
}
.token img {
 float: none;
 display: block;
 clear: both;
 margin: auto;
}
.token p {
 float: none;
 width: 100%;
 display: block;
 padding: 12px 0 0 0;
}
.welcome-form input[type="submit"].try-again {
 float: none;
}
.highwaybox.passport_error .formbox-inner {
 bottom: -29px;
 min-height: 220px;
}
.pasport-error {
 font-size: 14px;
}
/*Employee account creation*/
.tocken-info img {
 width: 100%;
 max-width: 300px;
}
.tocken-info p {
 width: calc(100% - 10px);
 padding: 10px 0 15px 0;
 text-align: center;
}
.terms {
 margin: 50px auto 20px auto;
 width: 90%;
}
.terms p.m_terms {
 display: block !IMPORTANT;
 color: #000;
 font-weight: 600;
 padding: 10px 0 0 0;
 margin: 0;
 font-size: 12px;
}
/*Manager account creation*/
.manager-account .terms {
 margin: 50px auto 20px auto;
}
.checkout-form .icon-container img {
 top: -30px;
}
.introvideo h5 {
 width: 90%;
}
a.understood {
 display: block;
 margin: 20px auto;
 max-width: 90%;
 font-size: 15px;
}
a.replay {
 margin: 0;
}
.videopop .helpbox {
 margin-top: -1px;
}
.introvideo h1 {
 font-size: 36px;
 padding: 25px 0 15px 0;
}
.back-btn {
 display: none;
}
.back-btn-mo a {
 position: absolute;
 top: 20px;
 background: #008bcc;
 color: #fff;
 font-weight: 600;
 font-size: 18px;
 padding: 8px 10px;
 left: 0;
 border-top-right-radius: 15px;
 border-bottom-right-radius: 15px;
 display: block;
 text-decoration: none;
}
.back-btn-mo {
    display: block !important;
}
}
 @media only screen and (min-width:768px) and (max-width:1000px) {
.helpbox h2 {
 font-size: 23px;
}
.show-me-video a img {
 max-width: 100%;
}
.helpbox h3 {
 font-size: 16px;
}
.helpbox .more-help {
 font-size: 10px;
 background-size: 24px;
 background-position: 2px 50%;
 padding: 0 0 0 28px;
}
.helpbox .more-help a {
 padding: 0 0 0 10px;
 font-size: 10px;
}
.helpbox .more-help time {
 font-size: 10px;
}
.helpbox {
 padding: 35px 10px 30px 10px;
}
.formbox {
 padding: 60px 0 0 0;
}
.formbox h5 {
 padding: 20px 0 30px 0;
}
/*Manager Basic Information*/
.accountform-inner {
 max-width: 470px;
}
.ac-top {
 max-width: 500px;
}
.nw-icon img {
 max-width: 135px;
}
.accountform h1 {
 font-size: 25px;
}
.accountform h5 {
 font-size: 20px;
}
ul.car-process li img {
 width: 28px;
}


/*Login account*/
.loginbox .formbox {
 background-position: bottom;
}

/*Employee or Manager*/
.selection-form p {
 font-size: 16px;
 padding: 0 8px;
}
}



 /* steve jubb css*/
.accountform .welcome-form .tokenborder {
    border: 1px solid silver;
    box-shadow: 1px 1px silver;
    border-radius: 5px;
}

    .accountform .welcome-form .tokenborder input {
        background-color: white;
    }

.accountform .welcome-form .tokenborder #company {
        border: none;
    }

    .accountform .welcome-form .tokenborder #amount {
        width: 70%;
        float: left;
    }

    .accountform .welcome-form .tokenborder #price {
        width: 28%;
        float: right;
        line-height: 300%;
    }

.accountform .welcome-form .tokenborder input:focus {
        outline: none;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/* to make video panel bigger at request of PP, done by Seema 21-9-20*/
/*col-md-9 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 35%;
    max-width: 35%;
}*/


.highwaysenglandvideopopupoverlay {
    position: fixed;
    display: none;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75 !important;
    background-color: black;
}

.highwaysenglandvideopopup {
    position: fixed;
    display: none;
    z-index: 2000000;
    top: 50%;
    left: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.highwaysenglandvideopopup .close_he_video 
{
    background: white;
    width: 41px;
    height: 41px;
    top: 0;
    right: 0;
    font-weight: bold;
    position: absolute;
    font-size: 27px;
    padding-left: 9px;
    background-color: green;
    color: white;
    cursor: pointer;
}

.employeeregistrationpopup {
    height: 330px;
}

.employeeregistrationpopup .title, .employeeregistrationpopup2 .title {
    color: #1D315A;
    text-align: center;
    width: 100%;
    font-size: 2em;
}

.employeeregistrationpopupoverlay, .employeeregistrationpopupoverlay2 {
    position: fixed;
    display: none;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5 !important;
    background-color: white;
}

.employeeregistrationpopup #tokencost {
    font-weight: bolder;
    padding: 0.25em;
    display: block;
    font-size: 1.25em;
}

.employeeregistrationpopup p, .employeeregistrationpopup2 p {
    padding: 6em;
    padding-top: 0.5em;
    display: block;
    font-size: 1.1em;
    text-align: center;
}

.employeeregistrationpopup .tokenbutton, .employeeregistrationpopup2 .tokenbutton {
    background-color: #008BCC !important;
    color: white !important;
    width: 30%;
    margin-left: 30% !important;
    text-align: center !important;
    float: unset !important;
    margin-right: unset !important;
    margin-bottom: 1em;
    border-radius: 0.5em;
    font-weight: bolder;
    font-size: 1.5em;
}

.employeeregistrationpopup, .employeeregistrationpopup2 {
    position: fixed;
    display: none;
    z-index: 2000000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid black;
    max-width: 35%;
    background: white;
}

    .employeeregistrationpopup .close_popup, .employeeregistrationpopup2 .close_popup2 {
        background: #1D315A;
        border: 1px solid;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        /* font-weight: bold; */
        position: absolute;
        font-size: 21px;
        padding-left: 7px;
        color: white;
        cursor: pointer;
    }

    .employeeregistrationpopup img {
        display: inline-block;
        margin: 0 auto;
        margin-left: 47%;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

    .employeeregistrationpopup span{
        display: inline-block;
        font-size: 0.75em;
        margin-top: 1.25em;
        color: #1D315A;
        font-weight: bold
    }


.employeeregistrationpopup .verified {
    text-align: center;
    padding: 0.5em;
    background-color: #d2d2d2;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
    font-weight: bold;
}

@media ( max-width: 1500px) {
    .employeeregistrationpopup, .employeeregistrationpopup2 {
        width: 40% !important;
        max-width: 40%;
    }
}

@media (max-width: 1200px)
{
    .employeeregistrationpopup, .employeeregistrationpopup2 {
        width: 70% !important;
        max-width: 70%;
    }

    .employeeregistrationpopup {
        height: auto;
    }

    .employeeregistrationpopup p, .employeeregistrationpopup2 p {
        padding: 2.5em;
    }
}

