/* app css stylesheet */

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
}

.login {
    /* background-image: url('login/login.JPG');*/
}

html, body{
  /* height:100%; */
}

.main{
  padding-top: 60px;
}

body{
    background-color: #ffffff;
}

map#custom {display:block; width:200px; height:200px}

.custom-marker.my1 {
    font-size: 1.2em;
    padding: 5px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #7F7F7F solid 1px;
}

.custom-marker.my2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 6px 0;
    border-color: blue transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -6px;
    bottom: -6px;
    left: 50%;
}

.custom-marker.my2:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -7px;
  left: 50%;
}