* {
    /* TODO DEFINIRE FONT */
    font-family: Helvetica;
}

.font-numbers {
    font-family: Helvetica;
}

body {
    min-width: 370px;
    overflow-x: hidden;
}

.label-bold {
    font-weight: bold;
}

.label-primary {
    color: #212121;
}

.no-text-decoration {
    text-decoration: none !important;
}
.no-list-style {
    list-style-type: none;
}
.descriptors_nuova_edizione {
    background-color: #289448;
}
.descriptors_novita {
    background-color: #FF6331;
}
.descriptors_nuova_versione {
    background-color: #1B618F;
}
.descriptors_annualmente_aggiornato {
    background-color: #9E9E9E;
}
.cover-container {
    min-width: 170px;
    max-width: 250px;
}

@media (max-width: 500px){
    .cover-container {
        max-width: 100%;
    }
}

.opera-container {
    min-width: 200px;
    min-height: 230px;
}
.text-sm {
    font-size: 11px;
}

.text-uppercase {
    text-transform: uppercase;
}

/*** BUTTONS **/

.myz-btn {
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 3px 10px;
    cursor: pointer;
}

.myz-btn-blue {
    background-color: #1c437e;
}

.myz-btn-blue:hover {
    background-color: #113160;
}

.text-blue {
    color: #1c437e;
}
.text-red {
    color: #ac2323;
}

.text-bold {
    font-weight: bold;
}

/**** BACKGROUND ***/

.bg-blue {
    background-color: #1c437e;
}

.bg-grey {
    background-color: #cfcfcf;
}

/*** INPUTS ***/

.myz-input {
    width: 200px;
    padding: 3px 5px;
    outline: none;
}
input[type=checkbox] {
    transform: scale(1.5);
}
/*** HEIGHT ***/

.h-30 {
    height: 30px;
}

.item-section-home {
    height: 400px;
}

/*** ALIGNMENT ***/

.align-vertical {
    vertical-align: middle;
    line-height: 30px;
}

/*** BORDERS **/

.border-r {
    border-right: 1px solid #ababab;
}

/***********************************************/

.container-third-section {
    height: 230px;
    max-height: 230px;
}

.container-fill-image {
    overflow: hidden;
}

.container-sm-item-first-row {
    height: calc((400px * 1/3) - 15px);
}

.container-fill-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.role-image-container {
    height: 180px;
    max-height: 180px;
    overflow: hidden;
}

.role-image-container img {
    object-fit: cover;
}

.carousel-item img {
    object-fit: cover;
}

.bg-light-grey {
    background-color: #efefef;
}

.bg-grey {
    background-color: #dddddd;
}

.border-grey {
    border: 1px solid #dddddd;
}

footer {
    min-height: 250px;
}

footer span, footer a {
    font-size: 13px;
}

.vertical-divider {
    height: 200px;
    width: 1px;
    background-color: #aaaaaa;
}

.overflow-x {
    overflow-x: hidden;
}

.catalog-detail-base-data h1{
    font-size: 32px;
    font-weight: 700;
    word-wrap: break-word;
    font-family: 'museo-sans', sans-serif;
}

.catalog-detail-base-data h2{
    font-size: 24px;
    color: #666;
}

.catalog-details-version {
    margin: 0;
    background: #1c437e;
    color: #fff;
    font-size: 20px;
    padding-left: 12.36093943px;
    padding-right: 12.36093943px;
    padding-top: 0;
    line-height: 1.8em!important;
    padding-bottom: 3px;
    box-sizing: border-box;
    font-weight: 400;
}


.select-category.btn-secondary.active {
    background-color: #289448 !important;
}

p.quarta-nel-libro {
    color: black !important;
    font-weight: bold !important;
}

.attachment-item {
    border-bottom: 1px solid #1c437e55;
}

.text-no-wrap {
    white-space: nowrap;
}

@media (max-width: 700px){
    .subcategory-dropdown{
        margin-left: 5px !important;
        margin-top: 30px !important;
    }
}

@media (max-width: 500px){
    .myz-item{
        font-size: x-small;
    }
}

.subcategory-dropdown{
    background-color: #eaf1f3;
}

.myz-text{
    color: #1c437e; 
    margin-bottom: auto;
}

@media (max-width: 700px){
    .cover-flex{
        display: flow-root !important;
    }

    #toggle-right{
        display: none;
    }

    .myz-descr{
        overflow: auto;
        max-height: 20%;
    }

    .small-content-center{
        justify-content: center;
    }
}
