/* ===========================
 * Get Well Card
 * =========================== */
/* Intro */
.gwc-intro__img {
  text-align: right;
}
.gwc-intro__img .gwc-img-container {
  display: inline-block;
  max-width: 349px;
}
.gwc-intro__img .gwc-img-container img {
  width: 100%;
}

.gwc-intro__content p {
  font-size: 1.25em;
  line-height: calc(30em/20);
  margin-bottom: 15px;
}
.gwc-intro__content .btn-ach-green {
  max-width: 348px;
  width: 100%;
}

/* Steps */
.gwc-headline {
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #ff5300;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.gwc-headline span {
  font-size: 36px;
  color: #fff;
}
.gwc-headline img {
  position: absolute;
  left: 50px;
  top: 15px;
  width: 180px;
}
.gwc-headline img.gwc-headline__cards {
  width: 290px;
  left: 20px;
  top: 0;
}
.gwc-headline img.gwc-headline__pencil {
  width: 150px;
  left: 110px;
  top: -9px;
}

.gwc-nav {
  margin-bottom: 20px;
}

.gwc-body__theme-selections {
  margin-top: 5px;
  text-align: center;
}

.gwc-body__theme-selection {
  display: inline-block;
  padding: 0 40px;
}
.gwc-body__theme-selection:hover .gwc-body__theme-img, .gwc-body__theme-selection:focus .gwc-body__theme-img {
  transform: scale(1.2);
}
.gwc-body__theme-selection:hover .gwc-body__theme-img svg path, .gwc-body__theme-selection:focus .gwc-body__theme-img svg path {
  fill: #4080bf;
}
.gwc-body__theme-selection:hover .gwc-body__theme-text, .gwc-body__theme-selection:focus .gwc-body__theme-text {
  color: #4080bf;
}

.gwc-body__theme-img {
  height: 138px;
  width: 138px;
  display: block;
  transition: 0.2s all linear;
}
.gwc-body__theme-img svg {
  width: 100%;
  height: 100%;
}
.gwc-body__theme-img svg path {
  transition: 0.2s all linear;
  fill: #6699cc;
}

.gwc-body__theme-text {
  font-size: 22px;
  color: #6699cc;
  margin-top: 15px;
  display: block;
}

.gwc-gallery__img-container {
  margin-bottom: 30px;
  text-align: center;
}

.gwc-gallery__img {
  display: block;
  height: 270px;
  border: 2px solid #000;
}
.gwc-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gwc-gallery__img.custom {
  position: relative;
  padding: 28px;
  background-color: #fff;
}
.gwc-gallery__img .thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  background-color: inherit;
  border: 0;
  border-radius: 0;
}

.fileinput {
  display: block;
}

.fileinput .form-control {
  overflow: hidden;
  background: #e1e1e1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 37px;
  font-size: 16px;
}

.fileinput .input-group-addon {
  background-color: #aaa;
  border: 0;
  box-shadow: inset 0px 0px 10px 2px #777;
  border-radius: 0px;
  position: relative;
  width: auto;
}
.fileinput .input-group-addon .colorpicker-icon {
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 0;
  height: 29px;
}

.fileinput .gwc-edit__file-upload .form-control {
  width: 210px;
}

.form-control .fileinput-filename {
  display: inline-block;
  white-space: pre;
  text-overflow: ellipsis;
  width: 186px;
  position: relative;
  vertical-align: middle;
}

.fileinput-exists .fileinput-filename::before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.gwc-custom-circle {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  left: 50%;
  top: 50%;
  text-align: center;
  margin-left: -52px;
  margin-top: -52px;
}
.gwc-custom-circle span {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: table;
  text-transform: uppercase;
}
.gwc-custom-circle span span {
  vertical-align: middle;
  display: table-cell;
}

.gwc-gallery__img-footnote {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
.gwc-gallery__img-footnote::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 4px;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 9px solid #ccc;
}
.gwc-gallery__img-footnote::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 4px;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 9px solid #ccc;
}

.gwc-form-content .gwc-gallery__img-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 360px;
}
.gwc-form-content .gwc-gallery__img-container + .gwc-gallery__img-container {
  margin-top: 13px;
}

.gwc-gallery__img.inside {
  padding: 25px 15px;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gwc-gallery__img.inside div[class^=inside__] {
  width: 100%;
}
.gwc-gallery__img.inside .inside__content {
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  align-self: center;
}
.gwc-gallery__img.inside .inside__from {
  align-self: flex-end;
}

/* Customize Screen */
.gwc-edit .btn-file {
  margin-left: 6px;
  padding: 6px 15px;
  background: #ccc;
  border: 0;
  height: 37px;
  font-size: 16px;
  border-radius: 12px;
}
.gwc-edit .fileinput-new {
  vertical-align: middle;
  padding-right: 35px;
}
.gwc-edit .fileinput-exists {
  vertical-align: middle;
}

.gwc-edit__header {
  padding-bottom: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #b2b2b2;
}

.gwc-edit__file-upload {
  margin-bottom: 15px;
}

.gwc-edit__body {
  margin-bottom: 30px;
}

.gwc-edit__submit {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #ff5300;
  padding: 9px 45px;
  border-radius: 12px;
  transition: 0.2s all linear;
}
.gwc-edit__submit input.btn {
  font-size: 20px;
  background: transparent;
  transition: 0.2s all linear;
  padding: 0 0 0 5px;
  vertical-align: baseline;
}
.gwc-edit__submit input.btn:hover, .gwc-edit__submit input.btn:focus {
  color: #fff;
}
.gwc-edit__submit:hover, .gwc-edit__submit:focus {
  color: #fff;
  background: #cc4200;
}

.file-input-header {
  margin-bottom: 15px;
}

.input-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.gwc-message textarea {
  width: 100%;
  height: 95px;
  resize: vertical;
  background: #e1e1e1;
  border: 0;
  padding: 10px 15px;
}
.gwc-message .alert {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  margin: 0;
  text-align: right;
}

.gwc-info {
  margin-top: 50px;
}
.gwc-info .input-title {
  margin-bottom: 0;
  line-height: 37px;
}
.gwc-info .form-control {
  width: 100%;
}
.gwc-info .select__arrow {
  border-color: #fff transparent transparent transparent;
}

.input-color {
  width: 100%;
  background: transparent;
  height: 40px;
  padding: 0;
  border: 0;
  width: 100%;
  line-height: 1;
  margin: 0;
  border: 2px solid #000;
  max-width: 230px;
}
.input-color::-webkit-color-swatch-wrapper {
  padding: 0;
}
.input-color::-webkit-color-swatch {
  border: 0;
}

.gwc-info__group + .gwc-info__group {
  margin-top: 30px;
}

.bg-danger--gwc {
  padding: 15px;
}

@media only screen and (max-width: 1201px) {
  .gwc-headline img {
    display: none;
  }

  .gwc-gallery__img {
    height: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .gwc-edit .btn-file {
    margin-left: 0;
  }
  .gwc-edit .btn-file + .btn-file {
    margin-left: 6px;
  }

  .gwc-gallery__img {
    height: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fileinput .gwc-edit__file-upload .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .fileinput .gwc-edit__file-upload .form-control#input-color {
    margin-bottom: 0;
  }

  .gwc-gallery__img.inside {
    font-size: 10px;
  }

  .gwc-gallery__img.inside .inside__content {
    font-size: 10px;
    line-height: 12px;
  }
}
/* Responsive */
@media only screen and (max-width: 767px) {
  .gwc-intro {
    text-align: center;
  }

  .gwc-intro__img {
    text-align: inherit;
    margin-bottom: 15px;
  }

  .gwc-body__theme-selection + .gwc-body__theme-selection {
    margin-top: 20px;
  }

  .gwc-headline {
    height: auto;
  }
  .gwc-headline span {
    font-size: 24px;
    padding: 15px;
  }

  .gwc-gallery__img {
    height: 130px;
  }

  .gwc-custom-circle {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
  .gwc-custom-circle span {
    font-size: 14px;
  }

  .gwc-form-content__previews {
    margin-top: 15px;
    text-align: center;
  }

  .gwc-edit__submit {
    margin-top: 15px;
  }

  .gwc-info {
    margin-top: 15px;
  }

  .gwc-info__group + .gwc-info__group {
    margin-top: 15px;
  }

  .gwc-form-content .gwc-gallery__img {
    height: 200px;
  }

  .fileinput .gwc-edit__file-upload .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .fileinput .gwc-edit__file-upload .form-control#input-color {
    margin-bottom: 0;
  }

  #input-color-container.colorpicker-element .input-group-addon i, #input-color-container.colorpicker-element .add-on i {
    width: 32px;
    height: 32px;
  }

  .fileinput .input-group-addon .colorpicker-icon {
    right: -50px;
    height: 44px;
  }
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

/*# sourceMappingURL=jasny-bootstrap.css.map */
/*!
 * Bootstrap Colorpicker v2.4.0
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue.png");
}

.colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  display: none;
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

.colorpicker-selectors i + i {
  margin-left: 3px;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue-horizontal.png");
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha-horizontal.png");
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
