
video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: auto !important;
}

.video-exists-date {
    background-color: lightskyblue !important;
}

.video-alarm-date {
    background-color: rgba(255, 0, 0, 0.687) !important;
    border: 1px solid red !important;
}

.badge-alert {
    position: absolute;
    top: 23px;
    left: 14px;
    opacity: 0.9;
    display: block;
}

.navbar-top-nav {
    display: inline-block;
}

.navbar-top-nav>li {
    display: inline-block;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-left {
    background-color: rgba(50, 50, 50, 1) !important;
}

.alert.alert-primary {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-delete {
    color: rgba(255, 0, 0, 0.687);
}

.list-group-item {
    align-items: center;
}

div.hidden {
   display: none
}

.navbar-brand
{
  font-size: 20px;
  line-height: 0px;
}

.navbar-brand2
{
    font-size: 14px;
    position: relative;
    top: -15px; 
    margin-bottom: -15px;
}

#nav-item-profile
{
    margin-left: 15px;
}

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active
{
  color: #ffffff;
  background-color: #f49600;
  border-color: #f49600;
}

.footer
{
    background-color: #444;
}

.footer-text
{
    color: #ffffff;
    font-weight: 100;
}

.header-logo img
{
    height: 30px;
}

#navbar-header
{
    background-color: #676767;
}

html, body
{
    height: 100%;
    display: grid;
}

.slider
{
    padding-bottom: 30px;
}

.slider-mark
{
    display: block;
    position: absolute;
    text-align: center;
    top: 67px;
    background: rgba(220, 53, 69, 0.9);
    padding: 1px 3px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.flatpicker-input
{
    cursor: pointer;
	border: 1px solid #c3c3c3;
	height: 36px;
	line-height: 36px;
	width: 100%;
	padding: 8px;
	max-width: 360px;
	border-radius: 3px;
	background: #fff
}

.wordwrap
{
    max-width: 300px;
    word-wrap: break-word;
}

select
{
    max-width: 100%;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
