.wrapper {
  margin-top: 30px;
}

.btn-primary {
  background: #0089a1;
}

.panel {
  padding:1px;
  border-width:2px;
}

.panel-heading {
  background: #0089a1 url(../images/header.png) !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
}

.headwarning {
  background: #ff9999 url(../images/header.png) !important;
  border-bottom: 1px solid #888 !important;
}

.errors {
  font-style: italic;
  color: #0089a1;
}

.friends .row {
  padding-top:15px;
  border-bottom: 1px dashed #ddd;
}

.friends .row:first-child {
  padding-top:0;
}

.friends .row:last-child {
  margin-bottom:10px;
}

.image {
  margin-bottom:10px;
}

.image img {
  border: 1px dashed #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:3px;
}

.footer {
  text-align: center;
  font-style:italic;
  font-size: 12px;
  margin-bottom:50px;
}

/* TEXTAREA EXPANDER
-------------------------------*/

.tx-editor-wrapper {
  position: relative;
}

.tx-editor-wrapper .tx-editor textarea {
  height: 200px !important;
}

.personalisation .tx-editor-wrapper .tx-editor textarea {
  height: 100px !important;
}

.tx-editor-wrapper .tx-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 80% !important;
  z-index: 1000;
}

.tx-editor-wrapper .tx-editor.expanded textarea {
  height: 95% !important;
}

.tx-editor-wrapper .tx-editor .tx-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 3;
}

.tx-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
  z-index: 2;
  opacity: 0;
}

/* BOOTBOX
----------------------------*/

.bootbox .dialog-checkout {
  margin-bottom: 25px;
}
.bootbox .modal-body {
  max-height: 500px;
  overflow: auto;
}
.bootbox .modal-header {
  text-transform:uppercase;
  font-weight: bold;
}
.msw-box-error .modal-header {
  background: #ff9999;
  color: #fff;
  border-bottom: 1px solid #E67C73;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}