#login-error, #login-warning, .badge { display:none; }

.container-fluid {
    margin: 0 auto !important;
}
.picture {
    display: inline-block;
    position: relative;
    background: url(../images/loading.gif) no-repeat center;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}
.picture img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-indicators li {
    background-color: #28a745;
}
.carousel-indicators .active, .carousel-indicators li:hover{
    cursor: pointer;
    background-color: #28a745;
    border: solid 2px;
}

@media only screen and (max-width: 750px) {
    .picture {
        width: 6.25em;
        height: 6.875em;
        margin: 5px;
        box-shadow: 0 0 1px rgba(0,0,0,0.1);
    }
    .camera-status-badge {
        width: 100%;
        height: 10px;
        font-size: 6px;
    }
    .picture img {
        width:  100%;
        height: 6.25em;
    }
    .container-fluid {
        max-width: 600px !important;
    }
    .carousel-indicators li {
        border-radius: 5px;
        padding: 5px;
    }
    h2 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 750px) {
    .picture {
        width: 18.75em;
        height: 320px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        margin: 0.625em;
    }
    .picture img {
        width:  100%;
        height: 18.75em;
    }
    .carousel-indicators li {
        border-radius: 1.5rem;
        padding: 1rem;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .container-fluid {
        max-width: 960px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1616px) {
    .container-fluid {
        max-width: 1280px !important;
    }
}

@media screen and (min-width: 1616px){
    .container-fluid {
        max-width: 1600px !important;
    }
}

[v-cloak] > * { display:none; }

.carousel-indicators { bottom:-5em; }

.toggle-password {
    margin-left: -1.5625em;
    margin-top: -1.5625em;
    z-index: 2;
}
.toggle-password:hover {
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.progress-bar {
    cursor: help;
}

.camera-status-badge {
    line-height: 0;
    width: 100%;
    height: 6.25%;
}

.camera-status-badge span {
    width: 100%;
    height: 100%;
    cursor: help;
    border-radius: 0px !important;
}

.contextmenu-option {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,1);
    white-space: nowrap;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    list-style-type: none;
    padding-left: 0px;
}
.contextmenu-option li {
    border: 1px solid #CCC;
    padding: 8px 12px;
    cursor: pointer;
}
.contextmenu-option li:hover {
    background-color: #DEF;
}
.contextmenu-option li i.fa.fa-check-circle {
    color: #28a745;
}
.contextmenu-option li i.fa.fa-exclamation-triangle.warning {
    color: #ffc107;
}
.contextmenu-option li i.fa.fa-exclamation-triangle.danger {
    color: #dc3545;
}

.background-danger {
    background-color: #dc3545 !important;
}
.background-warning {
    background-color: #ffc107 !important;
}

[data-toggle="collapse"] .fa:before {
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
