body {
    padding-bottom: 100px;
    background-color: rgb(249, 250, 251);
}

#header-bar {
    background-color: #fff;
}

#header-logo {
    height: 100px;
    margin: 25px;
}

#header-bar a.btn {
    width: 225px;
}


.clear { 
    clear: both;
}

.errorbox {
    white-space: normal;
    display: block;
    width: 100%;
    border-style: solid;
    border-color: #000000;
    border-width: 5px;
    border-radius: 10px;
    background-color: rgb(255, 199, 199);
    font-size: 1.5em;
    padding: 25px;
    color: #000000;
}

.errorbox .icon {
    display: block;
    float: left;
    line-height: 100%;
    width: 20%;
    font-size: 150px;
    margin-right: 25px;
    text-align: center;
}

.errorbox .msg {
    width: 70%;
    display: block;
    float: left;
}

.successbox {
    white-space: normal;
    display: block;
    width: 100%;
    border-style: solid;
    border-color: #f0f0f0;
    border-radius: 10px;
    background-color: #fff;
    font-size: 1.5em;
    padding: 50px;
    color: #000;
}

.successbox .icon {
    display: block;
    float: left;
    line-height: 100%;
    width: 20%;
    font-size: 150px;
    margin-right: 25px;
    text-align: center;
}

.successbox .msg {
    width: 70%;
    display: block;
    float: left;
}

form label {
    margin-top: 10px;
    font-weight: bold;
}

#workingGroupFiles {
    width: 100%;
    height: 200px;
    line-height: 200px;
    background-color: #eee;
    border-radius: 10px;
    text-align: center;
    border-style: solid;
    border-color: #666;
    border-width: 2px;
}

table.seeds {
    width: 100%;
}

table.seeds .icon {
    height: 50px;
}

table.seeds td {
    padding: 10px;
}

table.seeds tr.seed-head {
    border-width: 2px;
    border-style: solid;
    border-color: #333
}

table.seeds tr.seed-head.active {
    background-color: #333;
    color: #fff;
}

table.seeds tr.seed-head.active .icon{
    filter: invert(1);
}

table.seeds tr.seed-details {
    border-width: 2px;
    border-style: solid;
    border-color: #333;
    border-top-color: #eee;
    display: none;
    white-space: pre-wrap;
    background-color: #F8FAFC;
}

table.seeds tr.seed-details td {
    padding: 15px;
}

table.seeds tr.seed-details.view {
    display: table-row;
}

table.seeds tr.seed-details a.seed-link {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 275px;
}

table.seeds tr.seed-details a.seed-link:hover {
    background-color: #333;
    color: #fff;
}

table.seeds tr.seed-details a.seed-file {
    display: block;
    width: 124px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    border-radius: 5px;
    padding: 0px;
    text-align:center;
    margin: 5px;
    text-decoration: none;
}

table.seeds tr.seed-details a.seed-file:hover {
    background-color: #333;
    color: #fff;
}

table.seeds tr.seed-details a.seed-file .seed-file-top {
    font-size: 50px;
    padding: 5px;
}

table.seeds tr.seed-details a.seed-file .seed-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #555;
    color: #fff;
    padding: 5px;
    font-size: 0.75em;
}

form.suggest-discipline {
    display: none;
    white-space: collapse;
}

form.suggest-discipline.active {
    display: block;
}

form.suggest-discipline div.otherParty {
    display: none;
}

form.suggest-discipline div.otherParty.active {
    display: block;
}

form.suggest-discipline .error {
    border-color: red;
    border-width: 5px;
}

form.seed-comment-form {
    display: none;
    white-space: collapse;
}

form.seed-comment-form.active {
    display: block;
}

form.seed-comment-form .error {
    border-color: red;
    border-width: 5px;
}

.seeds-notification {
    padding: 25px;
    margin: 25px;
    text-align: center;
    background-color: #eee;
    border-style: solid;
    border-width: 0px;
    border-color: #aaa;
    border-radius: 10px;
    font-weight: bold;
}