﻿body {
    padding-top: 50px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.form-group row {
    margin-bottom: 15px;
}

.dangerState {
    background-color: #f3dbdb
}

.warningState {
    background-color: lightgoldenrodyellow
}

.okState {
    background-color: lightgreen
}

.notActiveState {
    background-color: lightblue
}

#Password + .glyphicon {
    cursor: pointer;
    pointer-events: all;
}

a:hover {
    cursor: pointer;
}

.navbar {
    margin-bottom: 0;
    background-color: #222b40;
}

.search-input-container {
    border-bottom: 1px solid lightgray;
    width: 100%;
    padding: 10px;
}

.search-input {
    width: calc(100% - 53px);
}

.panel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none;
    height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
}

.panel-left {
    flex: 0 0 auto;
    /* only manually resize */
    width: 400px;
    min-height: 200px;
    min-width: 150px;
    white-space: nowrap;
    background: #FCFCFC;
    color: black;
    overflow: auto;
}

#jstreeNavigation {
    max-height: calc(100vh - 100px);
    overflow: auto;
    margin: 0 !important;
}

.splitter {
    flex: 0 0 auto;
    width: 10px;
    background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #eee;
    min-height: 200px;
    cursor: col-resize;
}

.panel-right {
    flex: 1 1 auto;
    /* resizable */
    padding: 10px;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
    background: #FCFCFC;
    overflow: auto;
}

.oostec-icon {
    height: 10px;
    width: 10px;
}

#loading {
    z-index: 999999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}