@charset "UTF-8";
/* CSS Document */

h3{
		margin: 5px 0;	
	}
    .formColumn{
		float:right;
		width:31%;
		padding:0 1%;
		/*
		border-left:#CCCCCC 1px dashed;
		border-right:#CCCCCC 1px dashed;
		*/
	}
	input[type="text"],
	input[type="tel"],
	input[type="datetime"],
	input[type="number"]
	{
		margin:0px;
		direction:rtl;
		text-align:right;
	}
	.filebutton {
    width:40px;
    height:40px;
    overflow:hidden;
    position:relative;
}
textarea{
	direction: rtl;
}
input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
	visibility:hidden;
}
.ui-slider-input {
   display : none !important;
}
#fuelDisplay{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#999999;
	font-size:16px;
}

/*===== Hits =======*/

#hitDetails{
	background-color:#efefef;
	float:right;
	width:232px;
	height:430px;
	
	text-align:center;
	padding:5px;
}

#hitDetails .hitForm textarea{
	width:200px;
	height:160px;
}

#hitDisplay{
	position:absolute;
	background-color:#FFF;
	width:654px;
	height:430px;
	left:50%;
	margin-left:-431px;
	
	background-image:url(images/carplan9br.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:cover;
}

.mark{
	position:absolute;
	width:20px;
	height:20px;
	border-radius:10px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}

.markSelected{
	background-color:#009933;
}

#myCanvas {
		 border: 2px dotted #999;        
}

.greenBT {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:0px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.greenBT:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.greenBT:active {
	position:relative;
	top:1px;
}


.col{
	display:inline-block;
	width:49%;
	direction:rtl;
	font-weight:bold;
	padding-top:10px;
	border-bottom:1px dashed #888;
	height:24px;
}

.dataCol{
	color:#666;
}

.loadingBG{
	background-color: rgba(120,120,120,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}