
/*

 this is for transport point list
*/

.pl input[type="text"]{
		width:80px;
    padding: 0px;
    margin-bottom: 0px;
    background: 0px;
    border: 0px;
	
	padding: 2px;
    margin-bottom: 2px;
}



.round{
	
	
	border:1px solid black;
	background:#fff;
}

.navbar ul li a
{
	text-decoration:none;
	color:#fff;
}
.navbar ul li {
	list-style:none;
text-decoration:none;

	}
		
ul a { 
	 }
	 
li>ul{ 

display: none;
position: absolute;
left: 0%;
background: #29923b;
color: #fff;
min-width: 100%;
font-size: 12px;
line-height: 42px;
margin:0px;
padding:0px;
overflow:visible;
text-transform: uppercase;
z-index: 1;


}
	   
	   


li>ul li{
	   
		width:250px;
margin:0px;
padding:0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid steelblue;
    background: darkslateblue;




}
li>ul a{
	color: #fff;
display: block;
font-size: 12px;
line-height: 42px;
margin: 0;

display:inline;
padding: 0 13px;
}
li:hover>ul { display:block;
background-color:cyan;
            }	

			
li>ul li>ul {left:100%;
             top:0px;
			 padding-left:1px;
			 z-index:2;}
			 

li:hover>a {
	background-color:#1f1f4b;
text-decoration:none;

    cursor: pointer;
opacity:1;



background-color: none;
color: #fff;
display: block;


 }
#logo{
	
	
	width:172px;
	text-align:center;
	
}


/* this is for login form */



#loginform {
   max-width: 400px;
    margin: 220px auto;
   
	background:cadetblue;
	border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px
rgba(0,0,0,.05);
	padding:10px;
}

#loginform label{
color:#fff;
}


.control-group{
	
margin-right:10px;	
margin: 10px;
    position: relative;
    float: left;
}

input[type="text"],input[type="password"]{
padding: 6px;
margin-bottom: 12px;
background-color:#f5f5f5;
color:#555;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.modal-footer{
	clear:both;
}
	
	
	#backlogin {
    
    background-size: 170px;
    height: 217px;
    color:  #ffffff;
	
}


/*this is for hover serach */
	.un:hover
		{	cursor:pointer;
			background:#609;
			color:#ffffff;
			
		
		}
		
		
		
		
.un
		{
			
			height:auto;
			list-style:none outside none;
			text-align:center;
			cursor:pointer;
			width:96%;
			height:32px;
			color:#000000;
			background:#F1F3F6;
			
			margin:3px;
			padding:0px;
			font-size:13px;
			
			
			
	
		}
		
	
		.ul
		{
			background:#F0F0F0;
			height:auto;
			
			text-align:left;
			float:left;
			width:100%;
	
   
    background-color:blue;
    
			text-align:left;
			
			text-align:center;
			margin-left:0px;
			padding:0px;margin:1px;
			
			font-size:13px;
			
			
	
		}
