body, html {
    height: 100%;
    background: #000000;
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.player-block {
    height: 100%;
    background: #000000;
}

.camera {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.camera-alert {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}

video {
    width: auto;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
}

.camera img {
    height: 100%;
    position: relative;
    z-index: 5;
}

canvas {
    display: none;
}

.tip-message {
    color: #ffffff;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 49%;
    font-size: 15px;
}

.logo {
    margin-top: 15px;
}

.logo img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.hidden {
    display: none;
}

.not-ready-hidden {
    display: none;
}

.ready .not-ready-hidden {
    display: block;
}

.ready .tip-message {
    display: none;
}

.result-page {
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 48;
    position: absolute;
    left: 0;
    top: 0;
}

.result-page .wrap {
    position: relative;
}

.result-page .message {
    background: #3266FF;
    height: 80px;
    line-height: 38px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6%;
    overflow: hidden;
}

.result-page .message.danger {
    background: red;
}

.result-page .info {
    overflow: hidden;
    padding: 15px;
}

.result-page .info .vendor,
.result-page .info .preview {
    float: left;
    width: 50%;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.result-page .info .preview {
    text-align: right;
}

.result-page .info .preview img {
    width: 150px;
}

.actions-bar {
    position: absolute;
    width: 100%;
    bottom: 6%;
    left: 0;
    z-index: 49;
    text-align: center;
}

.btn {
    background: #FDFD4E;
    border-radius: 3px;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    border: 0;
    padding: 15px 55px;
    cursor: pointer;
}

.btn.secondary {
    background: #53DEFC;
}
