@charset "utf-8";

/* CSS Document */

body {
    padding-top: 3.5rem;
}

table,
th,
td {
    border: 1px solid #e5e5e5;
}

td,
td * {
    font-size: 0.7rem;
}

.draftmode {
    display: none;
}

th.thcol,
div[class^="col-md-"].label,
div[class^="col-lg-"].label {
    background-color: #d4d4d4;
    font-size: 0.7rem;
    font-weight: bold;
}

th.thcol i {
    color: mediumblue;
}

div[class^="col-md-"].label,
div[class^="col-lg-"].label {
    text-align: right;
    line-height: 2rem;
}

@media (max-width: 767px) {
    div[class^="col-md-"].label,
    div[class^="col-lg-"].label {
        text-align: left;
    }
    .break {
        border-bottom: 1px solid #333;
        padding: 2px 5px 10px;
    }
}

label {
    font-size: 0.75rem;
}

th.throw {
    background-color: #ececec;
    font-size: 0.65rem;
}

.changed {
    background-color: lightgoldenrodyellow;
}

td span {
    font-size: 1.25rem;
}

td>div {
    display: inline-block;
}

.error {
    background-color: indianred;
}

.pass {
    background-color: aquamarine;
}

.editing {
    background: #82cafa;
    text-shadow: 0 0 1px #333;
}

.jumbotron {
    padding: 2rem;
}

.jumbotron h1 {}

.ftmRequired {
    border: 1px solid red;
}

i.fa:hover {
    text-shadow: 0 1px 2px #111;
    transition: all 0.2s ease-in-out;
}

i.fa {
    font-size: 1rem;
}

i.fa.fa-times {
    color: indianred
}

i.fa.fa-plus,
i.fa.fa-plus-circle,
i.fa.fa-plus-circle-o,i.fa.fa-check {
    color: green
}

i.fa.fa-pencil {
    color: lightgreen
}

i.fa.fa-exclamation {
    color: red
}