/*   
Theme Name: Taxi
Description: Taxi Portal
License URI:
Tags: responsive-layout
*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

.menu-topmenu-container { 
 float: right!important; 
}
.menu { 
 display: table-cell; 
 overflow: hidden; 
 vertical-align: middle; 
 text-align: center; 
 float: right!important; 
 list-style: none;
}
.menu-item {
 float: left;
 padding-right: 21px;
}
.menu-item ul { 
 float: right; 
 display: inline-block; /*max-width: 1115px;*/ 
 list-style: none; 
 text-align: left; 
}
.menu-item li { 
 display: block; float: left; 
  

}
.menu-item > a {
  display: block; color: #f8f8f8; padding: 22px 20px;  letter-spacing: .05em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: bold; line-height: normal; text-decoration:none;
}

.menu-item > a:hover, .menu-item > a.active, .menu-item > a:focus {
  background: #ffc800; 
}

div.row div.menu-topmenu-container {
    position: relative;
    display: table;
    width: 100%!important;
    padding: 0 40px;
    box-sizing: border-box;
    float: right;
}
 
#loading{
 margin-left:40%;
}

#example_length {display:none;}

.left-c {margin-left: 20px;}
.right-c {margin-left: 145px;}
.log_forms input[type="submit"]:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
.forgot-pass-form-group input[type="submit"]:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
.log_forms input[type="submit"] {
  background: #56b858 none repeat scroll 0 0;
  border: 0 none !important;
  color: #fff;
  float: right;
  font-size: 20px;
  margin: 10px 0 20px !important;
  padding: 8px 30px 5px !important;
  width: 120px !important;
}
.forgot-pass-form-group input[type="submit"] {
 background: #56b858 none repeat scroll 0 0;
  border: 0 none !important;
  color: #fff;
  float: right;
  font-size: 20px;
  margin: 10px 0 20px !important;
  padding: 8px 30px 5px !important;
  width: 120px !important;
}

.log_forms input[type="text"], input[type="password"] {
  background: #efeff0 none repeat scroll 0 0;
  border: 1px solid #ccc !important;
  font-size: 18px;
  height: 45px;
  margin: 10px 0 20px;
  padding: 7px 0 7px 4px;
  width: 100%;
}

.log-form-group.extra-links a {
  color: #ffc800 !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.forgot-pass-form-group input[type="email"] {
  background: #efeff0 none repeat scroll 0 0;
  border: 1px solid #ccc !important;
  font-size: 18px;
  height: 45px;
  margin: 10px 0 20px;
  padding: 7px 0 7px 4px;
  width: 100%;
}
/*.search-wrap {
 display: none;
}*/

/*Loading message position margin*/

#loading{
    margin-bottom: 10px;
    color:blue;
}
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
/* @media(max-width:768px){
.table-responsive{overflow-x:scroll;}
.table-responsive table tr td, .table-responsive table tr th{font-size:13px;}
} */
@media(max-width:767px){
/*.table-responsive{overflow-x:scroll;}*/
.table-responsive table tr td, .table-responsive table tr th{font-size:13px;}
}

 @media(max-width:475px) {
    .menu-item ul {  
 display: inline-block; /*max-width: 1115px*/;
 list-style: none; 
 text-align: left; 

}
.menu-item li { 
 display: block; 
 float: left; 
 margin-left: 5px;  

}
.menu-item > a {
  display: block; color:#f8f8f8; padding: 15px 11px;  letter-spacing: .05em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: bold; line-height: normal; text-decoration:none;
}
div.row div.menu-topmenu-container { 
 padding:0px 0px;
}


}      



/* newcss */
.cab-charges-page .btn.btn-default a{
	color: #fff;
}
.cab-charges-page .btn.btn-default:hover{
	color: #333 !important;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
	text-decoration: none;
}
.cab-charges-page .btn.btn-default a:hover{
	color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
	text-decoration: none;
}
.cstbtn:hover a {
   color: #333 !important;
}
.cab-charges-page .row .col-sm-7, .cab-charges-page .row .col-sm-5{
	display:none;
}
.cab-charges-page .row.row_pagination .col-sm-7, .cab-charges-page .row.row_pagination .col-sm-5{
	display:block;
}






