/* 
    Created on : Mar 6, 2019, 2:48:46 PM
    Author     : jonnie
*/
/*@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&subset=hebrew');*/
@import url("https://fonts.googleapis.com/css?family=Assistant:300");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  font-family: "Assistant", sans-serif;
}

#header {
  background: #edf1f8;
}

a#logo img {
  max-height: 96px;
}

.messages-list {
  padding: 10px;
}
.messages-list .messages__container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.messages-list .messages {
  padding: 10px;
  border-radius: 10px;
}
.messages-list .messages.messages--error {
  background-color: lightpink;
}
.messages-list .messages.messages--error path {
  fill: #cc0000;
}
.messages-list .messages.messages--warning {
  background-color: lightyellow;
}
.messages-list .messages.messages--warning path {
  fill: orange;
}
.messages-list .messages.messages--status {
  background-color: lightgreen;
}
.messages-list .messages.messages--status path {
  fill: green;
}

.form-item-pass-pass2 .error {
  color: #cc0000;
}

.form-item-pass-pass2 .ok {
  color: green;
}

.password-suggestions {
  font-size: 12px;
  font-weight: 400;
}
.password-suggestions ul {
  padding-right: 15px;
}

.guardian-details-html {
  width: 210mm;
  height: 297mm;
  transform: scale(1);
  transform-origin: 100% 0;
  margin: 0 auto;
  display: block;
  border: 1px solid #000;
}

.signature-pad-wrapper {
  padding: 15px;
}

.signature-pad {
  width: 100%;
  max-width: 300px;
  height: 150px;
  margin: 15px auto;
  border: 1px solid #000;
  display: block;
}

.user-files-upload-widgets {
  margin: 0 !important;
}
.user-files-upload-widgets > .fieldset-wrapper {
  padding: 0 !important;
  border: none !important;
}
.user-files-upload-widgets > .fieldset-wrapper > div {
  width: 50%;
  float: right;
  min-height: 217px;
}
.user-files-upload-widgets > .fieldset-wrapper > div > div {
  padding: 0 10px;
}
.user-files-upload-widgets > .fieldset-wrapper > div > div label {
  text-align: center;
}

.slepat-droppable {
  float: none;
  padding: 2px;
  border: 1px solid #0c4776;
  text-align: center;
  margin: 5px auto;
  max-width: 175px;
  background: #f2f8ff;
}
.slepat-droppable:not(.success) {
  border-style: dashed;
}
.slepat-droppable > .droppable {
  border: none;
  margin: 0;
  max-width: 175px;
  min-width: 100%;
}
.slepat-droppable > .droppable .droppable-message {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 370px) {
  .slepat-droppable > .droppable .droppable-message span {
    font-size: 0.8em;
  }
}
.slepat-droppable > .droppable .droppable-message span::after {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url(../images/icon-plus.png) 0/32px no-repeat;
}
.slepat-droppable > span.file {
  min-height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.slepat-droppable > span.file a {
  direction: ltr;
  margin-top: 10px;
}
.slepat-droppable > input[type=submit] {
  margin: 28px auto;
  color: rgb(0, 0, 238);
}
.slepat-droppable + .description {
  clear: both;
}

.training-sections .ctools-collapsible-container {
  clear: both;
  margin: 15px 0;
}
.training-sections .ctools-collapsible-container .ctools-toggle {
  float: right;
  background: url(../images/collapsible-expanded.png) no-repeat 7px 7px;
  margin: 5px 0;
}
.training-sections .ctools-collapsible-container .ctools-toggle-collapsed {
  background-image: url(../images/collapsible-collapsed.png);
}
.training-sections .ctools-collapsible-container .ctools-collapsible-handle {
  padding: 6px 0;
}
.training-sections .ctools-collapsible-container .ctools-collapsible-content {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 15px;
}
.training-sections .ctools-collapsible-container .ctools-collapsible-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.training-sections .ctools-collapsible-container .ctools-collapsible-content ul li {
  padding: 0;
}

#navigation ul {
  position: relative;
}
#navigation ul::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  top: 24px;
  left: 2%;
  right: 2%;
  background: #0c4776;
  z-index: -1;
  background: repeating-linear-gradient(to right, #0c4776, #FFFFFF 2px);
}
#navigation ul li {
  width: 20%;
}
#navigation ul li a span.step {
  display: block;
  margin: 0 auto;
  border: 5px solid #FFF;
  border-radius: 50%;
  background: #FFF;
  width: 32px;
  height: 32px;
  line-height: 30px;
  box-sizing: content-box;
}
#navigation ul li a span.step span.step-inner {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  color: #000;
  text-align: center;
}
#navigation ul li a.active span.step span.step-inner {
  color: #FFF;
  background: #0c4776;
}

.collapsible a.fieldset-title {
  color: #fff;
}

html.js fieldset.collapsed {
  height: 2em;
}

body.front {
  background-image: url("../images/cannabis-blur.jpg");
  background-size: 100%;
  background-attachment: fixed;
}
body.front #page-wrapper {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 50px 0;
}
body.front #page-wrapper #page {
  background-color: white;
  max-width: 480px;
  border-radius: 5px;
  padding: 0 40px;
}

/*
 * Forms
 */
@media screen and (max-width: 991px) {
  .page-patient-personal-details,
  .page-patient-guardian-details,
  .page-patient-upload-files,
  .page-patient-signature,
  .page-patient-training,
  .page-patient-training-watch-video {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .page-patient-personal-details #block-slepattim-content,
  .page-patient-guardian-details #block-slepattim-content,
  .page-patient-upload-files #block-slepattim-content,
  .page-patient-signature #block-slepattim-content,
  .page-patient-training #block-slepattim-content,
  .page-patient-training-watch-video #block-slepattim-content,
  .page-patient-personal-details #block-slepattim-page-title,
  .page-patient-guardian-details #block-slepattim-page-title,
  .page-patient-upload-files #block-slepattim-page-title,
  .page-patient-signature #block-slepattim-page-title,
  .page-patient-training #block-slepattim-page-title,
  .page-patient-training-watch-video #block-slepattim-page-title {
    max-width: 575px;
    margin: 0 auto;
  }
}

.page-patient-personal-details .form-actions,
.page-patient-guardian-details .form-actions,
.page-patient-upload-files .form-actions,
.page-patient-signature .link-actions,
.page-patient-training .link-actions {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page-patient-personal-details .form-actions,
  .page-patient-guardian-details .form-actions,
  .page-patient-upload-files .form-actions,
  .page-patient-signature .link-actions,
  .page-patient-training .link-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 1em 1rem;
    border-top: 1px solid #efefef;
  }
}
@media screen and (max-width: 767px) {
  .page-patient-personal-details .form-actions,
  .page-patient-guardian-details .form-actions,
  .page-patient-upload-files .form-actions,
  .page-patient-signature .link-actions,
  .page-patient-training .link-actions {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .page-patient-personal-details .form-actions input,
  .page-patient-personal-details .form-actions a,
  .page-patient-guardian-details .form-actions input,
  .page-patient-guardian-details .form-actions a,
  .page-patient-upload-files .form-actions input,
  .page-patient-upload-files .form-actions a,
  .page-patient-signature .link-actions input,
  .page-patient-signature .link-actions a,
  .page-patient-training .link-actions input,
  .page-patient-training .link-actions a {
    width: 46%;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #527bbb !important;
  }
}

@media screen and (max-width: 991px) {
  .page-patient-signature .link-actions {
    /*margin: 0 -2rem;*/
  }
  .page-patient-signature .link-actions a:first-child {
    float: right;
  }
}

.page-patient-training .link-actions a {
  display: inline-block;
}

.subtitle {
  margin-top: 1em;
}

#user-profile-form,
#personal-details-form {
  position: relative;
}

.form-wrapper.form-item {
  margin: 0;
}

.field-name-phone-prefix {
  position: absolute;
  left: 0;
}
.field-name-phone-prefix label {
  visibility: hidden;
}
.field-name-phone-prefix .form-item-phone-prefix {
  margin: 0;
}

.form-item.field-name-phone,
.form-item-field-phone {
  margin-left: 100px;
}

.form-type-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-type-select > select {
  width: 100%;
  padding-left: 20px !important;
  cursor: pointer;
}
.form-type-select::after {
  background: url(../images/collapsible-expanded.png);
  content: "";
  position: absolute;
  bottom: 15px;
  left: 8px;
  width: 7px;
  height: 6px;
}

.page-patient-personal-details input[type=submit] {
  float: left;
}
@media screen and (max-width: 767px) {
  .page-patient-personal-details input[type=submit] {
    background: url(../images/arrow-next.png) 0 9px no-repeat;
    background-size: 9px 16px;
    background-position-x: calc(50% - 25px);
    line-height: 1em;
    font-weight: 400 !important;
    margin: 1rem calc(50% - 39px);
  }
}

#edit-poas {
  position: relative;
}
#edit-poas > legend {
  display: none;
}
#edit-poas > .fieldset-wrapper {
  padding: 0 !important;
  border: 0 none !important;
}
#edit-poas > .fieldset-wrapper fieldset {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.phone-wrapper {
  position: relative;
}
.phone-wrapper .form-type-select.form-item,
.phone-wrapper > .form-item:first-child {
  position: absolute;
  left: 0;
  top: 1px;
}
.phone-wrapper .form-type-select.form-item label,
.phone-wrapper > .form-item:first-child label {
  display: none;
}
.phone-wrapper .form-text {
  width: calc(100% - 100px) !important;
  margin-left: 100px;
  box-sizing: border-box;
}

.guardian-details-next-submit {
  float: left;
}

.page-patient #block-slepattim-content .olivero-details__summary {
  display: inline-block;
  padding-right: 15px !important;
  color: white;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
.page-patient #block-slepattim-content .olivero-details__summary:before {
  right: 3px;
  top: 18px;
  border: 0;
  background: url("../images/collapsible-collapsed.png") no-repeat center;
  transform: translateY(-50%) rotate(0);
}
.page-patient #block-slepattim-content .olivero-details[open] > .olivero-details__summary::before {
  transform: translateY(-50%) rotate(-90deg);
}

.ui-dialog-buttonpane {
  display: none;
}

@media screen and (min-width: 992px) {
  .ui-dialog,
  #modal-content {
    width: 575px !important;
    max-width: 100%;
  }
}

.page-patient-personal-details .ui-dialog {
  max-height: 75vh !important;
  overflow-y: hidden;
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .page-patient-personal-details .ui-dialog {
    max-height: 85vh !important;
  }
}

@media screen and (min-width: 992px) {
  #modal-content #edit-options,
  #modal-content #edit-options a,
  #modal-content #edit-options input {
    flex: none !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#addressfield-wrapper .selectize-control {
  padding: 0 !important;
  min-width: 180px;
}
#addressfield-wrapper .selectize-control .selectize-input {
  display: block;
  border: 1px solid #b8c2cc;
}
#addressfield-wrapper .selectize-control .selectize-dropdown {
  cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: unset;
  left: 1em;
}

div.ui-dialog .ui-widget-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.ui-dialog .ui-widget-header .ui-dialog-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 200;
}

div.ui-dialog .ui-dialog-content {
  padding-bottom: 20px;
}

#upload-files-wrapper .messages-list {
  display: none;
}

.add-file-submit-wrapper {
  width: 50%;
  float: right;
  text-align: center;
  padding-top: 10px;
}
.add-file-submit-wrapper .inner-wrapper {
  margin: 27px auto 5px;
}
.add-file-submit-wrapper .inner-wrapper input {
  height: 160px !important;
  background: url("../images/icon-plus.png") 50%/32px no-repeat transparent !important;
  border: 0;
  padding: 80px 0 0 !important;
  color: #000 !important;
}

.page-patient-training #block-slepattim-content .olivero-details__summary,
.page-patient-training-watch-video #block-slepattim-content .olivero-details__summary {
  color: black;
  background: none !important;
  text-decoration: none;
}
.page-patient-training #block-slepattim-content .olivero-details__summary:before,
.page-patient-training-watch-video #block-slepattim-content .olivero-details__summary:before {
  right: 3px;
  top: 18px;
  border: 0;
  background: url("../images/collapsible-collapsed.png") no-repeat center;
  transform: translateY(-50%) rotate(0);
}
.page-patient-training #block-slepattim-content .olivero-details__wrapper,
.page-patient-training-watch-video #block-slepattim-content .olivero-details__wrapper {
  padding: 1rem !important;
  border-radius: 5px;
}
.page-patient-training #block-slepattim-content .olivero-details[open] > .olivero-details__summary::before,
.page-patient-training-watch-video #block-slepattim-content .olivero-details[open] > .olivero-details__summary::before {
  transform: translateY(-50%) rotate(-90deg);
}

.player-container.normal + .player-container.normal {
  margin-top: 1rem;
}

.player-container .player-wrapper {
  visibility: hidden;
  height: 0;
}

.player-container.normal .player-wrapper {
  height: auto;
  visibility: visible;
}

.player .video-js {
  max-width: 100% !important;
}

.player .video-js .vjs-big-play-button {
  top: calc(50% - 27px);
  left: calc(50% - 45px);
}

.slepatmod-multistep-survey-form {
  position: relative;
}
.slepatmod-multistep-survey-form textarea {
  border: 1px solid grey;
  width: 100%;
}
.slepatmod-multistep-survey-form legend {
  font-weight: bold;
}
.slepatmod-multistep-survey-form .sle-survey-step-3-title {
  font-weight: bold;
}
.slepatmod-multistep-survey-form .sle-survey-step-3-title .description {
  font-size: 0.85em;
  font-weight: normal;
}
.slepatmod-multistep-survey-form .sle-survey-description {
  margin-top: 1em;
  margin-bottom: 1em;
}
.slepatmod-multistep-survey-form .sle-survey-counter p {
  text-align: center;
  font-size: 24px;
}

/*Chosen*/
.chosen-rtl .chosen-single {
  border: 0;
  padding: 0;
}
.chosen-rtl .chosen-single div {
  display: none;
}

.chosen-container .chosen-drop {
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-patient #main-wrapper {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .page-patient #content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-page-title,
  .page-patient #block-slepattim-content form {
    margin-left: 65px;
    margin-right: 65px;
  }
}

@media screen and (max-width: 767px) {
  .page-patient-guardian-details.page-patient #block-slepattim-page-title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form.slepatmod-guardian-details-form {
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-patient #block-slepattim-content form.slepatmod-guardian-details-form .subtitle {
    margin: 0 10px;
  }
}

.page-patient #block-slepattim-content form > div {
  /*  @media screen and (max-width: 767px) {
      margin-left: $side-margin !important;
      margin-right: $side-margin !important;
    }*/
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form > div.field-type-addressfield, .page-patient #block-slepattim-content form > div.form-actions {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form > div.field-name-phone, .page-patient #block-slepattim-content form > div.form-item-field-phone {
    margin-left: 165px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form fieldset {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #addressfield-wrapper legend {
    display: block;
    width: 100%;
    padding: 0 !important;
    color: #fff;
    font-weight: 700;
    background-color: #527bbb !important;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #addressfield-wrapper legend span.fieldset-legend {
    display: block;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #addressfield-wrapper legend span.fieldset-legend a {
    display: block;
    text-decoration: none;
  }
}
.page-patient #block-slepattim-content form #addressfield-wrapper legend span.summary {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #addressfield-wrapper .fieldset-wrapper {
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 10px;
    border: 0 none;
  }
}
.page-patient #block-slepattim-content form #addressfield-wrapper.collapsible legend span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #addressfield-wrapper.collapsible legend span a {
    position: relative;
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #addressfield-wrapper.collapsible legend span a::after {
    position: absolute;
    left: 65px;
    top: 10px;
    content: "";
    display: none;
    width: 9px;
    height: 16px;
    background: url(../images/arrow-next.png) 0 0 no-repeat;
    background-size: 9px 16px;
  }
}
.page-patient #block-slepattim-content form #addressfield-wrapper.collapsible.collapsed legend span a::after {
  display: block;
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .page-patient #block-slepattim-content form #user-files-wrapper {
    margin: 0 !important;
  }
  .page-patient #block-slepattim-content form #user-files-wrapper fieldset .fieldset-wrapper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .guardian-details-prev-submit {
    background: url(../images/arrow-prev.png) 75% 12px no-repeat #527bbb;
    background-size: 10px 20px;
    text-decoration: none;
    text-align: center;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .guardian-details-prev-submit {
    background-position: 90% 12px;
  }
}

@media screen and (max-width: 767px) {
  .guardian-details-next-submit {
    background: url(../images/arrow-next.png) 30% 12px no-repeat #527bbb;
    background-size: 10px 20px;
    text-decoration: none;
    text-align: center;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .guardian-details-next-submit {
    background-position: 20% 12px;
  }
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none !important;
}

.page-patient-personal-details .ui-dialog .ui-dialog-titlebar-close {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .ui-dialog .modal-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2b4776;
  }
}
.ui-dialog .modal-header #modal-title {
  font-size: 24px;
  line-height: 1em;
}
.ui-dialog .modal-header a.close {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/close.png") 0 0 no-repeat;
  background-size: 25px;
  outline: 0 none;
}
@media screen and (max-width: 767px) {
  .ui-dialog .modal-header a.close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.ui-dialog .modal-header a.close img {
  display: none;
}
.ui-dialog .ctools-modal-content {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .ui-dialog #modal-content {
    height: auto !important;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog #slepatmod-patient-watching-videos-form #edit-description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog #slepatmod-patient-watching-videos-form #edit-options {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog #slepatmod-patient-watching-videos-form #edit-options a, .ui-dialog #slepatmod-patient-watching-videos-form #edit-options input {
    border: 1px solid #333 !important;
    background-color: #527bbb !important;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    display: inline-block !important;
    margin: 10px 0 !important;
    padding: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog #slepatmod-patient-watching-videos-form #edit-options input {
    background-color: transparent !important;
    color: #000 !important;
  }
}
.ui-dialog .reg-finished-wrapper {
  overflow: hidden;
}
.ui-dialog .reg-finished {
  padding-bottom: 20px;
}

.training-document-preview {
  text-align: center;
}

.page-patient #block-slepattim-content form > div > div.signature-pad-wrapper {
  margin: 0 !important;
}

.modal-content .signature-pad-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.modal-content .signature-pad-wrapper p {
  width: 92%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.signature-pad {
  /*height: 100px;*/
  border-radius: 10px;
}

.signature-pad-clear {
  float: left;
}

.signature-pad-save {
  display: block;
  width: 71px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .signature-pad-save {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    background-color: #527bbb !important;
  }
}

.page-patient-survey-finish h1 {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .training-sections .ctools-collapsible-container {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .training-sections .ctools-collapsible-container .ctools-toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .training-sections .ctools-collapsible-container.ctools-collapsed .ctools-toggle {
    position: absolute;
    left: 65px;
    top: 8px;
    content: "";
    display: block;
    width: 9px;
    height: 16px;
    background: url(../images/arrow-next.png) 0 0 no-repeat;
    background-size: 9px 16px;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .training-sections .ctools-collapsible-container .ctools-collapsible-handle {
    display: block;
    background-color: #527bbb;
    width: 100%;
    padding: 10px 65px 10px 0 !important;
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .training-sections .ctools-collapsible-container .ctools-collapsible-content {
    background-color: #edf1fa;
    border: 0 none;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  a#link-commitment {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: url(../images/arrow-prev.png) 0 14px no-repeat;
    background-size: 9px 16px;
    background-position-x: calc(50% + 30px);
  }
}
@media screen and (max-width: 767px) {
  a#link-commitment::before {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 10px;
    content: "";
    display: none;
    width: 9px;
    height: 16px;
  }
}

/* Fix system div.error issue */
div.error.selectize-dropdown {
  background: #fff;
}

/* Fix Patient Create form styles */
[dir=rtl] .patient-create-form-wrapper .phone-wrapper .form-type-select {
  margin-top: 15px;
}
[dir=rtl] .patient-create-form-wrapper .form-actions input {
  margin-left: 10px;
}