/* detail form Style specs */
@import url('base.css');

/*site container*/
.wrapper{
  width:1000px;
  margin:auto;
}

.form-wrapper {
	width:900px;
	margin:auto;
	/*border:1px solid #000000;*/
}

.left {
	float:left;
	width:450px;	
}

.middle {
	float:left;
	/*background-color:#323131;*/
	width:2px;
	height:600px;
	margin-top:30px;
	margin-left:20px;
	margin-right:25px;
	
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#323131), to(#4F4F4F));
	  background-image: -webkit-linear-gradient(#323131 0%, #4F4F4F 100%);
	  background-image: -moz-linear-gradient(#323131 0%, #4F4F4F 100%);
	  background-image: -o-linear-gradient(#323131 0%, #4F4F4F 100%);
	  background-image: linear-gradient(#323131 0%, #4F4F4F 100%);	
}

.splash {
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(100,100,100,0.3);
  /*background:rgba(195,233,248,0.3);*/
  z-index:10000000 !important;
  width:100%;
  height:100%;
  text-align: center;
}

.splash-content {
  position: absolute;
  text-align:left;
  background: url(img/splash.jpg);
  top: 30%;
  left: 50%;
  width: 400px;
  height:200px;
  margin: -100px 0 0 -220px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.7);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.7);
}


.right {
	float:left;
	width:650px;	
}

.report-select {
	float:right;
}

.detail_wrapper {
    width: 1000px;
    /*border: 1px solid black;*/
    overflow: hidden;
}

.vehicle_detail {
    width: 415px;
    float:left;
	padding: 5px;
	padding-bottom:25px;
	padding-left:25px;
    /*border: 1px dotted #8DB5C1;*/
	border-left: 2px solid #8DB5C1;
	border-top: 2px solid #8DB5C1;
	background-color:#B6D7DB;
}

.personal_detail {
    border-left: 2px solid #8DB5C1;
	border-bottom: 2px solid #8DB5C1;
	padding-bottom:25px;
    float: left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

.vehicle_detail_cont {
	width:840px;
	border-left: 2px solid #8DB5C1;
    border-right: 2px solid #8DB5C1;
	border-bottom: 2px solid #8DB5C1;
    float: left;
	clear: both;
	padding-top: 5px;
	padding-left: 24px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-color:#B6D7DB;
}

.check-list {
	width:840px;
	padding:5px 25px 25px 24px;	
	text-align:center;
}

.div-liner {
	height:1px;
	background-color:#194C5B;	
}

.text_wrapper {
	width:840px;	
	/*border: 1px solid green;*/
	overflow:hidden;
}

.vdf_q_text {
	font:16px Arial;
  	color:#38595F;
  	text-shadow:#fff 0px 1px 5px;
	padding-left:8px;
}

.vdf_q_text td {
  /*border: 1px solid #000;*/
}

.columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-column-count: 2;
}


.t1 {
  left:0;
  width:200px;
  border: 1px solid #000;
}

.t2 {
  left: 203px;
  width:100px;
  border: 1px solid #000;
}

.verti-align {
	vertical-align:top;	
}

.extra-length {
	width:700px;	
}

.std-length {
	width:430px;	
}

.empty-space {
  height:71px;
}

.extra-padding {
	padding-top:15px;
	padding-bottom:15px;	
}

.input-bot-padding {
	padding-bottom:10px;	
}

.vdf_q_td {
	height:35px;
	text-align:left;
	/*border: 1px solid green;*/
}

.vdf_a_td {
  width: 400px;
}

.vdf_qf_view {
	float:left;
}

.pr-list-box {
  margin-bottom:0px;
  color:#EDEDED;
}

.pr-list-view {
	margin-top:20px;
}

.success {
	margin:auto;
	width:400px;	
}

.success h1 {
	text-align:$align;
  	padding:0px 0px 0px 0px;
  	font:18px Oswald;
  	color:#FFF;
  	text-transform:uppercase;
  	text-shadow:#000 0px 1px 5px;
  	margin:0px;	
}

.success a {
	color:#fff;	
}


/* labeling when saving data */
.label {
  border:1px solid #000;
}

.sp-right {
  float: right;
  padding-right: 25px;
}

.text-saving {
  color: #38595F;
  font-size: 12px;
}

.text-saved {
  color: green;
  font-size: 12px;
}

.text-failed {
  color: red;
  font-size: 12px;
  font-weight: 300;
}

.vdf-q {
  font:16px Arial;
  padding-top:10px;
}

.vdf-q-extra {
  font:16px Arial;
  padding-top:14px;
}


