body
{
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    font-size: 18px;
}

a, img {
    border:none;
    outline:none;
}

h4 
{
    margin: 5px 0 5px 0;
}

input
{
    font-size: 18px;
}

textarea
{
    font-size: 18px;
}


select
{
    font-size: 24px;
}

.table
{
    width: 100%;
    text-align: center;
    border-spacing: 0;
}

.table td
{
    border: none; /*lightgray 1px solid;*/
}


#page
{
    margin:0 auto;
	width:1080px;
    padding-top: 20px;
}

.div_Content
{
    background-color:white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.div_ActionWrap
{
    border-top:lightgray 1px solid;
    margin-top:20px;
    padding-top: 20px;
}


.div_Action
{
    text-align:center;
}

.div_Confirm
{
text-align: center;
height: 0px;
visibility: hidden;
}

.button_Hidden
{
visibility:hidden;
width:0px;
height:0px;
padding: 0;
margin: 0;
}


.button_Green 
{
width:120px;
background-color: green;
border: none;
color: white;
font-size: 16px;
padding: 5px 20px 5px 20px;
border-radius: 4px;
margin: 0px 5px 0 5px;
}

.button_Red
{
width:120px;
background-color: red;
border: none;
color: white;
font-size: 16px;
padding: 5px 20px 5px 20px;
border-radius: 4px;
margin: 0px 5px 0 5px;
}

.a_Green
{

background-color: green;
text-decoration: none;
color: white;
font-size: 16px;
border-radius: 4px;
padding: 5px 20px 5px 20px;
margin-left:5px;
margin-right:5px;

}


.a_Red
{

background-color: red;
text-decoration: none;
color: white;
font-size: 16px;
border-radius: 4px;
padding: 5px 20px 5px 20px;
margin-left:5px;
margin-right:5px;

}


.td_title
{
    background-color:#d6e5f3;
    color:black;
    padding: 10px 0 10px 0;
    width: 220px;
}

.table td
{
border: black 1px solid;
}

.td_content
{
    text-align:left;
    padding: 0 5px 0 5px;
}

.td_content input
{
width: 100%;
height: 100%;
box-sizing: border-box;
}

.td_content textarea
{
width: 100%;
height: 50px;
box-sizing: border-box;
}

.div_Notes {
border: lightgray 1px solid;
margin-top: 10px;
padding: 10px;
}



/*.order_a_Edit */
.a_Yellow
{
background-color: darkgoldenrod;
text-decoration: none;
color: white;
font-size: 16px;
border-radius: 4px;
padding: 5px 20px 5px 20px;
margin-left:5px;
margin-right:5px;
}


#div_Message
{
    text-align:center;
    color:green;
    width:100%;
    margin-bottom: 20px;
}

.div_Message
{
    text-align:center;
    color:green;
    width:100%;
    margin-bottom: 20px;
}

.div_Error
{
    color: red;
    text-align:center;
    width:100%;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.div_Error_Regular
{
    color: red;
    text-align:center;
    width:100%;
}



/*
* header start
*/
#header 
{
    text-align: center;
}

#div_Title_Company a {
text-decoration: none;
color: black;
}

#div_AccountInfo 
{
    margin-right: 5px;
    height: 20px;
    text-align: right;
    margin-bottom: 5px;
}

#title_Company
{
font-size: 60px;
font-weight: bold;
}

#div_PageTitle 
{
    padding-left: 5px;
    margin-bottom: 15px;
}

#div_PageTitle h2
{
    margin: 15px 0 5px 0;
    padding-bottom: 10px;
    border-bottom: black 1px solid;
}

/*
* header end
*/


/*
* login form start
*/

#div_Error 
{
    color: red;
    margin-bottom: 10px;
    text-align:center;
    width:100%;
    font-size: 22px;
    font-weight: bold;

}

#div_Login {
    text-align: center;
    background-color: white;
    margin: 50px auto;
    width: 400px;
    padding-top: 30px;
    border-radius: 6px;
}

#form_Login
{
    width: 280px;
    margin: 0px auto;
}

.div_Login_Row
{
height: 40px;
}

.div_Login_Left
{
    float:left;
}

.div_Login_Right
{
    float:right;
}

#input_Username 
{
    height: 25px;
    width: 180px;
}

#input_Password 
{
    height: 25px;
    width: 180px;
}

#submit_Login
{
width: 100px;
/*font-size: 40px;*/
}

/*
* login form end
*/


/*
* footer start
*/

#footer
{
    padding-top: 10px;
    margin-top: 20px;
    width: 100%;
    color: gray;
    border-top: black 1px solid;
}

#footer a
{
    color: gray;
}

#index_footer
{
    text-align: center;
    color: gray;
}

#index_footer a 
{
    color: gray;
}

#footer_Left 
{
    float: left;
    margin-left: 10px;
}

#footer_Right 
{
    float: right;
    margin-right: 10px;
}
/*
* footer end
*/





/*
*   header navigation start
*/

#navigation 
{
    list-style-type: none;
    height: 40px;
    border-radius: 6px;
    background-color: #0005b3;
}

#ul_Nav
{
    padding: 0;
    margin: 0;
}

/*#ul_Nav li*/
.li_Nav
{
    display:inline;
    width: 180px;
    float: left;
    text-align: center;
}

#ul_Nav a 
{
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    width: 180px;
    text-decoration: none;
    background-color: #0005b3;
    color: white;
    border-radius: 6px;
}

#ul_Nav a:hover {
background-color: #6165e1;
}

#ul_Nav ul 
{
    position: absolute;
    padding: 0px;
    visibility: hidden;
    background-color: #5f5f5f;
    border-radius: 6px;
}

#ul_Nav ul li 
{
    float: none;
    list-style-type: none;
}

#ul_Nav li:hover ul 
{
    visibility: visible;
}

.a_Nav_Selected 
{
background-color: #6165e1 !important;
}
/*
*   header navigation end
*/





/*
* main nav start
*/

.div_MessageBoard {
background-color: #EEEEEE;
padding: 10px;
border-radius: 4px;
border: #999999 1px solid;
color:red;
}

#img_Logo
{
    height: 67px;
    vertical-align: top;
}
#div_MainNav table td 
{
border: none;
}

#div_MainNav 
{
    background-color: white;
    margin-top: 20px;
    border-radius: 6px;
}

#div_MainNav table 
{
    text-align: center;
}

#div_MainNav td 
{
    padding: 20px 0 20px 0;
}

#div_MainNav img 
{
    height: 65%;
}

#div_MainNav h4 
{
    margin: 0;
}


/*
* main nav end
*/




/*
* add order start
*/

#addorder_div_CustomerDetail 
{
    float: left;
    width: 49%;
    margin-right: 5px;
}

#addorder_div_CustomerDetail table {
width: 100%;
}

#addorder_div_CustomerDetail .td_title 
{
text-align: right;
width: 150px;
padding-right: 15px;
}

#addorder_div_DeliveryDetail 
{
float: right;
width: 49%;
}


#addorder_div_DeliveryDetail table {
width: 100%;
}

#addorder_div_DeliveryDetail .td_title
{
text-align: right;
width: 150px;
padding-right: 15px;
}

#addorder_div_DeliveryDetail textarea {
height: 50px;
}

#div_Delivery 
{
overflow: auto;
}

#createorder_div_Search 
{
    background-color: white;
    padding: 15px;
}

#createorder_input_CustomerID
{
    width: 160px;
    height: 18px;
    margin-left: 5px;
}

.tr_Title
{
    background-color: #7da5e0;
    color: black;
}

.createorder_div_products
{
    margin-top: 40px;
}

#createorder_div_Driver 
{
margin-top: 40px;
}

#select_DriverID 
{
    width: 200px;
    font-size: 18px;
}

#div_Submit 
{
    margin-top: 20px;
    text-align: center;
    border-top: lightgray 1px solid;
    padding-top: 10px;
    height:60px;
}

#div_Submit_Title
{
    visibility: hidden;
    height: 0px;
}

#div_Submit input
{
    background-color: green;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 4px;
}

#createorder_input_confirm
{
    padding: 5px 20px 5px 20px;
    margin: 5px;
}

#createorder_div_Success 
{
background-color: green;
text-align: center;
}

#createorder_div_Success h3
{
color: white;
padding: 10px 0 10px 0;
}


#deliverydate 
{
    width: 65%;
    float: left;
    height: 100%;
    font-size: 18px;
}

#div_DeliveryTime 
{
    float: right;
    width: 35%;
}

#driverid 
{
float: left;
}


#div_Products input 
{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#createorder_input_confirm 
{
width: 120px !important;
}

#div_Confirm
{
    visibility:hidden;
    text-align:center;
    height:0px;
    border-top: lightgray 1px solid;
}

#createorder_input_createorder
{
    width:120px !important;
}

#createorder_input_cancel
{
    width:120px !important;
}


#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:50px;
}
#table-wrapper table {
  width:100%;
    
}
#table-wrapper table * {
  color:black;
}


#table-wrapper table thead {
top: -33px;
position: absolute;
width: 100%;
}


#table-wrapper table thead th {
width: 353px;
}

#table-scroll table tr td {
width: 33%;
}

/*
#table-wrapper table thead th h4 {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}*/
/*
* add order end
*/












/*
* orders start
*/

#div_PriceHitory tr 
{
height: 30px;
}

#order_Form_Search
{
    margin-top: 10px;
}

#datepicker_StartDate
{
    margin-right:20px;
}

#datepicker_EndDate
{
    margin-right:20px;
}

#orders_Div_SearchOption_Advanced .checkbox
{
    margin-left:15px;
}

#orders_Div_SearchOption_Advanced .button
{
    margin-left:25px;
}

/*
#order_div_SearchButton 
{
    text-align: center;
    border-top: lightgray 1px solid;
    padding-top: 10px;
    margin-bottom:0px !important;
}

#order_div_SearchButton input
{
    background-color: green;
    color: white;
    border: none;
    font-size: 20px;
    border-radius: 4px;
}*/

#order_div_OrderSummary
{
    text-align:center;
}

.order_div_CurrentOrderSummary
{
    margin-bottom:20px;
}

.order_div_product
{
    margin-top:20px;
}

#div_ShowSubmit
{
margin-top: 40px;
text-align: center;
border-top: lightgray 1px solid;
padding-top: 10px;
visibility:hidden;
}

#orders_div_Search
{
    overflow: auto;
}

#orders_Div_SearchOption_Basic 
{
float: left;
width: 45%;
padding: 10px;
}

#orders_Div_SearchOption_Advanced {
float: right;
width: 45%;
padding: 10px;
}

#orders_Div_SearchOption_Basic .td_title {
width: 130px;
}

#orders_form_Search_ByOrderID {
margin-top: 10px;
}
/*
* orders end
*/






.editMessage_Div_message
{
    padding: 5px;
}

.editMessage_Div_message textarea
{
    font-size: 18px;
    width: 100%;
    height:200px;
}


/*
* addcustomer start
*/

/*
* addcustomer end
*/