﻿/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.panel-egk-white {
    border-top-color: var(--theme-color);
}
/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.sayac-wrapper {
    border-left-color: var(--theme-color);
}
.pagedList .pagination {
    list-style: none;
    text-align: center;
    display: flex;
    /* margin: auto; */
    justify-content: center;
    flex-wrap: wrap;
}
}
/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    cursor: default;
}
/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.paginate_button.current, .paginate_button.current:focus, .paginate_button.current:hover, .ellipsis:hover {
    color: #fff !important;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

    .paginate_button.current,
    .paginate_button.current:focus,
    .paginate_button.current:hover,
    .ellipsis:hover {
        z-index: 3 !important;
        color: #fff !important;
        background-image: none !important;
        background-color: var(--theme-color) !important;
        border-color: var(--theme-color) !important;
    }

        .paginate_button.current,
        .paginate_button.current:hover {
            color: #ffffff !important;
        }

.nav-tabs > li:not(.active):hover {
    background-color: rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.2);
}

.nav-tabs > li:first-child:not(.active):hover {
    margin-bottom: -2px !important;
}

/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.line-slide-tab .nav-tabs li.active > a:focus, .line-slide-tab .nav-tabs > li.active > a, .line-slide-tab .nav-tabs > li.active > a:hover {
    border-color: transparent transparent #eff4f8;
    border-bottom: 3px solid var(--theme-color);
    background: 0 0;
}
/*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
.btn-link {
    color: #444;
    font-weight: normal;
    border-radius: 0;
}
    /*Tema Değiştirmek İçin Değiştirilmesi Gereken Yerler*/
    .btn-link:hover, .btn-link:focus {
        color: var(--theme-color);
        text-decoration: underline;
        background-color: transparent;
    }


.fancybox-content {
    padding: 10px !important;
}

.fancybox-close-small {
    background-color: #ffffff !important;
    padding: 7px !important;
}

a.bank-logo {
    border: solid 1px #000000;
    padding: 7px;
    position: relative;
    display: inline-block;
    min-height: 50px;
    margin: 3px;
}

    a.bank-logo:hover {
        border-color: forestgreen;
    }
