body, html {
    height: 100%;
}

.bg { 
    /* The image used */
    background-image: url("../imagesfix/back_checklist.jpg");
    /*background-image: url("../imagesfix/back_firstaid.jpg");*/
    /*background-image: url("../imagesfix/back_evaluation.jpg");*/
    /*background-image: url("../imagesfix/back_drmedved2.jpg");*/

    /* Full height */
    height: 100%; 
    

    /* Center and scale the image nicely */
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bglogged { 
    /* The image used */
    /*background-image: url("../imagesfix/back_checklist.jpg");*/
    background-image: url("../imagesfix/back_firstaid.jpg");
    /*background-image: url("../imagesfix/back_evaluation.jpg");*/
    /*background-image: url("../imagesfix/back_drmedved2.jpg");*/

    /* Full height */
    height: 100%; 
    

    /* Center and scale the image nicely */
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theme-showcase {
    background-color: white;
    background-size: 100% 100%;
    /* Full height */
    height: 100%; 
    background-attachment: fixed;
    overflow: auto;

}

.containerimgback {
    position: relative;
    /*max-width: 800px; !* Maximum width *!*/
    margin: 0 auto; /* Center it */
}

.containerimgback .content {
    position: absolute; /* Position the background text */
    top: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}

.imgright {
    float: right;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-margins-5px {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

#pagination {
    font-size: 90%;
    text-align: center;
    width: 100%;
    background: whitesmoke; 
    padding-top: 10px;
    border-top: 1px solid darkgrey;
}

#loginlogouticon {
    float: right;
    padding-top: 15px;
    padding-right: 1px;    
}

#rightdiv {
    float: right;
}

#searchpanel {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

#imagelistthn {
    max-width:128px;    
}

th#rezerv {
    text-align: center;
}
td#rezerv {
    text-align: center;
}

div#toright {
    width:20px;
    float:right;
}