/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* Fix na divné zalamování linků v popisu sekce*/
.group-description {
    display: block;
}

.group-description a {
    padding-left: 0;
    padding-right: 0;
}

/* fix zarovnání otázek v poli - zatím nefunguje */
.answertext {
    text-align: left;
}

/* Komentář u multiple choice tučně */
.control-label {
    font-weight: normal  !important;
}

.radio-label {
    font-weight: normal  !important;
}

/* Hack navigation bar jako tlačítka */
.nav-link {
    display: inline-block;
    background: #328637;
    border-radius: 4px;
    /* font-family: "arial-black"; */
    /* font-size: 14px; */
    color: white !important;
    padding: 8px 7px 8px 7px  !important;
    cursor: pointer;
}

.nav-item::after {
    background-color: transparent  !important;
}

.nav-link:hover{
    background: white !important;
    color: #328637 !important;
    border: 1px solid #328637;
    border-radius: 4px;
    padding: 7.5px 6.5px 7.5px 6.5px !important;
}

/* ... a barvu navigation menu */
.list-group-itemindex-item .bg-warning {
    background-color: white !important;
}

