<br />
<b>Deprecated</b>:  Constant E_STRICT is deprecated in <b>/home/mybivteaan/www/bivquality/vendor/symfony/error-handler/ErrorHandler.php</b> on line <b>58</b><br />
<br />
<b>Deprecated</b>:  Constant E_STRICT is deprecated in <b>/home/mybivteaan/www/bivquality/vendor/symfony/error-handler/ErrorHandler.php</b> on line <b>76</b><br />
html {
    height: 100%;
}

body {
    min-height: 100%;
    background-image: url("../images/background-fdddcd88e70ffddd92bde6cd49428eb5.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.wrapper{
    width: 100%;
}

#BIVLogo {
   width: 15%;
}

#sidebar {
    .nav {
        a:hover{
            background-color: #0d6efd;
        }
    }
    width: 17.5rem;
}

.my-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.charts {
    width: 300px;
    height: 300px;
}

ul{
    padding: 20px 10px 10px 10px;
}

li button, li a{
    border-radius: 5px;
    transition: all 200ms ease-in-out;
}

.required:after{
    content:" *";
    color: red;
}

.actionCursor{
    cursor: pointer;
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.grabbable {
    cursor: grab;
}

.grabbable:active {
    cursor: grabbing;
}

.filter-div{
    display: inline;
    width: 20%;
}

#checklistFilesBox {
    display: none;
}

#auditFilesBox {
    display: none;
}


.questionsScroll {
    max-height: 30rem
}

.renderedForm_inputs {
    max-height: 70vh;
}

@media (max-height: 700px) {
    .questionsScroll {
        max-height: 25rem
    }

    .renderedForm_inputs {
        max-height: 45vh;
    }
}

.loadingSpinner {
    width: 5rem;
    height: 5rem;
}

.select2-selection.select2-selection--single {
    padding-right: 50px !important;
}