body {
	font-family: arial, sans-serif;
}

.logo {
    padding-bottom: 5px;
}
.logo img {
    height: 30px;
}

.sms_notify {
	border: 1px solid #ccc;
	/*position: absolute;*/
	padding: 3px;
	/*left: 300px;*/
	text-align: center;
	/*top: 3px;*/
	width: 600px;
}
.sms_notify .newsms {
	background-color: #B4E1CB !important;
}


div.field-label {
	font-weight: bold;
}

label.required:after {
  content:"*";
  color:red;
}

.form_help {
    font-style: italic;
    color: #555;
}

ul.record_actions {
	font-size: 0.9em;
	list-style-type: none;
}
ul.record_actions li {
	float: left;
	margin-right: 15px;
}


.dataTable > thead > tr > th[class*="sort"]:after{
    content: "" !important;
}


table tr.highlight_green td {
	background-color: #B4E1CB !important;
}

table tr.archived td {
	color: #bbb !important;
}

/* collections */
.remove_row {
    border-bottom: 1px solid #ccc;
}
.remove_row button.delete_row {
    margin-top: 25px;
}

#vehicle_details {
	font-size: 12px;
	position: fixed;
}
#vehicle_details h5 {
	font-weight: bold;
	margin-bottom: 0px;
}
#vehicle_details ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}




/*
 * Enquiry address finder
 */
#opc_input {
    display: inline-block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#opc_dropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 15px;
}
#opc_button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px 4px 4px 0px;
    margin-top: -5px;
    border: 1px solid #BCB8B8;
    margin-left: -2px;
}
