.table tr > td.align-middle{
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.btn-toolbar {
    display: flex;
}

.color-green {
    color: rgb(10, 170, 10);

}

.color-red{
    color: rgb(222, 10, 10);
}

.no-wrap {
    white-space: nowrap;
}

.form-group.required .control-label:after {
    content: "*";
    color: rgb(217, 0, 0);
    font-size: 20px;
    margin-left: 8px;
    position: absolute;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
