#modalBackdrop {
  background-color: black !important;
}

#modalContent {
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
  z-index: 6000!important;
}

#modal-content {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.modal-throbber-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal-content .ajax-progress {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.modal-throbber-wrapper img {
  margin: 0!important;
}

.progress-disabled {
  float: none;
}

.ctools-modal-content {
  background: #fff;
  color: #000;
  padding: 0;
  margin: 0!important;
  border: none!important;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}


/* Modal Header used only for X */

div.ctools-modal-content .modal-header {
  padding: 0;
  position: absolute;
  z-index: 9;
  background-color: #3ac6fd !important;
}

div.ctools-modal-content .modal-title,
div.ctools-modal-content a.close img {
  display: none;
}

div.ctools-modal-content a.close {
  color: white;
  width: 13px;
  height: 13px;
  font-size: 21px;
  display: none;
  line-height: .5em;
}

div.ctools-modal-content a.close:focus {
  outline: none;
}


/* General style inside form */

.odo--modal--form h1 {
  margin: 0 !important;
  padding: 47px;
  height: 29px;
  font-family: "Open Sans Hebrew Bold" !important;
  font-size: 26px;
  font-weight: bold;
  color: white;
  background-color: #3ac6fd;
  text-align: center;
}

.odo--modal--form .form-item label {
  float: none!important;
  position: static!important;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: right;
  color: #5d5d5d;
}

.odo--modal--form #wrap-form {
  padding: 22px 37px 32px 37px;
}

.odo--modal--form .form-item {
  margin-top: 0;
  padding: 0;
}

.odo--modal--form .form-text {
  width: 100%;
  height: 47px!important;
  padding: 0 1em;
  box-sizing: border-box;
  margin-bottom: 0;
  border-radius: 3px;
  border: solid 0.5px #a7a7a7;
  font-size: 16px;
}

.odo--modal--form .form-select {
  width: 244px;
  height: 46px;
  border-radius: 3px;
  border: solid 0.5px #a7a7a7;
  margin-bottom: 0;
  padding: 11px;
  background-color: white;
  font-family: Arial;
  font-size: 16px;
  text-align: right;
  color: #232323;
  background-image: url(/sites/all/themes/omega/omega/images/select-arrow.gif);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: center;
  background-size: 16px;
  background-position-x: 14px;
}

.odo--modal--form .publish_checkbox {
  display: flex;
  align-items: center;
  font-family: Arial;
  font-size: 15px;
  line-height: 1em;
  text-align: right;
  color: #888888;
  margin-bottom: 8px;
}

.odo--modal--form .publish_checkbox .form-item {
  padding: 0;
  margin: 0 0 0 6px;
}

.odo--modal--form .publish_checkbox .form-checkbox {
  width: 17px;
  height: 17px;
  border-radius: 1.9px;
}

.odo--modal--form .markup {
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #888888;
  padding: 0 35px;
  direction: ltr;
}

.odo--modal--form input.form-submit {
  width: 346px;
  height: 46px;
  font-family: "Open Sans Hebrew Bold";
  border-radius: 3px;
  background: #1692e8;
  color: white;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 20px auto;
  border: none;
  text-shadow: none;
}

.odo--modal--form input.form-submit.disabled {
  background: #E3E3E3;
  border: none;
  color: grey;
}

.odo--modal--form .prev-page {
  margin: -1px 40px;
  width: 123px;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #5d5d5d;
  border-bottom: 1px solid;
  float: left;
  margin-top: 40px;
  display: block;
}


/* Errors */

.error .odo--modal--form .prev-page {
  margin-top: 0 !important;
}

.odo--modal--form_error {
  height: 40px;
  font-family: Arial;
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
  color: #ff0d0d;
  margin: 0 auto;
  display: block;
  margin-top: 16px;
}

.odo--modal--form_error.hide {
  display: none;
}

.page-open-day-online .try-again {
  color: #45ade6;
  cursor: pointer;
}


/* Used in Thank you */

.odo--modal-message {
  text-align: center;
}

.odo--modal-header {
  height: 114px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #3ac6fd url(/sites/all/themes/tau_v2/images/icon.png) center center no-repeat;
}

.odo--modal-bolder {
  height: auto;
  font-family: "Open Sans Hebrew Bold";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #232323;
  margin: 0 auto;
  padding: 1em 1.5em;
}

.odo--modal-text {
  height: 30px;
  font-family: "Open Sans Hebrew Regular";
  font-size: 18px;
  line-height: 1.67;
  color: #232323;
  margin: 18px auto;
}

.odo--modal-image {
  height: 73px;
  width: 73px;
  margin: 21px auto;
  background-size: cover;
  background-image: url(/sites/all/themes/tau_v2/images/call-center-agent.png);
  background-position: center center;
}

.odo--modal--form .form-item input.error {
  border: 2px solid red !important;
}

.publish_checkbox.error {
  color: red;
}

.page-open-day-online .messages.error {
  display: none;
}

.page-open-day-online .ajax-progress .throbber {
  margin-top: -36px;
  margin-right: 218px;
}

.odo--modal--form .open_day_online_error {
  width: 443px;
  line-height: 1.33;
  color: #ff0d0d;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.odo--modal-message .addtocal {
  font-family: "Open Sans Hebrew Regular";
  float: none;
}

.odo--modal-message .addtocal:before {
  content: '';
  width: 18px;
  margin-left: 11px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background-image: url('/sites/all/modules/custom/feature/open_day_online/icons/ico-calendar.svg');
}

.odo--modal-message .odo--add-cal-menu {
  left: -65px !important;
  top: -78px !important;
}
