﻿/* Bootstrap */
.input-group-text {
    min-width: 40px;
    text-align: center;
}

/* FOOTER START*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    height: 100%;
}



.footer {
    /*position: absolute;
bottom: 0;
width: 100%;
margin-top: 20px;*/
    /*height: 60px;
line-height: 60px;*/
    /*background-color: #f5f5f5;*/
}


/* fix padding under menu after resize */
@media screen and (max-width: 767px) {
    body {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .footer {
        display: none
    }
}

@media screen and (min-width: 768px) {
    body {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    body {
        padding-top: 110px;
    }
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 60px;
    }
}

/* img resize*/
/*img {
    max-width: 100%;
    height: auto;
}*/

.question {
    display: block;
    width: 100%;
}

.newLine {
    white-space: pre-line;
}

.labelWrapText {
    white-space: normal;
}

.homeButton {
    width: 160px;
    height: 160px;
    font-size: 11pt;
}

.showHorizontalScrollNoWrap {
    overflow-x: auto;
    overflow-y: scroll;
    white-space: nowrap;
}

/* change bootstrap modal */
#modalModalQuestion {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* bootstrap modal - fix IE centered*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal-dialog-centered {
        height: calc(100% - (.5rem * 2))
    }
    @media (min-width:576px) {
        .modal-dialog-centered {
            height: calc(100% - (1.75rem * 2))
        }
    }
}

th{
    text-align: center;
}

/* back-to-top + */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}
/* back-to-top - */


div.row.form-group:hover {
    background-color: whitesmoke;
}

.text-with-dots {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/* VUE */
[v-cloak] {
    display: none;
}

.modal .modal-huge {
    max-width: 98%;
    width: 98%;
}

.modal .modal-huge .modal-content {
    min-height: 98%;
    height: 98%;
}

.modal .modal-lg_v2 {
    max-width: 70%;
    width: 70%;
}

.modal .modal-lg_v2 .modal-content {
    min-height: 90%;
    height: 90%;
}

.collapsed > .when-opened,
:not(.collapsed) > .when-closed {
    display: none;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
div .b-table-sticky-header, div .table-responsive {
    min-height: 100px;
}

div.hover:hover {
    background-color: black;
    color: white;
}