﻿body {
}

.yubik-logo {
    background-image: url(../CwImages/repower-logo.png) !important;
    background-size: contain;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.yubik-logo-transp {
    background-image: url(../CwImages/repower-logo.png) !important;
    background-size: contain;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    width: 210px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

/*RIDUZIONE DIMENSIONE OGGETTI RICERCA*/
#search_form_tab [data-element-id="form-container"] .form-group {
    margin-bottom: 0px !important;
    font-size: 0.8rem !important;
}

#search_form_tab [data-element-id="form-container"] .form-group:last-of-type {
    margin-bottom: 80px !important;
}

#search_form_tab [data-element-id="form-container"] .form-control {
    font-size: 0.8rem !important;
}

#search_form_tab [data-element-id="form-container"] .input-group-append .btn {
    font-size: 0.8rem !important;
}

/*Nascondi estrazione excel*/
[data-element-id="items-actions"] [data-bind="click: onClickStartGenerateOnlySelected, attr: { title: title }, text: selectedLabel"] {
    display: none;
}

/*Nascondi bottone watermark*/
button[data-bind="click: onClickWatermarkDownload"] {
    display: none;
}

/*Nascondi elimina dropdown attachment*/
[data-element-id="delete-attachment"] {
    display: none;
}

/*Nascondi badge primary*/
.badge-primary {
    display: none;
}