﻿.tooltip fade bottom in {
  /*z-index: 1090 !important;*/
}

.navbar-nav > li > button 
{
    height: 24px; 
    padding-top:1px !important; 
    padding-bottom:1px !important;
    margin-right:5px;
    margin-top:1px;
    margin-bottom:1px;
}
.navbar 
{
    min-height:36px !important
}
.navbar-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-toggle 
{
    padding-top:4px !important; 
    padding-bottom:4px !important;
    margin-top:1px;
    margin-bottom:1px;
} 
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {  
  padding: 1px;
  padding-left: 5px;
}


.alert-trafficQuery {
	background-color: #8FBBFD;
	border-color: #dddddd;
	border-width: 1px;
	top: 150px !important;
}
.alert-trafficInfo {
	background-color: #8FBBFD;
	border-color: #dddddd;
	border-width: 1px;
	top: 150px !important;
}
.alert-crashDiagram {
	background-color: #8FBBFD;
	border-color: #dddddd;
	border-width: 1px;
}
.alert-zoomTo {
	background-color: #8FBBFD;
	border-color: #dddddd;
	border-width: 1px;
}
.alert-measure {
	background-color: #e6e6e6;
	border-color: rgb(255, 255, 255);
	border-width: 1px;
	top: 150px !important;
}
div#tabs-container
{
    background-color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

background-color: #f6f6f6;

}

.nav-tabs>li>a {
background-color: #428bca;
border-color: #777777;
color: #fff;
}
.tab-content
{
    background-color: #f6f6f6;
    }

@media only screen and (max-width: 766px) {
    .collapsing, .in {background-color: #f7f7f7;}
    .collapsing ul li a, .in ul li a {color: #555!important;}
    .collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}
}

.growl-animated 
{
    /*position: static !important;*/
    width: 265px;
    /*right: 0px !important;*/
    
}


.alert 
{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #DFDFDF;
    color: black;
    border-color: #8F8F8F;
}

