body {
    font-size: 0.75rem;
    line-height: 1.5;
    background-color: gray;
    min-height:100vh;
    display: flex;
    flex-direction: column;
}

h5 {
    color: #065099;
    padding-left: 0px;
}

input {
    width: 100%;
    border: 2px solid grey;
    border-radius: 4px;
}

select {
    width: 100%;
    height: 25px;
    border: 2px solid grey;
    border-radius: 4px;
}

.form-control{
    font-size: 0.75rem; !important;
}

.input-class {
    font-size: 0.75rem;
}

.textInput {
    font-size: 0.75rem;
}

.numberinput {
    font-size: 0.75rem;
}

.select {
    font-size: 0.75rem !important;
}

.datepicker {
    font-size: 0.75rem;
}

.btn-csmall {
    font-size: 0.75rem;
    padding: 0rem .5rem;
}

.table {
    /*text-align: center;*/
    vertical-align: middle;
}

.nav-item {
    font-weight: bold;
    font-size: 0.8rem;
}

.progress {
    position: relative;
    height: 20px;
}

.progress-bar-title {
  position: absolute;
  text-align: center;
  line-height: 20px; /* line-height should be equal to bar height */
  overflow: hidden;
  right: 0;
  left: 0;
  top: 0;
}

.django-ckeditor-widget{
  width: 100% !important;
  height: 50% !important;
}

.footer {
    margin-top: auto;
}
