html {
    font-size: 16px;
}

body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.login-container {
    margin: 6vw 0;
}

.bg-primary {
    min-height: auto;
}

.site-footer .bg-primary .navbar-nav .nav-link {
    white-space: nowrap;
}

.site-footer .bg-primary .navbar-nav .nav-link:hover::after {
    bottom: 12px;
}

.publications-type-fa p,
.publications-type-mlb p,
.publications-type-dutch p {
    padding: 8px 0 8px 60px;
    font-size: 14px;
    line-height: 1;
}

.publications-list {
    border: none;
}

.publications-overlapped {
    margin-top: calc(-100px - 1rem);
}
/* Readjusted Yii2 Navbar Widget styles */

.btn {
    padding: 4px 12px;
}

.input-group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0;
}

.news,
.news-post {
    margin: 4vw 0;
}

/* Readjusted Yii2 GridView Widget styles */

.grid-view table thead tr th a {
    color: #5c6bc0;
}

/* Readjusted Bootstrap styles */

.jumbotron .jumbotron-title {
    font-size: 54px;
    font-weight: 800;
    color: #fff;
}

.panel {
    margin: 6vw 0;
}
.panel-primary {
    border-color: #5c6bc0;
}
.panel-primary > .panel-heading {
    background: #295EAF!important;
}

.pagination {
    justify-content: center;
}

.pagination li a {
    color: #5c6bc0;
}

.pagination>.active a {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
}

.pagination>.active a:hover {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
}

/* Readjusted Admin Panel styles */
.nav_title {
    background-color: #1a1b29!important;
}

.file-caption-main .input-group-btn {
    width: auto;
}

/* Readjusted Admin Panel styles */
.nav_title {
    background-color: #204d99!important;
}

.file-caption-main .input-group-btn {
    width: auto;
}

.bg-primary {
    background-color: #295EAF!important;
}

.publications-search, .dropdown-menu {
    background-color: #295EAF;
}

.bg-dark {
    background-color: #204d99!important;
}

.site-footer {
    background-color: #204d99;
}

.link-primary-light {
    color: #295EAF;
}

.btn-primary {
    background-color: #295EAF;
    border-color: #295EAF;
    color: #fff;
}

.btn-primary:hover {
    background-color: #1e4582;
    border-color: #1e4582;
}

.btn-outline-primary {
    color: #204d99;
    border-color: #204d99;
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #204d99;
    background-color: #204d99;
}

.how-it-works-list-description:before {
    color: #204d99;
}

.register-block .btn-primary, .page-item.active .page-link {
    background-color: #295EAF;
    border-color: #295EAF;
    color: #fff;
}

.register-block .btn-primary:hover,.page-item.active .page-link:hover {
    background-color: #204d99;
    border-color: #204d99;
    color: #fff;
}

.bg-primary .navbar-nav .nav-link:hover {
    background-color: #204d99;
}

.link-secondary {
    color: #204d99;
}
.publications-search .link-secondary {
    color: #fff;
}

.btn {
    font-size: 16px;
}

#publishingsearch-main_search{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    height: 34px;
    margin-top: 0px;
}
#search-filter-region{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    height: 38px;
    margin-top: 3px;
    color: #000;
}

.panel-heading, .publications #expandedSearch, .publications-search {
    background-color: #204d99;
}


.caret {
    border: none;
}
td {
    word-break: break-all;
}

.preview-img {
    max-height: 75px;
    width: auto;
}