.scheme-header {
    height: 30px;
    max-height: 30px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1028;
}

.scheme-header table td {
    vertical-align: top;
}
.scheme-header-text2 {
    font-weight: bold;
    font-size:20px !important;
}
.scheme-header table td span {
    padding-left: 7px;
    font-size: 16px;
}
.scheme-header-logo {
    margin-left: 5px;
    margin-top: 3px;
    margin-right: 6px;
}

.scheme-header-text {
    height: 30px;
    max-height: 30px;
    display: table-cell;
    width: 3150px;
    max-width: 227px;
    min-width: 227px;
    color: white;

    background-color: #5f8139;
    border-bottom-right-radius: 10px;
}

.scheme-header-no-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-color: #5f8139;
    height: 15px;
    max-height: 15px;
}

.scheme-header-no-text-transparent {
    height: 15px;
    max-height: 15px;
    background-color: rgba(95, 129, 57, 0);
}

.scheme-header-no-text-transparent-chamfer {
    max-height:15px;
    height:15px;
    max-width:10px;
    width:10px;
    background-image: url("/img/map-header-chamfer.png");
    background-repeat: no-repeat;


}
.scheme-header-no-text-table{
    min-height: 15px;
    height: 15px;
    width:100%;
}
.scheme-header-no-text-green{
  min-width: 10px;
}
.scheme-header-no-text-yellow{
    background-color: #dab50f;
    width:90px;
}
.scheme-header-no-text-purple{
    background-color: #5f2c7f;
    width:90px;
}
.scheme-header-no-text-red{
    background-color: #df454d;
    width:90px;
}
.scheme-header-no-text-blue{
    background-color: #1b5482;
    width:90px;
}