
/*navbar classı yanına eklenecek*/
.navbar_color {
    background-color: #194471 !important;
}

/*navbar-link yanına eklenecek*/
.navbar-text-color {
    color: #fff !important;
}

    .navbar-text-color:hover {
        color: #798DC5 !important;
    }

/*class="col-md-6 mb-2 ps-2 pt-3 text-black rounded-top" içine eklenecek*/
.current_issue {
    background-color: #87D5EE !important;
}

    .current_issue h3 {
        color: #333 !important;
    }

.card-body h5 a {
    color: #0a58ca !important;
}

/*btn btn-outline-info yanına eklenecek*/
.btn-doi {
    color: #000 !important;
    border-color: #798DC5 !important;
    background-color: #fff !important;
}

    .btn-doi:active {
        background-color: #194471 !important;
        color: #fff !important;
        border-color: #001C3A !important;
    }

    .btn-doi:disabled {
        color: #000 !important;
        background-color: #001C3A !important;
        border-color: #001C3A !important;
    }

    .btn-doi:hover {
        color: #fff !important;
        background-color: #194471 !important;
        border-color: #194471 !important;
    }

/*btn btn-secondary yanına eklenecek*/
.search_button {
    background-color: #001C3A !important;
}

    .search_button:hover {
        background-color: #000 !important;
        font-size: 18px !important;
        font-style: oblique;
    }



/*Submit Menuscript button style (çalışıyor)*/
.card-body p a {
    color: #fff !important;
    background-color: #001C3A !important;
    border-color: #001C3A !important;
}

    .card-body p a:hover {
        background-color: #798DC5 !important;
        border-color: #798DC5 !important;
    }



/* ARCHİVE PAGE */

/* col-md-12 p-2 rounded ---- ve ----- d-sm-flex align-items-center text-center text-sm-start ---- classlarının yanlarına eklenecek (2 div'de de olacak)*/
.archive-navbar {
    background-color: #194471;
    color: #fff;
}

/*btn btn-info yanına eklenecek (submit butonunda ve volume butonlarında var)*/
.btn-info-color {
    color: #333 !important;
    background-color: #87D5EE !important;
    border: #194471 !important;
}

    .btn-info-color:hover {
        color: #fff !important;
        background-color: #194471 !important;
        border: #194471 !important;
    }

    .btn-info-color:active {
        background-color: #194471 !important;
        color: #fff !important;
        border-color: #001C3A !important;
    }

    .btn-info-color:disabled {
        color: #000 !important;
        background-color: #001C3A !important;
        border-color: #001C3A !important;
    }

/*btn btn-outline-info yanına eklenecek (login/register butonlarına ve 2022 yazılı butona)*/
.btn-color {
    color: #194471 !important;
    border-color: #194471 !important;
}

    .btn-color:hover {
        color: #fff !important;
        background-color: #194471 !important;
        border-color: #194471 !important;
    }

    .btn-color:active {
        background-color: #194471 !important;
        color: #fff !important;
        border-color: #001C3A !important;
    }

.btn-outline-info:disabled {
    color: #000 !important;
    background-color: #001C3A !important;
    border-color: #001C3A !important;
}


/*Articles Page*/


/* nav-link yanına eklenecek*/
.nav-color {
    color: #194471 !important;
}

    .nav-color a:hover {
        color: #000 !important;
    }

/* btn btn-outline-info yanına eklenecek (doi/login/register butonları)*/
.btn-outline-info_articles {
    color: #001C3A !important;
    border-color: #001C3A !important;
}

    .btn-outline-info_articles:hover {
        color: #000 !important;
        background-color: #87D5EE !important;
        border-color: #87D5EE !important;
    }

    .btn-outline-info_articles:active {
        background-color: #194471 !important;
        color: #fff !important;
        border-color: #001C3A !important;
    }

    .btn-outline-info_articles:disabled {
        color: #000 !important;
        background-color: #001C3A !important;
        border-color: #001C3A !important;
    }

/*Creative Common yazısı ve başlıklara verilecek class*/
.link {
    color: #194471 !important;
}

    .link:hover {
        color: #000 !important;
    }


/* Search Page */

/*Creative Common yazısı ve başlıklara verilecek class*/
.link {
    color: #194471 !important;
}

    .link:hover {
        color: #000 !important;
    }

/* Search Sayfası Butonları için class oluşturuldu. Html'de eklenecek*/
.btn-outline-info_search {
    color: #001C3A !important;
    border-color: #001C3A !important;
}

    .btn-outline-info_search:hover {
        background-color: #87D5EE !important;
        color: #000 !important;
        border-color: #001C3A !important;
    }

/*submit butonu içerisine eklenecek*/
.btn_info_search {
    color: #fff !important;
    background-color: #001C3A !important;
}

    .btn_info_search:hover {
        background-color: #194471 !important;
        color: #fff !important;
        border-color: #194471 !important;
    }

    .btn_info_search:active {
        background-color: #001C3A !important;
        color: #fff !important;
        border-color: #001C3A !important;
    }

    .btn_info_search:disabled {
        background-color: #001C3A !important;
        color: #fff !important;
        border-color: #001C3A !important;
    }

/*ViewAll Article page başlık butonu içerisine eklenecek*/
    .back_color {
        background-color: #87D5EE !important;        
    }