@import url("../lib/fonts/font-awesome/css/font-awesome.css");

@media screen and (min-width: 1px) {
	* {
		font-size: 5px;
		font-size: 3.7vw;	
	}
	.footer-wrapper * {
		font-size: 5px;
		font-size: 3.7vw;	
	}
}

@media screen and (min-width: 320px) {
	* {
		font-size: 10px;
		font-size: 3.2vw;
	}
	.footer-wrapper * {
		font-size: 10px;
		font-size: 3.2vw;	
	}
}

@media screen and (min-width: 640px) {
	* {
		font-size: 15px;
		font-size: 1.8vw;	
	}
	.footer-wrapper * {
		font-size: 15px;
		font-size: 1.8vw;	
	}
}

@media screen and (min-width: 1024px) {
	* {
		font-size: 20px;
		font-size: 1.5vw;
	}
	.footer-wrapper * {
		font-size: 20px;
		font-size: 1.5vw;
	}
}

@media screen and (min-width: 1440px) {
	* {
		font-size: 20px;
		font-size: 1.2vw;
	}
	.footer-wrapper * {
		font-size: 20px;
		font-size: 1.2vw;
	}
}

body {
	font-family: Arial, Helvetica, sans-serif;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.img_bg {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a:hover {
	color: #ff6600;
}

:focus {
	outline: 0;
}

.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-logo {
	display: inline-block;
	float: right;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-logo:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: 200;
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
}

.header-domain-title-wrapper {
	display: inline-flex;
	margin-left: 6%;
	width:68%;
	white-space: nowrap;
	overflow: hidden;
}

.header-domain {
	position: relative;
	float: left;
	text-align: left;
	width: auto;
	height: 45px;
	line-height: 45px;
	font-weight: 100;
}

.header-domain a {
	text-decoration: none;
	color: white;
}

.header-domain a:hover {
	color: #ff6600;
}

.header-title {
	position: relative;
	padding-left: 5px;
	float: left;
	text-align: left;
	font-style: italic;
	width: auto;
	height: 45px;
	line-height: 45px;
	font-weight: 100;
}

.header-title a {
	text-decoration: none;
	color: white;
}

.header-title a:hover {
	color: #ff6600;
}

.header-elements-wrapper {
	z-index: 99;
	position: absolute;
	top: 0px;
	white-space: nowrap;
	overflow: hidden;
	height: 45px;
	width: 20%;
	line-height: 45px;
	font-weight: 200;
	color: white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-elements-wrapper:hover {
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	cursor: default;
}

.header-elements-wrapper a {
	color: white;
}

.header-elements-wrapper a:active {
    color: white;
}

.header-elements-wrapper a:link {
    color: white;
}

.header-elements-wrapper a:visited {
    color: white;
}
/*
.header-element {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: white;
	font-weight: 200;
}
*/
.header-elements {
	position: relative;
	float: left;
	text-align: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-weight: 100;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	white-space: nowrap;
	overflow: hidden;
}

.header-elements:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: 200;
	cursor: pointer;
}

.container-wrapper {
	position: absolute;
	top: 50px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container {
	display: block;
	margin: 3% 6%;
	padding: 20px;
	padding-top: 10px;
	text-align: left;
	position: relative;
	background-color: rgb(220, 220, 220);
	background-color: rgba(220, 220, 220, 0.9);
	overflow-x: hidden;
	overflow-y: auto;
}

.customers-wrapper {
	margin: 0;
	position: relative;
	overflow: visible;
	text-align: center;
}

.customer-logo {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 75px;
	padding: 5px;
	margin: 5px 7px;
	background-color: white;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.text {
	font-weight: 100;
}

.text h2 {
	margin: 0px;
	margin-top: 10px;
	
	font-weight: 600;
	padding: 5px;
	padding-left: 20px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.6);
}

.text ul {
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	list-style-image: url('../lib/logo/freecargo_logo_16.png');
}

.text ul a:hover {
	color: #ff6600;
}

.text ul li {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

.text a {
	text-decoration: none;
	color: black;
}

.text a:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: 800;
}

form {
	padding: 10px;
	margin: 0 auto;
	margin-top: 10px;
	min-width: 250px;
	max-width: 600px;
	height: auto;
	max-height: 700px;
	box-sizing: border-box;
	background-color: #ff8200;
	background-color: rgba(255,130,0,1);
	overflow-x: hidden;
}

form h2 {
	height:40px;
	line-height: 40px;
	margin: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	padding: 10px;
}

form label {
	font-weight: 200;
	padding-top: 12px;
	display: block;
}

form input {
	width: 99%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 200;
	margin: 2px;
	padding-left: 10px;
	background-color: #ffffff;
	border-radius: 5px;
}

form .input-help input {
	margin: 0px;
}

form .input-help {
	position:relative;
	width:100%;	
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin: 2px;
}

form textarea {
	width: 100%;
	box-sizing: border-box;
	font-weight: 200;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border-radius: 5px;
}

form select {
	width: 100%;
	height:50px;
	line-height: 50px;
	font-weight: 200;
	padding: 10px;
	box-sizing: border-box;
}

form button {
	height:50px;
	line-height: 50px;
	background-color: hsl(88%, 70%, 54%);
	color: black;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

form i {
	position: absolute;
	right: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #dcdcdc;
	margin: 0px;
	padding: 8px;
	box-sizing: border-box;
	background-color: transparent;
}

form i:hover {
	cursor: pointer;
}

form input[type=button] {
	height:50px;
	line-height: 50px;
	background-color: #DDDDDD;
	color: black;
	margin-top: 20px;
	padding: 0px;
	border: 2px solid #E33723;
}

form input[type=button]:hover {
	cursor: pointer;
	background-color:#E33723; 
	color: #FFFFFF;	
}

form input[type=submit] {
	height:50px;
	line-height: 50px;
	background-color: #DDDDDD;
	color: black;
	margin-top: 20px;
	padding: 0px;
	border: 2px solid #E33723;	
}

form input[type=submit]:hover {
	cursor: pointer;
	background-color:#E33723; 
	color: #FFFFFF;	
}

.footer-wrapper {
	dispaly: inline-block;
	overflow: hidden;
	white-space: wrap;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	line-height: 50px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	padding-left: 6%;
	padding-right: 6%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footer-wrapper a {
	color: white;
}

.footer-wrapper a:active {
    color: white;
}

.footer-wrapper a:link {
    color: white;
}

.footer-wrapper a:visited {
    color: white;
}

.footer-cel {
	display: inline-block;
	white-space: nowrap;
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: 100;
	overflow: visible;
}

.footer-cel:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: 200;
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
}

.footer-logo {
	display: inline-block;
	float: right;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-logo:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: 200;
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
}

.footer-cel a {
	text-decoration: none;
	color: white;
}

.footer-cel a:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: 200;
}

.footer-button {
	position:absolute;
	right:0px;
	bottom:0px;
	
	display: inline-block;
	white-space: nowrap;
	width: 6%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	
	color:white;
}

.footer-button:hover {
	text-decoration: none;
	color: #ff6600;
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
}

.input_help_div {
	position: absolute;
	display: none;
	z-index: 100;
	min-width: 100px;
	width: auto;
	max-width:30%;
	height: auto;
	padding: 30px;
	background: #dcdcdc;
	color: black;
}

.input_help_div_close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	background: black;
	color: white; 
}

.input_help_div_close:hover {
	cursor: pointer;
}

.container-wrapper {
	overflow: auto;
}

.iframe_cargooffice {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}