﻿* {margin:0; padding:0;}
html{
	width:100%;
	height:100%;
	overflow-y:auto;
}
body{
	padding-top:0;
	margin-top:0;
	--background-color:#101010 ;
	background-color:black ;
	text-align: center
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	font-size: 14px; 
	color: black; 
	overflow:hidden;
}

.container{
	width: 100%;
	font-size: 11px; 
}

.bg {
  /*min-height:600px;*/
}

div.left{
	background-color:#A0A0A0 ;
	float:left;
	clear:both;
	width:140px;
	/*height: 470px;*/
	margin-left:40px;
	margin-right:5px;
	padding:1em;
	font-weight:bold;
	
}
div.content{
	background-color:#909090 ;
	margin-left:auto;
	margin-right:40px;
	/*height: 470px;*/
	padding:1em;
	width:600px;
	float:right;
		
}
.t_report td{
	color: #222222;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	padding: 5px;
}

.t_subreport{
	background-color: #CCCCCC;
	border-collapse: collapse;
}

.tblHeader{
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #000;
	font-size: 12px;
}

.tblContent{
	border: 0;
	background-color:white;
	font-size: 11px;
}

.lblProgress {
		border: 0;
		font-size: 8.2px;
	}
	
.lblDate{
	border: 0;
	font-size: 8.2px;
	background-color:white;
}

.tblTableBorder{
		border:0;
	}

.tblTableWidth{
	max-width:1170px;
}

.lblLegen{
		font-size: 13px;
	}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.lblLegen{
		font-size: 11px;
	}
	.lblProgress {
		border: 0;
		font-size: 10px;
	}
	
	.lblDate{
		border: 0;
		font-size: 11px;
		background-color:white;
	}
	
	.tblTableBorder{
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #000;
	}
	
	.tblTableWidth{
		max-width: 694px;
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.lblProgress {
		border: 0;
		font-size: 10px;
	}
	
	.lblDate{
		border: 0;
		font-size: 11px;
		background-color:white;
	}
	
	.tblTableBorder{
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #000;
	}
	
	.tblTableWidth{
		max-width: 694px;
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.lblProgress {
		border: 0;
		font-size: 10px;
	}
	
	.lblDate{
		border: 0;
		font-size: 11px;
		background-color:white;
	}
	
	.tblTableBorder{
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #000;
	}
	
	.tblTableWidth{
		max-width: 694px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.lblProgress {
		border: 0;
		font-size: 10px;
	}
	
	.lblDate{
		border: 0;
		font-size: 11px;
		background-color:white;
	}
	
	.tblTableWidth{
		max-width:914px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.lblProgress {
		border-style: solid;
		border-width: 0px 0px 1px 1px;
		border-color: #000;
		font-size: 7.5px;
		min-width: 80px;
	}
	
	.lblDate{
		border-style: solid;
		border-width: 0px 0px 1px 1px;
		border-color: #000;
		font-size: 7.5px;
		background-color:white;
	}
	
	.tblContent{
		border-style: solid;
		border-width: 0px 0px 1px 1px;
		border-color: #000;
		background-color:white;
		font-size: 11px;
	}
	
	.tblProgressHeader{
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #000;
		font-size: 12px;
		min-width: 240px;
	}
	
	.tblTableBorder{
		border:0;
	}
	
	.tblTableWidth{
		max-width:1170px;
	}

	.lblTrackingId{
		font-size: 7.5px;
	}
}

.lblHiddenContent{
	border: 0;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}

.input {
    border: 1px solid #006;
    background: white;
	width: 117px;
	text-align: center;
}
input{
    border: 1px solid #006;
    background:#C8C8C8  ;
    margin-top: 10px;
	width: 120px;
}

.button:hover {
    border: none;
    background: #D8D8D8 ;
    padding: 2px 8px;
}
.bg{
	/*position: fixed;
	top:0px;
	left:0px;*/
	z-index:1;
}

table td.status_pending{
	background-color: #cccc99;
	color: #000;
	text-align: center;
	font-size: 11px;
}

table td.status_processing{
	background-color: #336633;
	color: #ccffcc;
	text-align: center;
	font-size: 11px;
}

table td.status_dispatched{
	background-color: #003366;
	color: #ccffff;
	text-align: center;
	font-size: 11px;
}

table td.status_transit{
	background-color: #330066;
	color: #ffccff;
	text-align: center;
	font-size: 11px;
}

/* new CSS for Tracker*/

div.tracking_area{
	color:white;
	margin-left: 2%;
	margin-top: 7px;
	margin-bottom: -2px;
	
}

div.tracking_area table{
	width:550px;
}

div.tracking_area table td{
	text-align: left;
	max-width:200px;
	min-width:120px; 
}

div.legen_area{
	color:white;
	margin-top: 1%;
}

div.legen_area span{
	color:white;
	margin-right: 7px;
}

div.legen_area i{
	color:white;
	margin-right: 7px;
}

div.legen_area table{
	width:510px;
	margin-left:2px;
	color:white;
}

div.legen_area table td{
	color:white;
	text-align: left;
	max-width:240px;
	min-width:80px; 
}


div.content_v2{
	overflow-y: auto;
	overflow-x: hidden;
}

table.tblTracking{
	width:240px; 
}

table.tblTracking td{
	width:80px; 
	border:none;
}


.t_subreport_new{
	border-collapse: collapse;
	font-size:12px;
	max-width: 822px;
	margin-left: 16px;
}

.t_subreport_new th{
	background-color: #336699;
	color: #FFFFFF;
	border: 1px solid #000;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	height: 25px;
	text-align: center;
}

.t_subreport_new span{
	margin-left:3px; 
	margin-right:5px;
	font-size:12px;
}

.t_subreport_new td{
	color: #222222;
	border: 1px solid #000;
	/*border-left: 1px solid #999999;*/
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	height: 25px;
	padding-left: 5px;
}

.input_icon{
	cursor:pointer;
	border: none;
	position: absolute;
	margin-top: -3px;
	vertical-align: middle;
    font-size: 25px;
}

div.container_new{
	background: rgba(0, 0, 0, 0.4);
	margin: auto;
	border:0px solid #F0F0F0;
	line-height:150%;
	height: 1080px;
}

div.container_new_ccm{
	margin: auto;
	border:0px solid #F0F0F0;
	line-height:150%;
	height: 1080px;
}

.rowExtended{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

































