/******************
    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
*/


/* Make everything a bit smaller */
html {
    font-size: 95%;
    padding-right: 5px!important;
}

.checkbox-label {
    padding-top: 2px;
    font-size: 95%!important;
    margin: 2px 0!important}

.radio-label  {
    font-size: 95%!important;
    margin: 0!important
    
}

.answers-list.yesno-button label {
    margin: 0 10px 0 0!important;
}

.ls-label-question{
    font-size: 110%!important;
    line-height: 1.25em!important;
}

.group-description {
    margin-top: -30px
}

#navigator-container {
    margin-top: -50px!important;
}

/* Style checkbox */
.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    font-family: "remixicon"!important;
    content: "\eb7b"!important;
}

/* Alert without radius */
.alert {
    border-radius: 0;
    border: none;
}

/* Hide uploaded image thumbnail in query */
table.uploadedfiles {
    display: none;
}

/* Style upload modal */
.file-upload-modal-footer{
    padding-top: 0;
}

.uploadmsg {
    display: none;
}

.file-preview img {
    margin-left: -5px;
    margin-bottom: 5px
}
.file-preview .file-name {
    display: none;
}
