body {
  font-size: .8rem;
  background-color: #f8f9fa;
}

.form-control, .form-control-sm, .btn-sm{
    font-size: .8rem;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    height: auto;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.filledIcon{
    fill: currentColor;
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.navbar .dropdown-item .feather {
  margin-right: 4px;
  color: #999;
}


.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.dropdown-menu {
  font-size: .8rem;
}

.dropdown-menu a:hover {
  color: #000000 !important;
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }



/*
body {
    color: #6c757d;
}
 */

/*
 * Avatars
 */
.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.avatars > li {
    display: inline-block;
}

.avatars > li + li {
    margin-left: -0.75rem;
}

.avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #f8f9fa;
    background: #cccccc; #f8f9fa;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.avatar-circle {
  width: 25px;
  height: 25px;
  background-color: #cccccc;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.initials {
  position: relative;
  top: 3px; /* 25% of parent */
  font-size: 12.5px; /* 50% of parent */
  line-height: 12.5px; /* 50% of parent */
  color: #fff;
  /*font-family: "Courier New", monospace; */
  font-weight: bold;
}

/*
.card .avatar {
    border-color: #fff;
    background: #fff;
} */

/*
 * Card
 */
.card {
    box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.05);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-project, .card-team, .card-file {
    margin-bottom: 1rem;  /* originariamente 1.5rem */
}

.card .card-title {
    max-width: 90%;
}

.card-project .avatars {
    /* margin-bottom: 2.25rem; */
    margin-bottom: 1.0rem;
}

/*
 * pulsante con 3 puntini
 */
.card-body .card-options {
    position: absolute;
    top: 1.5rem;
    right: 0.75rem;
}

.btn-options {
    color: #6c757d;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/*
 * progress bar colorata
 */

.card > .progress {
    height: 0.1875rem;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.card > .progress .progress-bar {
    height: 1rem;
    border-radius: .5rem 0 0 0;
}

/*
 * dropdown
 */
.dropdown-menu {
    box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.1);
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


/*
 * testi utilizzati
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
}

.text-small {
    font-size: .8rem;
    line-height: 1.3125rem;
}





/*
 * CARD LIST
 */

.card-list {
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    padding: 1rem;
    background: #dee2e6;
}


.card-list .card-list-head {
    display: flex;
    justify-content: space-between;
}

.card-list .card {
    border: none;
}

.card {
    margin-bottom: 0.75rem;
}

.card-task .card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-task .card-body, .card-task .card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-title h6 {
    margin: 0;
}

.card-task .card-title {
    margin: 0;
}

.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.card-task .avatars {
    margin-right: 1.5rem;
}

.card-task .card-options {
    margin-left: 1.5rem;
    position: relative;
    top: 0;
    right: 0;
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}


/*
 * NAV BAR TABS
 */
.nav-tabs {
    border-radius: 0.5rem;
    background: #e9ecef;
    border-bottom: 0 solid transparent;
}

.nav-tabs + .tab-content {
    margin-top: 0.75rem;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin: .5rem;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #007bff;
    background-color: #fff;
    border-color: transparent;
}

.nav-tabs .nav-link:not(.active) {
    color: rgba(33, 37, 41, 0.5);
}

.nav-tabs .nav-link {
    font-size: .8rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: .5rem;
    transition: color .35s ease-out;
    border: 0 solid transparent;
    display: block;
}

a, a:hover{
    text-decoration: none;
    background-color: transparent;
}

.modal-header {
    background: #007bff;
    color: #fff;
    align-items: center;
    padding: 1rem 1.5rem;
}

.modal-header .modal-title {
    color: #fff;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-header .close svg {
    color: #fff;
}

.active > td {
    background-color: #bddef9;
}

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

#alert {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0;
}

#loading-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 200%;
  height: auto;
}
