﻿body {
}

.fh-blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.fh-trip-requested-video-title {
    font-size: small;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
    color: #5293c6;
}
.dashboardColumn1 {
    border-radius: 3px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #c5dbec;
    color: #25477b;
    fill: #25477b;
    background-color: #fefefe;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.dashboardItem-header {
    background-color: #3c5063;
    color: white
}

div.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
    color: red;
}

div.secondText {
    float: left;
    margin-left: 10px;
}

.checkmateReportBuilderInfoBar .temp.total {
    background-color: red;
    background-image: linear-gradient(to bottom,red,red);
    background-repeat: repeat-x;
}

.checkmateReportBuilderInfoBar .temp .value {
    background-color: green;
    background-image: linear-gradient(to bottom,green,green);
    background-repeat: repeat-x;
}
.geo-labs-enabled .historic-mark__label, .grid__header th, .grid__row td {
    font-size: smaller !important;
}
a:hover {
    text-decoration: underline;
    cursor: pointer
}
.mapTitle {
    margin-left: -30px;
    color: #0062A9;
    font-weight: bold;
    border-bottom: 0.5px solid #0062A9;
    margin-bottom: 10px;
    margin-right: 10px
}
.mapItem {
    margin-left: -30px;
    border-bottom: 0.5px solid #0062A9;
    margin-bottom: 10px;
    padding-right: 10px;
    height: 20px;
}
.itemLeft{
    float: left;
    font-weight: bold;
}
.itemRight{
    text-align: right
}
.tempItemRight
{
    float: right;
}

.events-videos-container {
    border-left: none !important;
}

.surf-list-item-heading {
    font-size: 15px;
    color: #25477c;
    font-weight: bold
}

.surf-list-item-subheading {
    font-size: 12px;
    color: #767676;
}

.geo-labs-enabled .rules-list__header {
    background-color: #c5dbec !important;
}

.event-group-active {
    border-left: 5px solid #25477B !important;
}

/*subtitle background*/
::cue {
    opacity: 0.5;
    text-shadow: 1px 1px 2px black;
}

.surf-list-row:hover {
    background-color: #F4F6F8;
}

.fh-active-item {
    background-color: #e8f3fd;
}

.fh-active-item:hover {
    background-color: #c5dbec;
}

#gridContent {
    overflow-y: auto;
    flex-direction: column;
    display: flex;
    flex-shrink: 0;
    position: absolute;
}


/* Position the image container (needed to position the left and right arrows) */
.slide-container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.slide-cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.slide-prev,
.slide-next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.overlay-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 0;
    height: 200px;
    transition: .5s ease;
}

.fotorama:hover .overlay-menu {
    width: 50px;
    left: 0;
}