﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #0BC188;
    border-color: #0BC188;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0BC188;
    border-color: #0BC188;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* VK*/
.cursor-pointer {
    cursor: pointer;
}
.text-muted img {
    filter: grayscale(100%);
}

/*.text-evcg {
    color: #0BC188;
}*/
/*.bg-evcg {
    background-color: #0BC188;
    color: #f8f9fa;
}*/

.bg-evcg-highlight-1 {
    background-color: #9dcbdd;
}
.bg-evcg-highlight-2 {
    background-color: #9dcddd;
}
.bg-evcg-highlight-3 {
    background-color: #dae0e5;
}
.bg-evcg-highlight-4 {
    color: gray;
}
div.bg-secondary {
    color: #f8f9fa;
}
a.no-decoration {
    text-decoration: none !important;
    color: inherit;
}

.filter-gray {
    filter: invert(51%) sepia(0%) saturate(1%) hue-rotate(248deg) brightness(99%) contrast(85%);
}
.img-normal {
    height: 64px;
}
    .event-hint .img-normal {
        height: 48px;
    }
.img-svg {
    width: 64px; /*height:60px*/
    padding: 10px 12px 10px 12px;
}
/*.img-wide {
    height: 64px;
    width: 102px;
    object-fit: cover;
}*/
.img-big {
    height: 96px;
}
.img-icon{
    height:32px;
}

.text-striked {
    text-decoration: line-through;
    color: gray !important;
}

.rounded-top-only {
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-only {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.event-hint {
    /*background-color: #EFEFEF;*/
}
    .event-hint h5 {
        font-size: medium;
    }
    .event-hint.bg-evcg-highlight-1 {
        color: inherit;
    }

@media only screen and (max-width: 576px) {
    .mobile-hide {
        display: none;
    }
}