/* CSS Document */
body 
{
	background-color:#ffffff;
	font-family:Arial,helvetica,Times new roman;
	font-size:9pt;
}

#main 
{
	width:990px;
	margin: 0 auto;
}

#header 
{
	background:url("./images/TNT_loginbox_02.gif") no-repeat top left;
	width:100%;
	height:72px;
}

.headertitle 
{
	color:#ffffff;
	margin-left:270px;
	font-size:11pt;
	font-weight:bold;
	width:300px;
}
#title 
{
	background:url("../images/TNT_loginbox_header_05.gif") repeat-x top left;
	width:100%;
	height:26px;
	padding-top:6px;
}

.ctnLeft
{
	float:left;
	width:24%;
	height:100%;
}

.content
{
	margin-top:50px;
}

.ctnRight 
{
	float:right;
	width:75%;
	height:100%;
}

#wrapper
{
	width:100%;
	height:700px;
}

/** for left - menu */
#menu 
{
	margin-left:25px;
	margin-top:50px;	
	width:200px;
}

.options 
{
	margin-top: 20px;
	width:200px;
	border-bottom:1px solid #cccccc;
}

.menuDiv
{
	padding-left: 5px;
	padding-top:7px;
	height:23px;
	width:100%;
}

.menuDiv:hover
{
	background: url("../images/TNT_admin2_menuheader_03.gif") repeat-x top left;
}

a.menuOption
{
	color:#666666;
	text-decoration: none;
}

a.menuOption:hover 
{
	text-decoration: none;
	cursor: pointer;
	color: #ff6600;
}

a.logout
{
	text-decoration: none;
	color:#ff6600;
}

/** for login page */
#loginbox 
{
	margin-top:120px;	
	width:428px;
}

.box
{
	padding-bottom: 30px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
}

.lgboxheader 
{
	background:url("../images/TNT_loginbox_headerbox_09.gif") repeat-x top left;
	height:20px;
	color:#ffffff;
	padding-top:5px;
	padding-left:20px;
	font-weight:bold;
}

.lgboxinput
{
	margin-top:20px;
	margin-left:20px;
}

.textbox {
	font-family:atial,helvetica, sans serif;
	font-size:9pt;
}

.submitButton
{
	background: url("../images/TNT_button_13.png") no-repeat top left;
	width:83px;
	height:24px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-right:5px;
}

.blue-button
{
	background: url("../images/blue-btn.png") no-repeat top left;
	width:127px;
	height:24px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-right:5px;
}

.submitButton a, .blue-button a
{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
        
}

.submitButton input
{       
  background: transparent;
	width:100%;
  color:#ffffff;
	text-decoration:none;
  border: transparent;
  height: 100%;
  cursor: pointer;
  margin-top: -5px;
        
}
.error { /* font-size:small; */ color:red;}
label.error {
    margin-left: 5px;
    font-style: italic;
    font-weight: normal;
    display: block;
}

label.has-error {
    font-style: italic;
    font-weight: normal;
    display: block;
}

div.message{
    background: transparent url(images/msg_arrow.gif) no-repeat scroll left center;
    padding-left: 7px;
}

div.error{
    background-color:#F3E6E6;
    border-color: #924949;
    border-style: solid solid solid none;
    border-width: 2px;
    padding: 5px;
}

div.has-error{
    color: red;
	
}

input.error, input.has-error {
border: 1px solid red;
}

input[type='text']{
	/* width: 130px; */}

input.small{
    width: 80px;
	
}

input.large{
    width: 200px;
}

input.xlarge{
    width: 300px;
}

.cursor{
    cursor: pointer;
}

.cancelButton {
	background: url("../images/TNT_button_2.png") no-repeat top left;
	width:83px;
	height:24px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-right:5px;
}

.gray-button {
	background: url("../images/gray-btn.png") no-repeat top left;
	width:127px;
	height:24px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-right:5px;
}

.cancelButton a, .gray-button span{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;

}
.cancelButton a.no-link{
	cursor: default;
	color:rgba(255,255,255,0.5);
}


.left {
float:left;
}
.right {
float:right;
}


.tableHead {
	background-color:#a8a3a3;
	color:#ffffff;
	font-weight:bold;
}

.secondCtn 
{
	margin-top:10px;
}

.confBtn
{
	float:left;
	margin-right:10px;
	width:70px;
	height:20px;
}

.confBtnAdd a
{
	background: url(../images/TNT_admin2_newbutton_07.gif) no-repeat top left;
	color:#ff6600;
	padding-left: 20px;
	text-decoration: none;
}

.confBtnRe a
{
	background: url(../images/TNT_admin2_removebutton_10.jpg) no-repeat top left;
	color:#ff6600;
	padding-left: 20px;
	text-decoration: none;
}

.confBtnRe2 a
{
	background: url(../images/TNT_admin2_removebutton_10.jpg) no-repeat top left;
	color:#ff6600;
	padding-left: 20px;
	text-decoration: none;
}

.tableContent, .tableContent2
{
	border-collapse:collapse;
	border:1px solid #b1b2b4;
}

.tableContent td, .tableContent2 td
{
	padding:10px;
	text-align:justify;
        border: 1px solid #b1b2b4;
        
	white-space: nowrap;
}

.custom-table tr td
{
    text-align: left;
}

.tableContent2 .tableHead td
{
	padding:2px 10px;
}

.tableContentCountries
{
	border:0px;
}

.tableContentCountries td
{
	padding:10px;
	text-align:justify;
}
/** for booking detail table **/
.tableContentBooking
{
	border-collapse:collapse;
	border:1px solid #b1b2b4;
}

.tableContentBooking td
{
	padding:10px;
	text-align:left;
}

td.tdBooking
{
	width: 80px !important;
}

#bookingScrollHeader
{
	height:51px; 
	overflow-y:visible; 
	padding:0px; 
	border:1px solid #cccccc;
	margin-right: 14px;
}

#bookingHeader
{
	height:51px; 
	overflow-y:visible; 
	padding:0px; 
	border:1px solid #cccccc;
}

#bookingScroll
{
	height:380px; 
	overflow:auto; 
	overflow-x:hidden; 
	padding:0px; 
	border:1px solid #cccccc;
}

#booking
{
	height:380px; 
	overflow:auto; 
	overflow-x:hidden; 
	padding:0px; 
	border:1px solid #cccccc;
}

.booking td
{
	width: 110px;
}

#conTdHeader,
#nameTdHeader,
#phoneNumberTdHeader,
#emailTdHeader,
#trackTdHeader,
#oriDepotIdTdHeader,
#deliverTdHeader,
#newDepotIdTdHeader,
#newAddressLine1TdHeader,
#newAddressLine2TdHeader,
#newAddressLine3TdHeader,
#newAddressZipcodeTdHeader,
#newTownNameTdHeader,
#newAddressCountryCodeTdHeader,
#newAddressContactTdHeader,
#newAddressCompanyTdHeader,
#newDeliveryDateTdHeader,
#requestedOnTdHeader,
#ipTdHeader,
#conTdDetail,
#nameTdDetail,
#phoneNumberTdDetail,
#emailTdDetail,
#trackTdDetail,
#oriDepotIdTdDetail,
#deliverTdDetail,
#newDepotIdTdDetail,
#newAddressLine1TdDetail,
#newAddressLine2TdDetail,
#newAddressLine3TdDetail,
#newAddressZipcodeTdDetail,
#newTownNameTdDetail,
#newAddressCountryCodeTdDetail,
#newAddressContactTdDetail,
#newAddressCompanyTdDetail,
#newDeliveryDateTdDetail,
#requestedOnTdDetail,
#ipTdDetail
{
	width:120px;
}


/** for shipment details table **/
.tableContentShipment
{
	border-collapse:collapse;
	border:1px solid #b1b2b4;
}

.tableContentShipment td
{
	padding:10px;
	text-align:left;
	min-width: 160px;
}

td.tdShipment
{
	width: 80px !important;
}

#shipmentScrollHeader
{
	overflow-y:visible; 
	padding:0px; 
	border:1px solid #cccccc;
	margin-right: 14px;
}

#shipmentHeader
{
	overflow-y:visible; 
	padding:0px; 
	border:1px solid #cccccc;
}

#shipmentScroll
{
	height:380px; 
	overflow:auto; 
	overflow-x:hidden; 
	padding:0px; 
	border:1px solid #cccccc;
}

#shipment
{
	height:380px; 
	overflow:auto; 
	overflow-x:hidden; 
	padding:0px; 
	border:1px solid #cccccc;
}

.shipment td
{
	width: 110px;
}

#countriesScrollHeader
{
	float:left;
	margin-right: 14px;
}

#countriesHeader
{
	overflow-y:visible; 
	padding:0px; 
	border:1px solid #cccccc;
}

#countriesScroll
{
	float:left;
	padding:0px; 
	height:400px; 
}


#tableCountriesContainer{
	clear: both;
	height: auto;
	width: 500px;
	padding:0px; 

}

#tableCountriesHeader{

	width: 500px;
	overflow: hidden;
}

.tableContentCountries
{
	border-collapse:collapse;
	border:1px solid #b1b2b4;
}

.tableContentCountries  td
{
	padding:10px;
	text-align:left;
}

#connrTdDetail,
#shippingAsTdDetail,
#customerIdTdDetail,
#senderCountryCodeTdDetail,
#senderZipcodeTdDetail,
#senderTownnameTdDetail,
#senderCompanyTdDetail,
#senderAddress1TdDetail,
#senderAddress2TdDetail,
#senderAddress3TdDetail,
#senderContactTdDetail,
#senderPhoneNumberTdDetail,
#receiverCountryCodeTdDetail,
#receiverZipcodeTdDetail,
#receiverTownnameTdDetail,
#receiverCompanyTdDetail,
#receiverAddress1TdDetail,
#receiverAddress2TdDetail,
#receiverAddress3TdDetail,
#receiverContactTdDetail,
#receiverPhoneNumberTdDetail,
#currencyCodeTdDetail,
#shipmentValueTdDetail,
#pickedupDateTdDetail,
#pickedupStartTimeTdDetail,
#pickedupEndTimeTdDetail,
#serviceCodeTdDetail,
#serviceDeliveryDatetimeTdDetail,
#serviceTariffTdDetail,
#serviceMyTariffTdDetail,
#customerNumberTdDetail,
#vatNumberTdDetail,
#enterpriseNumberTdDetail,
#customerReferenceTdDetail,
#goodsDescriptionTdDetail,
#collectionInstructionTdDetail,
#deliveryInstructionTdDetail,
#asnEmailTdDetail,
#emailAddressTdDetail,
#ccEmailAddressTdDetail,
#bookedOnTdDetail,
#lengthTdDetail,
#widthTdDetail,
#heightTdDetail,
#kgTdDetail,
#grTdDetail
{
	width:120px;
}

.clear{
clear:both;
}

.errorMsg 
{
	position:relative;
	font-size:10pt;
	color:red;
}

.headerTitle {
font-family:Tahoma, Arial, Helvetica, sans-serif;
text-align: center;
}

.blankContent {
color:#b1b2b4;
}

.comboBox{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000000;
width:300px;
}

.textArea{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}




.funcButton, #login {
width:70px;
height:20px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#ffffff;
background-color:#7fd1fe;
padding-top:2px;
}

#login{
	height: 30px;
	padding-top: 0px;
	cursor: pointer;
}
.funcButton:hover {
background-color:#3AB1F2;
}
.funcButton a {
width:100%;
height:100%;
display:block;
color:#ffffff;
text-decoration:none;
}
.funcButton a:Active {
width:100%;
height:100%;
display:block;
color:#ffffff;
text-decoration:none;
}


.trActive{
background-color:#7fd1fe;
cursor:'hand';
}

.trNormal{
background-color:white;
cursor:'pointer';
}

.listTable{
position:relative;
}

.listTableModule{
position:relative;
margin-top:5px;

}

.language{
position:relative;
margin-top:20px;

}
.noneBorder {
border-right:hidden;
border-left:hidden;
border-bottom:hidden;
}


/* to dropdown in user add  */
.userGroupList, .moduleList, .dateTime
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	width:145px;	
}

.depotAliasesList, .depotZipcoderangeList
{
	margin-top: 20px;
}

.newDepot
{
	margin-left:65px;
}

.frame td
{
	padding:5px;
}

td.frameTop
{
	border: 1px solid #B1B2B4;
	border-bottom : none;
	height:60px;
}

td.frameCenter
{
	height: 300px;
	border: 1px solid #B1B2B4;
	border-bottom: none;
}

td.frameBottom
{
	border: 1px solid #B1B2B4;
	border-top: none;
}
label{
	font-weight: bold;
}
#arrowHint{
    padding: 2px;
    width: 200px;
    position: absolute;
    color: black;
    background-color: #FFFFFF;
    border: 1px solid #FF6600;
}
.red{
    background-color: #FDD3D3;
}

.unused, .unused * { text-decoration: line-through; }

.ui-widget { font-size: 1em; }
.ui-autocomplete-loading { background-image: url('../images/ajax.gif'); background-position: right center; background-repeat: no-repeat; }
.ui-widget .tableContent td { padding: 5px; }
.dataTable th{
    white-space: nowrap;
    cursor: pointer;
}
table.fancy-table{padding: 0;border-collapse: collapse;}
table.fancy-table thead th{padding-right: 19px;line-height: 24px;padding-left: 5px;}
.dataTable th.sorting{background:#ddd url("../images/sort.png") no-repeat right center;}
.dataTable th.sorting_asc{background:#f60 url("../images/sort_asc.png") no-repeat right center; color: #fff;}
.dataTable th.sorting_desc{background:#f60 url("../images/sort_desc.png") no-repeat right center; color: #fff;}
.dataTables_scrollBody td{
	border-left: 1px solid #dddddd; 
	padding-left: 5px;
	border-top: 1px solid #dddddd;
	line-height: 25px;
	white-space: nowrap;
}
.dataTables_scrollBody{border:1px solid #ddd;}
/*.dataTable{width: 100%;}
.dataTables_scroll{overflow: hidden;}
.dataTables_length, .dataTables_filter, .dataTables_paginate, .dataTables_info{display: none;}*/
.dataTables_wrapper{margin-top:20px;}

.inline-info{
    color: #E44B00;
    font-size: 10px;
    font-weight: normal;
}

/*new style for dtm*/
.dtm .box{
	border-width: 0 0 1px 0;
}
.dtm input, .dtm select{
	border: 1px solid #ccc;
	padding: 2px;
}
.alert {
background-color: #f9f2f4;
margin: 10px 0;
padding: 10px;
border-left: 3px solid #c7254e;
color:#c7254e;
}
.margin-trl20{
	padding: 20px 20px 0;
}


/* icon */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 23px;
  height: 23px;
  /* margin-top: 1px; */
  *margin-right: .3em;
  /* line-height: 14px; */
  /* vertical-align: text-top; */
  background-image: url("../images/icon.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.icon-remove{
    background-position: 0px -47px;
}

div.logs{
    width: 100%;
    overflow: auto;
    height: 500px;
}

table.table-fixed{
	table-layout:fixed;
}

table.table-fixed tr td{
	white-space : normal;
	vertical-align: top;
}