 @import "../css/nav.css";
 @import "../css/timepicker.css";

* { margin:0; }

/* Global properties ========================================================*/

body{
	position:absolute;
	width: 100%;
	height: 100%;
	font: 13px "Tahoma", sans-serif;
	/*color:#6B6B6B;*/
	color:#333;
	text-decoration: none;
	/*text-transform: uppercase;*/
	overflow:auto;
}
image {border:none;}
fieldset{ width:96%;}
header{ position: relative; padding-bottom: 60px;}
article{ position: relative; padding-top:50px; padding-left: 30px;}
textarea {font: 13px "Tahoma", sans-serif;}
h2 {color:#e7a156; margin-left:5px; text-align:center;}
h3 {color:#03F; font-weight:bold;}
h4 {color:#F30; font-size:12px; font-weight:bold;}
h5 {color:#06F; font-size:20px; margin-left:400px; }
a{ font-size:13px; color:#36F; text-decoration: none; outline:none;}

.main_article {
    padding-top: 36px;
}

.clear {clear:both;}
.left {float:left;}
.space {height:5px;}
.content_header {
	position:fixed;
	width:100%;
	background-color:#333333;
	color:#ffffff;
	height:22px;
	padding:7px 0px 5px 0px;
	z-index:98;
}

.content_header div {
	font: 14px "Tahoma", sans-serif;
	font-weight:bold;
}

.content_body {
	margin-top: 30px;
}

.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}

.submit_button {
	font-size:1.1em;
	font-weight:bold;
	margin:10px auto;
	padding:4px 15px;
	border-radius: 5px;
	cursor: pointer;
}

.submit_button_2 {
	font-size:1.1em;
	font-weight:bold;
	padding:4px 15px;
	border-radius: 5px;
	cursor: pointer;
}

.search_store {width: 180px;}
.select_store {width: 300px;}
.select_product {width: 300px;}
#OutputText{padding-top:50px; margin-top:50px;}
.login{ color:#FFF;}
.input_order { margin-left:80px;}

.order_data{
	width:97.3%;
	border:solid 1px #000 !important;
	-webkit-box-shadow:1px 2px 8px #221F40;
	-moz-box-shadow:1px 2px 8px #221F40;
	box-shadow:1px 1px 5px #221F40;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:2px;	
}

.order_container{
	width:980px;
	margin:auto;
}
.order_container-box{
	width:1024px;
	min-width:980px;
}
.step1{ padding-left:150px; margin-bottom:15px; font-weight:bold;}
.step2{ padding-left:150px; margin-bottom:15px; font-weight:bold;}
.step3{ padding-left:150px; margin-bottom:15px; font-weight:bold;}
.step4{ padding-left:100px; margin-bottom:15px; font-weight:bold;}
.create_pr{ padding-left:148px; margin-left:98px; margin-bottom:15px;}
.edit{ font-size:11px; color:#F30; font-style:italic;}
.label{width: 95%;}
.lable_btn{padding-left:45%; padding-right:55%;}
.alert{color:#F00;}

/*------------------------------ PURCHASE ORDER DETAIL ------------------------------------*/
.order_head { position:relative; }

.order_head .topic { 
	background-color:#333; 
}
	
.order_head .tophead { 
	width:100%; 
	font-size:13px;
	font-weight:bold; 
	text-align:center;
	color:#CCC;
	padding-top:5px; 
	padding-bottom:5px;
}

.order_detail{
	position:relative;
	display: table;
	table-layout:fixed;
}

.order_detail_edit{
	position:relative;
	display: table;
	table-layout:fixed;
	top: -15px;
	left: 5px;
}

.order_detail-head{ font-weight:bold; }

.order_detail-row{ 
	display:table-row;
	clear:both;
}


/*------------------------------ PURCHASE ORDER DETAIL ------------------------------------*/
.order_detail {
	position:relative;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.download {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.table_export { 
	width:99%;
	margin-left:7px;
	border-collapse:collapse;
	border: 1px solid black;
}
.table_export th { 
	background-color:#cccccc;
	height:40px;
}
.nodata {
	text-align:center;
	color:#F00;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}


/*----------  Save Complete Page   ------------------------------*/
.out_text {
	color: red;
	font: 20px "Tahoma", sans-serif;
	background-color:white;
	padding:10px 0px;
}
.complete_box {
	position:fixed;
	top:150px;
	width:100%;
	text-align:center;
}


/*---------------    Config Holiday Style    --------------------*/
.holiday_list_head, .holiday_list_datarow {
	width: 980px;
}
.holiday_list_head {margin-top:20px;}
.holiday-header, .employee-header {
	background-color:#aaaaaa;
	height:23px;
	border:2px solid #ffffff;
	border-radius: 8px;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.holiday-content {
	height:23px;
	border:2px solid #ffffff;
	vertical-align:middle;
	padding: 6px 0px;
}
.holiday_datarow_space hr { width: 97%;}
.holiday_col-1 {width:45px;}
.holiday_col-2 {width:145px;}
.holiday_col-3 {width:385px;text-align:center;}
.holiday_col-4 {width:385px;text-align:center;}
.holiday_col-2 input, .holiday_col-3 input, .holiday_col-4 input {width:90%;}
.holiday_col-2 input {
	border:none;
	text-indent: 5px;
}
.holiday_content_space {width:100%;}

/* Employee Management*/
.employee-content {
	height:23px;
}
.employee-content td { 
	vertical-align:middle;
	padding: 4px 0px 0px 2px;
}
.employee_search_box {
	position: relative;
	width: 800px;
	height: 160px;
	top: 10px;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #333333;
	border-radius: 5px 5px 0 0;
}

.employee_create_box, .employee_edit_box {
	position: relative;
	width: 800px;
	height: 290px;
	top: 10px;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #333333;
	border-radius: 5px 5px 0 0;
}

.employee_edit_box {
	height: 310px;
}

.employee_search_box_header {
	background-color:#333333;
	color: #ffffff;
	height: 20px;
	border-radius: 4px 4px 0 0;
}
.employee_search_box_content, .employee_create_box_content {
	padding-top:10px;
}
.employee_search_box_space {
	height:10px;
}
.employee-col_1 {width:100px;}
.employee-col_2 {width:100px;}
.employee-col_3 {width:300px;}
.employee-col_4 {width:150px;}
.employee-col_5 {width:120px;}
.employee-col_6 {width:120px;}
.employee-col_7 {width:80px;}
.employee-col_8 {width:80px;}
.employee_odd {
	background-color:#ffeeee;
}
.employee-label_col1 {text-indent:20px;width:15%}
.employee-label_col2 {width:30%}
.employee-label_col2 input {width:120px;}
.employee-label_col3 {text-indent:20px;width:22%}
.employee-label_col4 {width:40%}
.employee-label_col5 {text-indent:20px;width:40%}
.employee-label_col4 input {width:250px;}
.employee-label_col5 select {margin-left:5px;}
.employee-group {width: 140px;}
.employee-status {width: 140px;}
.employee-manage_col a{ margin: 0px 5px}
.employee-status_box {padding:2px 0;margin-right:10px;}
.employee_table_data_head {
	width:1080px;
	margin:auto;	
	display: block;
}
.view_schedule-table {
	margin:25px auto 0 auto;
}
.view_schedule-col_1 {width:50px;}
.view_schedule-col_2 {width:100px;}
.view_schedule-col_3 {width:400px;}
.view_schedule-col_4 {width:100px;}
.view_schedule-col_5 {width:100px;}
.employee_table_data {
	width:1080px;
	margin:auto;
	height: 320px;	
	display: block;
	overflow: auto;
}

/* Staff Work Schedual Module */
.number_box {
	width:90%;
	margin:0px;
	padding:0px;
	height:20px;
	border:0px;
	text-align:center;
}
.select_leave {
	-moz-appearance: none;
	-webkit-appearance: none;
	width:90%;
	height:20px;
	margin:0px;
	border:0px;
	font-size:8px;
}
.weekdate, .weekdate input, .weekdate select, .weekdate div {
	background-color: #ff4d4d;
	color: #fffffd;
}
.weekdate_sun, .weekdate_sun input, .weekdate_sun select, .weekdate_sun div {
	background-color: #ff3838;
	color: #fffffd;
}
.holiday_date, .holiday_date input, .holiday_date select, .holiday_date div {
	background-color: #ffdb4d;
}
.holiday_branch_date, .holiday_branch_date input, .holiday_branch_date select, .holiday_branch_date div {
	background-color: #00ffff;
}

.schedule_table {
	width:1200px;
	border:1px solid #333333;
}
.schedule_table_header {
	border:1px solid #333333;
	vertical-align:middle;
}
.schedule_table_column {
	height:30px;
	border:1px solid #333333;
	vertical-align:middle;
}
.schedule_table_column_col1 {
	border:1px solid #333333;
	vertical-align:middle;
	text-indent:10px;
}
.schedual_save {
	margin-top:8px;
	border :none;
	background :transparent;
	color : #fa4860;
	font-weight:bold;
}
.schedual_main_article { 
	padding-top: 36px;
	position:fixed;
}
.schedual_main_header {
	position:fixed;
	width:100%;
	background-color:#333333;
	color:#ffffff;
	height:18px;
	padding:7px 0px 5px 0px;
	z-index:98;
}

.outerbox {
	padding-top:30px;
}

.remark_box {
	float: left;
    width: 100%;
    z-index: 99;
    position: relative;
    background-color: white;
    top: 30px;
}

.remark_box > .close_btn{
	margin:0 0 5px 0; 
	text-align:right;
    width: 100%;
}

.remark_box > .close_btn input {
	margin-right: 10px;
	color: red;
	border: none;
	background-color: white;
	text-decoration: underline;
}

.remark-table {
	width:100%;
	border:1px solid black;
}

.remark-table td {
	padding:3px 2px;
	border:1px solid black;
}

.remark-table-header {
	border:1px solid black;
	text-align:center;
	font-weight:bold;
}

.remark-table-header > td {
	border:1px solid black;
}

/* Admin View Schedule Module */
.header-l {
	float: left;
    padding: 0px 0px 0px 50px;
}

.header-r {
	float: right;
    padding: 0px 30px 0px 0px;
}

.header-r input {
	font-weight:bold;
	border-radius: 5px;
	padding: 2px 15px;
	cursor:pointer;
}

.sup_list_header {
	width:90%;
	margin:30px auto;
}

.report_list_header {
	width:70%;
	margin:30px auto;
}

.list_header {
	width:100%;
	background-color:#cccccc;
	color:#000000;
	height:22px;
	margin-top:10px;
	padding:7px 0px 5px 0px;
	z-index:98;
}

.list_header div {
	font: 14px "Tahoma", sans-serif;
	font-weight:bold;
}

.export_btn {
	background-color:#dddddd;
	border:1px solid #ffffff;
	border-radius:5px;
}

.click-btn {
	border:0px solid red;
	background-color:#ffffff;
	color:#00b300;
	cursor:pointer;
}

.edit_btn {
	border:none;
	background-color:#eff3fa;
	color:green;
	cursor:pointer;
}

.save_btn {
	border:none;
	background-color:#eff3fa;
	color:red;
	cursor:pointer;
}

.error_msg {
	color: red;
	font-size:18px;
}

.active_store {
	margin: 20px 0 0 0;
	width: 80%;
	border: 1px solid black;
}
.active_store tr, .active_store td {
	border: 1px solid black;
}

.active_store td {
	padding: 3px 5px;
}

.active_table_head td {
	background-color: #aaaaaa;
	color:white;
	font-weight: bold;
}

.inactive_btn {
	background-color: transparent;
	color:red;
	cursor:pointer;
	margin-top:4px;
	padding: 2px 15px 2px 15px;
	border:none;
}
.emp_temp_textbox{
	height:15px;
	width:50px;
	font-size:11px;
}