@font-face {
    font-family: Gandhi Sans;
    src: url(GandhiSans-Regular.otf);
}
@font-face {
    font-family: Gandhi Sans;
    src: url(GandhiSans-Bold.otf);
	font-weight: bold;
}

body {
	font-family: Gandhi Sans;
	color: #808080;
}

body.body {
//	background-image: url('Logistics.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

button{
	background-color: #F2F2F2;
}

button, input{
	color: #808080;
	padding: 5px 5px;
	border-width: thin;
	border-radius: 4px;
	text-align: center;
    text-decoration: none;
}

button.large {
	padding: 10px 10px;
	font-size: 20px;
}

div.bg {
	position: fixed;
	opacity: 0.7;
	background-color: #F2F2F2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

div.header {
	height: 100px;
	width: calc(100% - 50px);
	position: fixed;
	top: 15px;
	left: 15px;
	font-family: Gandhi Sans;
	background-color: white;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
}

div.notification {
	height: 60px;
	width: calc(100% - 250px - 200px - 40px);
	position: absolute;
	display: inline;
	top: 20px;
	left: 250px;
	font-family: Gandhi Sans;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.19);
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: grey;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

div.search {
	width: 200px;
	position: absolute;
	display: inline;
	bottom: 25px;
	right: 25px;
	text-align: right;
	font-family: Gandhi Sans;
}

div.login {
	height: calc(100% - 190px);
	width: calc(100% - 50px);
	position: fixed;
	top: 145px;
	left: 15px;
	font-family: Gandhi Sans;
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 10px 10px 10px;
}

div.sidebar {
	height: calc(100% - 170px);
	width: 200px;
	position: fixed;
	top: 145px;
	left: 15px;
	overflow-x: hidden;
	transition: 0.5s;
	font-family: Gandhi Sans;
	background-color: white;
	border-radius: 5px;
}

div.sbSelect img {
	padding: 8px 8px;
}

div.sbSelect img:hover {
	padding: 8px 8px;
	opacity: 0.7;
}

img.imgBttn:hover {
	cursor: pointer;
}

div.oAction {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.oAction .popup {
  visibility: hidden;
  width: 160px;
  background-color: #3d3d3d;
  color: #c7a76b;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 80px;
  transition: 0.3s;
  margin-left: -80px;
}

div.sbsDiv {
	position: relative;
	height: 41px;
	display: inline-block;
}

a.sidebar {
	position: absolute;
	width: 150px;
	padding: 11px 10px;
	text-decoration: none;
	font-size: 18px;
	transition: 0.3s;
	color: #808080;
}

a.routeSelected {
	color: #F3802C;
	padding: 10px 10px;
	border-radius: 5px;
	background-color: #3d3d3d;
	text-decoration: none;
}

a.routeSelect {
	color: #808080;
	padding: 10px 10px;
	background-color: none;
	text-decoration: none;
}

a.routeSelect:hover{
	color: #F3802C;
}

div.sidebar a:hover {
	color: #F3802C;
}

a.IDPW {
	text-decoration: none;
	font-size: 18px;
	transition: 0.3s;
	color: #808080;
}

a.IDPW:hover {
	color: #F3802C;
}

.InpHid{ 
//	color:transparent;
	visibility:hidden;
}

div.main {
	height: calc(100% - 170px);
	width: calc(100% - 240px);
	position: fixed;
	top: 145px;
	left: 225px;
	transition: 0.5s;
	font-family: Gandhi Sans;
	background-color: white;
	overflow-x: auto;
	white-space: nowrap;
	border-radius: 5px;
}

div.quick {
	visibility:show;
	position: relative;
	height: 120px;
	width: 100%;
	top: 10px;
	min-width: 900px;
	text-align: center;
	background-color: white;
}

div.quickbox, div.quickboxCaution, div.quickboxUpload {
	position: relative;
	height: 100px;
	width: 120px;
	margin-right: 50px;
	background-color: white;
	display:inline-block;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.19);
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: grey;
}

div.quickboxCaution {
	z-index: 1;
	position: relative;
	background-image: url('caution.png'); 
	background-size: 120px 100px;
}

div.quickboxUpload {
	z-index: 1;
	position: relative;
	background-image: url('upload.png'); 
	background-size: 120px 100px;
}

div.boxheader {
	font-size: 24px;
	padding: 5px 0;
}

div.boxbody {
	padding: 5px 5px;
}

div.boxfooter {
	position: absolute;
	height: 30px;
	width: 120px;
	bottom: 0;
	text-align: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #F2F2F2;
	color: #808080;
}

div.boxfootercenter {
	padding: 7px 0;
}

div.pickup {
	position: absolute;
	width: 125px;
	height: 100px;
	top: 70px;
	left: calc(50% - 86px);
	overflow-y: hidden;
}

div.upload {
	position: absolute;
	width: 125px;
	height: 100px;
	top: 70px;
	left: calc(50% - 80px + 170px);
	overflow-y: hidden;
}

div.pickuprequest {
	position: absolute;
	width: 120px;
	height: 90px;
	top: -100px;
	z-index: 2;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.19);
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	background-color: #F2F2F2;
	transition: 0.5s;
}

div.pickupdate {
	position: relative;
	width: 120px;
	height: 30px;
}

div.pickupD {
	position: absolute;
	width: 80px;
	left: 10px;
	padding: 7px 0;
}

div.pickupAR {
	position: absolute;
	width: 40px;
	right: 5px;
	padding: 5px 0;
}

iframe.display {
	position: absolute;
	border:none;
	height: calc(100% - 140px);
	width: calc(100% - 10px);
	min-width: 900px;
	bottom: 0;
}

div.pDetail {
	visibility: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

div.pDFloat {
	position: fixed;
	top: 25px;
	left: calc(50% - 240px);
	background-color: white;
	color: #808080;
	height: 350px;
	width: 480px;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.19);
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: grey;
}

div.llmFloat {
	position: fixed;
	overflow: hidden;
	top: 25px;
	left: 25px;
	background-color: white;
	color: #c7a76b;
	height: calc(100% - 50px);
	width: calc(100% - 50px);
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.19);
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: grey;
}

div.pDPOD {
	position: fixed;
	top: 25px;
	left: calc(50% - 210px);
	background-color: white;
	width: 420px;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 4px 4px 0 rgba(0,0,0,0.19);
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: grey;
}

div.pDClose {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: white;
	color: #c7a76b;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: grey;
}

div.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #808080;
	text-align: center;   
}

div.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

tr.click:hover, div.tab button:hover {
  background-color: #ddd;
  cursor: pointer;
}

div.tab button.active {
  background-color: #ccc;
}

div.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

table.display {
	font-family: Gandhi Sans;
	color: #808080;
	font-size: 18px;
	text-align: center;   
	margin: auto;
}

iframe.supdisplay {
	position: absolute;
	border:none;
	height: 100%;
	width: 100%;
	min-width: 900px;
}

table.display th, td {
	padding: 5px 5px;
}

td.LAttemptFail {
	color: red;
}

table.display input {
	width: 95%;
}

a.bttn, div.bttn {
	text-decoration: none;
	font-size: 18px;
	color: #808080;
	padding: 5px 5px;
	border-radius: 4px;
	background-color: #F2F2F2;
}

a.raw {
	text-decoration: none;
	color: #808080;
}


table.display a:hover {
	color: #F3802C;
}

.ani-top{
	position:relative;
	animation:animatetop 0.8s;
	opacity:0;
	animation-fill-mode: forwards;}@keyframes animatetop{from{top:50px;opacity:0} to{top:0;opacity:1}}

	
	
	
	
	
