.header-plain~#primary {
  margin-top: 50px;
}
#header {
  #brand {
    position: absolute;
    left: 50%;
    margin-left: -71px;
    width: auto;
    height: 40px;
    line-height: 40px;

    @media (min-width: 992px) {
      position: relative;
      width: 142px;
      height: 32px;
      line-height: 32px;
      left: auto;
      float: left;
      margin-top: inherit;
      margin-left: auto;
      text-align: left;
    }

    svg.icon--logo {
      width: 134px
    }
  }
}


@media (max-width: 480px) {
  #primary.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #cctForm .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .phone-prefix-plus {
    padding-right: 0 !important;
  }
}


#cctForm fieldset {
  box-shadow: 0 2px 16px rgba(40, 0, 95, 0.08);
  border-radius: 12px;
  background: #fff;
  color: #28005f;
  width: 100%;
}

#cctForm fieldset,
.fieldset-wrapper {
  padding: 1.5rem;
  margin: 25px 0 25px !important;
}

#cctForm fieldset > legend {
  margin: 0 10px !important;
  padding: 0 5px !important;
  float: left;
  width: 100%;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 600;
  color: #28005f;
  letter-spacing: .15px;
  font-size: 20px;
  line-height: 24px;
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

#cctForm label {
  line-height: 20px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-top: 10px;
  padding: 9px 0 0;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#cctForm .display-block {
  display:block;
}

#cctForm .clearfix {
  display:block;
  clear:both;
  height:1px;
}

#cct-from .full-width {
  width:100%;
}

#cctForm .padding-sides-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#cctForm .padding-left-15 {
  padding-left: 15px !important;
}

#cctForm .upload-info {
  padding: 10px;
  border: 1px solid #BABCC3 !important;
  border-radius: 10px;
}

#cctForm .upload-info.error {
  color: inherit !important;
}

#cctForm .margin-top-10 {
  margin-top:10px;
}

#cctForm label.confirm-checkbox {
  line-height: 18px;
  padding-top: 3px;
  padding-left: 25px !important;
}

#cctForm .phone-prefix-plus {
  font-size: 20px;
  line-height: 40px;
}

#cctForm .recaptcha {
  margin-top: 10px;
  margin-left: 15px;
}

@media (max-width: 480px) {
  #cctForm .uploadSection {
    margin-top: 20px;
  }
}

#cctForm .uploadSection .uploadTitle {
  color: #008aca;
  font-weight: normal;
}
#cctForm .uploadSection .fileInput {
  margin-right: auto;
  margin-left: auto;
  display: table;
}
#cctForm .uploadSection .fileUploadOverlay {
  position: relative;
}
#cctForm .uploadSection .fileUploadOverlay .fake-file {
  background: none repeat scroll 0 0;
  top: 0;
  z-index: 1;
}
#cctForm .uploadSection .fileUploadOverlay .fileFakeButton {
  margin-right: auto;
  margin-left: auto;
  display: table;
  line-height: 30px;
}
#cctForm .uploadSection .fileUploadOverlay .replace-upload {
  z-index: 1;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 6px;
  text-align: center;
}
#cctForm .uploadSection .fileUploadOverlay .browse-button {
  background: #d4d4d4 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  color: #6b6b6b;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
  margin-bottom: 2px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  padding: 1px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#cctForm .uploadSection .fileUploadOverlay input[type="file"]::-webkit-file-upload-button {
  cursor: pointer !important;
}
#cctForm .uploadSection .fileUploadOverlay input[type="file"] {
  position: relative;
  text-align: left;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  width: 100px;
  height: 22px;
  font-size: 100px;
  cursor: pointer !important;
}

#cctForm .uploadSection .fileUploadOverlay input[type="file"]:hover ~ .fake-file .btn-primary {
  color: #3200ff;
  background-color: #ebe6ff;
  border-color: #d6ccff;
}

#cctForm .uploadSection .odd .fileUploadOverlay .browse-button {
  background: #E5E5E5 none repeat scroll 0 0 !important;
  border: 1px solid black !important;
  color: #6b6b6b !important;
  width: 100px;
}
#cctForm .uploadSection .even .fileUploadOverlay .browse-button {
  background: #d4d4d4 none repeat scroll 0 0 !important;
  color: #6b6b6b !important;
  width: 100px;
}
#cctForm .uploadSection .uploadButton {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
#cctForm .uploadSection #cctForm table.documentsTable {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  font-size: 16px;
}
#cctForm .uploadSection #cctForm table.documentsTable th, #cctForm .uploadSection #cctForm table.documentsTable td {
  font-weight: normal;
}
#cctForm .uploadSection #cctForm table.documentsTable th.file-status, #cctForm .uploadSection #cctForm table.documentsTable td.file-status {
  text-align: center;
}
#cctForm .uploadSection #cctForm table.documentsTable th.file-action {
  text-align: right;
}
#cctForm .uploadSection #cctForm table.documentsTable th.file-name {
  text-align: left;
}
#cctForm .uploadSection #cctForm table.documentsTable td.file-action {
  text-align: right;
  padding-right: 10px;
}
#cctForm .uploadSection #cctForm table.documentsTable td.file-name {
  text-align: left;
  padding-left: 10px;
  color: #555 !important;
}

#cctForm .uploadSection #cctForm table.documentsTable tbody {
  background-color: white;
}

#cctForm table.documentsTable {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  color: #555 !important;
}
#cctForm table.documentsTable a {
  color: #555 !important;
}
#cctForm table.documentsTable thead th {
  color: #666666;
}
#cctForm table.documentsTable th, #cctForm table.documentsTable td {
  font-weight: normal;
}
#cctForm table.documentsTable th.file-status, #cctForm table.documentsTable td.file-status {
  text-align: center;
}
#cctForm table.documentsTable th {
  text-align: left;
  border: none !important;
}
#cctForm table.documentsTable th.file-action {
  text-align: right;
  padding-right:5px;
}
#cctForm table.documentsTable th.file-name {
  text-align: left;
  padding-left:10px;
}
#cctForm table.documentsTable th.last-column {
  text-align: center;
}
#cctForm table.documentsTable td.file-action {
  text-align: right;
  padding-right: 10px;
  border: none;
}
#cctForm table.documentsTable td.file-name {
  text-align: left;
  padding-left: 10px;
  border: none;
}
#cctForm table.documentsTable tbody {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#cctForm table.documentsTable .fileName_button {
  color: #555 !important;
  background: none !important;
  border: none !important;
}

.ui-datatable tbody tr {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.ui-datatable tbody tr.ui-widget-content {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#cctForm .bin a {
  color: #666666;
}
#cctForm .bin a:hover {
  color: #999999;
}

#cctForm .document-upload .uploadSection table.documentsTable {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#cctForm .document-upload .uploadSection table.documentsTable th, #cctForm .document-upload .uploadSection table.documentsTable td {
  font-weight: normal;
}
#cctForm .document-upload .uploadSection table.documentsTable th.file-status, #cctForm .document-upload .uploadSection table.documentsTable td.file-status {
  text-align: center;
}
#cctForm .document-upload .uploadSection table.documentsTable th.file-action {
  text-align: right;
}
#cctForm .document-upload .uploadSection table.documentsTable th.file-name {
  text-align: left;
}
#cctForm .document-upload .uploadSection table.documentsTable td.file-action {
  text-align: right;
  padding-right: 10px;
}
#cctForm .document-upload .uploadSection table.documentsTable td.file-name {
  text-align: left;
  padding-left: 10px;
}
#cctForm .document-upload .uploadSection table.documentsTable tbody {
  background-color: white;
}

@media (max-width: 480px) {
  #cctForm.form-module .messages-error ul {
    margin: 0 15px !important;
  }

}

#cctForm.form-module .error input[type="text"],
#cctForm.form-module .error input[type="password"],
#cctForm.form-module .error input[type="checkbox"],
#cctForm.form-module .error textarea {
  border-color: #FF7D7D;
  background-color: #FFF2F2;
  color: #FF7D7D;
}
#cctForm.form-module .error ::-webkit-input-placeholder {
  color: #FF7D7D;
}
#cctForm.form-module .error :-moz-placeholder {
  /* Firefox 18- */
  color: #FF7D7D;
}
#cctForm.form-module .error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FF7D7D;
}
#cctForm.form-module .error :-ms-input-placeholder {
  color: #FF7D7D;
}

#cctForm .small-padding {
	padding-left: 10px;
	padding-right: 10px;
}
#cctForm li:empty {
  display: none;
}

#cctForm div.messages-error ul li {
  margin: 10px 0;
}

.form-module .col.error .box-collection > label,
.form-module .col.error > label,
.form-module .error .box-collection > label,
.form-module .error > label {
	background: none;
	color: #FF7D7D;
	text-indent: 0;
}

fieldset .error {
	color: #FF7D7D !important;
}

/** form adaptions **/

.form-control,
textarea.form-control {
  background-color: #f4f5fa;
  border-radius: 10px !important;
}

.form-control:focus,
textarea.form-control:focus {
  background-color: #fff !important;
}

/** footer adaptions **/

#footer select.form-control {
  background-color: #fff;
}

.btn,
.btn-default,
.btn-primary {
  min-height: 50px;
  line-height: 30px;
}

.btn.icon {
  background: none;
}

.btn.icon:hover {
  background: none;
}

.icon_Bin,
.ui-icon-trash {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNGgxNk01LjU3MSA0VjIuNmMwLS40MjQuMTgxLS44MzEuNTAzLTEuMTMxLjMyMS0uMy43NTctLjQ2OSAxLjIxMi0uNDY5aDMuNDI4Yy40NTUgMCAuODkxLjE2OSAxLjIxMy40NjkuMzIxLjMuNTAyLjcwNy41MDIgMS4xMzFWNE0xNSA0djExLjRjMCAuNDI0LS4xOC44MzEtLjUwMiAxLjEzMS0uMzIyLjMtLjc1OC40NjktMS4yMTIuNDY5SDQuNzE0Yy0uNDU0IDAtLjg5LS4xNjktMS4yMTItLjQ2OUExLjU0OCAxLjU0OCAwIDAgMSAzIDE1LjRWNGgxMlpNNyA4djVNMTEgOHY1IiBzdHJva2U9IiMyODAwNUYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+Cg==") !important;
  background-position: center center !important;
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.pins-table a.icon_Bin,
.pins-table a.ui-icon-trash {
  margin-top: 14px;
}

.header-plain~#primary {
  margin-top: 50px !important;
}

.header-plain #brand {
  width: 112px !important;
}

.header-plain .main-bar {
  padding: 1.6rem 0 !important;
}

@media (max-width: 480px) {
  .header-plain~#primary {
    margin-top: 24px !important;
  }
}

#errorPage,
#finishPage {
  box-shadow: 0 2px 16px rgba(40, 0, 95, 0.08);
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  background: #fff;
  color: #7E669F;
  max-width: 500px;
  margin: auto;
  margin-top: 64px;
}

@media (max-width: 480px) {
  #errorPage,
  #finishPage {
    margin-top: 0;
  }
}

#errorPage h2,
#finishPage h2 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  letter-spacing: .15px;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  color: #28005F;
}

/* language selection */
#footer .location-widget h4 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  letter-spacing: .15px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

#footer .location-widget .modal-dialog h4 {
  margin-bottom: 8px;
  font-size: 1.44rem;
  line-height: 1.5;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  color: #28005F;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer--app {
    display: inline-block;
  }
}

#footer .location-widget ul.level-country li.country {
  margin-left: 0;
  padding-left: 0;
}

#footer .location-widget ul.level-country li.country a {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 8px 0 !important;
  line-height: 40px;
}

#footer .location-widget ul.level-country li.country a:hover {
  text-decoration: none;
  opacity: .75;
}

#footer .location-widget .toggl {
  top: 50px;
  height: 50px;
}

.modal-backdrop.in {
  background: #28005f !important;
  opacity: .6 !important;
  backdrop-filter: blur(8px);
}

.giftcard-logo svg {
  width: 100px;
  height: 100%;
}

.giftcard-label {
  font-size: smaller;
  padding-left: 3px;
}

#giftcardTypeSelectorWrapper .ui-radiobutton {
  scale: 1.5;
  width: 15px;
}

#giftcardTypeSelectorWrapper .ui-radiobutton-icon {
  margin-left: -0.15rem !important;
  margin-top: -0.25rem !important;
}

#giftcardTypeSelectorWrapper .ui-state-active {
  border: 2px solid #666;
  background: none;
  color: #fff;
}

#giftcardTypeSelectorWrapper .ui-radiobutton-box {
  border: 2px solid #666;
}

#giftcardTypeSelectorWrapper .ui-datagrid-content {
  box-shadow: none;
}

#giftcardTypeSelectorWrapper .ui-datagrid-column table {
  width: 180px;
}

#giftcardTypeSelectorWrapper label {
  line-height: 15px;
}
