﻿/*.form-horizontal {
    border: 0px !important;
    box-shadow: 0px;
    -webkit-box-shadow:0px;
}*/
.header-title{
    margin-left:0 !important;
}

.form-horizontal {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #f0f0f0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
}


.navbar-brand > img {
    width: unset;
    height: 39px;
    margin-top: 12px;
    text-align: center;
    text-align: -moz-center;
}

.maincard-count {
    font-size: 50px;
}


.map-legend {
    background: #fdfdfd;
    color: #3c4750;
    padding: 0 10px 0 10px;
    margin: 10px;
    font-weight: bold;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border: 2px solid #000;
}

.map-legend div {
    height: 40px;
    line-height: 25px;
    font-size: 1.2em;
}

.map-legend div img {
    float: left;
    margin-right: 10px;
}

.map-legend h2 {
    text-align: center
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}