#uiContainer {
    margin: 20px;
}

#uiContainer select {
    margin-bottom: 15px;
    width: 260px;
}

ul {
    list-style: none;
    text-align: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

div.integrator {
    border: 0px;
}

@media (orientation: portrait) {
    .integrator.DL_FRONT {
        background: url('../images/ghost_dlfront_portrait.png') no-repeat;
    }

    .integrator.PDF417_BARCODE {
        background: url('../images/ghost_barcode_portrait.png') no-repeat;
    }

    .integrator.PASSPORT {
        background: url('../images/ghost_passport_portrait.png') no-repeat;
    }

    .integrator.SELFIE {
        background: url('../images/ghost_selfie_portrait.gif') no-repeat;
    }

    .integrator.SELFIE.FACE_IN_GUIDE {
        background: url('../images/ghost_selfie_portrait_green.gif') no-repeat;
    }

}

@media (orientation: landscape) {
    .integrator.DL_FRONT {
        background: url('../images/ghost_dlfront.png') no-repeat;
    }

    .integrator.PDF417_BARCODE {
        background: url('../images/ghost_barcode.png') no-repeat;
    }

    .integrator.PASSPORT {
        background: url('../images/ghost_passport.png') no-repeat;
    }

    .integrator.SELFIE {
        background: url('../images/ghost_selfie.gif') no-repeat;
    }

    .integrator.SELFIE.FACE_IN_GUIDE {
        background: url('../images/ghost_selfie_green.gif') no-repeat;
    }
}

#misnapError {
    margin-top: 15px;
    font-size: 14pt;
    font-family: arial;
    color: red;
}

#capturedImage {
    max-width: 100%;
    height: auto;
}

#integratorDocTypeInput {
    padding: 4px;
}

.loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mitekDisplayContainer {
    z-index: 99 !important;
}

#mitekOuterContainer {
    z-index: 99 !important;
}