/*
 * Jasmina Aćimović
 */


html,
body {
    height: 100%;
    margin: 0;
}

* {

    font-size: 14px;
    font-family: 'PT Sans';
}

.header-container {

    background-color: #25506b;
    border-color: #2d6987;
    padding: 20px 0;
}

.navbar-container {

    background-color: #eeeeee;
}

.nav-item {
    margin-right: 10px;
}

.navbar-nav a {
    color: #2d6987;
    font-weight: bold;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 0;
    text-decoration: none;
    display: inline-block;
}

.navbar-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #2d6987;
    bottom: -7px;
    left: 0;
    /* Počinje sa leve strane */
    transition: width 0.3s ease;
    /* Efekat prelaska */
}

.navbar-nav a:hover::after,
.navbar-nav .active::after {
    width: 100%;
}

.navbar-nav a:hover {
    text-decoration: none;
}

.title-archive,
.search {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 32px;
}

.volume-link-archive {
    display: block;
    margin: 0;
}

.volume-link-archive a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sidebar {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar a.active {
    background-color: #e0e0e0;
    text-decoration: none;
}

.title-sidebar-volumes {
    border-bottom: 1px solid #e0e0e0;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 24px 0;
    padding: 0 0 8px;
}


.volume-link-sidebar {
    display: block;
    margin-bottom: 3px;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.volume-link-sidebar:hover,
.volume-link-sidebar.active,
.authors-link-sidebar.active {
    background-color: #e0e0e0;
    text-decoration: none;
}

.volume-link-sidebar span {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: inherit;
}

.title-authors-sidebar {
    border-bottom: 1px solid #e0e0e0;
    color: #303030;
    font-weight: bold;
    font-size: 16px;
    margin: 24px 0 12px 0;
    padding: 0 0 8px;
}

.authors-link-sidebar {
    display: block;
    margin-bottom: 3px;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.authors-link-sidebar span {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: inherit;
}

.authors-link-sidebar:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}

.authors-link-sidebar::before {
    content: ">";
    color: inherit;
    font-size: 12px;
    margin-right: 1px;
}

.title-search-sidebar {
    border-bottom: 1px solid #e0e0e0;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 24px 0;
    padding: 0 0 8px;
}

input::placeholder {
    font-size: 14px;
}

footer {
    background-color: #25506b;
    color: #909090;
    padding: 10px;
    margin-top: 25px;
}

footer a {
    color: #aabecf;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.current-volume-title,
.article-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-volume {
    font-size: 14px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #3498db;
}

a:hover {
    text-decoration: underline;
}

.articles-authors {

    margin-bottom: 10px;
    margin-top: 10px;
}

.article-abstract,
.article-public-note {

    text-align: justify;
}

.file {
    width: 95%;
    height: 600px;
}

.author-articles {
    margin-top: 24px;
}

.author-articles strong {
    margin-bottom: 10px;
}

.author-photo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.input-group:focus-within {
    outline: 2px solid rgba(13, 110, 253, 0.25);
    border-radius: 0.375rem;
}

.input-group .form-control:focus {
    box-shadow: none;
}

.language a.active {
    color: #2d6987;
    font-weight: bold;
}

#dataTable,
#dataTable th,
#dataTable td {
    border: 1px solid #dee2e6;
}

#dataTable tbody tr:hover td {
    background-color: #e0e0e0;
}

.action-btn {
    width: 26px;
    height: 26px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action-btn i {
    font-size: 13px;
    line-height: 1;
}

.action-btn .bi-pencil {
    position: relative;
    top: 2.2px;
}

#dataTable tbody td {
    vertical-align: middle;
}

div.dt-container .dt-search input {
    border: 1px solid #e0e0e0 !important;
}

.actions-cell {
    vertical-align: middle;
    text-align: right;
}

.actions-buttons {
    display: inline-flex;
    align-items: center;
}

.edit-btn {
    height: 26px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.edit-btn i {
    font-size: 13px;
    margin-right: 4px;
}

.actions-header {
    width: 110px !important;
}

.publish-icon {
    font-size: 16px;
    font-weight: 800;
}

.datalist-wrapper {
    position: relative;
}

.datalist-wrapper::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
}

.datalist-wrapper:hover::after {
    opacity: 1;
}

#authors_list th {
    font-weight: normal;
}