html,
body {
    /* background: #bee9ef; */
    height: 100%;
}




.fullHeight,
.fullHeight .jumbotron {
    /* height: -webkit-fill-available; */
}


.panel {
    overflow-y: hidden;
    /* padding: 0px !important; */
    margin: 0px !important;
}

.content,
.panel-body {
    /* height: -webkit-fill-available; */
    /*
    overflow-y: scroll;

    */
}

.no-padding {
     padding: 0px;
}

.no-padding .card .card-body {
       padding: 0px;
}

.drop-target {
    background-color: #29e;
    border-color: #fff;
    border-style: solid;
}

.log-debug {
    color: green
}

#Logger {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    transition: all 1s;
}

#Logger:hover {
    height: 90vh;
}

.zeroPadding {
    padding: 0px !important;
}

.modal {
    position: fixed;
    overflow-y: scroll;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

div {
    -webkit-overflow-scrolling: touch;
}

.overflow-hidden {
    overflow: hidden
}

.center-bold {
    text-align: center;
    font-weight: bold;
}

