.footer {
    padding-bottom: 10px;
}
/*Labels*/
.label, .jvectormap-tip {
    padding: 3px 6px 3px;
    font-size: 11px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
}
.label.label-info, .label-info.jvectormap-tip {
    background: #dc4666;
}
.label.label-primary, .label-primary.jvectormap-tip {
    background: #177ec1;
}
.label.label-success, .label-success.jvectormap-tip {
    background: #469408;
}
.label.label-danger, .label-danger.jvectormap-tip {
    background: #ea6c41;
}
.label.label-warning, .label-warning.jvectormap-tip {
    background: #e69a2a;
}
.label.label-batal, .label-batal.jvectormap-tip {
    background: #e61807;
}
.label.label-sa, .label-sa.jvectormap-tip {
    background: #66b4e6;
}
.label.label-bam, .label-bam.jvectormap-tip {
    background: #e68c09;
}
.label.label-bkd, .label-bkd.jvectormap-tip {
    background: #2e91e6;
}
.label.label-bab, .label-bab.jvectormap-tip {
    background: #30a708;
}
.label.label-manifest, .label-manifest.jvectormap-tip {
    background: #72817d;
}
.label.label-draft-manifest, .label-draft-manifest.jvectormap-tip {
    background: #ffc09f;
}