.span-btn {
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin: 0 auto;
  padding-left: 0px;
}
.g-check {
  cursor: pointer;
}
.butt_blank {
  -webkit-box-shadow: -2px 6px 2px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: -2px 6px 2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: -2px 6px 2px 0px rgba(0, 0, 0, 0.13);
  width: 180px;
  height: 59px;
  line-height: 18px;
  border-style: none;
  padding: 1px 1px 1px 1px;
  margin: 2px 6px;
  color: #121719;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: bold;
  background: #efefef url(../../assets/featureimages/butt_tile.png) repeat-x;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.butt_blank:active {
  background: #121719 url(../../assets/featureimages/butt_tile.png) repeat-x;
  color: #efefef;
}
.bkgcol {
  background-color: #A7A7A7;
}
.bkgcol_light {
  background-color: #D5D5D5;
}
.bkgcol_dark {
  background-color: #222a33;
}
.forecol {
  color: #424242;
}
.forecol2 {
  color: #383838;
}
.bkgimage {
  background-image: url(../../assets/featureimages/blurback1.png);
}
.bkgimage2 {
  background-image: url(../../assets/featureimages/blurback2.png);
}
.bkgimage3 {
  background-image: url(../../assets/featureimages/newBKGtile_1.jpg);
}

.glyphicons:before {
/*position: absolute;
left: 0;
top: 0;
display: inline-block;
margin: 0 5px 0 0;
font: 24px/1em 'Glyphicons Regular';
font-style: normal;
font-weight: normal;*/
color: #45494f;
/*vertical-align: middle;
text-transform: none;
-webkit-font-smoothing: antialiased;*/
}
.footerlogo{
  background-image: url(../../assets/featureimages/footerlogo.png);
  width:230px;
  height:52px;
}
.space{
  width:10px;
}
.myTitle{
  font-size: 27px;
  font-weight: bold;
}
.distancer{
  height:10px;
  display: block;
}
.previous-btn{
  background-image: url(../../assets/featureimages/nav_back.png);
  width:23px;
  height:23px;  
}
.home-btn{
  background-image: url(../../assets/featureimages/nav_up.png);
  width:26px;
  height:23px;  
}
.next-btn{
  background-image: url(../../assets/featureimages/nav_fwd.png);
  width:23px;
  height:23px;
}
.uncheck{
  background-image: url(../../assets/featureimages/toggle_comment_off.png);
  width:29px;
  height:23px;
}
.check{
  background-image: url(../../assets/featureimages/toggle_comment_on.png);
  width:29px;
  height:23px;
}
.btn-border{
  border-bottom: 2px solid #636363;
  border-right: 2px solid #636363;
}

legend{
  color: #345E6F;
}


hr{
  opacity:0.0;
}