@charset "utf-8";
/* CSS Document */
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
	margin:0px;
	padding:0px;
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a, img {
    border:none;
    outline:none
}
#wrapper {
	width:100%;
	height:auto;
	margin:auto;
}
.header {
	width:100%;
	height:88px;
	margin:auto;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
}
.header-inner {
	width:1200px;
	height:78px;
	margin:auto;
}
.logo {
	width:143px;
	height:58px;
	float:left;
	margin-top:9px;
}
.phone {
	width:240px;
	height:48px;
	float:right;
	font-family:'roboto';
	font-size:16px;
	margin-top:12px;
	color:#464899;
}
.mid-main {
	width:100%;
	height:500px;
	margin:auto;
}
.mid-inner {
	width:1200px;
	height:500px;
	margin:auto;
}
.login-main {
	width:404px;
	height:304px;
	float:left;
	margin-left:0px;
	margin-top:80px;
}
.login-head {
	width:404px;
	height:36px;
	margin:auto;
	font-family:'roboto';
	font-size:32px;
	color:#fff;
	text-align:center;
	text-shadow: 2px 2px 2px #000;
}
.login-inner-main {
	width:404px;
	height:242px;
	margin-top:20px;
	background-color:rgba(0, 0, 0, 0.4);
	border-radius:5px;
}
.login-inner {
	width:382px;
	height:218px;
	float:left;
	margin-top:12px;
	margin-left:12px;
	border-radius:3px;
	border-radius:5px;
	background-color:#fff;
}


/* form starts */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

form {
  position:relative;
  margin: 29px auto;
  width: 380px;
  height: auto;
}

input {
  padding-left:44px;
  border-radius:3px;
  border:0px;
  background-image:url(../images/input-bg.png);
  background-repeat:repeat-x;
  display: block;
  margin: 20px 20px;
  width: 338px;
  color:#333;
  font-size:18px;
  height:42px;
  border:1px solid #c6c6c6;
}

input:focus {
  outline-color: rgba(0,0,0,0);
  background: rgba(255,255,255,.95);
  color: #333;
}

button {
  float:left;
  margin-left:47px;
  height: 37px;
  width: 120px;
  border: 0px;
  background-image:url(../images/button-bg.png);
  border-radius:7px;
  padding: 6px;
  color:white;
  font-size:22px;
  cursor:pointer;
}

.inputUserIcon {
  position:absolute;
  top:12px;
  left:30px;
  color:#333;
  right: 324px;
  border-right: 1px solid #333;
}

.inputPassIcon {
  position:absolute;
  top:76px;
  left:30px;
  color:#333;
  right: 324px;
  border-right: 1px solid #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

input:focus::-webkit-input-placeholder {
  color: #333;
}

.down-links {
	width:1200px;
	height:30px;
	float:right;
	font-size:20px;
	font-family:'roboto';
	color:#ffff00;
	text-align:center;
	margin-top:55px;
}
.down-links a {
	color:#ffff00;
	text-decoration:none;
	 text-shadow: 2px 2px 2px #000;
}
.footer-main {
	width:100%;
	height:78px;
	margin:auto;
	bottom:0px;
	position:fixed;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
}
.footer-inner {
	width:1200px;
	height:78px;
	margin:auto;
}
.copy-rights {
	width:456px;
	height:24px;
	float:left;
	margin-top:28px;
	text-align:center;
	font-size:16px;
	font-family:'roboto';
	color:#333333;
}
.powered {
	width:206px;
	height:33px;
	float:right;
	line-height:2;
	margin-top:21px;
	font-family:'roboto';
	color:#333333;
}
.powered-img {
	width:108px;
	height:33px;
	float:right;
}


/*AP MAP PAGE STARTS HERE*/
#ap-wrapper {
	width:100%;
	height:100%;
	min-height:800px;
	margin:auto;
	background-color:#b0ccdc;
}
.map-main {
	width:450px;
	height:386px;
	margin:auto;
}
.buttons-main {
	width:100%;
	height:38px;
	float:left;
	margin-top:30px;
}
.icon {
	width:29px;
	height:30px;
	float:left;
	margin-left:5px;
	margin-top:3px;
}



.tender {
	width:174px;
	height:38px;
	float:left;
	line-height:32px;
	margin-left:30px;
	background-image:url(../images/agent-bg.png);
	background-repeat:repeat-x;
	border:1px solid #905206;
	border-radius:3px;
	box-shadow: 1px 1px 2px #555;
}
.tender a {
	font-family:'roboto';
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #771b00;
	text-decoration:none;
}



.onlinebooking {
	width:174px;
	height:38px;
	float:left;
	line-height:32px;
	margin-left:100px;
	background-image:url(../images/web-bg.png);
	background-repeat:repeat-x;
	border:1px solid #905206;
	border-radius:3px;
	box-shadow: 1px 1px 2px #555;
}
.onlinebooking a {
	font-family:'roboto';
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #9d6600;
	text-decoration:none;
}
.agentlogin {
	width:174px;
	height:38px;
	float:left;
	line-height:32px;
	margin-left:30px;
	background-image:url(../images/agent-bg.png);
	background-repeat:repeat-x;
	border:1px solid #905206;
	border-radius:3px;
	box-shadow: 1px 1px 2px #555;
}
.icon-2 {
	width:29px;
	height:30px;
	float:left;
	margin-left:20px;
	margin-top:3px;
}
.agentlogin a {
	font-family:'roboto';
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #771b00;
	text-decoration:none;
}

.employeelogin {
	width:174px;
	height:38px;
	float:left;
	line-height:32px;
	margin-left:30px;
	background-image:url(../images/employee-bg.png);
	background-repeat:repeat-x;
	border:1px solid #590e48;
	border-radius:3px;
	box-shadow: 1px 1px 2px #555;
}
.icon-3 {
	width:29px;
	height:30px;
	float:left;
	margin-left:3px;
	margin-top:3px;
}
.employeelogin a {
	font-family:'roboto';
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #5a0044;
	text-decoration:none;
}
.buslogin {
	width:174px;
	height:38px;
	float:left;
	line-height:32px;
	margin-left:30px;
	background-image:url(../images/bus-bg.png);
	background-repeat:repeat-x;
	border:1px solid #0c7f06;
	border-radius:3px;
	box-shadow: 1px 1px 2px #555;
}
.icon-4 {
	width:29px;
	height:30px;
	float:left;
	margin-left:7px;
	margin-top:3px;
}
.buslogin a {
	font-family:'roboto';
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #007005;
	text-decoration:none;
}