﻿/*body {
    background-image: url("http://good-wallpapers.com/wallpapers/24270/ios7-style-retina-wallpaper.jpg");
}*/

.alert-table {
    width: 100%;
    position: absolute !important;
    top: 0 !important;
    z-index: 10 !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.barrier-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.entry-illustration {
    width: 26px;
    height: 26px;
    border: 1px solid white;
    border-radius: 26px;
    transition: background-color 500ms;
    top: 0;
    left: 0;
    z-index: 2;
}

table {
    border-collapse: initial !important;
}

.number {
    opacity: 0;
}

input {
    cursor: pointer;
}

h1 {
    text-align: center;
    font-size: 2.2em;
    color: white !important;
    z-index: 2;
}

#pin {
    display: none;
}

.number-pad {
    position: absolute;
    text-align: center;
    padding-top: 40px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    left: 50%;
    top: 150px;
    z-index: 2;
    color: #dfffff;
}

.number-pad-input {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 80px;
    width: 300px;
    text-align: center;
}

.number-push {
    padding-top: 10px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 100%;
    border: 4px solid #dfffff;
    cursor: pointer;
    font-size: 3em;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: background-color 300ms, color 300ms;
    user-select: none;
}

    .number-push:active {
        background-color: #dfffff;
        color: #243946;
    }

.active {
    background-color: #dfffff;
    color: #243946;
}

.number:active + .number-push {
    background-color: #dfffff;
    color: #243946;
}

.number-push:after {
    display: block;
    font-size: 0.2em;
    position: relative;
    top: -10px;
}

.np-2:after {
    content: "A B C";
}

.np-3:after {
    content: "D E F";
}

.np-4:after {
    content: "G H I";
}

.np-5:after {
    content: "J K L";
}

.np-6:after {
    content: "M N O";
}

.np-7:after {
    content: "P Q R S";
}

.np-8:after {
    content: "T U V";
}

.np-9:after {
    content: "W X Y Z";
}

.np-10:after {
    content: "VYNULOVAT";
}

.np-12:after {
    content: "POTVRDIT";
}

.centered {
    position: absolute;
    left: 190px;
    top: 560px;
}

.reset {
    position: absolute;
    right: 30px;
    top: 700px;
    border: none;
    background-color: transparent;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    color: #dfffff;
}

:checked ~ .first-entry {
    background-color: #dfffff;
}

:checked ~ :checked ~ .second-entry {
    background-color: #dfffff;
}

:checked ~ :checked ~ :checked ~ .third-entry {
    background-color: #dfffff;
}

:checked ~ :checked ~ :checked ~ :checked ~ .forth-entry {
    background-color: #dfffff;
}
