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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-weight: bold !important;
}

h3 {
	font-size: 18px;
	background: #f1f1f1;
	padding: 5px;
}

input {
	padding: 5px;
}

label {
	/*white-space: nowrap;*/
}

.help-block {
	font-size: 11px;
}

 table td ul {
	 margin: 0;
	 padding: 0;
	 padding-left: 12px;
 }
 
 table td input {
	 margin-right: 0 !important;
 }

 
.clr {
	clear: both;
}

.required_marker {
	color: #F00;
	font-weight: bold;
}

.disclaimer {
	font-size: 11px;
}

.bordered {
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 10px;	
}

.ui-widget-header select {
	color: #000;
}

.pageOverlay {
	background: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;	
	z-index: 9998;
}

	.preloader {
		background: url('../img/ajax-loader.gif') no-repeat;
		height: 66px;
		width: 66px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -33px;
		margin-left: -33px;
		display: block;	
		z-index: 9999;
		
	}

.initField {
	border-top: 1px solid #ccc;
	margin: 5px 0 12px 0;
	padding: 5px 0 0 0;
	text-align: right;
}

.initField input {
	width: 80px;
}
#appContainer, #general_appContainer {
	width: 97%;
	max-width: 980px;
	margin: 0 auto 20px auto;
}

.form-group-header {
	font-size: 16px;
	margin: 10px 0;
}

/*.form-group {
	margin: 15px 0 5px 0;
	clear: both;
}*/
	
	.form-group {
		margin-bottom: 5px !important;	
	}
	
	.form-control {
		padding: 5px !important;
	}
	

		select.form-control {
			padding: 5px !important;
		}
	
	.control-label {
		text-align: left !important;
		z-index: 1;
	}

.form-table {
	border: 1px solid #999;
	border-right: 0;
	border-collapse: collapse;
}

	.form-table th {
		border-right: 1px solid #999;
		font-size: 14px;
		padding: 5px !important;
	}
	
		.form-table th.small {
			font-size: 11px;
		}
	
	.form-table td {
		border-right: 1px solid #999 !important;
		border-top: 1px solid #999 !important;
		padding: 5px !important;
		position: relative;
	}

	.form-table-label {
		position: absolute;
		top: 3px;
		left: 8px;
		font-size: 11px;
	}

#accident-record-table td {
	font-size: 11px;
	white-space: nowrap;
}

	#accident-record-table td.wrap {
		white-space: normal !important;
	}

.html_footer {
	border: 2px solid #333;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

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

.pull-left {
	float: left;
	max-width: 47%;
}

.pull-right {
	float: right;
	max-width: 47%;
	clear: right;
}
*/

textarea.text_input {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border-bottom: 1px solid #000 !important;
	font-size: 14px;
	height: auto !important;
	resize: none;
	width: 100%;
}

input.text_input {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border-bottom: 1px solid #000 !important;
	font-size: 14px;
	height: auto !important;
}


	.checkbox + .printable, .checkbox2 + .printable {
		padding-top: -7px !important;
	}
	
		.checkbox2 label {
			margin-right: 5px;
		}
		
		.checkbox2 input.printable[type="checkbox"] + label span, .checkbox2 input.printable[type="radio"] + label span {
			margin-top: -2px;	
		}
		
	 input.text_input.no-border, textarea.text_input.no-border, .no-border {
		 border-bottom: 0 !important;
	 }
	 
	 input.printable[type="checkbox"], 
	 input.printable[type="radio"] {
		display:none;
	 }
	 
	 input.printable[type="checkbox"] + label, 
	 input.printable[type="radio"] + label {
		 font-weight: normal !important;
	 }
	 
	 input.printable[type="checkbox"] + label span, 
	 input.printable[type="radio"] + label span  {
		display:inline-block;
		width:18px;
		height:18px;
		background:url('../img/printable_check.jpg') left top no-repeat;
		margin: 0 5px 0 0;
   		vertical-align: text-top;
		cursor:pointer;
	 }
	 
	 input.printable[type="checkbox"]:checked + label span,
	 input.printable[type="radio"]:checked + label span {
		background:url('../img/printable_checked.jpg') left top no-repeat;
	}

	 input.printable_checked[type="checkbox"] {
		display:none;
	 }
	 
	 input.printable_checked[type="checkbox"] + label {
		 font-weight: normal !important;
	 }
	 
	 input.printable_checked[type="checkbox"] + label span {
		display:inline-block;
		width:18px;
		height:18px;
		background:url('../img/printable_checked.jpg') left top no-repeat;
		vertical-align: text-bottom;
		margin-right: 5px;
		
	 }

	 input.disabled[type="checkbox"]:hover + label span,
	 input.disabled[type="radio"]:hover + label span,
	 input.printable.disabled[type="radio"]:hover + label span,
	 input.printable.disabled[type="checkbox"]:hover + label span,
	 input.disabled[type="radio"] + label span,
	 input.disabled[type="checkbox"] + label span
	 {
		 cursor:not-allowed !important;
		 /*background:url('../img/printable_check.jpg') left top no-repeat;*/
	 }
	 
	input.printable.error[type="radio"] + label span,
	 input.printable.error[type="checkbox"] + label span
	 {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
		box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
		border: 1px solid #900 !important;
	}

.endorsements b {
	display: inline-block;
	width: 140px;
}

.appSheet {
	border: 1px solid #E6E6E6;
	padding: 20px;
	margin-bottom: 15px;
}

.section-header {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.employer-container {
	border: 1px solid #999;
	padding: 15px;
}

.reference-container {
	border: 1px solid #999;
	padding: 15px;
}

#current_cdl_state_display {
	/*display: inline-block;*/
	display: none;
	margin-left: 25px;
}

/* input fields */
.datepicker {
	position: relative;
	width: 105px;
	z-index: 999;
}

#app_date {
	margin-bottom: 15px;
}

.driver_app_date {
	margin-top: -40px;
}

.ssn1 {
	width: 50px;
	margin-right: 0px !important;
}

.ssn2 {
	width: 40px;
	margin-right: 0px !important;
}

.ssn3 {
	width: 60px;
	margin-right: 0px !important;
}

.dob1 {
	width: 90px;
	margin-right: 0px !important;
	display: inline-block !important;
}

.dob2 {
	width: 55px;
	margin-right: 0px !important;
	display: inline-block !important;
}

.dob3 {
	width: 60px;
	margin-right: 0px !important;
	display: inline-block !important;
}

.error, 
.form-control.error, 
.text_input.error,
.datepicker.error,
.hasDatePicker.error {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
	box-shadow: 0px 0px 5px 0px rgba(255,0,0,1) !important;
	border: 1px solid #900 !important;
}

.add_more_employers_btn {
	margin-top: 5px;
}

.signNotice {
	position: relative;
	z-index:999;
}

#applicant_state {
	margin-right: 20px;
}

#signature {
	position: relative;
	z-index:998;
}

#clearSig, .clearSig {
	position: absolute !important;
	top: 0;
	right: 0;
}

.sign_here {
    position: absolute !important;
    top: auto;
	height: auto;
    width: 90px !important;
    /*width: 180px !important;
    width: 10% !important;*/
    border: medium none !important;
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: 0px 0px 0px !important;
    display: block;
}

	.sign_here img {
		width: 100%;	
	}

.form-control[disabled], 
.form-control[readonly],
input[disabled], 
input[readonly],input[disabled] { 
	background-color: #fff !important;
	cursor: not-allowed !important;
}

/*Extra Field Handlers*/


/*Bootstrap Buttons */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

#req_emp_notice {
	margin: 10px 0;
}

#resumeupload {
	display: none;	
}

@media screen and (max-width: 980px) {
	/* Responsive Tables */
	table.form-table {
		border: 0;
	}
    table.form-table,
    table.form-table tbody {
        display: block;
        width: 100%;
    }
	table.form-table thead { display: none; }
	table.form-table tr,
    table.form-table th,
    table.form-table td,
	table.form-table#accident-record-table td
	 {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
	table.form-table tr {
        border:1px solid #999;
        padding: 10px;
        margin-bottom: 11px;
    }
	table.form-table th[data-title]:before,
    table.form-table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
    }
	table.form-table td, table.form-table#accident-record-table td, {
        border: none;
        margin-bottom: 6px;
        color: #444;
		border-right: none !important;
		border-top: none !important;
    }
		
		.form-table td {
			border-right: none !important;
			border-top: none !important;
		}
	table.form-table td:empty { display: none; }
	table.form-table td:first-child {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 6px;
        color: #333;
    }
    
	table.form-table input.text_input.no-border, textarea.text_input.no-border, .no-border {
		 border-bottom: 1px solid #000 !important;
	}
	/* End responsive Tables*/
	
	
	table.form-table.no-colon th[data-title]:before,
    table.form-table.no-colon td[data-title]:before,  table.form-table td.no-colon[data-title]:before{
        content: attr(data-title) "";
        font-weight: bold;
    }
	 
}

@media screen and (max-width: 780px) {
	
	.form-group {
		margin-bottom: 15px !important;
	}
	
	.form-control {
		padding: 0 !important
	}
}

@media screen and (max-width: 480px) {
	.signNotice {
		margin-bottom: 60px;
	}
	
	#signature-container {
		height: 250px;
		padding: 10px;
	}
	
	.checkbox label {
		width:100%;
	}
}
