﻿body
{
  font-family:Verdana,Arial,sans-serif;
  font-size:75%;
  margin: 0px;
}

.textboxorder
{
  margin-top:5px;
  color:#555555;
  font-size:13px;
  float:right;
  border:0px none;
  width:50px;
}

.left
{
  width: 110px;
  float: left;
  padding: 7px 0px 0px 7px;
  min-height: 24px;
}

.leftSkrymme
{  
  float: left;
  text-align: center;
  min-width: 50px; 
}

.right
{
  width: 260px;
  float: left;
  padding: 5px;
  min-height: 24px;
}

.errormessage
{
  color: red;
  width: 20px;
  float: left;
  padding: 5px;
  min-height: 24px;
}

.errormessageskrymme
{
  color: red;
  width: 800px;
  float: left;  
}

.errormessageOrderBooking
{
  color: red;
  width: 20px;
  float: left;
  padding: 12px;
  min-height: 24px;
}

.helpmessage
{
  color: black;
  width: 260px;
  float: left;
  padding: 5px;
  min-height: 24px;
}

.clear
{
  float: none;
  clear: both;
  height: 0px;
}

.row
{
  background-color: transparent;
  display: block;
  min-height: 32px;
}

.tightrow
{
  background-color: transparent;
  display: block;
  min-height: 20px;
}

.out
{
  background-color: transparent;
}

.region
{
  width:290px;
  float:left;
  padding:5px;
  min-height:24px;
}

.formitemlarge
{
  margin-bottom:15px;
  float:left;
  width:920px;
}

.formitemmap
{  
  width:100%;
  height:100%;
}

.circle 
{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #333399;
}

.redcircle 
{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #FF0000;
}

.greencircle 
{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #00FF00;
}

.formitemmappoint
{
    color: Blue;
    background-color: transparent;            
    border: 0px;
    white-space: nowrap;
    font-size: x-large;
    font-weight: bolder;
}

.formitem
{
  margin-left:60px;
  margin-bottom: 25px;
  float: left;
  width: 380px;
}

.formitemOrderBooking
{
  margin-bottom:5px;
  float:left;
  width:1000px;
  border: 1px solid #ffffff;
}

.contentOrderBooking
{
  padding: 5px;
  font-size: 13px;
  width: 1000px;
  background: white;
  border: 1px solid #009d9a;
  color: #555555;
}

.contentlarge
{  
  padding:5px 5px 20px 5px;
  font-size:13px;
  width:910px;
}

.content
{
  padding: 5px;
  font-size: 13px;
  width: 420px;
}

#signin_menu
{  
  position: relative;
  width: 220px;
  z-index: 0;  
  text-align: left;
  padding: 25px;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 13px;
}

/**  impersonationtexten    **/
#impersonation_bar a
{
  color: #fff;
}

.impersonation_text a:hover
{ 
  text-decoration: underline;
}

.impersonation_text a
{
  text-decoration: none;
}

#impersonation_bar
{
  background-color: #000;
  display: block;
  width: 100%;
  height: 20px;
  border-style: none none solid solid;
  top: 0px;
  left: 0px;
}

.impersonation_text
{
  width: 1360px;
  margin: auto;
  text-align: center;
  font-size: 13px;
}

.help { display: inline-block; position: relative; }

.help-button {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}

.info-box2 {
  background-color: #ddd;
  display: none;
  color: #000000;
  font-family: sans-serif;
  font-size: medium;
  padding: 10px;
  width: 300px;
  position: absolute;
  right: 0px;
  top: 0;
}

.info-box2::after {
  border-top: 20px solid transparent;
  border-right: 20px solid #ddd;
  content: " ";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
}

.info-box2 .close-button {
  border: 1px dotted #222;
  color: #222;
  float: left;
  line-height: 0.6em;
  padding: 0;
  text-decoration: none;
}

.info-box2 .close-button:hover {
  border-color: #aaa;
  color: #aaa;
}

.info-box {
  background-color: #ddd;
  display: none;
  color: #000000;
  font-family: sans-serif;
  font-size: smaller;
  padding: 10px;
  width: 200px;
  position: absolute;
  right: -190px;
  top: 0;
}

.info-box::after {
  border-top: 20px solid transparent;
  border-right: 20px solid #ddd;
  content: " ";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
}

.info-box .close-button {
  border: 1px dotted #222;
  color: #222;
  float: left;
  line-height: 0.6em;
  padding: 0;
  text-decoration: none;
}

.info-box .close-button:hover {
  border-color: #aaa;
  color: #aaa;
}

#signin_menu input[type=text], #signin_menu input[type=password]
{
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #a7a9ac;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 5px;
  width: 203px;
}

#signin_menu p
{
  margin: 0;
}

#signin_menu a
{
  color: #6AC;
}

#signin_menu label
{
  font-weight: normal;
}

#signin_menu p.remember
{
  padding: 10px 0;
}

#signin_menu p.forgot, #signin_menu p.complete
{
  clear: both;
  margin: 5px 0;
}

#signin_menu p a
{
  color: #27B !important;
}

#Submit_button2
{
  border: none;
  padding: 4px 10px 5px;
  font-size: 11px;
  margin: 0 5px 0 0;
  font-weight: bold;
}

#Submit_button
{
  border: none;
  padding: 4px 10px 5px;
  font-size: 11px;
  margin: 0 5px 0 0;
  font-weight: bold;
}

#Submit_button::-moz-focus-inner
{
  padding: 0;
  border: 0;
}

#Submit_button:hover, #Submit_button:focus
{  
  cursor: pointer;
}

#logo
{
  vertical-align: middle;
  margin-top: 5px;
}

#news
{
  width: 200px;
  float: left;
  margin-left: 20px;
}

#newsDisabled
{
  display: none;
}

.newsheader
{
  text-align: center;
  font-size: 150%;
  padding: 5px;
}

.newstitle
{
  font-size: 110%;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
}

#news a
{
  text-decoration:none;
}

#news a:hover
{
  text-decoration:underline;
}

/* START REGION TABS */

#tabsApproveOrders
{
  width: 1420px;
  float: left;
}

#tabsMaps
{
  width: 100%;    
}

#tabsDisplayOrders
{
  width: 1300px;
  float: left;
}

#tabsDisplayOrdersForHaulageContractors
{
  width: 1200px;
  float: left;
}

#tabsOrderDetailList
{
  width: 1620px;
  float: left;
}

#tabsOrderDetailListForHaulageContractors
{
  width: 1700px;
  float: left;
}

#tabsOrder
{
  width: 1130px;
  float: left;
}

#tabsDeduction
{
  width: 970px;
  float: left;
}

#tabsCheckDeducted
{
  width: 1250px;
  float: left;
}

#tabsCheckUndeducted
{
  width: 1620px;
  float: left;
}

#tabs
{
  width: 820px;
  float: left;
}

/* END REGION TABS */

/* START REGION PAGE-WRAP */

#page-wrapOrder
{
  width: 1220px;
  margin: 0 auto;   
}

#page-wrapMap
{
  width:100%;
  height:100%;     
}

#page-wrapDeduction
{
  width: 1060px;
  margin: 0 auto;   
}

#page-wrap
{
  width: 1060px;
  margin: auto;
}

/* END REGION PAGE-WRAP */

#footer
{
  text-align: center;
  width: 900px;
  clear: both;
  font-size: 90%;
}

.framedtitle
{
  font-size: 110%;
  font-weight: bold;
  color: #003377;
  margin-top: 10px;
}
.framed
{
  border: 1px solid #003377;
  padding: 10px;
}
.inputlabel
{
  width: 200px;
  float: left;
}
.mandatory
{
  font-weight: bold;
}
.formfield
{
  margin: 5px;
}
.centered
{
  text-align: center;
}
input.button
{
  font-size: 120%;
  font-weight: bold;
}
.datepicker
{
  width: 75px;
}
.datetime
{
  width: 40px;
}
.fielddescription
{
  color: #999999;
  font-style: italic;
}

.grid 
{
  font-family:Verdana,Arial,sans-serif;
  margin-top :10px;
  border-collapse: collapse;
  font-size :9px;
}

.grid td 
{
  padding: 5px;   
}

.grid th a
{
  color:Black;
}

.grid th
{	
  padding: 6px 5px;
  text-align: left;
}

.text
{
  color: Black;
  margin-top: 10px;
  margin-bottom: 10px;    
}

.showBooking
{
  margin-top:2px;
}

.inputOrderTextBox
{
  width:230px;
}

.inputOrder
{
  width:240px;
}

.rightTextboxOrderSearch
{
  width: 170px;
  float: right;
  padding: 5px;
  min-height: 24px;
}

.contentOrderSearch
{
  margin-top:10px;
  padding: 5px; 
  font-size: 13px;
  width: 350px;
}

.displayOrderDetails
{
  color:Black;
  margin-left:5px;    
	margin-top:2px;
}

.linkCell
{
	margin:auto;
}

.imageLink
{
	width:16px;
	margin:16px;
	border-style: none
}

.rightCreateUser
{
  min-height: 24px;
  float:left;
  width: 200px;
}

.leftCreateUser
{
  min-height: 24px;
  padding-top:3px;
  float:left;
  width: 150px;
}

.errorMessageCreateUser
{
  float:left;
  width: 200px;
  color:red;
}

.formitemCreateUser
{
  margin-top:60px;
  margin-left:60px;
  margin-bottom: 25px;
  float: left;
  color: #555555;
  font-size: 13px;
}

.formitemEditVehicle
{
  margin-top:0px;
  margin-left:0px;
  margin-right: 0px; 
  margin-bottom: 0px;
  float: left;
  color: #555555;
  font-size: 13px;
}

.exportlink
{
  padding-top:10px;
  font-family:Verdana,Arial,sans-serif;
  color:Black;    
}

.exportlinkdiv
{
  left:20px;
  top:207px;
  padding-top:50px;
}

.errorMessageStatistics
{
  margin-top:10px;
  color:red;
}

#loadingScreen
{
  width:48px;
  height:48px;    
}

.newsRow
{
  margin-top: 10px;
  margin-bottom: 10px;
  width: inherit;
  display: block;
}

.newsRowLeft
{
  margin-right: 140px;
  display: inline;
}

.newsRowRight
{
  float: right;
  width: 90px;
  padding: 5px;
  margin: 10px;
  display: inline;
}

.newsRowClear
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0px;
  clear: both;
}

.leftCreateContact
{
  min-height: 24px;
  padding-top:3px;
  float:left;
  width: 130px;
  font-size: 90%;
}

.rightCreateContact
{
  min-height: 24px;
  float:left;
  width: 180px;
}

.leftTextBox
{
  float: left;
  width: 180px;
}

.leftVehicleTextBox
{
  float: left;
  width: 160px;
}

.rightTextBox
{
  float: right;
  width: 180px;
}

.valueBox
{
  float: left;
  width: 50px;
}

.vehicleBox
{
	min-height: 24px;
	padding-top:3px;
	float:left;
	width: 50px;
}

.leftVehicleLabel
{
  min-height: 24px;
  padding-top:3px;
  float: left;
  width: 150px;
}

.leftVehicleValue
{
  min-height: 24px;
  padding-top:3px;
  float: left;
  width: 150px;
  color: Black;
}