body {
    background: #222;
}
#customcontrols {
    font-size: 0;
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
}
#customcontrols video {
    width: 100%;
    height: auto;
}
#customcontrols figcaption {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 0.5em;
    color: #fff;
    position: relative;
    top: -2.3rem;
    text-align: right;
    font-size: 1.2rem;
}
#customcontrols figcaption a {
    text-decoration: none;
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #fff;
    border-bottom: none;
}
#customcontrols a:hover {
    color: red;
}
#customcontrols a:visited {
    color: #770;
}

.image-card,
.video-card,
.observation-card {
    padding: 5px;
    border: 1px solid #ddd;
}

.image-card-thumb {
    border: 1px solid #ddd;
}

.autocomplete {
    display: inline !important;
}

.video-js .vjs-big-play-button {
    display: none;
}
.video-js .vjs-control-bar {
    display: flex;
}

.vjs-tech {
    object-fit: cover;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.datepicker table tr td.today,
.datepicker table tr td.today.focused {
    background: #f1e090 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
    background: #b75827 !important;
    color: #fff;
    box-shadow: none;
}

img {
	border: none;
}
.thumbnail img {
	cursor: pointer;	
}
#large {
	display: none;
	position: absolute;	
	color: #FFFFFF;
	background: #333333;	
	padding: 5px;
}
.bg-custom{
    background-color:#3d2113 !important;
}