/* -------------------------------------------------
AUTHOR          :  	Loginfotech
WEBSITE         :   http://www.loginfotech.com/
DEVELOPED BY    :   Loginfotech
---------------------------------------------------- */
.mform{
	background: #fff;
	min-height: 450px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom:20px;
	margin-top:40px;
	font-size:12px;
}
.splash{
	background: #fff !important;
}
.logo img{
	width:144px;
	height:144px;
	margin:25% 34%;
}
table.btn-table {
	margin-top:10px;
	background:#fff;
}
table.btn-table tr td img{
	border:1px solid #777;
	border-radius: 10px;
	padding:10px;
}
table.btn-table tr td p{
	font-size:12px;
}
table a{
	font-weight:bold;
}
.rider{
	background:#2980b9;
	padding:5px;
	margin-top:20px;
}
.rider input[type="submit"]{
	background:#2980b9;
}
.rider input[type="submit"]:hover{
	background:#2980b9;
}
.ride-later{
	width:49%;
	float:left;
	border-right:1px solid #ccc;
}
.ride-now{
	width:49%;
	float:right;
}
.track{
	margin-left:20px;
	font-weight:bold;
}
.new-book{
	font-weight:bold;
	margin-bottom:10px;
}
.label-success{
	background:#00b300;
	color:#fff !important;
	padding:0px 10px;
	font-size:12px;
	text-align:center;
}
.label-info{
	background:#00a3d9;
	color:#fff !important;
	padding:0px 10px;
	font-size:12px;
	text-align:center;
}
.label-danger{
	background:#ff0000;
	color:#fff !important;
	padding:0px 10px;
	font-size:12px;
	text-align:center;
}
.text-default{
	color:#fff !important;
}
.text-success{
	color:#00b300 !important;
}
.text-primary{
	color:#777 !important;
}
.text-info{
	color:#00a3d9 !important;
}
.text-danger{
	color:#ff0000 !important;
}
.align-right{
	float:right !important;
	width:48%;
}
.align-center{
	text-align:center !important;
}
.align-left{
	float:left !important;
	width:48%;
}
.col3{
	float:left !important;
	width:30%;
	margin:0 1%;
}
h2{
	color:#336899 !important;
	font-weight:bold !important;
	font-size:20px !important;
}
h3{
	color:#336899 !important;
	font-weight:bold !important;
	font-size:16px !important;
}
.title{
	font-size:14px !important;
	font-weight:bold;
	padding:10px 0px;
}
 .rating {
	  overflow: hidden;
	  display: inline-block;
  }
  .rating-input {
	 display:none;
  }
  .rating-star {        
	  display: block;
	  float: right;        
	  width: 16px;
	  height: 16px;
	  background: url('../images/star.png') 0 -16px;
  }
  .rating-star:hover,
  .rating-star:hover ~ .rating-star,
  .rating-input:checked ~ .rating-star {
	  background-position: 0 0;
  }
#myelement
{
	width: 500px;
}

#myelement:full-screen
{
	width: 100%;
}

#myelement:full-screen img
{
	width: 100%;
}

/* THIS DOES NOT WORK */
#myelement:-webkit-full-screen,
#myelement:-moz-full-screen,
#myelement:-ms-full-screen,
#myelement:-o-full-screen,
#myelement:full-screen
{
	width: 100%;
}
/* this works */
#myelement:-webkit-full-screen	{ width: 100% }
#myelement:-moz-full-screen		{ width: 100% }
#myelement:-ms-full-screen		{ width: 100% }
#myelement:-o-full-screen		{ width: 100% }
#myelement:full-screen			{ width: 100% }

.leftali_signup
{
	width:10%;
	margin:0 2% 0 2%;
	float: left;
}

.rightali_signup
{
	width:82%;
	margin:0 2% 0 2%;
	float: right;
}

.leftali_book
{
	width:46%;
	margin:0 2% 0 0%;
	float: left;
}

.rightali_book
{
	width:46%;
	margin:0 2% 0 2%;
	float: right;
}

.leftali_bookpho
{
	width:10%;
	margin:0 2% 0 0%;
	float: left;
}

.rightali_bookpho
{
	width:82%;
	margin:0 0% 0 2%;
	float: right;
}

@media (max-width: 767px) 
{
	input[type="text"]
	{
		color: #000 !important;
		font-weight:500 !important;
	}
	
	select
	{
		color: #000 !important;
		font-weight:500 !important;
	}
	textarea
	{
		color: #000 !important;
		font-weight:500 !important;
	}
}


/* -------------------------------------------------
AUTHOR          :  	Loginfotech
WEBSITE         :   http://www.loginfotech.com/
DEVELOPED BY    :   Loginfotech
---------------------------------------------------- */