/* CSS für die Willkommensseite vom API Ausbau */

	.migrate-section .transformRegistration,
	.migrate-section .transformRegistration * {
		box-sizing: border-box;
	}
	
	.headline {
	   /* margin-bottom: 10px;*/
	    font-family: 'Source Sans Pro',sans-serif;
		font-size: 24px;
	    line-height: 28px;
	    background: #DB3939;
	    color: #fff;
	    padding: 20px;
	}

	.subline {
		width: 70%;
		color: #333;
	}

	.containerFormRegistration {
		position: relative;
		margin: 0px 0 85px;
		padding: 15px 10px	20px;
		background: #fff;
		/*border: 1px solid #ddd;*/
		margin-left: 0;
		padding-left: 0;
	}

	.formHeadline {
    	margin-bottom: 15px;
		font-size: 18px;
		line-height: 20px;
	}

	.containerGratisBadge {
		position: absolute;
	    top: -85px;
	    right: 65px;
	    text-align: center;
	    z-index: 1;
	}

	.containerGratisBadge .iconGratisBadge {
	    font-size: 110px;
		color: #ffb644;
	}

	.containerGratisBadge span.badgeText {
		position: absolute;
        top: 75px;
    	right: -67px;
	    transform: rotate(10deg);
	    font-size: 17px;
	    font-weight: bold;
	    color: #fff;
	    line-height: 16px;
	}

	.remoteProductLogo {
		display: inline-block;
		width: 100px;
		height: auto;
		margin-right: -15px;
		vertical-align: middle;
	}

	.convertToIcon {
		display: inline-block;
		font-size: 35px;
	    color: #ddd;
	    vertical-align: middle;
	    padding: 0 30px;
	    line-height: 0;
    	margin-top: -20px;
	}

	.userImage {
		display: inline-block;
		width: 70px;
	    vertical-align: middle;
	    height: auto;
	    margin-left: 35px;
	    border: 4px solid #eee;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	}

	.transformInfoText {
		display: inline-block;
		margin: 10px;
		font-size: 14px;
	}

	.containerFormRegistration .form-group {
		width: 70%;		
	}

	.containerFormRegistration label {
		margin: 10px 0 5px;
		font-weight: bold;
	}

	.creditBox {
		position: relative;
		width: 160px;
	    margin: 10px auto;
	    text-align: left;
	}

	.creditContainer .creditIcon {
		display: inline-block;
		margin-right: 5px;
		font-size: 18px;
	    padding: 6px;
	    border-radius: 4px;
		background: #ddd;
	    color: #fff;
	}

	.creditContainer .creditAmount {
		display: inline-block;
		font-size: 14px;
	    line-height: 16px;
	    font-weight: bold;
	    padding-left: 5px;
	    vertical-align: middle;
	}

	.creditAmount .creditValue {
		display: inline-block;
	}

	.creditAmount .creditType {
		display: inline-block;
	}

	.creditGratis {
		font-size: 12px;
		line-height: 15px;
		color: #2dad2d;
	}
	
	.sealBadge {
		width: 80px;
	    position: absolute;
	    right: 15px;
	    bottom: 0;
	}

	.buttonTransporter {
		margin: 10px 0 15px;
	}

	.imageCaptcha {
		margin: 20px 10px 0 0;
	}

	.captchaReloadIcon {
	    display: inline-block;
	    margin-top: -50px;
	    vertical-align: middle;
	    font-size: 25px;
	    color: #000;
	}

	.captchaReloadIcon:hover,
	.captchaReloadIcon:active,
	.captchaReloadIcon:focus {
		color: #000;
	}

	.verticalSeperatorLine {
		min-height: 280px;
		border-left: 1px solid #ddd;
		padding-left: 20px;
	}

	.transformLoginError {
		color: #D42E20;
	    font-size: 12.8px;
	    font-weight: bold;
	}

	hr {
		margin: 25px 0 40px;
		background-color: #ddd;
		height: 1px;
		border: 0;
	}

	@media screen and (max-width: 789px) {
		.transformRegistration {
			padding: 0 20px;
			text-align: center;
		}

		.headline {
			font-size: 18px;
			line-height: 20px;
			font-weight: bold;
			text-align: center;
		}
	
		.subline {
			width: 100%;
			padding: 0 10px;
		}

		.formHeadline {
			margin-top: 0;
			font-size: 18px;
		}
		
		.containerFormRegistration .form-group {
			width: 100%;
		}

		.creditContainer {
			display: inline-block;
			float: none;
			width: auto;
		}

		.creditBox {
			display: block;
		}

		.verticalSeperatorLine {
			height: 100%;
			padding: 0;
			border: 0px solid transparent;
		}

		.sealBadge {
			position: relative;
			right: 0;
			bottom: 0;
			padding: 10px 0;
		}

		.buttonTransporter {
			width: 100%
		}

		.btnTransformStatus {
			position: inherit;
		}

	}

/* Statiboxen Migration API */

	.infoBox.transformRegistrationStatus {
		position: relative;
	}

	.infoBox.transformRegistrationStatus h3 {
		font-size: 15px;
  		font-weight: bold;
		padding: 0px;
		float: none;
		margin-top: 0px;
		margin-right: 8px;
	}

	.infoBox {
	  background-image: none !important;
	  margin-bottom: 20px;
	  padding: 15px !important;
	  padding-bottom: 7px !important;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}

	.infoBox p {
	  padding-bottom: 7px !important;
	}

	.infoBox.waiting {
	  color: #8a6d3b;
	  background-color: #fcf8e3;
	  border-color: #faebcc;
	}

	.infoBox.waiting h3 {
	  color: #8a6d3b;
	  margin: 0;
	  border: 0;
	}

	.btnTransformStatus {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -15px;
	}

	.infoWarning.btnTransformStatus {
		background-color: #efad4d;
		border-color: #efad4d;
		color: #fff;
	}

	.infoWarning.btnTransformStatus:hover {
		color: #efad4d;
		background-color: #ffe9c8;
	}

	.infoError.btnTransformStatus {
		background-color: #c53830;
		border-color: #c53830;
		color: #fff;
	}

	.infoError.btnTransformStatus:hover {
		color: #c53830;
		background-color: #f5adad;
	}

	@media screen and (max-width: 789px) {

		.btnTransformStatus {
			position: inherit;
			margin-top: 0;
		}

	}


.sk .infoBox {
	border: 0 none;
	padding: 5px !important;	
}

.sk .infoBox p {
	padding-bottom: 0 !important;
}

@media screen and (min-width: 789px) {
	.sk .infoBox a {
		margin-top: 5px;
	}
}


/* Overlay für Fehlermelden Workaround für widget registration Overlay */

#overlaySendError.overlay,
#overlaySendError.overlay *{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

#overlaySendError.overlay {
    display: none;
    padding: 20px;
    border: 3px solid #333;
    border-radius: 6px;
    -webkit-box-shadow: 9px 9px 9px #000;
            box-shadow: 9px 9px 9px #000;
    z-index: 999;
    background: #fff;
    position: absolute !important;
    top: 15px !important;
    left: 5% !important;
    width: 90% !important;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fafafa), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0%, #fafafa 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0%, #fafafa 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #fafafa 50%, #f2f2f2 100%);
    /* new not in jooKit */
    /*text-align: center;*/
}

#overlaySendError.overlay.small {
    max-width: 450px !important;
}

#overlaySendError.overlay .close {
    display: table;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: -16px;
    top: -16px;
    width: 34px;
    padding: 0;
    background-color: transparent;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #333;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.28);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.28);
    vertical-align: baseline;
    text-decoration: none;
}

#overlaySendError.overlay .close:hover {
    text-decoration: none;
}

/* icon must replced by the icon in jooKit and change the color/background-color */
#overlaySendError.overlay .close .icon-x-mark-1 {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    background-color: #fff;
    font-size: 26px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
}

@media screen and (min-width: 768px) {
    #overlaySendError.overlay {
        position: fixed !important;
        max-width: 640px !important;
        width: 640px;
        top: 80px !important;
        left: 50% !important;
        margin-left: -320px;
    }

    #overlaySendError.overlay.small {
        margin-left: -225px;
        width: 450px !important;
    }
}
/**
 * --------- ie8 fix  ------------------ *
 */
    .ie8.oldie #overlaySendError.overlay {
        position: fixed !important;
        max-width: 640px !important;
        width: 640px;
        top: 80px !important;
        left: 50% !important;
        margin-left: -320px;
    }

    .ie8.oldie #overlaySendError.overlay.small {
        margin-left: -225px;
        width: 450px !important;
    }
/**
 * --------- ie8 fix end ------------------ *
 */

 #overlayShade {
    top: 0;
    left: 0;
    background-color: #333;
    display: none;
    height: 100%;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 19;
    padding-top: 120px;
    text-align: center;
}

#overlayShade.light {
    position: fixed;
    background: #cccccb; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccb 0%, #fffffe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccb), color-stop(100%,#fffffe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccb 0%, #fffffe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccb 0%, #fffffe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccb 0%, #fffffe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccb 0%, #fffffe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccb', endColorstr='#fffffe',GradientType=0 ); /* IE6-9 */
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}