
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

.row {
	margin: 0;
}

.blue-text {
	color: #3295D7;
}

.green-text {
	color: #47a447;
}

.violet-text {
	color: #061165 !important;
}

.light-gray-text {
	color: #7C8096 !important;
}

.blue-background {
	background: #3295D7 !important;
}

.green-background {
	background: #27AE60 !important;
}

.center-text {
	text-align: center;
}

.semibold-font {
	font-weight: 600 !important;
}

.bold-font {
	font-weight: bold !important;
}

.button-no-style {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.mapWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0px solid blue;
	z-index: 0;
}

.mapAvatarWrapper {
	border: 1px solid transparent;
	border-radius: 50%;
	overflow: hidden;
}

.mapAvatarWrapper .mapAvatar {
	height: 24px;
	width: 24px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.gpsCoordinates {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

.mapsHeader {
	display: none;
	max-width: 500px;
	position: absolute;
	height: 140px;
	width: 100%;
	background: transparent;
	z-index: 3;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}

.mapsHeaderContainer {
	padding-top: 3px;
	height: 60px;
	text-align: center;
	background: white;
	border-bottom: 2px solid #27AE60;
}

.close-browser {
	visibility: hidden;
	top: 50%;
	bottom: 50%;
	transform: translate(0, -50%);
}

.title-header {
	margin: auto;
	position: relative;
	width: 150px;
	height: 55px;
	vertical-align: middle;
}

.mapsFooter {
	display: none;
	max-width: 500px;
	position: absolute;
	height: 130px;
	width: 100%;
	background-color: transparent;
	z-index: 3;
	padding: 5px;
	bottom: 0;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}

.driverInfo {
	margin: 0;
	border-radius: 2px;
	display: block;
	height: 70px;
	width: 100%;
	background-color: white;
	font-size: 14px;
}

.contactDriver {
	border-radius: 2px;
	position: relative;
	margin-top: 5px;
	height: 43px;
	width: 100%;
}

.contactDriver span {
	font-size: 17px;
	position: absolute;
	top: 50%;
	transform    : translate(-50%, -50%);
}

.contactBtnIcon {
	font-size: 1.3em;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.driverContactInfo, .driverPlateNo {
	height: 50px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	border: 0px solid black;
}

.driverPlateNo .fa-truck {
	font-size: 1.5em;
}

.arriving {
	margin-top: 10px;
	max-width: 250px;
	position: relative;
	font-size: 15px;
	background-color: white;
	height: 60px;
	width: 60%;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
	text-align: center;
	padding: 7px;
	border-radius: 3px;
}

.arriving div {
	margin: 0;
	padding: 0;
}

.etaStart {
	text-align: right;
}

.etaEnd {
	text-align: left;
}

.driverMobileNo {
	display: inline;
	margin-left: 5px;
}

.loading-screen {
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 20;
}

.loading-screen div {
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.5;
	position: fixed;
}

.loading-screen p {
	color: white;
	font-size: 21px;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	height: 50px;
	width: 200px;
	position: absolute;
	transform: translate(-50%, -50%);
}

.invalidLink {
	top: 50%;
	bottom: 50%;
	position: absolute;
	height: 300px;
	width: 100%;
	text-align: center;
	z-index: 11;
	transform: translate(0, -50%);
}

.invalidLink p {
	margin-top: 15px;
	font-size: 19px;
	font-weight: 200;
	color: white;
}

.companyLogoI {
	background: white;
	padding: 10px;
	width: 200px;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
	border: 2.5px solid #3295D7;
}

.companyLogoI img {
	width: 100%;
}

.poweredBy {
	float: right;
	display: block;
	margin: 2px 4px 0 0;
	padding: 0;
	line-height: 8.5px;
	font-size: 8.5px;
}

.customerSurveyContainer {
	max-width: 500px;
	position: absolute;
	background: white;
	width: 80%;
	z-index: 11;
	top: 50px;
	right: 50%;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	padding: 20px;
	overflow: auto;
	margin-bottom: 25px;
	border-radius: 3px;
}

.customerSurveyContainer .title {
	color: #888888;
}

.customerSurveyContainer .driverName {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 600;
}

.submitRatings {
	margin-top: 20px;
	width: 100%;
	height: 43px;
	font-size: 17px;
	font-weight: 600;
}

.form-field {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}

.form-field-name {
	color: black;
}

.form-field-label {
	font-weight: 600;
	color: black;
}

.form-field-text {
	padding: 5px 0;
}

.form-field-smiley {
	padding: 5px 0;
}

.form-field-smiley div {
	display: inline-block;
	margin: 10px 15px 0 15px;
	border: 0;
	text-align: center;
}

.form-field-smiley div img {
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.form-field-star {
	padding: 5px 0;
}

.form-field-star img {
	display: inline-block;
	margin: 10px 15px 0 15px;
	border: 0;
	text-align: center;
	cursor: pointer;
}

.button-link {
	padding: 6px 15px;
	background: #E2E2E8;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 10px;
	color: #212B75;
}

.input-btn {
	width: auto;
	height: auto;
	font-size: 16px;
	padding: 12px 20px;
	background: #309BE1;
	font-weight: bold;
	color: white;
	border-radius: 5px;
}

.container-full {
	width: 100%;
}

.headerContainer {
	position: absolute;
	top: 0;
	display: block;
	height: 290px;
	overflow: hidden;
}

.headerContainer .headerImg {
	position: absolute;
	margin-top: -60px;
	width: 100%;
	z-index: -1;
}

.navContainer {
	position: relative;
	margin-top: 10px;
	line-height: 35px;
	height: 35px;
	padding-left: 0;
	padding-right: 0;
}

.navigation {
	float: right;
}

.navigation li {
	display: inline;
	margin: 0 30px;
}

.navigation li a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.contentContainer {
	margin-top: 140px;
	background: transparent;
	color: white;
	z-index: -1;
}

.input-title-2 {
	font-weight: bold;
	color: #6A70A3;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 12px;
}

.industryBody {
	height: 480px;
	color: white;
}

.industryTitle {
	font-size: 32px;
}

.industryDescription {
	color: white;
	font-weight: 600;
}

.industryDescription p {
	margin: 15px 0;
	color: white;
}

.industrySelContainer {
	margin-top: 40px;
}

.industrySel {
	float: none;
	margin: 0 auto;
}

.industrySel select {
	color: #212B75;
	font-weight: 600;
	margin-bottom: 5px;
}

.industrySel option {
	color: #6A70A3;
	height: 50px;
}

.industryNotListed {
	color: #212B75;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.btnShowPackages {
	display: block;
	margin: 25px auto 0 auto;
	padding: 15px 35px;
	text-transform: capitalize;
}

.btnShowPackages:disabled {
	background: #8F92A7;
	cursor: no-drop;
}

.packagesBody {
	margin-top: 120px;
	height: 480px;
}

.packagesBody .changeIndustry {
	position: relative;
	z-index: 5;
	color: white;
	text-decoration: underline;
}

.packagesContainer {
	margin-top: 10px;
	text-align: center;
}

.packagesContainer .packageItemContainer {
	padding-left: 5px;
	padding-right: 5px;
}

.packagesContainer .packageItem {
	text-align: center;
}

.packageItem .itemImg {
	position: relative;
	border-radius: 50%;
	height: 170px;
	width: 170px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 2;
}

.packageItem .itemBody {
	background: white;
	color: #061165;
	margin-top: -95px;
	padding-top: 110px;
	padding-left: 0;
	padding-right: 0;
	height: 81%;
	z-index: 1;
	box-shadow: 0px 12px 34px #00000029;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
}

.packageItem .itemBody-show {
	margin-top: -125px;
	padding-top: 140px;
}

.packageItem .itemBody .itemTitle {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.packageItem .itemBody .itemDescription {
	margin-top: 10px;
	margin-left: 8.333333333333333%;
	font-size: 12px;
	font-weight: bold;
	min-height: 51px;
	max-height: 51px;
	overflow: hidden;
}

.packageItem .itemBody .itemInclusion {
	margin-top: 10px;
	margin-left: 8.333333333333333%;
	font-size: 12px;
}

.packageItem .itemBody .itemInclusion .inclusions {
	display: none;
}

.packageItem .itemBody .itemNoOfUsers {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 8.333333333333333%;
}

.packageItem .itemBody .itemNoOfUsers input, .packageItem .itemBody .itemNoOfUsers .input-title-2 {
	display: inline;
}

.packageItem .itemBody .itemNoOfUsers input {
	width: 40%;
	margin-right: 5px;
}

.packageItem .itemBody .getStartedContainer {
	display: none;
	padding: 0;
	position: relative;
}

.packageItem .itemBody .getStartedContainer-show {
	display: block;
}

.packageItem .itemBody .getStartedContainer .getStarted {
	padding: 3px 6% 10px 6%;
	margin-top: 10px;
	cursor: pointer;
}

.footer-contact {
	margin-top: 30px;
	margin-bottom: 100px;
	color: #ABADBD;
	font-size: 12px;
}

.calculatorContainer {
	height: 420px;
	padding-left: 0;
	padding-right: 0;
}

.calculatorBgContainer {
	position: absolute;
	width: 100%;
	height: 270px;
	overflow: hidden;
	z-index: -1;
}

.calculatorContentContainer {
	padding-top: 50px;
}

.calculatorTitle {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
	color: white;
}

.calculatorBtnContainer {
	float: left;
	margin: 0 8.333333333333332%;
}

.btnPayoutCalculator {
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 400;
}

.payoutCalculator {
	display: none;
	position: absolute;
	color: #061165;
	top: 0;
	height: 250px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 34px #00000029;
	border-radius: 8px;
	opacity: 1;
}

.payoutCalculatorTitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}

.payoutCalculatorSavings {
	display: none;
	margin-top: 50px;
	font-size: 16px;
	font-weight: 600;
}

.payoutSignUpBtn {
	text-transform: none;
	margin-top: 15px;
}

.payoutCalculatorFields {
	margin: 25px 8.333333333333332% 0 8.333333333333332%;
}

.payoutCalculatorFields .input-title-2 {
	float: left;
}

.payoutCalculatorFields input {
	float: left;
	width: 85%;
}

.payoutComputeBtnContainer {
	padding: 23px 0 0 10px;
}

.payoutComputeBtn {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #28AE60;
	color: #28AE60;
	text-transform: capitalize;
	width: 100%;
}

.payoutComputeBtn:hover {
	background: #28AE60;
	color: white;
}

.footerLeft {
	padding-top: 5px;
	padding-left: 9%;
}

.footerCenter {
	padding-left: 9%;
}

.footerRight {
}

.footerRight .social-link a {
    font-size: 40px;
    color: #ABADBD;
    background: white;
    margin: 0 5px;
}

.footer-copyright {
	margin-top: 50px;
	padding-left: 9%
}

.getStartedContainer {
	padding-right: 7%;
}

.getStartedImgContainer img {
	position: fixed;
	top: 0;
	left: 0;
	width: 35%;
}

.accountDetails {
	padding: 19px 0 19px 0;
	color: #212B75;
}

.accountDetails div {
	padding: 0;
}

.accountDetails div.form {
	margin-left: 0;
}

.accountDetails div.form .form-group {
	margin-bottom: 19px;
}

.accountDetails div.form div.form-group input {
	padding: 11px 16px;
}

.accountDetails div.form .input-title {
	margin: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6A70A3;
}

.loginLink {
	text-align: right;
	height: 27px;
	line-height: 35px;
	font-size: 11px;
}

.getStartedTitle {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
}

.getStartedDesc {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 600;
}

.countryMobileContainer {
	width: 100%;
}

.countryMobileContainer td {
	padding: 0;
}

.countryMobileContainer td.countrySelection {
	padding-right: 20px;
}

.btnSaveAccountContainer {
	text-align: center;
	margin-bottom: 10px !important;
}

.btnSaveAccount {
	margin-top: 10px;
	text-transform: capitalize;
}

.accountDetails .agreement {
	text-align: center;
	color: #9D9FB2;
	font-size: 11px;
	margin-top: 20px;
}

.modal-dialog {
	margin: 0px auto;
}

.modal-content1 {
	margin: auto;
	width: auto;
	margin-top: 5%;
	border-radius: 0;
}

.modal-content1 .modal-body {
	color: ##f4f52;
	padding: 30px 40px;
}

.modal-content1 .modal-body p {
	color: #4f4f52;
}

.modal-content1 .modal-body .input-btn {
	font-size: 12px;
	margin-top: 40px;
	padding: 7px 20px;
	text-transform: capitalize;
}

.modal-title {
	font-size: 16px;
	font-weight: bold;
}

.modal-lg {
	width: 900px !important;
}

.modal-xl {
	width: 1100px !important;
}

.newFieldRequired, .newFieldReq {
	color: #e5412d;
	display: none;
}
.newFieldReqShow {
	color: #e5412d;
	display: inline;
}

.sectionDesc {
	font-weight: 500!important;
	color: #616161;
}

.sectionLine {
	border: 0;
	border-top: 1px solid #3295D7!important;
	margin-top: 0px!important;
	margin-bottom: 5px!important;
}

.sectionLine2 {
	border: 0;
	border-top: 1px solid #636363!important;
	margin-top: 5px!important;
	margin-bottom: 10px!important;
}

.removeMargin{
	margin-right: 0px;
	margin-left: 0px;
}

.removeMargin2{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.marginTop5 {
	margin-top: 5px!important;
}

.marginTop10 {
	margin-top: 10px!important;
}

.marginBottom10{
	margin-bottom: 10px!important;
}

.marginBottom5{
	margin-bottom: 5px!important;
}

.marginBottom3{
	margin-bottom: 3px!important;
}


.smallPadding {
	padding-right: 1px;
	padding-left: 1px;
}

// .removePadding{
	// padding-right: 0px;
	// padding-left: 0px;
// }

.removePaddingLeft{
	padding-left: 0px;
}

.removePaddingRight{
	padding-right: 0px;
}

.addPaddingLeft
{
	padding-left: 15px;
}

.addPaddingRight
{
	padding-right: 15px;
}

.addPaddingTop
{
	padding-top: 15px;
}

.addPaddingTop10px
{
	padding-top: 15px;
}


.addPaddingBottom
{
	padding-bottom: 15px;
}

.addPaddingBottom10px
{
	padding-bottom: 10px;
}

.addMarginLeft
{
	margin-left: 15px;
}

.addMarginLeft5px
{
	margin-left: 5px;
}

.addMarginLeft10px
{
	margin-left: 10px;
}

.addMarginLeft20px
{
	margin-left: 20px;
}

.addMarginLeft25px
{
	margin-left: 25px;
}

.addMarginLeft26px
{
	margin-left: 26px;
}

.addMarginLeft27px
{
	margin-left: 27px;
}

.addMarginRight
{
	margin-right: 15px!important;
}

.addMarginRight5px
{
	margin-right: 5px;
}

.addMarginRight10px
{
	margin-right: 10px;
}

.addMarginTop5px
{
	margin-top: 5px;
}

.addMarginTop10px
{
	margin-top: 10px;
}

.addMarginTop15px
{
	margin-top: 15px;
}

.addMarginTop20px
{
	margin-top: 20px;
}

.addMarginBottom5px
{
	margin-bottom: 5px;
}

.addMarginBottom10px
{
	margin-bottom: 10px;
}

.addMarginBottom15px
{
	margin-bottom: 15px;
}

.addMarginBottom20px
{
	margin-bottom: 20px;
}

.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
}
.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
  display: inline-block;
  top: 4px;
  margin-right: .5em;
  margin-left: -20px;
}
.checkbox-inline,
.radio-inline {
  margin-right: 20px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.newFieldDescription, .newFieldDesc {
	font-weight: 500!important;
	color: #9e9e9e;
}

.newFieldDescWhite {
	color: #fff!important;
}

.levelName{
	position: relative;
	width: auto;
	z-index: 2;
	border-bottom: 0px solid #75c4bf;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.levelName2{
	position: relative;
	width: auto;
	border-bottom: 1px solid #8ddcd7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.levelName2 i{
	color: #3295D7;
}

.levelName3{
	position: relative;
	width: auto;
	border-bottom: 1px solid #8ddcd7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.levelName3 i{
	color: #3295D7;
}

.questionName
{
	position: relative;
	width: auto;
	z-index: 2;
	border-bottom: 1px solid #8ddcd7;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.questionName i{
	color: #3295D7;
}

.form-control.select2-container {
  display: block!important;
  height: auto;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control-full {
	width: 100%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #F1F2F2;
  background: #F1F2F2 !important;
  filter: none;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
  top: 2px;
  right: 5px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 1px 1px;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #e7e7e7;
  margin-top: -5px;
}
.select2-drop-active {
	border-color: #e7e7e7;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media only screen and (max-width: 992px) {
	.getStartedContainer {
		padding-left: 7%;
	}

	.getStartedImgContainer img {
		display: none;
	}

	.loginForm {
		padding-right: 0 !important;
	}

	.button-link {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 500px) {
	.form-field-star img {
		margin: 10px 10px 0 10px;
	}
}

@media only screen and (max-width: 380px) {
	.plateNo, .driverMobileNo {
		font-size: 11px;
	}
	
	.form-field-star img {
		margin: 10px 9px 0 9px;
	}
}

@media only screen and (max-width: 360px) {
	.plateNo, .driverMobileNo {
		font-size: 11px;
	}
	
	.form-field-star img {
		margin: 10px 9px 0 9px;
	}
}

@media only screen and (max-width: 320px) {
	.plateNo, .driverMobileNo {
		font-size: 11px;
	}
	
	.customerSurveyContainer {
		padding: 12px 10px;
	}

	.form-field-smiley div {
		display: inline-block;
		margin: 10px 13px 0 13px;
		border: 0;
		text-align: center;
	}

	.form-field-star img {
		margin: 10px 7px 0 7px;
	}
}