/*body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}
*/
/*BEGIN: ���������� �������������� � ������*/

@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-Bold.eot');
  src: url('fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/NotoSans-Bold.woff2') format('woff2'), url('fonts/NotoSans-Bold.woff') format('woff'),
    url('fonts/NotoSans-Bold.ttf') format('truetype'), url('fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans.eot');
  src: url('fonts/NotoSans.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSans.woff2') format('woff2'),
    url('fonts/NotoSans.woff') format('woff'), url('fonts/NotoSans.ttf') format('truetype'),
    url('fonts/NotoSans.svg#NotoSans') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-BoldItalic.eot');
  src: url('fonts/NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/NotoSans-BoldItalic.woff2') format('woff2'), url('fonts/NotoSans-BoldItalic.woff') format('woff'),
    url('fonts/NotoSans-BoldItalic.ttf') format('truetype'),
    url('fonts/NotoSans-BoldItalic.svg#NotoSans-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-Italic.eot');
  src: url('fonts/NotoSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/NotoSans-Italic.woff2') format('woff2'), url('fonts/NotoSans-Italic.woff') format('woff'),
    url('fonts/NotoSans-Italic.ttf') format('truetype'), url('fonts/NotoSans-Italic.svg#NotoSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

html {
  height: 100%;
}
#body {
  min-height: 100%;
}
.m-u-r-hint {
  position: absolute;
  top: 10%;
  left: -10%;
  height: 50%;
  width: 50%;
}

.manage-user-role {
  /* padding: 3px; */
  padding-left: 18px;
  /*margin: 0.5px;*/
  margin-right: 2px;
  /* border-radius: 6px; */
  /* box-shadow: 0 0 3px 1px grey; */
  /* animation-duration: 1s; */
  /* animation-name: recolor; */
  flex-basis: 0;
  position: relative;
}
@keyframes recolor {
  from {
    background-color: darkcyan;
  }
}
@media (min-width: 1500px) {
  .manage-user__container {
    padding: 0 10%;
  }
}
.tpws-roundborder-block {
  border-radius: 8px;
  padding: 4px 12px;
}
.no-margin {
  margin-bottom: unset;
}

.manage-user-role {
  display: flex !important;
  align-items: center;
  margin-right: 2px;
}

.manage-user-role:hover .m-u-r-info {
  /* display: block; */
}
.m-u-r-info {
  position: absolute;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 2px #8d8383;
  color: black;
  width: 400px;
  top: 0;
  right: -390px;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 1;
  display: none;
}
@media (max-width: 799px) and (min-width: 300px) {
  .m-u-r-info {
    left: 0;
    top: 40px;
  }
}
@media (min-width: 800px) {
  .manage-user-role {
    position: relative;
  }
}

.manage-user-input-cont {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 3px;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
}
.manage-user-input-cont > input {
  box-shadow: none;
  border: none;
  max-width: 100%;
  width: 3.3ex;
  padding: 0;
  margin-left: 1%;
  height: 18px;
  font-size: 0.9rem;
}
.manage-user-input-cont > input:focus {
  box-shadow: none;
}
.manage-user-role-placeholder {
  font-size: 0.9rem;
  line-height: 1.328571;
  height: 0;
  width: 0;
  margin-left: 1%;
  opacity: 0.4;
  position: relative;
  left: -3.3ex;
  pointer-events: none;
}
.manage-user-role-hidden {
  display: none;
}
.btn-close-user:focus {
  outline: none;
}
.btn-close-user {
  position: absolute;
  /*top: 1px;*/
  left: 5px;
  font-size: 0.8rem;
}

/*END: ���������� �������������� � ������*/

/*BEGIN: ��������� ����*/
#main-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#main-modal-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.7);
  z-index: -1;
}
#main-modal-block {
  /* border-radius: 10px;
    min-height: 30%;
    min-width: 20%;
    width: initial;
    margin: 5vw 30vw;
    background-color: white;
    box-shadow: 1px 1px 2px 1px black;
    overflow: hidden; */
}
@media (max-width: 799px) and (min-width: 300px) {
  #main-modal-block {
    /* margin: 2vw 3vw; */
  }
}
#main-modal-header {
  /* background-color: whitesmoke;
    padding: 1vw 4vw;
    font-size: 130%;
    line-height: 1.1;
    box-shadow: 1px 0 0 1px #a6a6a6; */
}
#main-modal-content {
  /* padding: 1vw; */
}
#main-modal-footer {
  /* padding: 1vw 5vw; */
}

/*END: ��������� ����*/

#paths path {
  /* transition: stroke-dasharray 1000s cubic-bezier(0.28, 0.83, 0, 1.03); */
}

#project-props-modal-btn {
  font-size: inherit;
}

div#svg {
  top: 0;
  left: 0;
  width: 100vmax;
  height: 100vmax;
  z-index: 19;
  position: fixed;
  display: none;
}

div#svg:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.comma {
  cursor: pointer;
}

body.dragging::before {
  content: attr(data-drop-message);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 999999;
}

button.data-table-view-events-new-tab {
  font-size: 0.6em;
  position: absolute !important;
  background-color: transparent;
  border: 0;
  z-index: 10;
  right: 0;
  padding: 3px;
}

#lang-link-en {
  background: url(/images/en.jpg);
  background-size: 100% 100%;
}
#lang-link-ru {
  background: linear-gradient(white 33%, blue 33%, blue 66%, red 66%, red 100%);
}

#events-types {
  margin: 10px 0;
}

.event-type {
  padding-left: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.preferences-label {
  padding-left: 0;
}

.preferences-btn button:first-child {
  margin-right: 30px;
}
.user-preferences__form .tab-content {
  padding: 20px 15px;
}
.language-input {
  width: 50%;
}
.desctype-input {
  width: auto;
}
.modal-header,
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

/*styles for toggle*/
.toggle-handle {
  border: 1px solid #d3d3d5;
  background-color: white;
}
.off {
  border: 1px solid #d3d3d5;
  background-color: #dfe2e7;
  box-shadow: inset 1px 2px 5px #c6c6c9;
}

/* ----- documentation page ------*/
.doc-goose-messages-list dt {
  float: left;
  margin-right: 5px;
}
.doc-table-col2 {
  width: 25%;
}

/*----dev panel-------*/
#dev-unhandled-events-view {
  padding: 20px 0;
}
.unhandled-events-header {
  margin: 0;
}
.unhandled-events-result {
  text-align: center;
}
.unhandled-events-detector {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  margin: auto 0 auto;
}
.unhandled-events-detector:focus {
  box-shadow: none;
}

.login-form-container {
  margin-top: 10%;
}

.toggle.btn {
  min-width: 69px;
}
.project-page-container {
  padding-top: 38px;
  background: #e5e5e5;
  min-height: calc(100vh - 56px);
}
@media (max-width: 1259px) {
  .project-page-container {
    min-height: calc(100vh - 121px);
  }
}
@media (min-width: 1605px) {
  .project-page-container {
    padding: 0 150px;
  }
}
.lvb-description-modal__table th,
#get-lvb-list-table th {
  border-top: none;
}
#get-lvb-list-table_wrapper {
  padding: 0;
}
.get-lvb-list-table {
  width: 100% !important;
}
.accordion .card-header button {
  font-size: inherit;
}
#get-lvb-list-table td:last-child {
  text-align: center;
}
.lvb-del-btn {
  margin-left: 5px;
}
.project-page__card-title {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0 40px;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
}
.project-page__card-sub-title {
  padding-bottom: 0;
  margin: 0 28px;
}

.project-page__controls:hover,
.project-page__controls:focus {
  text-decoration: none;
}
.card-project {
  /* border-top: 1px solid #eaeaea; */
  /* border-bottom: 1px solid #eaeaea; */
  background-color: #fff;
}

.card-project__btn-link.collapsed {
  transition: all .25s;
}

.card-project__btn-link:not(.collapsed) {
  padding-top: 40px;
  transition: all .25s;
}
.card-project__title-text {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #121314;
  padding: 0;
}
.card-project__btn-link {
  color: #1757bd;
  text-decoration: none;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}
.card-project__btn-link:hover {
  text-decoration: none;
}
.card-project__btn-link:focus {
  text-decoration: none;
}

.scl-item {
  width: 33%;
}

.flex-column > .scl-item {
  margin-bottom: 30px;
}

.scl-item__header {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #121314;
  opacity: 0.5;
  margin-bottom: 0;
}

.scl-item__text {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #121314;
}

.scl-item_success {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #009688;
}

.scl-item_fail {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: red;
}

.users-container {
  display: flex;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.card-group-users {
  margin-top: 40px;
  margin-left: 10px;
}
.badge-user {
  margin-right: 16px;
  cursor: pointer;
  padding: 0px 16px;
  min-height: 40px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.up-btn {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 37px;
  font-size: 30px;
  border-radius: 50%;
  background-color: rgba(160, 160, 160, 0.5);
  color: white;
  text-decoration: none;
  position: fixed;
  top: 50%;
  left: 2%;
  text-align: center;
  z-index: 10;
}
.up-btn:hover {
  color: white;
  text-decoration: none;
  box-shadow: 1px 1px 5px rgb(199, 197, 197);
}
.up-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px gray;
}

/* Значения для небольших таблиц с параметрами внутри таблицы событий */
.table-in-table tr {
  background-color: rgba(0, 0, 0, 0) !important;
}
.table-in-table td {
  border: none !important;
  padding: 2px 40px 2px 10px !important;
}
/**/

.dataTables_paginate .paginate_button:hover {
  background: none !important;
}
.dataTables_wrapper .dt-buttons {
  margin: 15px 0;
}
.dataTables_paginate {
  margin: 10px 0;
}

.datetime-period-picker__row {
  width: 100%;
}

.datetime-period-picker__col:first-child {
  width: 7%;
}
.datetime-period-picker__col:not(:last-child) {
  margin-right: 10px;
}
.datetime-period-picker__input {
  width: 170px !important;
}
.btn-group-toggle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.btn-group-toggle__btn {
  margin-bottom: 10px !important;
}
.btn-group-toggle__btn:not(:last-child) {
  margin-right: 10px !important;
}
.modal .alert {
  margin-top: 20px;
}
.modal .form-inline:not(:last-of-type) {
  margin-bottom: 20px;
}
.user-preferences-modal .modal-dialog {
  max-width: 1234px;
}

.fal-menu {
  width: 20px;
  text-align: center;
}

.popover {
  z-index: 900;
}
.dataTables_processing {
  font-size: 1rem !important;
  padding-top: 6px !important;
  background: #f8f9fa !important;
  animation: pulse 1500ms infinite !important;
  margin: 0;
  left: 0;
}

.event-profile__content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.tl-text-content a.btn:hover {
  text-decoration: none;
}

h2.tl-headline {
  margin-left: 0;
}

.spinner-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#wheel .popover-header-custom {
  padding: 10px;
}

.popover-header-custom {
  display: flex;
  justify-content: center;
  padding: unset;
}

.popover-body-scroll {
  max-height: 400px;
  overflow-y: auto;
}

#dropdown-notification .dropdown-item:hover {
  background-color: unset;
}

#dropdown-notification .dropdown-item:active {
  color: inherit;
}

.tl-slidenav-title {
  white-space: nowrap;
}

.about__header, .dev__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
}

.header__item {
  padding: 0 24px;
}

.header__item.header__item--active {
  color: #1757bd;
}

.header-item__label {
  font-family: 'Noto Sans', sans-serif;
  color: rgba(18, 19, 20, 0.5);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.header-item__label.active {
  color: #1757bd;
}

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1300px;
  }
}
.about-block__label {
  font-family: 'Noto Sans', sans-serif;
  color: #1757bd;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-block__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-block__item {
  width: 50%;
  max-width: 50%;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-block__item-label {
  font-family: 'Noto Sans', sans-serif;
  color: rgba(18, 19, 20, 0.5);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.about-block__item-value {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: 'Noto Sans', sans-serif;
  color: #121314;
  font-size: 18px;
  line-height: 24px;
}

.about-block__table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 10px;
}

.about-block__scl-name {
  width: 20%;
  font-family: 'Noto Sans', sans-serif;
  color: #121314;
  font-size: 18px;
  line-height: 24px;
}

.about-block__scl-available {
  width: 20%;
  font-family: 'Noto Sans', sans-serif;
  color: #009688;
  font-size: 18px;
  line-height: 24px;
}

.about-block__scl-available.about-block__scl-available--disabled {
  color: rgba(18, 19, 20, 0.5);
}

.about-block__scl-desc {
  width: 60%;
  font-family: 'Noto Sans', sans-serif;
  color: #121314;
  font-size: 18px;
  line-height: 24px;
}

.about__header-wrapper, .dev__header-wrapper {
  margin-top: -70px;
  margin-bottom: 24px;
  width: calc(100% - 40px);
  /* border-bottom: 1px solid #f7f7f9; */
}

.about__block .dygraph-legend {
  left: 20px !important;
  top: -20px !important;
}

.main-section {
  flex: 1 1 auto;
}

.main-container {
  display: flex;
}

.wheel-container {
  height: calc(100vh - 56px);
  flex-direction: row-reverse;
}

.wheel-container.wheel-container_open-wheel {
  height: calc(100vh - 56px);
}

.content {
  max-height: calc(100vh - 56px);
  overflow: auto;
}

@media (max-width: 1259px) {
  .main-container {
    flex-direction: column;
  }
  .wheel-container {
    height: calc(100vh - 121px);
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .content {
    max-height: calc(100vh - 121px);
    overflow: auto;
  }

  .content_open-wheel {
    max-height: calc(100vh - 61px);
  }

  .wheel-container.wheel-container_open-wheel {
    height: calc(100vh - 61px);
  }
}

.container-vert {
  padding-left: 15px;
  padding-right: 15px;
}

.break-all {
  word-break: break-all;
}

.btn:active,.btn:focus  {
  outline: none;
  /*border: none;*/
}
.btn-save {
  display: inline-block;
  text-align: right;
  cursor: pointer;
  color: #1757bd!important;
  margin-bottom: 6px;
}

