/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --- ประวัติการแก้ไขไฟล์ -------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*
 *  2016-05-24 XXXX รัตน์ | พัฒนาโปรแกรมรุ่นแรก
 */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --- โครงสร้างหลักของทุกไฟล์ ---------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
	margin-top: 70px;
}

/* ปรับระดับปุ่มให้เสมอกับช่องพิมพ์ข้อความ */
.btn-fix-top {
	margin-top: 25px;
}

/* แก้ไขพื้นหลังปฏิทินเป็นสีเทา สำหรับ Microsoft Internet Explorer 8 */
.bfh-datepicker-toggle > input[readonly] {
	cursor: inherit;

	background-color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --- index.php -------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#index_body {
	margin-top: 20px;

	background-image: url('../background/background.jpg');
}

#index_panel {
	width: 290px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --- booking_list.php ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#booking_list_table_processing,
#current_car_status_01_table_processing,
#current_car_status_02_table_processing,
#current_car_status_03_table_processing,
#current_car_status_04_table_processing {
	width: auto;
	margin-left: -115px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
