.bigicon {
font-size:53px;
padding-bottom:2px;
padding-top:2px;
padding:0px 2px;
color:white;
}
.text{
display:block;
width:100%;
height:34px;
padding:6px 12px;
font-size:14px;
line-height:1.42857143;
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.glyphicon {
position:absolute;
right:-6px;
top:0;
bottom:0;
margin:auto;
font-size:20px;
cursor:pointer;
color:#FF9800;
top:7px;
}
.map {
min-width:300px;
min-height:340px;
width:100%;
height:auto;
}
.header {
background-color:#F5F5F5;
color:#36A0FF;
height:70px;
font-size:27px;
padding:10px;
}
.panel {
border-radius:0;
}
.stats-item {
padding:10px;
min-height:77px;
}
.header-item {
font-size:19px;
color:white;
}
.data-item {
font-size:17px;
color:white;
font-weight: bold;
}
.gmnoprint img {
max-width:none;
}
.panel:hover {
background-color:rgb(237,245,252);
}
img {
max-width:110%;
height:auto;
}
.clearfix {
clear:both;
}
.rowcolor {
background-color:#CCCCCC;
}
.padall {
padding:10px;
}
.padbig {
padding:20px;
}
.icon {
font-size:15px;
color:#197BB5;
padding:0px 2px
}
.form-control {
border-radius:0;
}