#dossierCreateModal {
  font-family: "Karla", "sans-serif" !important;
}
#dossierCreateModal .btn {
  border-radius: 25px !important;
}
#dossierCreateModal .modal .btn {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.3) 0 4px 8px;
}
#dossierCreateModal.overflow-disabled .scroll-container {
  overflow: hidden !important;
}
#dossierCreateModal .form-control {
  background: white;
  border-radius: 12px;
  outline: 0;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ced4da;
}
#dossierCreateModal .btn {
  display: block !important;
}
#dossierCreateModal .scroll-container {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
}
#dossierCreateModal:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.25;
  z-index: 1;
  background-color: #000;
  transition: transform 0.25s ease-out;
}
.toggleAgenda.agenda-btn {
  position: absolute;
  right: 1px;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #1d3c34;
  top: 1px;
  line-height: 40px;
  text-align: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.toggleAgenda:hover {
  cursor: pointer;
  background-color: #22483e !important;
}
.toggleAgenda i {
  color: white !important;
}
.input-group input.form-control-password {
  flex: initial !important;
  width: calc(100% - 78px) !important;
}
#vue-dossier-intro .btn-nav {
  width: 300px;
  float: left;
  margin: 10px;
  height: 120px;
  border: none;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  display: block;
  background: #1d3c34;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
#vue-dossier-intro .btn-nav > div {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
#vue-dossier-intro:hover {
  background: #3e8170;
  cursor: pointer;
}
#vue-dossier-intro .base-actions .login-logo-icon {
  width: 50px;
  height: 50px;
  margin-top: 35px;
  margin-left: 60px;
  margin-right: 15px;
  float: left;
}
#vue-dossier-intro:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.25;
  z-index: 1;
  background-color: #000;
  transition: transform 0.25s ease-out;
}
.modal.show .modal-dialog {
  z-index: 2;
}
.modal-v2 .modal-header h2 .login-logo-span {
  margin-left: 15px;
}
.modal-v2 .modal-header h2 > div * {
  float: left;
  line-height: 48px;
}
.modal-v2 .modal-header h2 img {
  max-height: 48px;
}
.modal-v2 .form-control, .modal-v2 input.form-control {
  background: white;
  border-radius: 12px;
  outline: 0;
}
.modal-search {
  width: 800px;
}
.checkbox-item:hover .checkbox-circle:after, .checkbox-item.active .checkbox-circle:after {
  content: "";
  background: #1d3c34 !important;
  z-index: 2;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 24px;
}
.base-actions {
  text-align: center;
  justify-content: center;
  display: flex;
}
.btn[disabled] {
  background-color: #d3d3d3 !important;
  /* Light grey background */
  color: #808080 !important;
  /* Grey text */
  cursor: not-allowed;
  /* Change cursor to not-allowed */
  border: 1px solid #d3d3d3 !important;
  /* Match border to background */
}
.btn.btn-success {
  background-color: #1d3c34;
}
.btn.btn-success:hover {
  background-color: #22483e;
  border-color: #22483e;
}
.has-errors input {
  border: solid 1px #1d3c34;
}
.has-errors p {
  color: firebrick;
}
.display-date-picker {
  display: flex;
  position: relative !important;
}
.picker-hidden {
  display: none;
}
