* { margin: 0; padding: 0; }
html, body{
    height: 100%;
    /*overflow: hidden;*/
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
    color: #00B7FF;
}
@media(max-width:767px){
  .main-livemap-height {
    height: 50%;
    max-height: 50%;
  }
}
@media(min-width:768px) and (max-width:991px){
  .main-livemap-height {
    height: 50%;
    max-height: 50%;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .main-livemap-height {
    height: 100%;
    max-height: 100%;
  }
}
@media(min-width:1200px){
  .main-livemap-height {
    height: 100%;
    max-height: 100%;
  }
}
.main-container-fluid {
    /*display: table;*/
    width: 100%;
    height: 100%;
    max-height: 100%;
    /*overflow: hidden;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}
.main-row-fluid {
    height: 100%;
    max-height: 100%;
    /*display: table-row;*/
}
.main-livemap {
    /*float: none;*/
    /*height: 100%;*/
    /*max-height: 100%;*/
    /*display: table-cell;*/
    /*overflow: auto;*/
}
.main-sidebar {
    /*float: none;*/
    /*height: 100%;*/
    /*max-height: 100%;*/
    /*display: table-cell;*/
    /*overflow: auto;*/
    /*overflow-y: none;*/
}
.landing-bg {
    background: url(/images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
}
.form-signin .checkbox{
    font-weight: normal;
}
.form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus{
    z-index: 2;
}
.form-signin input[type="text"]{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin input[type="password"].nomargin{
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.signup-wall{
    margin-top: 20px;
    padding: 20px 0px 20px 0px;
    background-color: #f7f7f7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.new-account{
    color: #555;
    display: block;
    margin-top: 10px;
    text-shadow: 0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
}
.error-message {
    border-radius: 20px;
    color: red;
}
ul.user-details{
    list-style: none;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
