/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Disable ugly boxes around images in IE10 */
a img {
  border: 0px;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.sticky {
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #ffffff;
}

.sticky::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 100%;
  width: 100%;
  border-top: 1px solid#cccccc;
  border-bottom: 1px solid#cccccc;
  box-sizing: border-box;
}

.android-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.android-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.android-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

.android-mobile-title {
  display: none !important;
}


.android-logo-image {
  height: 28px;
  width: 140px;
}


.android-header {
  overflow: visible;
  background-color: white;
}

.android-header .material-icons {
  color: #767777 !important;
}

.android-header .mdl-layout__drawer-button {
  background: transparent;
  color: #767777;
}

.android-header .mdl-navigation__link {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

.android-navigation-container {
  /* Simple hack to make the overflow happen to the left instead... */
  direction: rtl;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 500px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
  /* ... and now make sure the content is actually LTR */
  direction: ltr;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -ms-flex-pack: end;
  -ms-flex-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 870px;
}

.android-search-box.is-focused+.android-navigation-container {
  opacity: 0;
  width: 100px;
}


.android-navigation .mdl-navigation__link {
  display: inline-block;
  height: 60px;
  line-height: 68px;
  background-color: transparent !important;
  border-bottom: 4px solid transparent;
}

.android-navigation .mdl-navigation__link:hover {
  border-bottom: 4px solid #027bc2;
}

.android-search-box {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 16px;
  margin-right: 16px;
}

.android-more-button {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}


.android-drawer {
  border-right: none;
}

.android-drawer-separator {
  height: 1px;
  background-color: #dcdcdc;
  margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
  font-size: 14px;
  color: #757575;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
  color: #8bc34a;
}

.android-drawer .mdl-layout-title {
  position: relative;
  background: #027bc2;
  height: 160px;
}

.android-drawer .android-logo-image {
  position: absolute;
  bottom: 16px;
}

.android-be-together-section {
  position: relative;
  height: auto;
  width: auto;
  background-color: #f7f7f7;
  background-size: cover;
  padding: 170px 0px 0px;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}

.android-slogan {
  /*font-size: 60px;*/
  padding-top: 80px;
}

.android-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.android-create-character {
  font-size: 21px;
  padding-top: 400px;
}

.android-create-character a {
  text-decoration: none;
  color: #767777;
  font-weight: 300;
}

.android-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.android-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.android-screen {
  text-align: center;
}

.android-screen .android-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.android-image-link {
  text-decoration: none;
}

.android-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

.android-wear .android-screen-image {
  width: 40%;
  z-index: 1;
}


.android-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

.android-phone .android-screen-image {
  width: 100%;
  z-index: 1;
}


.android-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

.android-tablet .android-screen-image {
  width: 100%;
  z-index: 1;
}

.android-tablet .android-link {
  display: block;
  z-index: 2;
}


.android-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

.android-tv .android-screen-image {
  width: 100%;
  z-index: 1;
}


.android-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

.android-auto .android-screen-image {
  display: block;
  height: 300px;
  z-index: 1;
}


.android-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.android-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.android-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

.android-wear-band-text p {
  padding-top: 8px;
}

.android-link {
  text-decoration: none;
  color: #8bc34a !important;
}

.android-link:hover {
  color: #7cb342 !important;
}

.android-link .material-icons {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

.android-alt-link:hover {
  color: #00bfa5 !important;
}

.android-alt-link .material-icons {
  position: relative;
  top: 6px;
}

.android-customized-section {
  text-align: center;
}

.android-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

.android-customized-section-text p {
  padding-top: 16px;
}

.android-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

.android-more-section {
  padding: 80px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.android-more-section .android-section-title {
  margin-left: 12px;
  padding-bottom: 24px;
}

.android-card-container {}

.android-card-container .mdl-card__media {
  overflow: hidden;
  background: transparent;
}

.android-card-container .mdl-card__media img {
  width: 100%;
}

.android-card-container .mdl-card__title {
  background: transparent;
  height: auto;
}

.android-card-container .mdl-card__title-text {
  color: black;
  height: auto;
}

.android-card-container .mdl-card__supporting-text {
  height: auto;
  color: black;
  padding-bottom: 56px;
}

.android-card-container .mdl-card__actions {
  position: absolute;
  bottom: 0;
}

.android-card-container .mdl-card__actions a {
  border-top: none;
  font-size: 16px;
}

.android-footer {
  background-color: #fafafa;
  position: relative;
}

.android-footer a:hover {
  color: #8bc34a;
}

.android-footer .mdl-mega-footer--top-section::after {
  border-bottom: none;
}

.android-footer .mdl-mega-footer--middle-section::after {
  border-bottom: none;
}

.android-footer .mdl-mega-footer--bottom-section {
  position: relative;
}

.android-footer .mdl-mega-footer--bottom-section a {
  margin-right: 2em;
}

.android-footer .mdl-mega-footer--right-section a .material-icons {
  position: relative;
  top: 6px;
}


.android-link-menu:hover {
  cursor: pointer;
}



/* Modile menu */

.mobile_burger {
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  display: none;
  overflow-y: scroll;
}

.mobile_menu_close {
  padding: 9px;
  display: inline-block;

}

.first_mobile_row {
  display: flex;
  justify-content: space-between;
  padding: 5px 16px;
}

.mobile_nav {
  margin: 10px;
  display: flex;
  justify-content: center;
}

.mobile_nav ul {
  list-style-type: none;
}

.mobile_nav ul li {
  padding: 10px;
}

.mobile_submenu {
  padding: 0 10px;
  max-width: 80%;
}

.mobile_topmenu {
  width: 100%;
}


.mobile_topmenu li a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #767777;
}

.mobile_topmenu li a i {
  font-size: 20px;
  transform: rotate(90deg);
  float: right;
}

ul .mobile_submenu li a {
  font-size: 15px;
}

.mobile_topmenu img {
  max-width: 200px;
}

.mobile_topmenu .mobile_menu_contact {
  margin-top: 50px;

}

/* Modile menu */



/**** Mobile layout ****/
@media (max-width: 900px) {
  .android-navigation-container {
    display: none;
  }

  .mdl-layout__header-row {
    /*display: none !important;*/
    padding: 0 16px !important;
  }



  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.android-search-box.is-focused~.android-mobile-title,
  .android-search-box.is-focused+.android-navigation-container+.android-mobile-title {
    opacity: 0;
  }

  .android-more-button {
    display: none;
  }

  .android-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .android-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .android-be-together-section {
    height: 350px;
  }

  .android-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .android-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .android-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .android-create-character img {
    height: 12px;
  }

  .android-fab {
    display: none;
  }

  .android-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}


a.demo-card-wide.mdl-card {
  width: 312px;
}

.demo-card-wide>a .mdl-card__title {
  color: #fff;
  height: 126px;
  background: url('str.jpg') center / cover;
}

.demo-card-wide>.mdl-card__menu {
  color: #fff;
}

.fullWidth {
  width: 80%;
  table-layout: auto;
}

TD TD TABLE {
  overflow: auto;
}

.dataTables_filter {
  float: none !important;
  padding-right: 3% !important;
}

.dataTables_length {
  padding-left: 3% !important;
}

.dataTables_filter input {
  height: 30px;
  margin-bottom: 1%;
  width: 50% !important;
}

* {
  margin: 0;
  padding: 0;
}

a[rel="external"] {
  font-weight: bold;
}

strong {
  color: #262626;
  text-decoration: underline;
}

h1 {
  color: #5DB0E6;
  margin-bottom: 20px;
}

h2 {
  color: #a61700;
  margin: 20px 0;
}

h3 {
  color: #0082a9;
  text-decoration: underline;
}

hr {
  outline: 0;
  border: 0;
  width: 50%;
  height: 1px;
  margin: 20px auto;
  background: #CCC;
}

p {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}

pre {
  width: 100%;
  font-family: monospace;
}

acronym {
  border-bottom: 1px dashed #000;
  cursor: help;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  border: 1px solid #088de0;
  border-top: 0;
  border-bottom: 0;
}

#content {
  width: 940px;
  padding: 10px;
  background: #f5f5f5;
}

.box,
pre.javascript {
  width: 90%;
  border: 1px dashed #0082a9;
  background: #cecccc;
  padding: 10px;
}

.box {
  width: 80%;
}

.example {
  margin: 30px 0;
}

.example h3 {
  display: inline;
}

a.demo {
  font-weight: bold;
  display: inline;
  margin-left: 10px;
}

a.demo:active {
  color: red;
}

.mdl-data-table {
  white-space: normal;
}

#view-source {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
}

.hide,
.hide+label~div {
  display: none;
}

/* вид текста label */
.hide+label {
  margin: 0;
  padding: 0;
  color: green;
  cursor: pointer;
  display: inline-block;
}

/* вид текста label при активном переключателе */
.hide:checked+label {
  color: red;
  border-bottom: 0;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked+label+div {
  display: block;
  background: #efefef;
  -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
  -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
  box-shadow: inset 3px 3px 10px #7d8e8f;
  margin-left: 20px;
  padding: 10px;
  /* чуточку анимации при появлении */
  -webkit-animation: fade ease-in 0.5s;
  -moz-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}

/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}

.hide+label:before {
  background-color: #1e90ff;
  color: #fff;
  content: "\002B";
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 3px 5px;
  text-align: center;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.hide:checked+label:before {
  content: "\2212";
}

h4 {
  font-size: 36px;
  margin: 20px
}


.logix_box {
  background-color: #f7f7f7;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

#grid tr td:nth-child(2) {
  text-align: left;
}

/*.logix_box label {
  margin-top: 10px 0;
  padding-left: 10px;
}*/


.mdl-layout {
  background-color: #f7f7f7;
  overflow-y: hidden;
  /*height: auto;*/
}

.enter_lk {
  margin: 10px;


}

.enter_lk a {
  font-weight: 600;
  color: #767777;
  border: #cecccc solid 1px;
  border-radius: 5px;
  padding: 10px 30px;
}

.enter_lk:hover a {
  color: #ffffff;
  background-color: #cecccc;
  border: #cecccc solid 1px;
  text-decoration: none;
  cursor: pointer;
}


/*Страт 1600px точка излома*/
@media (min-width: 1600px) {
  .mdl-layout__header-row {
    width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
  }




  .mdl-layout-title {
    margin-right: 50px;
  }

  .fix_footer {
    width: 1600px;
  }

  .fix_scroll {
    width: 1600px;
    margin: 0 auto;
  }

  .logix_box {
    width: 60%;
    margin: 50px auto;
  }

  .footer_services {
    flex-basis: 25%;
    height: 100px;
  }

  .footer_map {
    margin-top: 50px;
  }

  .footer_menu .footer_inline {
    display: inline-block;
    margin-right: 20px;
  }

  h1 {
    font-size: 30px;
  }

  form .mdl-textfield--floating-label {
    width: 40%;
  }

  .check_event {
    /* height: 160px; */
    padding: 20px 0;
    position: relative;
  }

  .footer_logo {
    width: 300px;
  }

  .android-slogan {
    /* padding-top: 170px; */
    width: 100%;
  }

}

.mobile_lk {
  display: none;
}

.mobile_menu {
  display: none;
  padiding: 9px;
}

@media (max-width: 1400px) {
  .enter_lk {
    display: none;
  }

  .mobile_lk {
    display: block;
    margin: 10px;
  }
}

/*Страт 1200px точка излома*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .fix_scroll {
    /*width: 1200px;*/
    margin: 0 auto;
  }

  .logix_box {
    width: 90%;
    margin: 50px auto;
  }

  .footer_services {
    flex-basis: 25%;
    height: 150px;
  }

  .mdl-layout__content {
    width: 100%;
  }

  .android-slogan {
    padding-top: 130px;
    width: 100%;
  }

  .table_itog {
    width: 100% !important;
  }

  .footer_map {
    margin-top: 50px;
  }

  .footer_menu .footer_inline {
    display: inline-block;
    margin-right: 20px;
  }

  h1 {
    font-size: 30px;
  }

  form .mdl-textfield--floating-label {
    width: 40%;
  }

  .check_event {
    padding: 20px 0;
    height: 160px;
  }

  .footer_logo {
    width: 300px;
  }


}

@media (max-width: 1300px) {
  .nav {
    display: none;
  }

  .mobile_menu {
    display: block;
    padding: 9px;
  }

  div.android-header-spacer {
    justify-content: flex-end;
  }

}

/*Страт 768px точка излома*/
@media (min-width: 769px) and (max-width: 900px) {



  .fix_scroll {
    width: 768px;
    margin: 0 auto;
  }

  .logix_box {
    width: 90%;
    margin: 50px auto;
  }

  .footer_services {
    flex-basis: 35%;
    height: 150px;
  }

  .mdl-layout__content {
    width: 100%;
  }

  .android-slogan {
    width: 100%;
    padding-top: 100px;
  }

  .table_itog {
    width: 100% !important;
  }

  .footer_map {
    margin-top: 500px;
  }

  .footer_menu .footer_inline {}

  .footer_fidback {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  form .mdl-textfield--floating-label {
    width: 40%;
  }

  .check_event {
    padding: 20px 0;
    height: 160px;
  }

  .footer_logo {
    width: 300px;
  }

}

/*Страт 768px точка излома*/
@media (min-width: 320px) and (max-width: 768px) {

  h1 {
    font-size: 20px;
  }

  .fix_scroll {
    width: 95%;
    margin: 0 auto;
  }

  .logix_box {
    width: 80%;
    margin: 50px auto;
  }

  .footer_services {
    flex-basis: 100%;
    height: 150px;
  }

  .mdl-layout__content {
    width: 100%;
  }

  .android-slogan {
    width: 100%;
    padding-top: 75px;
  }

  .table_itog {
    width: 100% !important;
  }

  .footer_map {
    margin-top: 1300px;
  }

  .footer_menu .footer_inline {}

  .footer_fidback {
    display: none;
  }

  form .mdl-textfield--floating-label {
    width: 80%;
  }

  .check_event {
    height: 200px;
    padding: 20px 0;
  }

  .footer_logo {
    width: 200px;
  }

  .footer_contacts {
    width: 100%;
    float: none !important;
  }

  .footer_contacts div {
    font-size: 13px;
  }

}

/*Страт 768px точка излома*/
@media (min-width: 900px) and (max-width: 1200px) {

  .fix_scroll {
    width: 768px;
    margin: 0 auto;
  }

  .logix_box {
    width: 90%;
    margin: 50px auto;
  }

  .footer_services {
    flex-basis: 35%;
    height: 150px;
  }

  .mdl-layout__content {
    width: 100%;
  }

  .android-slogan {
    width: 100%;
  }

  .table_itog {
    width: 100% !important;
  }

  .footer_map {
    margin-top: 50px;
  }

  .footer_menu .footer_inline {}

  .footer_fidback {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  form .mdl-textfield--floating-label {
    width: 40%;
  }

  .check_event {
    height: 160px;
    padding: 20px 0;
  }

  .footer_logo {
    width: 300px;
  }

}


.check_event {
  width: 100%;
  background-color: #088de0;
  margin: 0px 0px 50px;
}

.check_event .text_event {
  margin: 20px;
  text-align: center;
  color: white;
  font-size: 20px;
}

.android-content {
  overflow: visible;
  display: block !important;
}

.check_event .button {
  text-align: center;
  background-color: #ff0000;
  color: white;
  padding: 20px;
  width: 200px;
  margin: 20px auto;
  font-size: 16px;
}

.check_event .button:hover {
  background-color: #f15353;
}

.footer {
  margin-top: 50px;
}

.table_itog img {
  margin-right: 10px;
}

.footer_menu a {
  text-decoration: none;
}

.footer_menu li {
  list-style-type: none;
  margin-top: 10px;

}

.footer_map {
  position: absolute;
  height: auto;
  width: 100%;
  box-shadow: -1px 12px 19px 20px rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.footer_menu {
  display: inline-block;
  margin: 20px 10px;
  font-size: 20px;

}

.footer_fidback {
  float: right;
  margin-top: 20px;
  margin-right: 65px;
}

.footer_fidback input {
  width: 200px;
  margin-top: 20px;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.footer_fidback textarea {
  width: 200px;
  margin-top: 20px;
  padding: 10px;
  border-color: white;
  border-radius: 5px;
}

.footer_fidback button {
  text-align: center;
  width: 220px;
  margin-top: 10px;
  background-color: #088de0;
  color: white;
  padding: 10px 5px;
  border: none;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.footer_fidback span {
  font-size: 20px;
  font-weight: 500;

}

.fix_footer {
  margin: 0 auto;
  padding: 20px 0;
}

.footer_menu span {
  font-weight: 500;
}

.footer_contacts {
  display: inline-block;
  float: right;
  margin: 20px 10px;
}

.footer_contacts div {
  margin-top: 10px;
}

.line {
  margin-top: 90px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #cecccc;
}

.footer_services {
  background-color: #088de0;
  display: inline-block;
  margin: 20px;
  padding: 30px;
  box-shadow: 6px -7px 13px 4px rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.footer_services:hover {
  box-shadow: none;
}

.footer_services a {
  color: #ffffff !important;
  font-size: 25px;
  font-weight: 500;
}

.footer_services a:hover {
  text-decoration: none;
}

.footer_services div {
  color: #ffffff !important;
  margin: 20px;
  font-size: 20px;
}

.footer_flex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.android-header-spacer {
  display: flex;
  justify-content: space-between;
}

/* Header end */

.red_color {
  background-color: red;
}

.red_color:hover {
  background-color: red;
}

/*dialog {
  position: fixed !important;
}*/
.gj-checkbox-material-icons input[type=checkbox]:checked+span:after {
  /*margin-left: 10px;*/
}

#tree {
  max-height: calc(26px * 10 - 45px);
  overflow: auto;
}


/**********************************/


html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f8f8f8;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

div[data-select]>[data-option] {
  display: none;
}

div[data-select]>[data-option].selected {
  display: block;
}

/* Header */
header {
  position: fixed;
  top: 0px;
  z-index: 900;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #ddeeff;
  border-bottom: 1px solid #cccccc;
}

header .nav_panel {
  display: flex;
}

header .menu_button {
  padding: 10px 10px 10px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.5s;
}

header .menu_button:hover {
  background-color: #a0dbff;
}

header .menu_button>i.material-icons {
  display: block;
  font-size: 30px;
}

header #logo {
  width: 260px;
  height: 50px;
  padding: 5px 5px 5px;
  box-sizing: border-box;
}

header #logo>a {
  display: block;
  width: 100%;
  height: 40px;
  text-decoration: none;
  background: url(../images/logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

header .user_panel {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

header .user_panel .button {
  float: right;
  margin: 7px 20px 7px;
}

header .user_info {
  height: 100%;
  position: relative;
  background-color: #ddeeff;
  z-index: 1000;
  transition-property: background-color;
  transition-duration: 0.5s;
  border-bottom: 1px solid #cccccc;
  margin-bottom: -1px;
}

/* header .user_info */


header .avatar {
  display: none;
}

header .user {
  display: flex;
  gap: 10px;
  width: 150px;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 1000;
  position: relative;
  background-color: #def;
}

.header .user:hover {
  background-color: #a0dbff;
}

header .user .profile {
  width: 35px;
}

header .user>.name {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

header #user_menu {
  position: absolute;
  top: 50px;
  z-index: 999;
  transform: translate(0%, -100%);
  transition-property: transform;
  transition-duration: 0.5s;
  background-color: #ddeeff;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

header .user_panel:hover #user_menu {
  transform: translate(0%, 0%);
}

header #user_menu>div {
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  /* padding: 5px 6px 5px; */
  text-align: right;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.5s;
}

header #user_menu>div:hover {
  background-color: #a0dbff;
}

header #user_menu>div>a {
  display: block;
  padding: 5px 6px 5px;
  text-decoration: none;
  color: #000000;
}


/* Center */
#center {
  flex: 1;
  padding: 70px 20px 20px;
}

#center .field {
  display: flex;
  font-size: 16px;
  line-height: 18px;
}

#center .field+.field {
  margin: 10px 0px 0px;
}

#center .field>.field_title,
#center .field>.field_title_33,
#center .field>.field_title_50 {
  box-sizing: border-box;
  padding: 0px 7px 0px 0px;
}

#center .field>.field_title {
  width: 25%;
}

#center .field>.field_title_33 {
  width: calc(100% / 3);
}

#center .field>.field_title_50 {
  width: 50%;
}

#center .field>.field_body {
  position: relative;
  width: 100%;
}

#center .field>.field_title+.field_body {
  width: 75%;
}

#center .field>.field_title_33+.field_body {
  width: calc(100% / 3 * 2);
}

#center .field>.field_title_50+.field_body {
  width: 50%;
}

.input_field {
  display: inline-block;
  padding: 20px 0px 0px;
}




/* Footer */
footer {
  flex: 0;
  background-color: #ddeeff;
  border-top: 1px solid #cccccc;
  padding: 25px 30px 25px;
}

footer>#footer_map {
  display: flex;
  border-bottom: 1px solid #999999;
  padding: 0px 0px 25px;
  margin: 0px 0px 25px;
}

footer .cols {
  display: flex;
}

footer .footer_col {
  flex: 1;
}

footer .footer_col+.footer_col {
  margin-left: 30px;
}

footer #footer_menu {
  flex: 3;
}

footer #footer_feedback {}

footer #contacts {}

footer .title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin: 0px 0px 10px;
}

footer .body {}

footer #footer_menu ul {
  list-style-type: none;
  padding: 0px;
  margin-right: 8%;
  line-height: 16px;
}

footer #footer_menu ul>li {
  margin-bottom: 7px;
}

footer #footer_menu a {
  font-size: 15px;
  line-height: 17px;
}

footer #footer_feedback .form_body {}

footer #footer_feedback .field {
  margin: 0px 0px 5px;
}

footer .footer_logo {
  width: 100%;
}

footer .frame {}

footer .frame tbody tr>td {}

footer>#copyright {}





/* Navigation menu */
#navigation_menu {
  position: fixed;
  top: 0px;
  left: -33%;
  z-index: 1000;
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #015e90;
  transition-property: left;
  transition-duration: 0.5s;
  /*transform: translate(-100%, 0%);*/
}

#navigation_menu.open {
  left: 0%;
}

#navigation_menu .head {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #cccccc;
}

#navigation_menu .body {
  flex: 1;
  overflow: auto;
}

#navigation_menu ul.topmenu {
  list-style: none;
  padding: 0px;
}

#navigation_menu ul.topmenu>li {}

#navigation_menu ul.topmenu>li>a {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: top;
  padding: 4px 10px 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}

#navigation_menu ul.topmenu>li>a:hover {
  background-color: #a0dbff;
  color: #606060;
}

#navigation_menu ul.topmenu>li>a>i.arrow {
  font-size: 22px;
  vertical-align: top;
  float: right;
  padding: 2px 2px 2px;
}

#navigation_menu ul.submenu {
  list-style: none;
  padding: 5px 0px 5px;
}

#navigation_menu ul.submenu>li {}

#navigation_menu ul.submenu>li>a {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: top;
  padding: 3px 10px 3px 35px;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.5s;
}

#navigation_menu ul.submenu>li>a:hover {
  background-color: #a0dbff;
  color: #999999;
}

#navigation_menu .foot {
  border-top: 1px solid #cccccc;
  padding: 5px 10px 4px;
  font-size: 17px;
  color: #ffffff;
}

#navigation_menu .foot>div {
  margin: 0px 0px 2px;
}




/* Input, Textarea, Select */
label.input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px 0px 0px;
  margin: 0px 0px 15px;
}

label.input::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 0%;
  margin: 0px auto 0px;
  height: 2px;
  background-color: #03a9f4;
  transition-property: width, left;
  transition-duration: 0.2s;
}

label.input.focused::after,
label.input.not_empty::after {
  width: 100%;
  left: 0%
}

label.input.error::after {
  background-color: #ff0000;
}

/*label.input .description
{
  width: 100%;
    font-size: 16px;
    line-height: 19px;
    margin: 0px;
    border-bottom: 1px solid transparent;
    padding: 4px 6px 4px;
    box-sizing: border-box;
    cursor: text;
}*/

label.input .placeholder,
label.input .error {
  position: absolute;
  bottom: 1px;
  width: 100%;
  padding: 4px 6px 4px;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

label.input .placeholder {
  color: #888888;
  transition-property: color, bottom, font-size, padding;
  transition-duration: 0.2s;
}

label.input .error {
  display: none;
  color: #ff0000;
  bottom: calc(100% - 20px);
  font-size: 12px;
  padding: 0px 5px 0px;
}

label.input.focused .placeholder,
label.input.not_empty .placeholder {
  bottom: calc(100% - 20px);
  color: #03a9f4;
  font-size: 12px;
  padding: 0px 5px 0px;
}

label.input.error .placeholder {
  display: none;
}

label.input.error .error {
  display: block;
}

label.input input {
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #999999;
  border-left: none;
  padding: 4px 6px 4px;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
}

label.input.error input {
  border-bottom: 1px solid #ff0000;
}

label.input.edit .placeholder,
label.input.edit input {
  display: none;
}

footer input[type="text"],
footer input[type="number"],
footer input[type="password"],
footer textarea {
  display: inline-block;
  width: 100%;
  font-family: 'Arial', sans-serif;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 4px 6px 4px;
}

/**/
select,
textarea {
  display: inline-block;
  font-family: 'Arial', sans-serif;
  color: #000000;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 2px 2px 2px;
  outline: none;
  width: 100%;
  background-color: #ffffff;
}

textarea {
  padding: 2px 5px 2px;
}




/* Radio, Checkbox */
label.radio,
label.checkbox {
  display: inline-block;
  cursor: pointer;
}

label.radio+label.radio,
label.checkbox+label.checkbox {
  margin-left: 10px;
}

label.radio>.radio_view,
label.checkbox>.checkbox_view {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  background-image: url(../img/checkbox_radio.png);
  background-size: 72px;
  background-repeat: no-repeat;
}

label.radio>.radio_view {
  background-position: -18px 0px;
}

label.radio:hover>.radio_view {
  background-position: -18px -18px;
}

label.radio>input[type="radio"]:checked+.radio_view {
  background-position: -18px -36px;
}

label.radio>input[type="radio"]:disabled+.radio_view {
  background-position: -54px 0px;
}

label.radio>input[type="radio"]:disabled:checked+.radio_view {
  background-position: -54px -36px;
}

label.checkbox>.checkbox_view {
  background-position: 0px 0px;
}

label.checkbox:hover>.checkbox_view {
  background-position: 0px -18px;
}

label.checkbox>input[type="checkbox"]:checked+.checkbox_view {
  background-position: 0px -36px;
}

label.checkbox>input[type="checkbox"]:disabled+.checkbox_view {
  background-position: -36px 0px;
}

label.checkbox>input[type="checkbox"]:disabled:checked+.checkbox_view {
  background-position: -36px -36px;
}

label.radio>.text,
label.checkbox>.text {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

label.radio>input[type="radio"]:disabled~.text,
label.checkbox>input[type="checkbox"]:disabled~.text {
  color: #a1a1a1;
}




/* Buttons */
.button {
  display: inline-block;
  background-color: #a0dbff;
  padding: 8px 12px 8px;
  border-radius: 5px;
  font-size: 17px;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 0.5s;
}

.button+.button {
  margin-left: 7px;
}

.button:hover {
  background-color: #6fc8ff;
}

.button i {
  font-size: 19px;
  vertical-align: top;
}

.mini_button {
  display: inline-block;
  background-color: #a0dbff;
  padding: 4px 6px 4px;
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 0.5s;
}

.mini_button+.mini_button {
  margin-left: 7px;
}

.mini_button:hover {
  background-color: #6fc8ff;
}

.button.disabled,
.button[disabled],
.mini_button.disabled,
.mini_button[disabled] {
  background-color: #dddddd;
  color: #999999;
}

.mini_button i {
  font-size: 17px;
  vertical-align: top;
}

.link_button {
  display: inline-block;
  background-color: transparent;
  font-size: 17px;
  text-align: center;
  padding: 8px 12px 8px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 0.5s;
}

.link_button:hover {
  /*background-color: #dddddd;*/
  background-color: #6fc8ff;
}

.link_button i {
  font-size: 19px;
  vertical-align: top;
}




/* Dialog */
body dialog {
  position: fixed !important;
  border: none;
  box-shadow: 0 9px 46px 8px rgb(0 0 0 / 14%), 0 11px 15px -7px rgb(0 0 0 / 12%), 0 24px 38px 3px rgb(0 0 0 / 20%);
  width: 280px;
}

dialog .mdl-dialog__content {
  padding: 20px 24px 0px;
  color: rgba(0, 0, 0, .54);
}

dialog .mdl-dialog__actions {
  padding: 0px 8px 8px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dialog .mdl-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

dialog .mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  transition-property: background-color;
  transition-duration: 0.5s;
}

dialog .mdl-button:hover {
  background-color: #ececec;
}

dialog .mdl-dialog__actions>* {
  margin-right: 8px;
  height: 36px;
}

dialog .mdl-dialog__actions>*:first-child {
  margin-right: 0;
}

dialog fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

dialog .mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}

dialog .mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 0px 0;
}

dialog .mdl-data-table {
  position: relative;
  border: 1px solid rgba(0, 0, 0, .12);
  border-collapse: collapse;
  font-size: 13px;
  background-color: #fff;
}

dialog .mdl-data-table tbody tr {
  position: relative;
  height: 48px;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-property: background-color;
}

dialog .mdl-data-table td {
  text-align: right;
  position: relative;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, .12);
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 12px 18px;
  box-sizing: border-box;
  vertical-align: middle;
}

dialog .mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
  text-align: left;
}

dialog .mdl-data-table td:first-of-type,
.mdl-data-table th:first-of-type {
  padding-left: 24px;
}






/* Bookmarks styles */
.bookmarks {
  display: flex;
}

.bookmarks>.bookmark {
  flex: 1;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background-color: #eeeeee;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  padding: 10px 10px 10px;
  margin: 0px 0px -1px;
  vertical-align: top;
  cursor: default;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bookmarks>.bookmark+.bookmark {
  border-left: none;
}

.bookmarks>.bookmark.selected {
  background-color: #ffffff;
  border-bottom: none;
}

.bookmarks>.bookmark.disabled {
  color: #888888;
}

.bookmarks>.bookmark:hover:not(.selected, .disabled) {
  background-color: #cccccc;
  cursor: pointer
}

.bookmarks_body {
  border-top: none;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px 10px;
}

.bookmarks_body>.bookmarks_box {
  display: none;
}

.bookmarks_body>.bookmarks_box.active {
  display: block;
}

/*.content
{
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 10px;
}*/




/* Search Model */
.liveSearch_model {
  position: relative;
  margin: 0px auto 0px;
}

.liveSearch_model .mdl-textfield {
  width: 100%;
}

.liveSearch_model .search {
  position: relative;
  z-index: 250;
}

.liveSearch_model .searchList {
  display: none;
  position: absolute;
  top: calc(100% - 15px);
  left: 0px;
  z-index: 1000;
  width: 100%;
  max-height: calc(26px*12);
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: auto;
}

.liveSearch_model .searchList>.option,
.liveSearch_model .searchList>.center {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  padding: 4px 10px;
}

.liveSearch_model .searchList>.option:hover {
  background-color: #40c4ff;
  cursor: pointer;
}

.liveSearch_model .searchList>.center {
  text-align: center;
}




.h1 {
  font-size: 35px;
  text-align: center;
  line-height: 1;
  color: #767777;
  margin: 15px 0px 15px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.margin_bottom {
  margin-bottom: 15px;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #ff0000;
}

.green {
  color: #008000;
}

.bold {
  font-weight: bold;
}

.rur {
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
}

#backBlock {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
}

span.label {
  display: inline-block;
  padding-top: 20px;
}

tr.finder>td,
tr.characteristic>td {
  background-color: #ffffff !important;
}

.download {
  overflow: hidden;
}

.download>div,
.download>span {
  background-image: url(/img/load.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: anim_rotation;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: steps(12, start);
}

span.backmark {
  background-color: #d1d1d1;
  font-weight: bold;
}





/* Tables */
table.original {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 10px;
}

table.original>thead {
  position: sticky;
  top: 51px;
  z-index: 300;
  border-bottom: 4px double #cccccc;
}

table.original table.original>thead {
  position: relative;
  top: 0px;
  z-index: 0;
}

table.original>thead::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  border-bottom: 4px double #cccccc;
  background-color: #ffffff;
}

table.original>thead>tr>td,
table.original>thead>tr>th {
  padding: 7px 8px 7px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

table.original>thead>tr>td a,
table.original>thead>tr>th a {
  font-weight: bold;
}

table.original>tbody {
  border-top: 4px double #cccccc;
}

table.original>tbody>tr>td {
  padding: 7px 8px 7px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.5s;
}

table.original>tbody>tr:hover>td,
table.original>tbody>tr.hover>td {
  background-color: #ebf8ff;
}

table.original>tfoot {
  border-top: 4px double #cccccc;
}

table.original>tfoot>tr>td,
table.original>tfoot>tr>th {
  padding: 7px 8px 7px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}

table.options {
  width: 100%;
  border-collapse: collapse;
}

table.options>thead {
  position: sticky;
  top: 0px;
  z-index: 0;
  border-bottom: 1px solid #cccccc;
}

table.options>thead::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}

table.options>thead>tr>td,
table.options>thead>tr>th {
  padding: 4px 10px 4px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}

table.options>tbody>tr>td {
  padding: 4px 10px 4px;
  font-size: 16px;
  line-height: 18px;
  /* border-bottom: 1px solid #cccccc; */
  transition-property: background-color;
  transition-duration: 0.5s;
}

table.options>tbody>tr:hover>td {
  /* background-color: #40c4ff; */
  background-color: #ebf8ff;
}




/* Material-icons */
i.status {
  color: #000000;
  cursor: help;
}

i.status.help {
  color: #000080;
}

i.status.done {
  color: #008000;
}

i.status.warning {
  color: #ffa500;
}

i.status.error {
  color: #ff0000;
}

i.status.gavel {
  color: #c78042;
}

i.status.lock {
  color: #d86522;
}

i.delete {
  color: #000000;
  cursor: pointer;
}




/* Box */
.box_container {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ababab;
  border-radius: 5px;
  margin: 0px 0px 15px;
  padding: 10px 15px 10px;
  text-align: left;
}

.box_container .box_title {
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0px 10px;
}

.box_container .box_description {
  font-size: 18px;
  margin: 0px 0px 12px;
}

.box_container .box_body {}

.box_container .box_body .title {
  font-size: 16px;
  margin: 0px 0px 5px;
}

.link_boxes {}

.link_boxes>.head {
  color: #767777;
  font-weight: bold;
  margin: 20px 0;
  font-size: 45px;
  text-align: center;
}

.link_boxes>.body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 10px 20px;
  box-sizing: border-box;
}

.link_boxes .link_box {
  display: block;
  width: calc((100% / 3) - 40px);
  margin: 0px 20px 40px;
  background-color: #088de0;
  text-decoration: none;
  box-sizing: border-box;
  padding: 30px 30px 30px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}

.link_boxes .link_box:hover {
  box-shadow: 6px -7px 13px 4px #00000024, 0px 3px 1px -2px #00000033, 0px 1px 5px 0px #0000001f;
}

.link_boxes .link_box>.title {
  display: block;
  margin: 0px 0px 20px;
}

.link_boxes .link_box>.descr {
  display: block;
  font-size: 20px;
}




/* Spoilers */
.spoiler {
  width: 100%;
}

.spoiler .head {
  color: #00bcd4;
  cursor: pointer;
}

.spoiler .body {
  display: none;
}

.spoiler_pre {
  width: 100%;
}

.spoiler_pre .head {
  color: #00bcd4;
  cursor: pointer;
}

.spoiler_pre .body {
  position: relative;
  max-height: 95px;
  overflow: hidden;
}

.spoiler_pre .body.open {
  overflow: visible;
  max-height: none;
}

.spoiler_pre .body:not(.open) thead {
  top: 0px;
}

.spoiler_pre .body::after {
  content: '';
  position: absolute;
  top: 0px;
  z-index: 40;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -30px 10px -10px #ffffff;
}

.spoiler_pre .body.open::after {
  content: '';
  box-shadow: none;
}




/* Pagenation */
.pagenation {
  display: flex;
  margin: 0px 0px 10px;
}

.pagenation .navigation {
  display: flex;
  align-items: flex-start;
  flex: 9;
}

.pagenation .pages {
  display: flex;
  margin-right: 10px;
}

.pagenation .page {
  min-width: 30px;
  height: 30px;
  padding: 0px 5px 0px;
  font-size: 16px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
  cursor: default;
  transition-property: background-color;
  transition-duration: 0.5s;
}

.pagenation .page+.page {
  border-left: none;
}

.pagenation .page>i {
  font-size: 18px;
  line-height: 28px;
}

.pagenation .page.active {
  background-color: #0ca2e5;
}

.pagenation .page:not(.no_hover, .active):hover {
  background-color: #40c4ff;
  cursor: pointer;
}

.pagenation .go_to_page {
  display: flex;
}

.pagenation .text {
  font-size: 16px;
  line-height: 30px;
}

.pagenation .input_box {
  position: relative;
  margin: 0px 5px 0px;
}

.pagenation .input_box>input {
  border: 1px solid #000000;
  box-sizing: border-box;
  font-size: 16px;
  width: 60px;
  height: 30px;
  padding: 2px 14px 2px 5px;
  margin: 0px;
  outline: none;
}

.pagenation .input_box>i {
  position: absolute;
  font-size: 14px;
  right: 1px;
  cursor: pointer;
  user-select: none;
}

.pagenation .input_box>i:hover {
  background-color: #d3d3d3;
}

.pagenation .input_box>i[data-type="up"] {
  top: 1px;
}

.pagenation .input_box>i[data-type="down"] {
  bottom: 1px;
}

.pagenation .button {
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
  background-color: #40c4ff;
  margin: 0px 5px 0px;
  padding: 2px 9px 2px;
  border-radius: 2px;
  cursor: pointer;
}

.pagenation .button:hover {
  background-color: #0ca2e5;
}

.pagenation .count {
  display: flex;
  align-items: flex-start;
  flex: 1;
}

.pagenation select {
  width: fit-content;
  height: 30px;
  box-sizing: border-box;
  margin: 0px 3px 0px;
  border: 1px solid #000000;
  font-size: 16px;
  outline: none;
}




/* Finder */
.finder .finder_filter {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #cccccc;
}

.finder .finder_body {
  max-height: 200px;
  overflow: auto;
  padding: 0px 0px 0px;
}

.finder table {
  width: 100%;
  border-collapse: collapse;
}

.finder table>tbody {
  border-bottom: 1px solid #cccccc;
}

.finder table>tbody>tr {}

.finder table>tbody>tr>td {
  padding: 6px 3px 6px;
  transition-property: background-color;
  transition-duration: 0.5s;
}

.finder table>tbody>tr.hov:hover>td {
  background-color: #ededed;
}

.finder table span.link {
  white-space: nowrap;
  cursor: pointer;
  color: #0ca3ff;
}

.finder a {
  color: #0ca3ff;
}

.finder table span.block {
  white-space: nowrap;
}

.finder .rur {
  font-size: 16px;
  line-height: 16px;
}

.finder table span.block+span.block {
  margin-left: 15px;
}

.finder .close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.finder select {
  width: fit-content;
}

.finder select+select {
  margin-left: 7px;
}

dialog .mdl-data-table>thead td {
  font-weight: bold;
}

dialog .mdl-data-table .chars>td {
  padding: 2px 2px 2px;
}

dialog .mdl-data-table .chars table {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .12);
  border-collapse: collapse;
  font-size: 13px;
  background-color: #fff;
}

dialog .mdl-data-table .chars table>thead {
  z-index: 66;
  top: 56px;
}

dialog .mdl-data-table .chars table tr {
  height: auto;
}

dialog .mdl-data-table .chars table>thead td,
dialog .mdl-data-table .chars table>thead th {
  text-align: left;
  font-weight: bold;
  padding: 7px 8px 7px;
  height: auto;
}

dialog .mdl-data-table .chars table>tbody td {
  text-align: left;
  padding: 7px 8px 7px;
  height: auto;
}




/* Animates */
@keyframes anim_rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




/* Adaptation */
@media (min-width: 1200px) and (max-width: 1600px) {
  table.original {
    /* zoom: 0.85; */
    zoom: 0.7;
  }

  table.original>thead {
    /* top: 60px; */
    top: 73px;
  }
}

header .right-side {
  display: flex;
  height: 50px;
  gap: 10px
}

#admin-tabs a {
  line-height: 50px;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: .3s;
  padding: 0 10px;
}

#admin-tabs a:hover {
  background-color: #a0dbff;
}

#users {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 #999;
  margin: 70px auto 30px auto;
  width: 1000px;
}

#users + .check_event {
  display: none;
}

#users .users_header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.hm_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}

.hm_table td {
  border: 1px solid #999;
  line-height: 20px;
}

.hm_table select {
  border: none;
  cursor: pointer;
}

#users_table td:not(.status):not(.level) {
  padding: 0 5px;
}