html {
  font-size: 14px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #e7edf3
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.bar-title, footer {
    background-color: #fff
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo-ols-header {
      width: 155px;

}
.form-inline {
    display:inline-block
}
.loginPartial {
    text-align: right;
    color: white;
    background-color: #1B4D84
}

.titleSurvey {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sticky-first-col {
    position: sticky;
    left: 0;
}

.title-table-schedule {
    background-color: #1B4D84;
    color: #fff
}

.btn-outline-dark {
    color: #1B4D84;
    border-color: #1B4D84;
}


.btn-outline-dark:disabled {
    color: #a5a5a5;
    border-color: #a5a5a5;
    cursor: not-allowed;
}

.btn-outline-dark: {

    cursor: not-allowed;
}