body .container.body .right_col {
    min-height: 100vh;
}

.page-title .title {
    width: 100%;
    float: left;
    display: block;
}

.nav_menu.develop {
    background: #ff9191;
}

.form-rounded {
    border-radius: 0.4rem;
    }

img.small {
    width: 100px;
    height: 100px;
}

table tbody tr td a {
    display: block;
    width: 100%;
    height: 100%;
}

img.smaller {
    width: 80px;
}

img.smallest {
    width: 32px;
}

tr.middle>td {
    vertical-align: middle !important;
}

button.no-pointer {
    cursor: default;
}

.trasparente {
    opacity: 0.0;
}

.txt-centrato {
    text-align: center;
    vertical-align: middle !important;
}

.txt-destra {
    text-align: right;
    vertical-align: middle !important;
}

.red {
    color:red;
}

/* Impostazioni per la select2 */
.select2-results__option { 
    font-size: 10px;
    max-height: 20px !important;
  }

  .select2-selection__choice { 
font-size: 10px;
height: 23px;
}

.select2-selection__rendered {
    line-height: 18px !important;
}

.select2-container .select2-selection--single {
    height: 22px !important;
}

.select2-selection__arrow {
    height: 21px !important;
}

.button-flat-txt-left {

    background-color: rgb(243, 243, 243);
    border: none;
    color: rgb(173, 171, 171);
    text-align: left;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;}