.form_input {
    border-radius: 15px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    height: 39px;
    width: 321px;
    margin: 5px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    height: 4em;
    align-content: center;
}

.submit {
    background-color: #f6a237;
    color: white;
}

.btn-outline-submit{
    color:#f6a237;
    border-color:#f6a237;
    height: 3em;
}

.btn-outline-submit:active,.btn-outline-submit.active{
    color:#fff;
    background-color:#f6a237;
    border-color:#f6a237;
}

a {
    color: #000000;
}

a.nav-link.work {
    color: white;
    font-weight: 500;
    background-color: #f6a237;
    border-radius: 15px;
}

a.nav-link#project {
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
}

i.fa.fa-user-circle-o {
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}

.nav-item {
    margin: 0 0.5em;
}

span.navbar-text a {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

div.project-filter {
    padding-top: 2em;
    padding-bottom: 2em;
}

div.paginator-container {
    padding-top: 2em;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #f6a237;
    border-color: #f6a237;
}

th, td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
th:first-child, td:first-child {
    padding-left: 0;
    padding-right: 0.5em;
}
th:last-child, td:last-child {
    padding-left: 0.5em;
    padding-right: 0;
}

.scores {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
    display: inline-block;
}

.scores li {
    float: left;
    margin: 0 0.5em 0.5em 0;
    width: 2.5em;
    height: 2.5em;
    position: relative;
}

.scores label, .scores input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scores input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    /* Safari fix: */
    width: 100%;
    height: 100%;
}

.scores input[type="radio"]:checked+label, .checked+label {
    background: #f6a237;
}

.scores label {
    padding: 5px;
    border: 1px solid lightgray;
    cursor: pointer;
    z-index: 90;
    border-radius: 0.75em;
    text-align: center;
}
