html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2; 
}
td.username a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.form-container {
    width: 50%;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
    margin-top: 10px;
}

input:read-only {
    background-color: #ddd !important;
    border: 1px solid #ccc;
    color: #fff;
}

#patientModal .modal-body {
    max-height: auto; 
    overflow-y: auto; 
}

.form-control {
    appearance: auto !important;
}

.select2-container--default .select2-selection--single{
    height:40px !important;
}