input[type=date] {
  border: 0;
  /*clip-path: inset(0 20px 0 0);*/
  width: 9.2em;
  font-size: 13px;
}
@supports (-moz-appearance:none) {
    input[type=date] { clip-path: inset(0 20px 0 0); }
}
input[type=time] {
  border: 0;
  /*clip-path: inset(0 20px 0 0);*/
  width: 5em;
  font-size: 13px;
}
@supports (-moz-appearance:none) {
    input[type=time] { clip-path: inset(0 20px 0 0); }
}

.vkrouzku {
  background-color: #000;
  color: white;
  border-radius: 1em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  display: inline-block;
}
.mimo {
  position: absolute;
}
.maly {
  font-size: 10px;
  font-weight: normal;
}
.win {
  text-decoration: underline;
}
.txtlog {
  /*color: #fff;*/
  background: transparent;
  border: 1px solid #cabebe;
}
.butlog {
  /*color: #fff;*/
  border: 1px outset;
  padding: 2px;
  background: transparent;
}
.butlog:hover {
  border: 1px inset;
  /*margin-left: 1px;
  margin-top: 1px;*/
  text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AAA;
    opacity: 1; /* Firefox */
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #AAA;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #AAA;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AAA;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #AAA;
}
<!--
  td           {  padding: 4px; border: 1px solid #111111; }
-->

.admin {
  left: 99px;
  top: 39px;
  position: absolute;
  width: 98px;
  height: 24px;
  /*color: white;*/
  background: #0580dc;  
  background: linear-gradient(to right,  #777, #aaa, #777);
}
.soutezlichy {
  /*color: #aed1ff;*/
}
.soutezsudy {
  color: #B1F294;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}