/* Carousel style */
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0;
}

.carousel-content-div {
    margin: 0 15%;
    padding: 0 5px;
}

.carousel-control-prev {
    opacity: .60;
}

.carousel-control-next {
    opacity: .60;
}

/* Makes the arrows black */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* --------------------------------------------------------------------------------------------------------------- */

/* Nav style */
.nav-konami-bg-color-v1 {
    background-color: #980114;
}

.nav-konami-bg-color-v2 {
    background-color: #e51e2b;
}

.nav-konami-bg-color-v3 {
    background-color: #b60014;
}

/* --------------------------------------------------------------------------------------------------------------- */

/* Jumbotron style  */
.jumbotron {
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Horizontal scrolling text */
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 50%;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 15s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move and flash */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    44%  { transform: translate(-50%, 0); opacity: 1;}
    45%  { transform: translate(-50%, 0); opacity: 0; }
    50%  { opacity: 1; }
    55%  { transform: translate(-50%, 0);  opacity: 0; }
    56%  { transform: translate(-50%, 0); opacity: 1; }
    100% { transform: translate(-105%, 0); }
}




/* Dropdown Menus */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: auto;
    right: 98%;
    margin-top: -6px;
}


.btn:focus, .btn.focus {
    box-shadow: none;
}


.reportsList [data-toggle="collapse"] .fa:before {  
    content: "\f107";
}

.reportsList [data-toggle="collapse"].collapsed .fa:before {
    content: "\f105";
}


/* Needed to show on desktop but collapse on mobile */
/* 992px for large devices - gotten from Bootstraps website */
@media (min-width: 992px) {
    .collapse.showOnDesktop {
      display: block;
      height: auto !important;
      visibility: visible;
    }
  }

/* Empty styles to group elements together */
.clearFiltersButton {

}

.searchBar {
    
}


/* Styles for ids */
#mainBody {
    max-width: 1380px;
    margin-bottom: 10px;
}