
.pep-header {
    background-color: #FF7A0B;
}

.pep-navbar {
    border-width: 1px 0;
    border-radius: 0;
}

.pep-panel-login {
    margin-top: 20px;
}

.required::after {
    color: red;
    content: "*";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
}

.scrolledTable {
    overflow-y: auto;
    clear: both;
}

.panel table {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
}

.panel table:first-child {
    border-top: none;
}

.panel table {
    margin-bottom: 0;
}

.table-footer td {
    color: #fff;
    background-color: #337ab7;
}

.table-footer .table-footer-actions {
    width: 100px;
}
