.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.btn-link {
    box-shadow: none;
}

.box-group {
    margin-bottom: 20px;
}

.box {
    border-top-color: #ddd;
}

.box.box-default {
    border-top-color: #c1c1c1;
}

.box-group .box {
    margin-bottom: 0;
}

.box-group > .box:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 1px;
}

.box-group > .box:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box-group > .box > .box-header {
    padding-bottom: 0;
}

.box-group > .box > .box-header .box-title {
    margin-bottom: 10px;
}

box .box-body > table, .box .box-body > .table {
    margin-bottom: 20px;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 2px;
}

.list-spaced {
    margin: 30px 0 30px 20px;
}

.list-spaced input[type="radio"],
.list-spaced input[type="checkbox"] {
    margin-left: 0;
    margin-right: 0.5em;
}

.page-footer {
    text-align: right;
}

body.pdf .candidate{
    text-decoration: underline;
}
body.pdf .identifier, body.pdf .exam-date{
    text-decoration: underline;
}

body.pdf .table {
    margin: 20px 0px;
}

body.pdf .green {
    color: green;
}

body.pdf .red {
    color: red;
}

body.pdf .citation {
    margin-top: 20px;
    margin-bottom: 0px;
}

body.pdf .signbottom_header {
    padding-right: 82px;
}

body.pdf .signbottom_fake {
    height: 100px;
}

body.pdf .signbottom {
    height: 100px;
    width: 200px;
    position: absolute;
    right: 20px;
    border: 1px solid black;
}

body.pdf h1 {
    width: 400px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}

body.pdf img.dgac {
    position: absolute;
    top: 0;
    left: 100px;
}

body.pdf img.medde {
    position: absolute;
    top: 0;
    right: 100px;
}

body.pdf img.ffvv {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.pdf .header-paragraph {
    margin-top: 80px;
}

body.pdf .header-paragraph span.identifier {
    float: right;
}

body.pdf table th {
    font-size: 13px;
}

div.select2-container {
    width: 100%;
}

td.tdwarning {
    color: #f39c12;
}
td.tdsuccess {
    color: #00a65a;
}
td.tddanger {
    color: #d9534f;
}
table.table.legend {
    width: 600px;
    margin: 50px 0;
}

.logo img {
    margin-top: 8px;
}