html, body {
    height: 100%;
}

body * {
    image-rendering: -webkit-optimize-contrast;
}

.pkp_structure_page {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 100%;
}

.pkp_site_name .is_img img {
    width: 360px;
}

.pkp_structure_content {
    flex-grow: 1;
    flex-shrink: 0;
}

.pkp_structure_footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.pkp_structure_footer p:first-child {
    margin-top: 0;
}

.pkp_structure_footer p:last-child {
    margin-bottom: 0;
}

.pkp_structure_footer::before,
.pkp_structure_footer::after {
    display: none;;
}

.pkp_brand_footer img {
    width: 100px;
}

.pkp_site_nav_menu a,
.pkp_navigation_primary > li > a {
    color: #fff;
}

.pkp_site_nav_menu a:hover {
    color: #fff;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_search_wrapper a:hover {
    color: #fff;
    border-color: #fff;
}

.pkp_navigation_user ul {
    width: auto;
}

.pkp_navigation_user .task_count {
    top: 0;
}

/*
.checkbox_and_radiobutton label {
    padding-left: 25px;
}

.checkbox_and_radiobutton label input {
    margin-left: -25px;
}
*/

.pkp_site_name {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 25px 0 25px 0;
}

.pkp_site_name .text_title {
    margin-left: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    max-width: 380px;
}

.cmp_form label .required {
    color: #ff4040;
}

.page_register .identity li.regular-li {
    display: list-item;
    width: auto;
    max-width: none;
    padding-right: 0;
}

#authorsGridContainer col:nth-child(5),
#authorsGridContainer th:nth-child(5),
#authorsGridContainer td:nth-child(5) {
    display: none;
}

.block_make_submission a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    font-weight: normal;
    border: none;
    background: #006798;
    color: #fff;
    height: 50px;
    box-shadow: none;
}

.block_make_submission a:hover {
    background: #fff;
    border: 1px solid #006798;
    color: #006798;
}