* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}

*:focus {
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;	
}

body {
	background: #fff;
	line-height: 150%;
	color: #1a1a1a;
}

body, td, th, table, input, select, option, textarea {
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
}

select {
	background-color: #fff;
}

textarea {
	resize: none;
}

h1 {
	font-size: 20px;
	margin-bottom: 8px;
}

body.graybg {
	background: #eee url(/design/body_bg.png);
}

a {
	text-decoration: none;
	color: #336699;
}

.googleBigMap {
	width: 100%;
	height: 100%;
}

.plogwebLogo {
	float: left;
}

.plogwebNav {
	float: right;
}

.navMenu {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display:inline-block;
	font-weight:bold;
	margin:0;
	padding:8px 15px;
	text-decoration:none;
	cursor: pointer;
	background: url(/design/transp_bg_white.png);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8dfe9, endColorstr=#ecf4ff);
	border:1px solid #ccc;
	border-radius: 7px;
	font-size: 15px;
	color: #666;
	box-shadow: 0 0 10px #ddd;
}

.detailsWidget {
	padding-top: 20px;
}

.detailsWidget h3 {
	line-height: 1;
	padding: 0 0 12px 1px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd;
}

.detailsWidget .explainIcon {
	font-size: 13px;
	padding-bottom: 5px;
}

.detailsWidget .explainIcon .fa {
	font-size: 18px;
}

.selectedNav {
	border-color: #777;
	background: #fff;
	color: #000;
}

.infoArea {
	position: absolute;
	top: 100%;
	padding: 10px 20px 30px 12px;
	background: url(/design/transp_bg_white_80.png);
}

.topPos {
	position: absolute;
	top: 0;
	width: 100%;
}

.plogwebSubmenu {
	background: url(/design/transp_bg_white_80.png);
	padding: 5px 10px;
}

.mapBtn {
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 5px;
	background: url(/design/transp_bg_white_80.png);
	border: 2px solid #eee;
	border-radius: 4px;
	line-height: 1;
	font-weight: bold;
	color: #222;
}

.mapTypeSelector {
	padding: 5px;
	background: url(/design/transp_bg_white_80.png);
	border: 2px solid #eee;
	border-radius: 4px;
	line-height: 1;
	font-weight: bold;
	color: #222;
	min-width: 150px;
}

.mapBtnDisabled {
	color: #ddd !important;
	border-color: #ddd !important;
}

.txtBtn {
	padding: 7px 8px;
}

.mapBtn .fa,
.mapBtn .wi {
	font-size: 18px;
}

.formularRow {
	margin-bottom: 10px;
}

.formField {
	float: left;
	margin: 0 10px 10px 0;
}

.formField p {
	font-weight: bold;
	padding-bottom: 3px;
}

.disabledFormField {
	color: #ccc;
}

.formSmallInfo {
	font-style: italic;
	padding-bottom: 5px;
}

.formInputField {
	padding: 4px;
	min-width: 200px;
}

.formLinkInput {
	padding-bottom: 8px;
}

.dataTable .mapBtn {
	font-size: 18px;
	border: 1px solid #aaa;
	margin-right: 2px;
}

.mapBtnUnSelected {
	border-color: #eee !important;
}

.mapBtnUnSelected:hover {
	border-color: #ccc !important;
}

.mapBtnSelected {
	background: #fff;
}

.mainHolder {
	border-top: 1px solid #eee;
	padding: 20px 13px;
}

.disabledBtn {
	color: #eee !important;
	border-color: #eee;
	cursor: default;
}

.disabledBtn:hover {
	border-color: #eee !important;
}

.mapBtnHardSelected {
	background: #fff;
	border-color: #336699;
}

.mapBtnMenuSelected {
	background: #f7fff3;
	border-color: #799969;
}

.plogwebTopmenu {
	background: url(/design/transp_bg_white_60.png);
	padding: 10px;
	outline: #fff solid 1px;
	border-bottom: 1px solid #ddd;
}

.right {
	float: right;
}

.whipe {
	padding: 0 !important;
	margin: 0 !important;
}

.hidden {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
}

.longlat {
	float: right;
	border: 1px solid #aaa;
	border-radius: 4px;
	margin-left: 5px;
	background: #fff;
	padding: 3px;
}

.left {
	float: left;
}

.clearfix:before, 
.clearfix:after {
	content: ""; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}

.page-middle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.transpbox {
	border-radius: 5px;
	background: url(/design/transp_bg.png);
	padding: 10px;
	width: 500px;
	height: 390px;
	max-width: 100%;
	max-height: 100%;
}

.transpbox-footer {
	padding-top: 15px;
	text-align: right;
	color: #ccc;
}

.transpbox-logo {
	padding: 0 0 30px 0;
}

.transpbox-content {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 30px 20px;
}

.primary-row {
	margin-bottom: 15px;
}

.primary-row-oh {
	overflow: hidden;
}

.primary-text {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.primary-applogo {
	width: 70px;
	margin: 15px 15px 0 15px;
}

.primary-textinput {
	background-color: #f6f6f6;
	width: 100%;
	padding: 9px 10px 8px 10px;
	font-size: 15px;
	border: 1px solid #bbb;
	border-radius: 4px;
}

.primary-textinput-error {
	background-color: #fff4f4;
	border-color: #c83030;
}

.primary-checkbox input[type=checkbox] {
	float: left;
	margin: 1px 5px 0 2px;
}

.primary-checkbox {
	padding-bottom: 2px;
}

.cbBox {
	border: 1px solid #ccc;
	padding: 20px 13px 13px 13px;
	border-radius: 5px;
	position: relative;
}

.cbBox .boxTitle {
	background: #fff;
	position: absolute;
	top: -9px;
	left: 13px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	padding: 0 5px;
}

.cbBox .boxInnerTitle {
	font-weight: bold;
	padding: 15px 0 5px 0;
	font-size: 14px;
}

.editableAreaTitle {
	width: 100%;
	padding: 4px;
}

.editableAreaContent {
	width: 100%;
	height: 200px;
}

.primary-checkbox label {
	font-size: 13px;
}

.primary-submit {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	font-weight:bold;
	margin:0;
	padding:8px 15px;
	text-decoration:none;
	cursor: pointer;
	background-color:#0198df;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0c658e), to(#0198df));
	background-image:-webkit-linear-gradient(top, #0c658e, #0198df);
	background-image:-moz-linear-gradient(top, #0c658e, #0198df);
	background-image:-ms-linear-gradient(top, #0c658e, #0198df);
	background-image:-o-linear-gradient(top, #0c658e, #0198df);
	background-image:linear-gradient(top, #0c658e, #0198df);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c658e, endColorstr=#0198df);
	border:1px solid #4d6f7f;
	border-radius: 5px;
	font-size: 15px;
	color:#fff;
}

.disabled-submit {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	font-weight:bold;
	margin:0;
	padding:8px 15px;
	text-decoration:none;
	cursor: pointer;
	background-color:#fafafa;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fafafa));
	background-image:-webkit-linear-gradient(top, #eeeeee, #fafafa);
	background-image:-moz-linear-gradient(top, #eeeeee, #fafafa);
	background-image:-ms-linear-gradient(top, #eeeeee, #fafafa);
	background-image:-o-linear-gradient(top, #eeeeee, #fafafa);
	background-image:linear-gradient(top, #eeeeee, #fafafa);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#fafafa);
	border:1px solid #ddd;
	border-radius: 4px;
	color:#555;
}

.error-text {
	color: #bd0000;
	font-weight: bold;
	padding-top: 8px;
	font-size: 12px;
}

.error-box {
	background: #fff url(/design/ico_alert.png) no-repeat 10px 7px;
	border: 2px solid #bd0000;
	border-radius: 4px;
	padding: 8px 10px 8px 34px;
	color: #bd0000;
	margin-bottom: 25px;
	box-shadow: 3px 3px 8px #888888;
}

.plowmap-label {
	position: absolute;
	cursor: pointer;
	display: inline-block;
	padding: 0 4px;
	height: 21px;
	line-height: 17px;
	background: #1ba0ca;
	border: 2px solid #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #000;
	text-align: center;
	overflow: hidden;
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;		
}

.gpsButton {
	display: none;	
}

.label-new {
	display: none;	
	position: absolute;
	box-shadow: 0px 0px 8px #000;
	background: #fff;
	opacity: 1;
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.plogwebNav {
		float: none;
	}
	.infoArea {
		width: 100%;
	}
	.desktopView {
		display: none !important;
	}
	.gpsButton {
		display: inline-block;	
	}
}