#root table
{
  margin-left: 13px;
}
#root table td
{
  cursor: pointer;
}
body
{
  margin:0px;
  padding:0px;
}
td, body
{
  font-family: verdana;
  font-size: 9pt;
  margin: 0;
  background: white;
}
form
{
  margin: 1px;
}
img
{
  border: none;
}
a
{
  text-decoration: none;
}
a:link
{
  color: black;
}
a:visited
{
  color: #555666;
}
a:hover
{
  color: blue;
}
p
{
  margin: 0;
  text-align: justify;
  font-size: 8pt;
  padding-bottom: 4px;
}
b
{
  color: #424242;
}
.title 
{
  text-align: center;
  font-size: 10pt;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  margin: 0;
  color: #424242;
  background-color: #d5d6c6;
}
.title a
{
  font-size: 8pt;
  color: #424242;
}
.bord
{
  border-top: 1px solid #D5D6C6;
  text-align: center;
}
.bord1
{
  background: #D5D6C6;
  border: 1px solid #D5D6C6;
  text-align: center;
}
.bot
 {
   border-left: #d5d6c6 1px solid;
   border-right: #d5d6c6 1px solid;
   padding: 3px 4px 2px 4px;
 }
.tpbt
{
  border-bottom: 1px solid #d5d6c6;
  color: #FFFFFF;
  font-size: 10px;
}
.lef
{
  border-left: 1px solid #D5D6C6;
  color:#FFF;
  font: 8px;
}
.rig
{
  border-right: 1px solid #D5D6C6;
  color:#FFFFFF;
  font: 8px;
}
.tr
{
  border-top: 1px solid #D5D6C6; 
  border-right: 1px solid #D5D6C6;
  color: #FFF;
  font: 8px;
}
.top
{
  border-top: 1px solid #D5D6C6;
  color: #FFF;
  font: 8px;
}
input
{
  font-size: 8pt;
  background: white;
  width: 90px;
  color: black;
  border: 1px dashed #555666;
}
.inp
{
  font-size: 8pt;
  background: white;
  width: 60px;
  color: #555666;
  border: none;
}
.point
{
  padding-right: 5px;
  width: 40px;
}
span
{
  display: block;
  padding: 4px;
}
.icon td
{
  background: #D5D6C6;
  width: 20px;
  text-align:right;
}
 /* Уведомление об использовании метрических программ */
.metric-program-notification__wrapper
{
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 88, 169, .94);
  color: #fff;
}
.metric-program-notification__wrapper_show
{
  display: block;
}
.metric-program-notification__form
{
  display: flex;
  position: relative;
  min-width: 576px;
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px)
{
  .metric-program-notification__form
  {
    width: 75%;
  }
}
@media screen and (max-width: 1100px)
{
  .metric-program-notification__form
  {
    width: 100%;
  }
}
@media screen and (max-width: 720px)
{
  .metric-program-notification__form
  {
    min-width: auto;
    flex-direction: column;
  }
}
.metric-program-notification__content
{
  padding-right: 30px;
}
.metric-program-notification__content p
{
  font-size: 11.5pt;
}
.metric-program-notification__button-close
{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  /*background-color: #136ca9;*/
  background-color: transparent;
  font-size: 30px;
  line-height: 30px;
  transition: background-color .5s ease-out;
  z-index: 1;
}
.metric-program-notification__button-close div
{
  width: 100%;
  height: 100%;
  position: relative;
}
/*.metric-program-notification__button-close div:after
{
  display: inline-block;
  content: "\00d7";
  font-size: 30px;
  line-height: 22px;
  position: absolute;
  left: 3px;
}*/
.metric-program-notification__button-close div
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.metric-program-notification__button-close div:before,
.metric-program-notification__button-close div:after
{
  position: absolute;
  content: ' ';
  height: 25px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.metric-program-notification__button-close div
{
  margin-left: -2px;
}
}
.metric-program-notification__button-close div:before
{
  transform: rotate(45deg);
}
.metric-program-notification__button-close div:after
{
  transform: rotate(-45deg);
}
.metric-program-notification__button-close:hover
{
  background-color: #2782c1;
}
.metric-program-notification__button-accept
{
  min-width: 135px;
  height: 100%;
  align-self: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 25px;
  font-size: 105%;
  cursor: pointer;
  background-color: #58b2de;
  transition: background-color .5s ease-out;
}
.metric-program-notification__button-accept:hover
{
  background-color: #2782c1;
}