#identityCheckPaymentConfirmation {
    display:none;
}

.tlpxxIdentitaetsError {
    list-style: none;
    background-color: #e2401c;
    padding: 1em 1.618em;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    display:none;
    border-left: .618em solid rgba(0,0,0,.15);
	font-size:14px;
}

.tlpxxIdentitaetsSuccess {
    list-style: none;
    padding: 1em 1.618em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    display:none;
    border-left: .618em solid rgba(0,0,0,.15);
	font-size:14px;
}

.tlpxxIdentitaetsSuccess li, .tlpxxIdentitaetsError li {
    color: #fff;
}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 10000;
}

#modal-content {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px 0 grey;
    -webkit-box-shadow: 0 0 10px 0 grey;
    -moz-box-shadow: 0 0 10px 0 gray;
    display: none;
    /* left: 50%; */
    margin: 50px 0 0 0;
    padding: 20px;
    position: absolute;
    top: 5%;
    width: 100%;
    z-index: 10000;
}

.tlpxx-form-control {
    display:inline;
    text-align:center;
	padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    margin-right:6px;
}

.tlpxx_label {
    margin-left: 2%;
    margin-top: -2px;
    text-align:left;
    float: right;
    width: 91%;
}

.tlpxx_span_wrap {
    display:none;
}

.tlpxx_radio-inline {
    float:left;
}

.tlpxxFieldOldIDCard, .tlpxxFieldNewIDCard, .tlpxxFieldDrpCard, .tlpxxFieldAhtCard {
    width: 100%;
    margin:0 auto;
}

.cardImage {
    width:100%;
}

@media only screen and (min-device-width: 992px) {

    .cardImage {
        width:360px;
    }

    .tlpxx_radio-inline {
        float:none;
    }

    .tlpxxFieldOldIDCard {
        padding:16px;
        width: 72%;
        margin:0 auto;
    }

    .tlpxxFieldNewIDCard {
        padding: 16px;
        width: 96%;
        margin: 0 auto;
    }

    .tlpxxFieldDrpCard {
        padding: 16px;
        width: 80%;
        margin: 0 auto;
    }

    .tlpxxFieldAhtCard {
        padding: 16px;
        width: 88%;
        margin: 0 auto;
    }

    .tlpxx_span_wrap {
        display:inline;
		padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 8px;
		font-size:14px;
		float:left;
    }

    .tlpxx_label {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 0px;
    }

    #modal-content {
        font-family: Verdana, Arial, sans-serif;
        font-size:12px;
        background-color: white;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: 0 0 10px 0 gray;
        -webkit-box-shadow: 0 0 10px 0 gray;
        -moz-box-shadow: 0 0 10px 0 gray;
        display: none;
        left: 50%;
        margin: 50px 0 0 -360px;
        padding: 20px;
        position: absolute;
        top: 20%;
        width: 720px;
        z-index: 10000;
    }
}

.has--error {
    border:1px solid red !important;
    background-color:#faeceb !important;
    color:red !important;
}

.fraspyInputBlue, .fraspyInputBlue:focus {
    border-bottom: 3px solid #0532FF !important;
}

.fraspyInputGreen, .fraspyInputGreen:focus {
    border-bottom: 3px solid #00F901 !important;
}

.fraspyInputOrange, .fraspyInputOrange:focus {
    border-bottom: 3px solid #FF9300 !important;
}

.fraspyInputRed, .fraspyInputRed:focus {
    border-bottom: 3px solid #FF2601 !important;
}