body {
    font-family: 'PFDinTextCompPro';
    background-color: #f7f7f7;
}

/* Cards */
.list-group-item {

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

.alert-warning {
    background-color: #e7e7e7;
    border-color: red;
    color: #000;
}

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

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

header {
  z-index: 2;
}

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

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

.icon {
	display: inline-block;
}

/* Typo */

a, a:hover  {
	color: #071657;	
}

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

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

/* Icons */

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

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

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

.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;
}

/* Navbar */

.bg-light {
    background-color: #ffffff!important;
}

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

header img.test {
	width: 550px;
   	-webkit-transition: all 0.4s ease;
   	transition: all 0.4s ease;
}

header.shrink img {
  	width: 200px;
  	height: auto;
  	-webkit-transition: all 0.4s ease;
   	transition: all 0.4s ease;
   	/*transform: translate(50%);*/
}

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

/* 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');

}

/* Input */

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 Voting */

.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}

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

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

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

/* Video */

.video {
    width: 100%;
}

#query-container {
    width: 50%;
}
