.panel.selectable {
  border-width: 2px;
  cursor: pointer;
}

.selectedPanel {
  border-color: dodgerblue!important;
  border-width: 2px;
}
/* .selectedPanel .panel-heading .title {
  color: dodgerblue;
} */


/* Versions choice */

.panel-heading .title {
  font-size: 1.5em;
  font-weight: bold;
}

/* Version BASE */
/* .base-panel ul.list-group li.list-group-item:nth-of-type(odd) {
  background: blue;
} */
.base-panel ul.list-group li.list-group-item:nth-of-type(even) {
  background-color: #f5f5f5;
}
/* .base-panel .panel-heading {
  background-color: #eeeeee;
} */

/* Version PRO */
.pro-panel {
  border-color: #afe4fd;
}
/* .pro-panel ul.list-group li.list-group-item:nth-of-type(odd) {
  background: blue;
} */
.pro-panel ul.list-group li.list-group-item:nth-of-type(even) {
  background-color: #ccefff;
}
.pro-panel .panel-heading {
  background-color: #ccefff;
}


/* Modules choices */

/* Module BACKUPS */
.backups-panel {
  border-color: #afe4fd;
}
.backups-panel .panel-heading {
  background-color: #ccefff !important;
}

/* Module OFFICE */
/*
.office-panel {
  border-color: #c4fed6;
}
.office-panel .panel-heading {
  background-color: #d7fee4 !important;
}
*/

.therapistInput,
.therapistInput:focus {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  outline: none;
}
