﻿.busy-indicator {
    width: 60px;
    height: 80px;
    padding-top: 25px;
    margin: 0 auto;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.popover {
    width: auto !important;
    max-width: none;
}

#pageContent {
    position: relative;
}

@media (max-width: 768px) {
    .margin-responsive {
        margin: 10px !important;
    }
}

@media (min-width: 768px) {
    .margin-responsive {
        margin: 55px;
    }
}

/* for partial error messages */
.container .container {
    width: 100%
}

.table td.bold {
    font-weight: bold;
    font-weight: 700;
}

.logo p {
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: #465162;
    margin-left: 10px;
    margin-top: 14px;
}

@media screen and (max-width: 992px) {
    section .content-body > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.thumb-info .thumb-info-title {
    font-size: 14px;
    text-transform: none;
    bottom: 3%;
}

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
    border-radius: 4px !important;
}

td.vcenter {
    vertical-align: middle !important;
}

.operationTableNarrowColumn {
    width: 100px;
    text-align: center;
}

.operationTableColumn {
    width: 160px;
    text-align: center;
}

.operationTableWideColumn {
    width: 230px;
    text-align: center;
}

.asyncSwitchColumn {
    width: 130px;
}

.filter-label {
    padding: 10px 15px;
}

.panel {
    border: 1px solid #ecedf0;
}

.panel-actions .btn-toolbar a {
    width: inherit !important;
    height: inherit !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

    .panel-actions .btn-toolbar a.btn-primary:hover {
        color: #fff !important;
    }

.btn-new {
    margin-bottom: 20px;
}

.btn-filter {
    margin-top: 5px;
}

.btn-cancel {
    color: #333 !important;
    /*background-color: #ecedf0 !important;*/
    /*border-color: #ecedf0 !important;*/
}

    .btn-cancel:hover {
        color: #333 !important;
        border-color: #adadad !important;
    }

/* .btn-close {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

    .btn-close:hover {
        color: #333 !important;
        border-color: #adadad !important;
    } */

@media screen and (max-width: 1200px) {
    .btn-toolbar {
        padding: 0 10px 10px 0;
    }

    .operationTableNarrowColumn {
        width: 80px;
    }

    .operationTableColumn {
        width: 120px;
    }

    .operationTableWideColumn {
        min-width: 155px;
    }
}

html .wizard-progress-sm, html.dark .wizard-progress-sm {
    margin: 0 auto 30px;
    width: 50%;
}

html .wizard-steps {
    height: 53px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.font-weight-bold {
    font-weight: bold;
}

.bootstrap-tagsinput .tag {
    font-size: 11px !important;
    font-weight: 600 !important;
}

.alert-filter {
    margin-top: 20px;
}

.popover {
    font-family: inherit;
}

.popover-title {
    color: #000;
}

.datepicker {
    padding: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.help-block {
    color: #999999 !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

/* jquery datatables modifications */
div.dataTables_paginate {
    float: none !important;
}

.dataTables_paginate .pagination {
    display: inline-block !important;
    margin: 20px 0 !important;
}


.poaContainer {
    margin-bottom: 15px;
}

.fancytree-container {
    outline: none !important;
}

.sortable-table-row:hover {
    cursor: move;
}

/* input-group-addon - select */
.input-group-addon.select-right {
    min-width: 120px;
    border: none;
    text-align: left;
    padding: 0;
}

    .input-group-addon.select-right .select2-container--bootstrap .select2-selection {
        border-radius: 0 4px 4px 0;
        border-left: none;
    }

.input-group-btn.select-left .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.input-group.select-left .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #fdfdfd;
    border: 1px solid #fdfdfd;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout2 {
    padding: 10px;
    background: #fdfdfd;
    margin: 10px 0 0 0;
    border: 1px solid #fdfdfd;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bs-callout2 p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-sm {
    padding: 10px;
}

/* Variations */
.bs-callout-danger {
    border-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }


.visibleOnHover {
    display: none;
}

    .visibleOnHover:hover {
        display: inline-block;
    }

.referenceTableCell:hover > a {
    display: inline-block;
}

.selectFilterColumnHeader {
    padding: 2px !important;
    width: 130px !important;
    max-width: 130px !important;
}

    .selectFilterColumnHeader > select {
        min-width: 110px;
        padding: 1px;
        font-size: 13px;
    }

.isInternationalColumn {
    /*padding: 15px !important;*/
    /*font-size: 14px;*/
}

.editButton {
    min-width: 69px !important;
}

.alert-inline-block {
    display: inline-block;
}

.alert-blockquote {
    margin: 0;
    padding: 5px 10px;
}

@media screen and (max-width: 992px) {
    .citation-source-group .select2 {
        max-width: 220px;
    }
}

ul.unit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.research-area-list {
    padding-left: 0px;
    list-style: none;
}

.reference-item {
    padding-bottom: 3px;
    /*padding-top: 7px;*/
    font-size: 12px;
}

.reference-title {
    padding-bottom: 5px;
    /*font-size: medium;*/
}

.has-bold-star {
    white-space: nowrap;
}

.responsive-score-content {
    width: 550px;
    font-size: 13px !important;
}

@media (max-width:991px) {
    .responsive-score-content {
        width: 380px;
        font-size: 11px !important;
    }

    .research-area-group .select2-container--bootstrap {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .reference-item .popover {
        left: 5px !important;
        margin-right: 15px !important;
    }

    .responsive-score-content {
        width: 340px;
        font-size: 9px !important;
    }

    .nmaxDropDown {
        margin-left: auto;
    }

    .factorInput {
        width: auto;
    }
}

@media (min-width:768px) {
    .nmaxDropDown {
        margin-left: 123px;
    }

    .factorInput {
        width: 45px;
    }
}

.research-area-group .select2-search {
    display: none
}

.label-checkbox {
    margin-top: 2px;
    margin-bottom: 0;
}

input.isContinue:placeholder-shown {
    -webkit-text-fill-color: #585757;
}

input.isContinue:-ms-input-placeholder {
    color: #585757
}

.general-info-user-img {
    max-width: 350px;
}

@media(min-width:992px) {
    .general-info-user-img {
        width: 100%;
        max-width: 550px;
    }
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.swal2-footer {
    display: grid;
}

.regionsSelect2 .select2 {
    width: auto !important;
}

.researchAreaSpan {
    height: 100%;
}

.researchAreaButton {
    padding: 0 12px;
    height: 100%;
}

/* sadece safaride çalışacak kurallar */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
    }
}

.flex-parent {
    display: block;
    width: 100%;
}

    .flex-parent .col {
        float: left;
        width: 47%;
        min-width: 160px;
    }

        .flex-parent .col label {
            margin-left: 5px;
        }

.select2-selection__choice {
    white-space: normal;
}

.author-selection-search {
    display: flex;
    align-items: center;
    position: relative;
}

    .author-selection-search input {
        padding-right: 15px;
    }

.author-selection-filter-clear {
    position: absolute;
    right: 8px;
    display: none;
    cursor: pointer;
}

.dl-horizontal dt {
    text-align: left;
}

.dl-horizontal {
    font-style: italic;
    font-size: 11px;
}

.dt-width {
    width: 335px !important;
    font-weight: 500 !important;
}

@media(min-width:992px) {
    .row.display-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row.display-flex > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    .panel.display-flex {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .panel.display-flex .panel-body {
            height: 100%;
        }
}

#license a {
    text-decoration: none;
}

#sherpaRomeoInfo > div.panel > div.panel-body div.row > img {
    display: block;
    margin: 0 auto;
}

#sherpa-romeo td.yellow {
    background: #FFFF99;
}

#sherpa-romeo td.green {
    background: #D0F9D2;
}

#sherpa-romeo td.blue {
    background: #D3ECFA;
}

#sherpa-romeo td.white {
    background: #FFFFFF;
}

.license_icons {
    display: table;
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 33px;
}

    .license_icons > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.fc_info_box > div {
    display: table-cell;
    text-align: center;
}

.whatis {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    vertical-align: middle;
    width: 100%;
}

#license_title {
    display: block;
    top: 68px;
    left: 30px;
    right: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    word-spacing: 2px;
    z-index: 50;
}

#license_title_link {
    font-size: 16px;
}

.creative_commons_license .control-label {
    text-align: center !important;
    line-height: 1.6em;
    font-weight: bold;
}

.contact a i.ai-publons {
    background-color: #336699 !important;
    font-size: 1.2em !important;
    color: #FFF !important;
}

.contact a i {
    color: #fff;
    background-color: #505050;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    .contact a i.ai-google-scholar {
        background-color: #c6c6c6 !important;
        font-size: 1.2em !important;
        color: #f74248 !important;
    }

    .contact a i.ai-orcid {
        background-color: transparent !important;
        font-size: 1.5em !important;
        color: #A6CE39 !important;
    }

.social-media-links a {
    text-decoration: none
}

.contact a {
    float: left;
    margin-right: 3px;
}

    .contact a i.scopus {
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #FE8300;
        display: block;
        font-style: normal;
    }

.input-group-hidden-xs {
    position: relative;
    display: inline-table;
    border-collapse: separate;
}

@media (max-width: 768px) {
    .input-group-hidden-xs, .input-group-hidden-xs input {
        display: block !important;
    }

        .input-group-hidden-xs .input-group-addon {
            display: none !important;
        }
}

/* 
	++ padding and margin asset classes
	=======================================================
*/
.m-top-0 {
    margin-top: 0px !important;
}

.m-top-1 {
    margin-top: 1px !important;
}

.m-top-2 {
    margin-top: 2px !important;
}

.m-top-3 {
    margin-top: 3px !important;
}

.m-top-4 {
    margin-top: 4px !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.m-top-10 {
    margin-top: 10px !important;
}

.m-top-15 {
    margin-top: 15px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.m-top-25 {
    margin-top: 25px !important;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-35 {
    margin-top: 35px !important;
}

.m-top-40 {
    margin-top: 40px !important;
}

.m-top-45 {
    margin-top: 45px !important;
}

.m-top-50 {
    margin-top: 50px !important;
}

.m-top-60 {
    margin-top: 60px !important;
}

.m-top-70 {
    margin-top: 70px !important;
}

.m-top-80 {
    margin-top: 80px !important;
}

.m-top-90 {
    margin-top: 90px !important;
}

.m-top-100 {
    margin-top: 100px !important;
}

.m-top-120 {
    margin-top: 120px !important;
}

.m-top-150 {
    margin-top: 150px !important;
}

.m-top-200 {
    margin-top: 200px !important;
}

.select-left {
    height: 100% !important;
}

#citationUpdateButtonInHome {
    display: inline-block;
    white-space: normal;
}

#citationUpdateButtonInIndex {
    margin: 10px;
    padding: 5px;
}

.last-update-date {
    margin: 0 10px 10px 10px;
}

.m-bottom-20 {
    margin-bottom: 20px !important;
}

.m-bottom-30 {
    margin-bottom: 30px !important;
}

.left-bar-figures {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    border-left: 2px solid #ddd;
}

.modal-open {
    padding-right: 0px !important;
}

.hierarchicalEdgeBundling > .custom-page-loading {
    left: 45% !important;
    margin-top: 30px !important;
}

.d-none {
    display: none;
}

@media(min-width: 768px) {
    .modal-refine-width {
        width: 746px;
    }
}

@media(min-width: 992px) {
    .modal-refine-width {
        width: 900px;
    }
}

@media(min-width: 1200px) {
    .modal-refine-width {
        width: 1200px;
    }
}

.custom-changelog-item-container:hover .custom-changelog-item {
    background-color: #eff0f1 !important
}

.custom-changelog-item-container:hover .custom-logo-class {
    background-color: #DAEEF2 !important;
}

.custom-notification-title-container {
    height: 352px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    right: -5px;
    z-index: 1000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.custom-notification-title {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E0F3F6;
}

#changelogAllBtn {
    padding: 6px 12px;
    background-color: #0088cc;
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
}

.notification-content-class {
    margin: 0;
    font-size: 14px;
    color: black !important;
}

.custom-date-p {
    margin: 0;
    font-size: 12px;
    color: #aaa;
}

.custom-all-btn {
    color: black;
    margin-left: 4px;
    padding: 6px 12px;
    background-color: #FFCC80;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
}

    .custom-all-btn:hover {
        color: black !important;
    }

.scrollable-content-class {
    height: calc(100% - 70px);
    overflow-y: auto;
    padding: 16px;
}

    .scrollable-content-class::-webkit-scrollbar {
        width: .5rem;
    }

    .scrollable-content-class::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .scrollable-content-class::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .scrollable-content-class::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.profile-info {
    margin-right: 0px !important;
}

@media (max-width: 1206px) and (min-width: 1023px) {
    .system-title {
        display: flex;
        max-width: 350px;
        margin-top: 0px !important;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .system-title {
        display: none;
    }
}

@media (max-width: 500px) {
    .logo > a > img {
        margin-right: 0px !important;
    }

    .header-logo {
        margin: 5px 0 0 5px;
    }

    .profile-info {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .userbox {
        margin-left: 0px !important;
    }

    .header .logo {
        margin-left: 5px !important;
    }

    .header-right {
        display: flex;
        justify-content: space-evenly;
    }

    .page-header > h2 {
        max-width: 80%;
    }
}
