/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.row { max-width: 100% !important;} 
.max-row { padding : 0  !important;}
.max-height{ height: 100%;}

#above_leftPanel {
    background-color: #FFD700;  
    padding: 14px 20px 0px 20px !important;  
}
/*#title {
    padding: 0 20px !important;
    margin: -5px 0 10px;
}*/
.tab-nav {
    border: none !important;
}
.tab-nav LI {
    float: right;
}
.tab-content {
    float: left;
	width: 40%;
}
#leftPanel {
	height: 89%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	clear: left;
}
#busapp {
    /*overflow: auto;*/
    height: 90%;
	float: left;
}
#map_panel {
    height: 100%;
    width: 60%;
    margin: 0; 
	float: left;
}
#map_canvas { 
    height: 100%; 
    width: 100%;
}

.infowindow {
   width: 300px;
}
.infobus{
     width: 120px;
     text-align: center;
}
/*position: relative;*/

/*left: 0;
    position: absolute;
    top: 101px;
    width: 100%;
    z-index: 1000;*/


.login_wrapper{
    margin: auto;
    text-align: center;
    width: 400px;
}
.ui-autocomplete-loading { 
    background: url('img/indicator.gif') no-repeat right center ;
}
#leftPanel A { 
    float: left;
}
#info.margin {
    margin-top: 10px;
}
#priceTable_wrapper.dataTables_wrapper {
    float: right;
    width: 66%;
    clear: none;
}
#priceTable.dataTable {
    margin-top: 30px;
}
.editprice{
    cursor: pointer;
}