.btngrid {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table tbody tr.highlight td {
    background-color: #73a6c0;
}

btn-primarybody {
    padding-bottom: 100px;
    /* This should be equal to the height of your header */
}

#side-menu {
    padding-left: 10Px;
}

.navbar {
    margin-bottom: 0px;
}

.azie {
    font-size: 20px;
    color: white
}

.azie_descr {
    font-size: 15px;
    color: white
}

.color-background {
    background-color: blue
}

.label_blue {
    color: blue
}


/*.well-groups {
    background-color: orange;
    
}
.well-titles{
    background-color: bisque;
    
}
.container-playlists {
    background-color: greenyellow;
    
}
.well-users {
    background-color: greenyellow;
    
}*/


/*.navbar-default {
    background-color: black;
    border-color: black;
}*/

.jumbotron {
    background-color: black;
    /*height: 100vh;*/
}

.img-home {
    margin: 0 auto;
    margin-right: 0;
    vertical-align: middle;
}


/* 
NOME PROGRAMMA
*/

@font-face {
    /*
     font-family: 'remachine_script_personal_uRg';
     src: url('../fonts/remachine/remachinescript_personal_use-webfont.woff2') format('woff2'),
          url('../fonts/remachine/remachinescript_personal_use-webfont.woff') format('woff');
    */
    font-weight: normal;
    font-style: normal;
}

.title1 {
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    color: rgb(211, 211, 211);
    /*font-family: remachine_script_personal_uRg;*/
    font-size: 40px;
    padding-left: 10Px;
}


/* 
ANAGRAFICA USERS - AVATAR IMMAGINE
*/

#img_avatar {
    width: 200Px;
    height: 200Px;
    /*    object-fit: contain;*/
    object-fit: cover;
    overflow: hidden;
}

#div_avatar {
    height: 200px;
    width: 200px;
}

h5-change-foto {
    width: 300px;
}


/* 
LIST TO LIST INSTRUMENTS
*/

.dual-list .list-group {
    margin-top: 8px;
}

.list-left li,
.list-right li {
    cursor: pointer;
}

#btn_add_instruments {
    margin-bottom: 10px;
}

.well {
    /*background: black;*/
}

.list-group {
    max-height: 300px;
    overflow-y: scroll;
}

.hidden_list {
    display: none;
}

.hidden_list_g {
    display: none;
}

#list_img_sheet {
    display: block;
    width: 30%;
    max-height: 30%;
}

.list-group-item {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 1px 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}


/* 
LIST USERS
*/

.list-group-users {
    margin-top: 8px;
    max-height: 640Px;
    overflow-y: scroll;
    margin-bottom: 50px !important;
}

.btn-myedit .btn-primary {
    margin-right: 15px;
}

#list_img_avatar {
    width: 100Px;
    height: 100Px;
    /*    object-fit: contain;*/
    object-fit: cover;
    overflow: hidden;
}

#list_img_sheet {
    width: 100Px;
    height: 100Px;
    /*    object-fit: contain;*/
    object-fit: cover;
    overflow: hidden;
}

.fixed {
    position: fixed;
    top: 0px;
}