/* notify.css for http://annateada.ee/
   there are a few additional css rules directly in the html page
*/

.normaltext {
  font-size: 13px; 	
}

.btn {
	  box-shadow:none !important;
  -webkit-border-radius: 25px !important;
     -moz-border-radius: 25px !important;
          border-radius: 25px !important;
  padding-left: 20px;
  padding-right: 20px;        
}

.grpbtn {
border-radius: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;        
}

#listbuttonbar {
  margin-top: 20px;
}


.navbar-button:hover {
  background-color: #fff !important; 
  color: #005AA3 !important;
}

.navbar-logo {
  padding-top: 8px;
  margin-right: 10px;  
  margin-left: 10px;  
  padding-right: 15px; 
}

.navbar-logo-image {
  padding-right: 15px;  
}

.navbar-logo-text {
  font-size: 16px; 	
  /* font-weight: bold; */
  color: white;
}

.navbar-logo a:hover{
  text-decoration: none;
  color: white;
}

.navbar-btn-link {
  /* font-weight: bold; */
  color: #ddd;
}

.navbar .nav > li > a {
    float: none;
    color: #fff;
    border-radius: 0px;
}

.navbar .nav > li > a:hover {
    float: none;
    color: #fff;
    background-color: #555;
}

#map_canvas {
  position: absolute;   
}

.mappos1 {
  top:50px;
  left: 0px; right: 0px; bottom: 0px;
}


#onload_info_inner { 
  z-index: 2;
  width: 300px;
  height: 250px;
  background: #151515;
  border-radius: 20px;
  padding: 20px;
  margin: 100px auto;
  color: #dddddd;
  box-shadow: 0 0 40px #222;
  opacity: 0.8;
}

.fbtn {
  margin-top: 2px;
  margin-bottom: 2px;  
}


