.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;
    }

    #plockForm .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .phone-prefix-plus {
        padding-right: 0 !important;
    }
}

.plock-heading h2,
.plock-heading h3 {
    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;
}

#plockForm fieldset {
	box-shadow: 0 2px 16px rgba(40, 0, 95, 0.08);
	border-radius: 12px;
	background: #fff;
	color: #28005f;
	width: 100%;
}

.inputError,
.error {
    color: #FF7D7D;
}

/** 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;
}

#plockForm a.icon_Bin,
#plockForm a.ui-icon-trash {
    margin-top: 14px;
}

/* Lock form --------------------------------------------------------*/


#plockForm fieldset,
.fieldset-wrapper {
	padding: 1.5rem;
	margin: 25px 0 25px !important;
}

#plockForm 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;
}

#plockForm label {
	line-height: 20px;
	margin-bottom: 4px;
	margin-left: 0;
	margin-top: 10px;
	padding: 9px 0 0;
	font-size: 14px;
	letter-spacing: 0.2px;
}


#plockForm .display-block {
    display: block;
}

#plockForm .clearfix {
    display: block;
    clear: both;
    height: 1px;
}

#plock-from .full-width {
    width: 100%;
}

#plockForm .padding-sides-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#plockForm .padding-left-15 {
    padding-left: 15px !important;
}

#plockForm .upload-info {
    padding: 10px;
    border: 1px solid rgb(169, 169, 169) !important;
    margin-top: 10px;
}

#plockForm .margin-top-10 {
    margin-top: 10px;
}

#plockForm label.confirm-checkbox {
    line-height: 18px;
    padding-top: 3px;
    padding-left: 25px !important;
}

#plockForm .phone-prefix-plus {
    font-size: 20px;
    line-height: 40px;
}

#plockForm .recaptcha {
    margin-top: 10px;
    margin-left: 15px;
}

#primary .form-module p {
    color: #7E669F;
}
#plockForm.form-module .error input[type="text"],
#plockForm.form-module .error input[type="password"],
#plockForm.form-module .error input[type="checkbox"],
#plockForm.form-module .error textarea {
    border-color: #FF7D7D;
    background-color: #FFF2F2;
    color: #28005F;
}

#primary .form-module .lock-warning {
    color: #53337F;
    border-radius: 12px;
    padding: 2rem 2rem 2rem 4rem;
    background-repeat: no-repeat;
    background-position: 1rem 2.3rem;
    background-size: 20px;
    margin: 2rem 0;
    text-align: left;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNTI3IDEuODUgMS4yMzEgMTQuMzQ5YTEuODAzIDEuODAzIDAgMCAwLS4wMDUgMS43NmMuMTQ5LjI2OC4zNjQuNDkxLjYyMy42NDguMjYuMTU3LjU1NC4yNC44NTUuMjQ0aDE0LjU5MmMuMy0uMDAzLjU5Ni0uMDg3Ljg1NS0uMjQ0LjI2LS4xNTcuNDc0LS4zOC42MjMtLjY0OGExLjgwNCAxLjgwNCAwIDAgMC0uMDA1LTEuNzZMMTEuNDczIDEuODUxYTEuNzQ0IDEuNzQ0IDAgMCAwLS42MjgtLjYyNCAxLjY4OSAxLjY4OSAwIDAgMC0xLjY5IDBjLS4yNTguMTUtLjQ3NC4zNjQtLjYyOC42MjR2MFpNMTAgNnY0TTEwIDE0aC4wMSIgc3Ryb2tlPSIjRTM2MDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPgo=");
    background-color: #FFF0E5;
}

#plockForm.form-module .error ::-webkit-input-placeholder {
    color: #FF7D7D;
}

#plockForm.form-module .error :-moz-placeholder {
    /* Firefox 18- */
    color: #FF7D7D;
}

#plockForm.form-module .error ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FF7D7D;
}

#plockForm.form-module .error :-ms-input-placeholder {
    color: #FF7D7D;
}

#plockForm .small-padding {
    padding-left: 10px;
    padding-right: 10px;
}

#plockForm li:empty {
    display: none;
}


#plockForm .pin-input-wrapper .pin-input {
    margin-bottom: 10px;
}

#plockForm .pin-input-wrapper .pin-button {
    text-align: left;
}

#primary ul.option-list {
    padding: 20px 0 10px;
}

#primary #plockForm ul.option-list > li > input[type="radio"] + label {
    background-size: 20px auto;
    display: block;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    min-height: 30px;
    padding: 5px 30px;
    vertical-align: middle
}

#primary #plockForm ul.option-list > li {
    display: block;
}

#plockForm .other-reason-wrapper {
    padding-left: 30px;
}

#plockForm .email-explanation-wrapper {
    margin-top: 10px;
}

#primary #plockForm ul.option-list {
    margin-left: 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;
}

@media (min-width: 992px) {
    #plockForm .email-explanation-wrapper {
        margin-top: 80px;
    }
}

/* Confirm dialog --------------------------------------------------*/

#plockConfirmDialogForm #confirm-dialog {
    display: block;
    position: static;

    z-index: 100;
}

#plockConfirmDialogForm #confirm-dialog .dialog {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;

    background-color: white;
    min-width: 300px;
    max-width: 600px;
}

#plockConfirmDialogForm #confirm-dialog .dialog .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: black;

    padding: 0;
    margin: 0;
}


#plockConfirmDialogForm #confirm-dialog .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


#plockConfirmDialogForm #confirm-dialog .dialog input {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid white;
    width: calc(50% - 6px);
    margin: 3px;
}

#plockConfirmDialogForm #confirm-dialog .dialog h3 {
    color: #28005f;
}

#primary input[type="checkbox"] + label, .container input[type="checkbox"] + label {
    background-position: 0 2px;
}

.clearfix {
    float: none;
    clear: both;
}

@media (max-width: 480px) {
    #plockConfirmDialogForm #confirm-dialog .dialog {
        top: 15%;
    }
}

/* Lock results --------------------------------------------------*/

.lock-results {
    border-top: 1px solid #ECECEC;
    margin-top: 40px;
}

.lock-results .lock-result {
    background-color: #F9F9F9;
    border-bottom: 1px solid #ECECEC;
    float: left;
}

.lock-results .lock-result .header {
    font-size: 110%;
}

.lock-results .lock-result .header .pin {
    font-size: 120%;
}

.lock-results .lock-result .header .amount {
    font-size: 120%;
    font-weight: bold;
}

.lock-results .lock-result .header .status.success {
    font-weight: bold;
    color: #3A873F;
}

.lock-results .lock-result .header .status.failed {
    font-weight: bold;
    color: #D03821;
}

.lock-results .lock-result .header .index {
    font-weight: bold;
}



.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: 680px;
    margin: auto;
    margin-top: 64px;
}

@media (max-width: 480px) {
    #errorPage,
    #finishPage {
        margin-top: 0;
        margin-left:15px;
        margin-right: 15px;
    }
}

#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);
}
