@charset "utf-8";
/* CSS Document */

/**********Base tags**********/
/*
p {margin-bottom:30px;}
hr {margin:10px 0;}
h1,h2,h3,h4,h5,h6 {margin-top:0;}
*/

/**********Custom Class***********/
/*
.blueText {color:#4f81bd;}
.title {margin-top:30px; margin-bottom:20px;}*/

/**********Wrapper***********/
/*
#wrapper {box-shadow:0 0 10px #ccc; background:#fff;}
*/

/**********Header***********/
/*
#header {padding-top:10px; padding-bottom:10px;}
.navbar {margin-bottom:5px;}
*/


/**********Breadcrumbs***********/
/*
#breadCrumbs {border-bottom:1px solid #bfbfbf; border-top:1px solid #bfbfbf;}
.breadcrumb {margin-bottom:0;}
*/

/**********Content***********/
/*
#content {padding-top:15px;}
#content hr {margin:30px 0;}
.thumbnail.pull-right {margin-left:15px; margin-bottom:15px;}
*/

/**********Sidebar***********/
/*
#sidebar {border-left:1px solid #d9d9d9; padding-top:15px;}
#sidebar img {max-width:100%;}
*/

/**********Footer***********/
/*
footer, footer a {
	color:#6a6a6a;

}
*/

/*
@media screen and (min-width:760px){
.container {width:100%; max-width:1992px}
}

@media screen and (min-width:760px) and (max-width:1010px){
	#tab {display:table;}
	#tab #content {display:table-cell; vertical-align:top; float:none; padding-left:30px; padding-right:15px;}
	#tab #sidebar { float:none; padding-left:15px; padding-right:30px; width:331px!important;}
}
*/

/**** Added by jjb ****/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/*@media (min-width: @screen-sm-min) {width:100%;}*/

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: @screen-md-min) {width:100%;}*/

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: @screen-lg-min) {width:100%;}*/

/*
#map_wrapper
{
	position:relative;
	max-width:1920px;
	height: 100%;
	width: 100%;
	margin:0 auto;
	background-color:#ffffff;
	min-width:220px;
}

.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
*/

.alert{padding: 7px;}

