/* V1.0.0 - 20191129 */
.row {
  margin-bottom: 10px;
}

.tile {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin: 2px;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.tileBody {
  padding-left: 10px;
}

.tileAdvisorCode {
  border-radius: 5px;
  background-color: #DDDDDD;
  padding: 0px 5px 0px 5px !important;
}

.tileHeader p,
.tileHeader .btn {
  margin: 5px !important;
  padding: 0px 5px 0px 5px !important;
  border-radius: 5px;
  background-color: #DDDDDD;
}

.imageContainer {
  background-color: #eeeeee;
}

.checked {
  color: orange;
}

.container {
  margin-top: 20px;
}

.modalTitleInline {
  display: inline;
}

#cardTable tr {
  line-height: 5px;
  min-height: 5px;
  height: 5px;
  font-size: 0.8em;
}

.disabledButton a {
  cursor: default;
  background-color: #e9ecef;
  color: #0056b3;
}

.tileHeader .present {
  background-color: #DDDDDD;
  color: rgb(39, 175, 55);
  font-weight: bold;
}

.tileHeader .busy {
  background-color: #DDDDDD;
  color: #800600;
  font-weight: bold;
}

.tileHeader .absent {
  background-color: #DDDDDD;
  font-weight: bold;
}

.btn {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #000000;
}

.btn:hover {
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  color: #FFFFFF;
}

.page-item.active .page-link {
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  color: #FFFFFF;
}

.page-item.disabled .page-link {
  color: #86919b;
}

.page-link:hover {
  color: rgb(77, 77, 77);
}

.page-link {
  color: #000000
}

.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
  background-color: #DDDDDD !important;
  border-color: #DDDDDD !important;
  color: #000000 !important;
}

#thirdModalRow table {
  margin-bottom: 0px;
}

#thirdModalRow table tr {
  line-height: 5px;
  min-height: 5px;
  height: 5px;
}