@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

* { 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

body {
  background: #EEF5FD;
  color: #545556;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  width: auto !important;
  margin: 0;
}

.check {
  bottom: 0;
  display: flex;
  left: calc(50% + 40px);
  margin-bottom: 10px;
  position: absolute;
}
.containerOuter {
  height: 170px;
  background: white;
  border-radius: 10px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 2px 6px 20px 2px rgba(10,10,120,0.15);
}
.container {
  position: relative;
  margin: 20px;
  width: 160px;
}
.hidden {
  display: none;
}
.entry {
  height: 25px;
  position: absolute;
  width: 160px;
}
.entry:nth-child(2) {
  left: 8px;
  top: 8px;
}
.entry:nth-child(4) {
  left: 8px;
  top: 58px;
}
.entry:nth-child(6) {
  left: 8px;
  top: 108px;
}
.circ {
  border: 2px solid #545556;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  transition: border-color 300ms;
  margin-left: 5px;
  height: 10px;
  width: 10px;
}
.entry-label {
  cursor: pointer;
  margin-top: -3px;
  padding-left: 40px;
  user-select: none;
  -moz-user-select: none;
}
.overlay {
  background: #fff;
  mask: url(#holes);
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAACMCAYAAAAOc+uVAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAItSURBVHic7ZnNjhJBFIVPA0txr0Iyw+tIdOXWaDRufZWZeYbZuMKOUV9Gg+HHGN/BHBcNcSBT1KVOEVycb0mq635UVd9U5zQkif+Y3rkFclhQxYIqFlQZiM8vALQAPgP4AWC1+X0E4ALAFMBzAOPiCixjRfIdyX5g/h7JFyTnJYVKBGckHxQsxJBke2rBK5LF55bdal6fSnCmyO1JhlcyKrhkwbYekBySXNcUfF1L7o7k20jhhsxetxYAJk3T/Kks2EfXmkaHxkXO1MfacgCwmbPNjYsIftV1knzJDYgIfqsgkuJ7bkBE8FcFkRTr3IBzXxay9SOCjyuIFM8dEZxUECmeOyL4tIJIimluQKRRLwFcnqBRDwDMUaFRjwG8quC0zxtk5ACEL6wrksNaZiQfkvwZKRxtM08AfGDgBh2Q6wG4BfAo+sAxXB/xp+6VI3lzTMGSK3/Lgu1mt62fji1W+tH0m+R7dm9iZNVeMnjm9om0mUOs8O+zc47dz84Juh76DJG3NYEqeHLOfVnIYkEVC6pYUMWCKhZUsaCKBVUsqGJBFQuqWFDFgipO3OnEfRcn7qWCTtxTOHFP4cS9Ek7cVZy4qzhxL4ZO3AXoxF2QoxP3DifuW5y4q1hQxYIqFlSxoIoFVSyoYkEVC6pYUMWCKhZUsaCKE3c6cd/FiXupoBP3FE7cUzhxr4QTdxUn7ipO3IuhE3cBOnEX5OjEvcOJ+xYn7ioWVLGgigVV/gKEL4RSyM8Z8wAAAABJRU5ErkJggg==);
  height: 140px;
  pointer-events: none;
  transition: background 300ms;
  width: 40px;
}
.highlight {
  background: #4D98EF;
  border-radius: 50%;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 13px;
  transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transform: translateY(-50px);
  height: 4px;
  width: 4px;
}
.hidden:nth-child(1):checked ~ .highlight {
  transform: translateY(0);
}
.hidden:nth-child(3):checked ~ .highlight {
  transform: translateY(50px);
}
.hidden:nth-child(5):checked ~ .highlight {
  transform: translateY(100px);
}
.hidden:nth-child(1):checked + .entry .circle {
  border-color: #4D98EF;
}
.hidden:nth-child(3):checked + .entry .circle {
  border-color: #4D98EF;
}
.hidden:nth-child(5):checked + .entry .circle {
  border-color: #4D98EF;
}
.hidden:nth-child(7):checked + .entry .circle {
  border-color: #4D98EF;
}
.hidden:nth-child(9):checked + .entry .circle {
  border-color: #4D98EF;
}
.hidden:nth-child(11):checked + .entry .circle {
  border-color: #4D98EF;
}
.check:checked ~ .containerOuter .overlay {
  background: #ecf0f4;
}

body {
  margin: 0;
  padding: 0;
}

.clock {
  position: relative;
  left: 30px;
  width: 200px;
  height: 200px;  
  border: 5px solid #ff5f5f;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}

.blokRez {
  visibility: hidden;
}

.circle {
  margin: 1em auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

li {
  /*overflow: hidden;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0% 100%;
}

.vodo {
  display: inline-block;
}

.prostor {
  padding-left: 20px;
  width: 100%-20px;
}

#reset {
  margin-bottom: 10px;
}

.rezultat {
  /* background-color: rgba(101, 209, 242, 0.8); */
  /* border-width:2px; */
  /* border-style:solid; */
  /* border-color:black; */
  width: 500px;
  height: 300px;
  display: inline-block;
  border-radius: 10px;
  /* margin-bottom: 1ex; */
  /* margin-right: 10px; */
}

.rezultatMult {
  /* background-color: rgba(101, 209, 242, 0.8); */
  /* border-width:2px; */
  /* border-style:solid; */
  /* border-color:black; */
  width: 500px;
  height: 300px;
  display: inline-block;
  /* border-radius: 10px; */
  /* margin-bottom: 1ex; */

}

table {
  position: relative;
  text-align: center;
  /* top: -60px; */
}

.steviloObhodov {
  position: absolute;
  margin-left: 72pt;
  /* left: 390px; */
  /* top: 200px; */
}

.text {
  font-size: 18px;
  font-weight: bold;
}

.enacba {
  margin-left: 1em;
}

.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004a61), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #004a61 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #004a61 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #004a61 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #004a61 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #004a61 5%, #0061a7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004a61', endColorstr='#0061a7',GradientType=0);
    background-color:#004a61;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #124d77;
    display:inline-block;
    cursor:pointer;
    margin: 6px;
    color:#ffffff;
    font-size:14px;
    padding:3px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #002e66;
    margin-left: 10px;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #004a61));
    background:-moz-linear-gradient(top, #0061a7 5%, #004a61 100%);
    background:-webkit-linear-gradient(top, #0061a7 5%, #004a61 100%);
    background:-o-linear-gradient(top, #0061a7 5%, #004a61 100%);
    background:-ms-linear-gradient(top, #0061a7 5%, #004a61 100%);
    background:linear-gradient(to bottom, #0061a7 5%, #004a61 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#004a61',GradientType=0);
    background-color:#0061a7;
}
.myButton:active {
    position:relative;
    top:1px;
}

#tab {
  border: black;
  margin-left: 1em;
}

#tabMult {
  border: black;
  margin-left: 1em;
  margin-top: 3em;
}