.content-wrapper {
    margin: 25px; 
}
.navbar-brand {
    background-image: url('/img/AM_Logo.png');
    background-repeat: no-repeat, repeat;
}
.alert {
    margin: 5px 0;
}    

/*
 * card
 */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
} 
.card-header {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);    
}
.card-header.active {
  background: yellow;
    color: #000;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.col-card {
    text-align: center;
    padding: 5px;   
}
/*
 * nav-pills
 */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #367fa9;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-item {
    padding: 0px 5px;
}
.cursor-pointer {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
.text-muted {
    color: #6c757d!important;
}

th {
    background-color: #3c8dbc;
    border-bottom: 1px solid #367fa9;
    color: #fff;
}
th a {
    color: #fff;
}
.shell {
    background: #1D1F21;
    color: #fff;
    font-size: 14px;
    overflow: auto
}
.shell .evidenzia {
    color: #FC0
}
pre.shell {
    position: relative
}
pre.shell[rel] {
    padding-top: 28px
}
pre.shell[rel]:before {
    background: #E1872B;
    color: #FFF;
    content: attr(rel);
    left: 0;
    padding: 4px 0 2px;
    position: absolute;
    text-indent: 15px;
    top: 0;
    width: 100%
}