﻿* {
    margin: 0;
    padding: 0;
    outline:0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(89, 89, 89);
}

table {
  width: 100%;
}

table td {
  text-align: center;
}

table thead th {
  font-size: 17px;
  padding: 10px;
}


select {
  width: 150px;
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  text-decoration: none;
  user-select: none;
  padding: .5em .4em;
  outline: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px;
  background: rgb(242, 242, 242) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}

select:hover {
  color: rgb(24, 24, 24);
  border: 1px solid rgb(198, 198, 198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

select:active {
  color: rgb(51, 51, 51);
  border: 1px solid rgb(204, 204, 204);
  background: rgb(238, 238, 238) linear-gradient(rgb(238, 238, 238), rgb(224, 224, 224));
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

body {
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(68, 68, 68);
    background: #fafafa;
    text-align: center;
    margin: 0;
}

input#enter {
  width: 70px;
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  text-decoration: none;
  user-select: none;
  padding: .2em .2em;
  outline: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px;
  background: rgb(245, 245, 245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}

input#enter:hover {
  color: rgb(24, 24, 24);
  border: 1px solid rgb(198, 198, 198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

input#enter:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
input#enter.change {
  width: 90px;
}
input#enter.create {
  width: 90px;
}

.group {
  position: relative;
  margin-bottom: 30px;
  width: 320px;
}

input {
  color: rgb(68,68,68);
  padding: .2em .2em;
  font-family: arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
input:focus {
  outline: none;
}

input:invalid {
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}

label {
  font-family: arial,sans-serif;
  font-size: 16px;
  color: #999;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
  top: -15px;
  font-size: 14px;
  color: #5264AE;
}


/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 320px;
}
.bar:before, .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}








img {
    width: 35%;
    height: 35%;
}


a {

    text-decoration: none;
 /* Отменяем подчеркивание у ссылки */

}


a#it:hover {
    color:blue;
}
a#del:hover {
    color:red;
}
a#act:hover {
    color:green;
}


table.text  {

    width:  100%;
 /* Ширина таблицы */

    border-spacing: 0;
 /* Расстояние между ячейками */
   
}





td.rightcol {
 /* Правая ячейка */

    text-align: right;
 /* Выравнивание по правому краю */
   
}






ul {
  
    list-style-type: none;

    margin: 10px 10px 10px 10px;
 
    padding: 0;
  
    width: 100px;
  
    background-color: transparent;
    z-index: 101;

}

li a {

    z-index: 100;
    display: block;

  color: rgb(68,68,68);
  padding: 10px, 10px;



    text-decoration: none;

}

.button_full {
    display: none;
    margin-left: auto; 
    margin-right: auto; 
    left: 0; 
    right: 0; 
    margin-top: 20px; 
    text-align: center; 
    width:50%;
    text-decoration: none;
    color: rgb(68,68,68);
}

.button_full a {
    color: rgb(68,68,68);
}

.button_full a:hover {
    color: #1d00fa;
}


.button_mobile {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 20px;
    text-align: center;
    width: 50%;
    text-decoration: none;
    color: rgb(68,68,68);
}

.button_mobile a {
    color: rgb(68,68,68);
}

.button_mobile a:hover {
    color: #1d00fa;
}


.button1 {
    position: absolute;
    top: 10px;
    left: 20px;

    text-decoration: none;
    color: rgb(68,68,68);
}

.button2 {
    position: absolute;
    top: 10px;
    right: 20px;

    text-decoration: none;
    color: rgb(68,68,68);
}

.button1 a{
    color: rgb(68,68,68);
}

.button2 a{
    color: rgb(68,68,68);
}

.button1 a:hover {
  color: #1d00fa;
}

.button2 a:hover {
  color: green;
}




#leftdiv
{

    max-width:800px;

    float:left;

}




#rightdiv
{

    width:250px;

    float:right;

}




/* Change the link color on hover */

li a:hover {
  
  color: #1d00fa;

}



.first {
    font-family: Roboto;
    margin: auto;
    width: 95%;
    margin: 0;
}

.first h1{
    font-size: 25px;
    color: #4a4a4a;
    margin-top: 17%;
}

.first h2{
    font-size: 25px;
    color: Grey;
}

.first h3{
    font-size: 25px;
    color: #4a4a4a;
    margin-top: 0;
}




.first1 {
    font-family: Roboto;
    margin: auto;
    width: 95%;
    margin: 0;
}

.first1 h1{
    font-size: 25px;
    color: #4a4a4a;
    margin-top: 5%;
}

.first1 h2{
    font-size: 25px;
    color: Grey;
}

.first1 h3{
    font-size: 25px;
    color: #4a4a4a;
    margin-top: 10%;
}


.vverx li {
    display: inline-block;
    background: #CA181A;
    margin-right: 3px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}


.vverx a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.vverx li:hover {
    background: #333;
}

@media screen and (max-width: 800px) {
    /*
    table thead {
      display: none;
    }
    table tr {
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid #e8e9eb;
    }
    table td.desktop {
      display: none;
    }
    table td {
      display: block;
      text-align: right;
      padding: 2px;
    }
    table td:before {
      content: attr(aria-label);
      float: left;
      font-weight: bold;
    }
    */
    table th.desktop {
      display: none;
    }
    table td.desktop {
      display: none;
    }
    .button_full {
      display: block;
    }
}
