#header-img {
    float: right;
}

uu-navigation-bar {
    text-align: left;
    display: block;
    width: 100%;
    background-color: #0a2681;
    padding: 3px 0;
}

.uu-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-image {
    height: 100px;
    width: 400px;
}

.coverimage img {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: unset;
    margin-left: unset;
}

.coverimage {
    position: relative;
    top: -10px;
    left: -15px;
    width: calc(100% + 30px);
    overflow: hidden;
    height: 450px;
}

.uu-logo {
    height: 100px;
}

.titletext a, .titletext a:hover {
    color: #92c362;
    text-decoration: none;
    padding: 0 15px;
}

.uu-navigation-bar .active a, .uu-navigation-bar .nav-item a:hover {
    color: #92c362;
}

.uu-container {
    padding-top: 10px;
    padding-bottom: 5px;
    background: #00676c;
}

.uu-container.toppanel {
    background: #ffffff;
}

body {
    background: rgb(246, 246, 246);
    font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
}

a {
    color: rgb(255, 255, 255);
}

/*.titletext  {*/
/*    background: #ffffff;*/
/*}*/
/*.loginheader a  {*/
/*    background: #ffffff;*/
/*    color: black;*/
/*}*/

/*.loginheader  {*/
/*    background: #ffffff;*/
/*        color: black;*/
/*}*/
footer.container-fluid {
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer a {
    color: black;
}

.uu-navigation-bar {
    text-align: left;
    display: block;
    width: 100%;
    background-color: #00676c;
    padding: 3px 0;
}

#content {
    margin: .5em;
    padding: 1em;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

.pure-menu-custom {
    box-shadow: 0 .25em .5em rgba(0, 0, 0, 0.4);
    margin-bottom: 2.5em;
}

#title {
    color: gray;
}

.task_list {
    background: rgb(250, 250, 250);
    border: 1px solid #eee;
    padding: 0em 1em 1em 1em;
}

.startpage-ul {
    list-style: circle;
}

.startpage-ul li {
    margin-top: 3px;
}

.startpage-ul a {
    text-underline-offset: .1em;
}

form label {
    display: inline-block;
}

.form-buttons a, .form-buttons input {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .form-buttons .continue-button {
        float: right;
    }
}

@media (max-width: 768px) {

    .uu-logo img {
        width: 30%;
        height: 100%;
    }

    .uu-navigation-bar {
        text-align: left;
        display: block;
        width: 100%;
        background-color: white;
        padding: 3px 0;
    }

    .uu-navigation-bar .nav-item {
        background: #00676c;
        padding: 5px 10px;
        border-top: 1px solid #bbb;
    }
}


/* Displaying the differences between Proposals */
.proposals-diff {
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.proposals-diff-question {
    width: 50%;
}

.proposals-diff-answer {
    width: 25%;
}

.proposals-diff td.diff {
    background-color: orange;
}

/* Form specifics */
input[name=title] {
    width: 20em;
}

.form-errors {
    color: red;
}

form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

form th {
    font-weight: normal;
    width: 45%;
    text-align: left;
}

form tr {
    background: transparent !important;
    border-bottom: 2px #eee solid;
}

form tr:last-child {
    border-bottom: none;
}

form tr th, form tr td {
    padding: 10px 0;
}


form tr td {
    padding-left: 20px;
}

@media (max-width: 870px) {
    form tr td {
        padding-left: 0;
    }
}

/** Select all titles added by add_title, except if it's in the first row of the table **/
form table tr:not(:first-child) > th > strong {
    display: inline-block;
    margin-top: 20px;
}

.errorlist {
    color: red;
}

form table {
    width: 100%;
    margin-bottom: 2em;
}

/* No bullet for list items in tables */
td li {
    list-style-type: none;
}

a.icon-link {
    text-decoration: none;
}

.exportTable td, .exportTable th {
    padding: 2px
}

.compare ins {
    background: lightgreen;
    text-decoration: none;
}

.compare del {
    background: lightcoral;
    text-decoration: none;
}

.document-compare {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

/** Navigation bar **/

.navigation-bar > ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navigation-bar > ul > li {
    flex: 1;
    width: auto;
    text-align: center;
    margin-top: -33px;
}

.navigation-bar a {
    text-decoration: none;
}

.navigation-content {
    border-top: 2px solid #666;
}

.navigation-content.inactive {
    border-color: #999;
    color: #999;
}

.navigation-content.active {
    border-color: #ffcd00;
    color: #000;
}

.navigation-bubble {
    border: 2px solid #666;
    border-radius: 50%;
    color: #666;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    background: #fff;
    margin-top: -21px;
    margin-left: calc(50% - 21px);
    z-index: 10;
    text-align: center;
}

.inactive .navigation-bubble {
    border-color: #999;
    color: #999
}

.active .navigation-bubble {
    border-color: #ffcd00;
}

.navigation-text {
    text-decoration: none;
    margin-bottom: -15px;
}

.navigation-text .dropdown-toggle {
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .dropdown-toggle::after {
    border-left: .3em solid;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    vertical-align: inherit;
    float: right;
    margin-top: 0.5em;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

a:hover {
    color: #92c362;
}

div.info {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #D9EDF7;
    list-style-type: none;
    color: #397300;
}

div.warning {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FCF8E3;
    list-style-type: none;
    color: #397300;
}

div.warning a {
    color: #397300;

}

.task_list {
    background: #D9EDF7;
    border: 1px solid #eee;
    padding: 0em 1em 1em 1em;
    color: #397300;
}

.mb-3 tbody tr:nth-of-type(odd) {
    background: #eee;
    color: #397300;
}


.select2-results__option {
    padding: 6px;
    color: black;
    user-select: none;
    -webkit-user-select: none;
}