.navbar-dark {
    color: rgba(255,255,255,.9);
    background-color: #324148;
    border-bottom-color: rgba(255,255,255,.1);
}

.imgsketch {
    height: 150px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bt-grp-sm {
    height: 34px;
}

.form-control-xs {
    padding: 0.1rem 0.2rem !important;
    font-size: .6rem !important;
}

.btn-xs {
    padding: 0.1rem 0.2rem !important;
    font-size: .1rem !important;
    line-height: 1 !important;
}

.table-mini td {
    padding: 0.75rem 0.25rem !important;
}

/* #planning-table {
    position: relative;
    overflow-y: auto;
} */



#planning-table th {
    position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #ffffff;
}