/* =========================
   BASE
   ========================= */
body {
    font-family: 'PFDinTextCompPro';
    background-color: #f7f7f7;
}

/* =========================
   TYPOGRAPHY
   ========================= */
a,
a:hover {
    color: #071657;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
}

i,
em {
    margin-right: 5px;
}

a.tag {
    color: #6c757d;
    text-decoration: none;
}
a.tag:hover {
    color: #071657;
    text-decoration: none;
}

/* =========================
   LAYOUT
   ========================= */
header {
    z-index: 2;
}

footer {
    background-color: #071657;
    color: #ffffff;
}

footer a,
footer a:hover {
    color: #ffffff;
}

/* =========================
   COMPONENTS
   ========================= */

/* Cards */
.list-group-item {
    background-color: transparent;
}

.card-body {
    background-color: #fff;
}

.dropdown-menu {
    background-color: #e7e7e7;
}

.alert-warning {
    background-color: #e7e7e7;
    border-color: red;
    color: #000;
}
li {
    font-size: 16px;
}

/* Boxes */
.box {
    background-color: #ecedf2;
    padding: 15px;
    border-radius: 5px;
}

/* Eyecatcher */
.eyecatcher {
    background-color: #fafafa;
    /* background-image: url('/usr/share/nginx/egocms/skin/eufednet/img/slider1.png'); */
    color: #071657;
}

/* Icons */
.icon {
    display: inline-block;
}

a.icon > i:hover {
    color: #7d87aa;
}

.bi-person-fill,
.bi-search {
    color: #071657;
    font-size: 1.5rem;
}

/* =========================
   BUTTONS
   ========================= */
.btn {
    min-width: 150px;
}

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

.btn-primary:hover {
    color: #fff;
    background-color: #7d87aa;
    border-color: #7d87aa;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    background-color: #071657;
    border-color: #071657;
    box-shadow: none;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #071657;
    border-color: #071657;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

/* =========================
   NAVBAR
   ========================= */
.bg-light {
    background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #071657;
}

/* Logo Resize */
header img.test {
    width: 550px;
    transition: all 0.4s ease;
}

header.shrink img {
    width: 200px;
    height: auto;
    transition: all 0.4s ease;
}

/* Popout */
.popout {
    position: absolute;
    top: 50px;
    right: 0;
    width: 300px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    display: none;
}

/* =========================
   ACCORDION
   ========================= */
.accordion-header {
    background-color: #fafafa;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fafafa;
}

.accordion-button:focus {
    border-color: #dfdfdf;
    box-shadow: none;
}

.accordion-button.collapsed::after {
    background: url('/skin/eufednet/img/plus.png');
}

.accordion-button:not(.collapsed)::after {
    background: url('/skin/eufednet/img/minus.png');
}

/* =========================
   FORMS
   ========================= */
input:focus,
select:focus,
.form-select:focus,
.form-control:focus,
*:focus {
    outline: none;
    box-shadow: none;
}

label.is-mandatory:after,
.label.is-mandatory:after {
    content: "*";
}

.hp {
    display: none;
}

/* =========================
   STAR RATING
   ========================= */
.ratings {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    direction: rtl;
    text-align: left;
}

.star {
    position: relative;
    display: inline-block;
    line-height: 60px;
    color: #cccccc;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star:before {
    content: '\2605';
    width: 60px;
    height: 60px;
    font-size: 60px;
}

.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star {
    color: orange;
    transition: color 0.8s ease;
}

/* =========================
   MEDIA
   ========================= */
.video {
    width: 100%;
}

/* =========================
   MISC
   ========================= */
#query-container {
    width: 50%;
}
