.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

.panel-default > .panel-heading {
    background-color: #8DCA7A;
}

.panel-default {
    border-color: #31823F;
}

.panel-title {
    color: #2B3729;
}

.panel-title > small {
    color: white;
}

.label-default {
    background-color: #286068;
}

.label-primary {
    background-color: #5C1136;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding-top: 35px;
}

.drop-box.dragover {
    border: 5px dashed #5bc0de;
}

table.table {
    text-align: inherit;
}

table tr th {
    background-color: #2f8140;
}

.mission-line {
    cursor: pointer;
}

.mission-sort {
    cursor: pointer;
}