.App__header {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #092433;
  font-size: 0; }
  .App__header .header__item {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-size: 1rem; }
    .App__header .header__item:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0;
      left: 0;
      top: 0; }
    .App__header .header__item > * {
      vertical-align: middle; }
  .App__header .header__item--left {
    width: 20%;
    font-size: 1.8rem;
    color: #ffffff; }
    .App__header .header__item--left .header__logo {
      display: inline-block;
      color: #ffffff;
      outline: none;
      padding-left: 2px; }
  .App__header .header__item--middle {
    width: 41%;
    padding: 0 2rem; }
    .App__header .header__item--middle .input {
      width: 100%; }
    @media only screen and (min-width: 993px) and (max-width: 1199px) {
      .App__header .header__item--middle {
        width: 40%; } }
    @media only screen and (max-width: 992px) {
      .App__header .header__item--middle {
        display: none; } }
  .App__header .header__item--right {
    width: 38%;
    text-align: right; }
    .App__header .header__item--right .header__user {
      display: inline-block;
      height: 100%;
      position: relative; }
      .App__header .header__item--right .header__user p {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .App__header .header__item--right .header__user .user__data {
        display: inline-block;
        vertical-align: middle;
        max-width: 325px; }
      .App__header .header__item--right .header__user .user__name {
        font-size: 1.1rem;
        color: white; }
      .App__header .header__item--right .header__user .user__company {
        color: #ffffff;
        font-size: 0.8rem; }
      .App__header .header__item--right .header__user .user__avatar {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 1rem; }
      .App__header .header__item--right .header__user:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
        left: 0;
        top: 0; }
    .App__header .header__item--right .header__actions {
      height: 100%;
      display: inline-block; }
      .App__header .header__item--right .header__actions .actions__button {
        display: inline-block;
        height: 100%;
        color: #ffffff;
        font-size: 1.5rem;
        padding: 0 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease; }
        .App__header .header__item--right .header__actions .actions__button i.icon, .App__header .header__item--right .header__actions .actions__button i.fa {
          display: inline-block;
          vertical-align: middle;
          margin: 0; }
        .App__header .header__item--right .header__actions .actions__button:hover {
          background-color: #f2f2f3;
          opacity: 1;
          color: #092433; }
        .App__header .header__item--right .header__actions .actions__button:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 100%;
          width: 0;
          left: 0;
          top: 0; }
        .App__header .header__item--right .header__actions .actions__button.actions__button--search {
          display: none; }
          @media only screen and (max-width: 992px) {
            .App__header .header__item--right .header__actions .actions__button.actions__button--search {
              display: inline-block; } }
    @media only screen and (min-width: 993px) and (max-width: 1199px) {
      .App__header .header__item--right {
        width: 40%; } }
    @media only screen and (max-width: 992px) {
      .App__header .header__item--right {
        width: 80%; } }

.App__menu-btn {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  max-height: 50px;
  padding: 0 1rem;
  background-color: #092433; }
  .App__menu-btn i.fa, .App__menu-btn i.icon {
    vertical-align: middle; }
  .App__menu-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    left: 0;
    top: 0; }

#modal-upload .scrolling {
  max-height: 65vh;
  height: 344px;
  overflow-y: auto; }

#modal-upload .table {
  line-height: 1.5em; }
  #modal-upload .table tr {
    cursor: pointer; }
    #modal-upload .table tr:hover td:not(:first-child) {
      background-color: #f8f8f8; }
    #modal-upload .table tr td {
      transition: background-color 0.4s ease; }
      #modal-upload .table tr td input {
        outline: none; }

@media only screen and (max-width: 992px) {
  .App.fullscreen .app-menu {
    left: -18rem; } }

.App .app-menu {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1rem;
  height: 100%;
  width: 20%;
  overflow: hidden;
  background-color: #fff; }
  @media only screen and (max-width: 992px) {
    .App .app-menu {
      width: 18rem;
      max-width: 100vw;
      z-index: 4;
      left: 0;
      transition: left 0.4s ease; } }
  .App .app-menu.app-menu--authorized {
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: #F9FAFB; }
  .App .app-menu .app-menu__item, .App .app-menu a.app-menu__item, .App .app-menu .subtitle {
    display: block;
    padding: 0.5rem 0 0.5rem 1.5rem;
    outline: none;
    color: #000;
    cursor: pointer;
    transition: color 0.4s ease; }
    .App .app-menu .app-menu__item:hover, .App .app-menu a.app-menu__item:hover, .App .app-menu .subtitle:hover {
      color: #0d71bb; }
    .App .app-menu .app-menu__item .icon, .App .app-menu a.app-menu__item .icon, .App .app-menu .subtitle .icon {
      font-size: 1.2em;
      width: 1.5rem;
      text-align: left; }
  .App .app-menu .subtitle {
    pointer-events: none; }
  .App .app-menu .subcontent {
    padding-left: 1.5rem;
    padding-top: 0.5rem; }
  .App .app-menu .ui.styled.accordion {
    border-radius: 0;
    background: none; }
    .App .app-menu .ui.styled.accordion .ui.header {
      padding-left: 0.3rem;
      margin-bottom: 0.5rem; }
    .App .app-menu .ui.styled.accordion .title {
      font-size: 1.21rem;
      border-top: none; }
    .App .app-menu .ui.styled.accordion .ui.accordion {
      margin: 0;
      border: 0;
      box-shadow: none; }
      .App .app-menu .ui.styled.accordion .ui.accordion .title {
        font-size: 1rem;
        padding: 0.5rem 0 0.5rem 1.5rem;
        color: #000;
        font-weight: normal;
        border-top: 0; }
        .App .app-menu .ui.styled.accordion .ui.accordion .title .icon {
          font-size: 1.2em;
          width: 1.5rem; }
      .App .app-menu .ui.styled.accordion .ui.accordion .content {
        padding-left: 1.5rem; }

.App .app-menu .menu-unauthorized {
  min-height: 102%;
  padding: 2rem 3rem 4rem 4rem; }
  .App .app-menu .menu-unauthorized .menu-logo {
    text-align: center; }
    .App .app-menu .menu-unauthorized .menu-logo .menu-logo__link {
      display: inline-block;
      position: relative;
      left: -1rem;
      outline: none; }
  .App .app-menu .menu-unauthorized .menu-nav {
    padding: 2rem 0 1rem; }
    .App .app-menu .menu-unauthorized .menu-nav .menu-nav__link {
      display: block;
      padding: 0.5rem 0;
      color: #000;
      outline: none; }
    .App .app-menu .menu-unauthorized .menu-nav .menu-nav__link--disabled {
      color: #c5c5c5; }

#notification-popup {
  z-index: 1900;
  position: fixed;
  bottom: 0.5rem;
  right: 2rem;
  width: 21rem;
  max-width: 50vw;
  max-height: 50vh;
  overflow-y: hidden;
  color: rgba(0, 0, 0, 0.87); }
  #notification-popup > span {
    display: block; }
  #notification-popup .message {
    margin: 0.5em 0;
    cursor: pointer; }
  #notification-popup .loader-wrap {
    position: relative;
    height: 5rem; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"] {
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[tipe="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.slide-fade-enter {
  opacity: 0.5;
  transform: translate3d(-30px, 0, 0); }

.slide-fade-enter.slide-fade-enter-active {
  opacity: 1;
  transition: opacity 1s ease;
  transform: translate3d(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.slide-fade-leave.slide-fade-leave-active {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }

.slide-up-enter {
  opacity: 0;
  max-height: 0;
  padding: 0 1.5em;
  min-height: 0;
  transform: translateY(10px); }

.slide-up-enter.slide-up-enter-active {
  opacity: 1;
  max-height: 80px;
  padding: 1em 1.5em;
  transform: translateY(0);
  transition: all 0.3s ease-out; }

.slide-up-leave {
  opacity: 1;
  max-height: 80px;
  padding: 1em 1.5em;
  transform: translateY(0); }

.slide-up-leave.slide-up-leave-active {
  opacity: 0;
  max-height: 0;
  padding: 0 1.5em;
  min-height: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-out; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounce-enter {
  -webkit-animation-name: bounceIn;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-name: bounceIn;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

.bounce-leave {
  -webkit-animation-name: bounceOut;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-name: bounceOut;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* IE6/7 support */
.clearfix {
  *zoom: 1; }

.ui.loading {
  pointer-events: none !important; }

.ui.input.table-cell-input {
  width: 100%; }
  .ui.input.table-cell-input input {
    width: 100%;
    padding: 0 0 0.3em;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    border-radius: 0; }
  .ui.input.table-cell-input.icon input {
    padding-right: 1.5em !important; }
  .ui.input.table-cell-input.icon i.icon {
    width: 1em; }
  .ui.input.table-cell-input.icon.error .icon {
    color: #912D2B;
    cursor: pointer; }

* {
  box-sizing: border-box; }

html {
  font-size: 14px; }

#kitchat .chat__input--button button {
  padding: 0.45rem 0; }

.my.scroll {
  height: 100%; }
  .my.scroll .scrollbar-container.vertical {
    background: rgba(0, 0, 0, 0.24); }
    .my.scroll .scrollbar-container.vertical .scrollbar {
      transition: height 0.5s ease; }

.my.disabled-link {
  pointer-events: none; }

.my.underline {
  text-decoration: underline; }

.my.right {
  float: right !important; }

.my.btn {
  cursor: pointer !important; }

.my.bold {
  font-weight: bold; }

.my.content-wrap {
  height: 100%;
  width: 100%;
  overflow-y: auto; }

.my.center {
  text-align: center; }

.my.black {
  color: #000; }

.my.with-offset {
  margin: 1rem 0; }

.my.rem {
  font-size: 1rem; }

.my.cursor-default {
  cursor: default !important; }

.my.cursor-pointer {
  cursor: pointer; }

.my.fullheight {
  height: 100%; }

.my.fullpage {
  height: 100vh; }

.my.loading {
  overflow: hidden; }
  .my.loading .loader {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85); }
    .my.loading .loader:before {
      position: absolute;
      content: '';
      top: 35%;
      left: 50%;
      border-radius: 500rem;
      width: 2.28571429rem;
      height: 2.28571429rem;
      margin: 0 0 0 -1.14285714rem;
      border: 3px solid rgba(0, 0, 0, 0.1); }
    .my.loading .loader:after {
      border-color: #767676 transparent transparent;
      width: 2.28571429rem;
      height: 2.28571429rem;
      margin: 0 0 0 -1.14285714rem;
      position: absolute;
      content: '';
      top: 35%;
      left: 50%;
      -webkit-animation: loader .6s linear;
      animation: loader .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-style: solid;
      border-width: .2em;
      box-shadow: 0 0 0 1px transparent;
      border-width: 3px; }

.my.blue {
  color: #1464f6; }

.my.comment-cell {
  width: 40px; }

.my.cell-name {
  width: 200px; }

.my.cell-time {
  width: 110px; }

.my.table tbody tr:hover {
  background-color: #f2f2f3; }

.App {
  overflow: hidden;
  height: 100vh;
  position: relative; }
  .App.authorized {
    padding-top: 60px; }
  .App.fullscreen .app-content {
    width: 100%;
    margin-left: 0; }
  @media only screen and (max-width: 992px) {
    .App .app-content {
      width: 100% !important;
      margin-left: 0 !important; } }
  .App .app-content {
    height: 100%;
    display: block;
    width: 80%;
    overflow: hidden;
    font-size: 0;
    margin-left: 20%;
    transition: margin 0.4s ease, width 0.4s ease;
    z-index: 1; }
    .App .app-content .content__item {
      background-color: #fff;
      font-size: 1rem;
      height: 100%;
      overflow-y: auto; }
      .App .app-content .content__item.main {
        width: 100%;
        border-bottom: 0;
        padding-right: 2rem;
        padding-left: 2rem;
        font-size: 1rem;
        overflow-y: auto;
        background-color: #fff;
        position: relative; }
    .App .app-content .wrap {
      background-color: #fff;
      font-size: 1rem;
      height: 100%;
      overflow-y: auto;
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      position: relative; }
      .App .app-content .wrap .ui.header:first-child {
        margin-top: 1.5rem; }

.clear-segment-border {
  border-width: 0 !important;
  box-shadow: none !important; }

.login-modal .ui.text.container {
  padding: 10px 4px 0; }

.leaflet-container {
  height: 400px;
  width: 100%; }

.App .content__item.feed {
  background-color: #FFF; }
  .App .content__item.feed > .grid {
    margin: 0; }
    .App .content__item.feed > .grid > .column {
      background: #fff; }

.App .home {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-bottom: 375px; }
  .App .home .content {
    min-height: 100%; }
  .App .home .home__column .header:nth-child(2) {
    margin-top: 1rem; }
  .App .home .home__column.four {
    width: 20%; }
  .App .home .home__column.twelve {
    width: 80%; }
  .App .home .home__column p {
    line-height: 1.2rem; }
  .App .home .content__item.feed {
    padding-bottom: 2rem; }
  .App .home .footer {
    height: 375px;
    margin-bottom: -375px; }
    .App .home .footer .footer__top {
      padding: 1.2rem 2rem;
      color: #333333;
      background-color: #f4df22;
      text-align: center; }
      .App .home .footer .footer__top .header {
        margin: 0 !important; }
    .App .home .footer .footer__content {
      padding-top: 2rem;
      padding-bottom: 3rem;
      background-color: #3d4045; }
      .App .home .footer .footer__content .grid {
        margin: 0 !important;
        width: 100%;
        color: #fff; }
      @media only screen and (max-width: 992px) {
        .App .home .footer .footer__content .column {
          width: 100%; } }
      .App .home .footer .footer__content .header {
        color: #fff; }
      .App .home .footer .footer__content .list {
        padding-top: 0.5rem; }
      .App .home .footer .footer__content a.item {
        color: #999999;
        padding-top: 1rem; }
        .App .home .footer .footer__content a.item:hover {
          color: #cccccc; }
      .App .home .footer .footer__content .footer__content--item {
        padding: 0 2rem; }
    .App .home .footer .footer__bottom {
      padding: 1rem 2rem;
      background-color: #43474d;
      color: #999999;
      font-size: 0.9rem; }

.App .admin-page {
  padding-left: 0 !important; }
  .App .admin-page .feed {
    position: relative;
    padding-right: 2rem;
    padding-left: 2rem;
    min-height: 100%;
    border-right: 1px solid #000; }
  .App .admin-page .add-company {
    border-bottom: 2px solid #000;
    padding-bottom: 2rem; }
    .App .admin-page .add-company label {
      font-size: 1.1rem !important; }
  .App .admin-page .table tr {
    cursor: pointer; }
  .App .admin-page .table .company {
    width: 25%;
    font-weight: bold;
    font-size: 1.1rem;
    color: #0844af; }
    .App .admin-page .table .company img {
      margin-right: 1rem; }
  .App .admin-page .table .eprpou {
    width: 15%; }
  .App .admin-page .table .users {
    width: 30%; }
  .App .admin-page .table .status {
    width: 20%; }
  .App .admin-page .table .comment {
    width: 35px; }

.App .company-page .nav {
  font-size: 1.7rem;
  margin-top: 1.4rem;
  margin-bottom: 1rem; }

.App .company-page .table {
  font-size: 1rem; }
  .App .company-page .table tr {
    cursor: pointer; }
  .App .company-page .table .comment {
    width: 35px; }

.App .company-page .controls .button {
  float: right; }
  .App .company-page .controls .button .icon-user {
    margin-right: 0.5rem; }

.App .company-page .controls .menu {
  padding: 0.5rem 0rem; }
  .App .company-page .controls .menu .item {
    text-align: left;
    width: 150px; }
    .App .company-page .controls .menu .item.active {
      background-color: #FFF;
      font-weight: normal; }
    .App .company-page .controls .menu .item:last-child {
      border-bottom: 0; }

.App .company-page .arrow {
  margin-left: 1rem;
  margin-right: 1rem; }

.App .company-page .link {
  color: #0844af; }

.App .user-page .controls {
  font-size: 1rem;
  border-bottom: 1px dotted #000;
  padding-bottom: 1rem; }
  .App .user-page .controls .time {
    display: inline-block;
    vertical-align: bottom; }
  .App .user-page .controls .button {
    vertical-align: middle; }
  .App .user-page .controls:after {
    content: '';
    height: 36px;
    display: inline-block;
    width: 0;
    vertical-align: top; }

.App .user-page .user-block {
  padding: 1.5rem 0;
  font-size: 1.1rem;
  border-bottom: 1px dotted #000; }
  .App .user-page .user-block .label {
    font-weight: bold; }
  .App .user-page .user-block:last-child {
    border-bottom: 0; }
  .App .user-page .user-block label {
    font-weight: normal; }
  .App .user-page .user-block .checkbox {
    padding-bottom: 0.8rem; }

.App .create-user-page > .header {
  margin-top: 1.4rem; }

.App .create-user-page.content__item > .steps {
  padding-top: 0; }
  .App .create-user-page.content__item > .steps .step {
    min-width: 200px;
    width: 22%; }

.App .create-user-page .create-user__wizards {
  font-size: 1rem;
  padding-top: 2rem; }
  .App .create-user-page .create-user__wizards .wizard--zero .table, .App .create-user-page .create-user__wizards .wizard--zero .table td {
    border-color: #000;
    border-radius: 0; }
  .App .create-user-page .create-user__wizards .wizard--zero tr {
    cursor: pointer; }
    .App .create-user-page .create-user__wizards .wizard--zero tr .avatar {
      margin-right: 1rem; }
  .App .create-user-page .create-user__wizards .wizard--first .checkbox label {
    cursor: pointer; }
  .App .create-user-page .create-user__wizards .wizard--first .user-form {
    padding-bottom: 1rem; }
  .App .create-user-page .create-user__wizards .wizard--first .inline .sixteen {
    padding-right: 0; }

.application-list .table-data {
  width: 120px; }

.App .BS_technical .create-tabs {
  width: 40%;
  min-width: 250px; }
  .App .BS_technical .create-tabs .item {
    cursor: pointer; }

.App .BS_technical .table tr {
  transition: background-color 0.3s ease; }
  .App .BS_technical .table tr:hover {
    background-color: rgba(0, 0, 0, 0.03) !important; }

.App .BS_technical .table th, .App .BS_technical .table td {
  min-width: 160px;
  max-width: 160px; }

.App .BS_technical .table th.number {
  min-width: 40px;
  max-width: 40px; }

.App .BS_technical .table td.number {
  min-width: 35px;
  max-width: 35px;
  cursor: context-menu;
  position: relative; }
  .App .BS_technical .table td.number .react-contextmenu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .App .BS_technical .table td.number .react-contextmenu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    color: #373a3c;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    outline: none;
    opacity: 0;
    z-index: 3;
    pointer-events: none; }
    .App .BS_technical .table td.number .react-contextmenu .react-contextmenu-item {
      width: 200px;
      padding: 3px 20px;
      font-weight: 400;
      line-height: 1.5;
      color: #373a3c;
      text-align: inherit;
      white-space: nowrap;
      background: 0 0;
      border: 0;
      cursor: pointer; }
      .App .BS_technical .table td.number .react-contextmenu .react-contextmenu-item:hover {
        color: #fff;
        background-color: #0275d8; }
    .App .BS_technical .table td.number .react-contextmenu .react-contextmenu-item--disabled {
      cursor: default;
      opacity: 0.45 !important;
      background-image: none !important;
      box-shadow: none !important;
      pointer-events: none !important;
      background: #E0E1E2;
      color: rgba(0, 0, 0, 0.6); }
      .App .BS_technical .table td.number .react-contextmenu .react-contextmenu-item--disabled:hover {
        background: #E0E1E2;
        color: rgba(0, 0, 0, 0.6); }

.App .BS_technical .table .add {
  cursor: copy;
  border-top: 1px solid #000; }

.App .BS_technical .table .input-cell {
  position: relative;
  cursor: pointer; }
  .App .BS_technical .table .input-cell .clicker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .App .BS_technical .table .input-cell .tooltip {
    cursor: pointer;
    font-size: 1.1rem;
    position: absolute;
    right: 5px;
    top: 30%; }
  .App .BS_technical .table .input-cell.active-cell {
    background-color: #fbfbfb;
    cursor: default; }
    .App .BS_technical .table .input-cell.active-cell .input-wrap, .App .BS_technical .table .input-cell.active-cell .inputs-wrap {
      display: block; }
  .App .BS_technical .table .input-cell .input-wrap {
    position: absolute;
    width: 100%;
    top: 98%;
    left: 0;
    display: none;
    padding: 11px;
    background-color: #fbfbfb;
    border: 1px solid rgba(34, 36, 38, 0.1);
    border-top: 0;
    z-index: 2; }
    .App .BS_technical .table .input-cell .input-wrap input {
      background-color: transparent;
      padding: 0;
      border: 0;
      outline: 0;
      border-bottom: 1px solid #000;
      border-radius: 0;
      padding-bottom: 0.3rem;
      text-overflow: ellipsis; }
  .App .BS_technical .table .input-cell .inputs-wrap {
    position: absolute;
    top: 98%;
    left: 0;
    display: none;
    padding: 11px;
    background-color: #fbfbfb;
    border: 1px solid rgba(34, 36, 38, 0.1);
    border-top: 0;
    z-index: 2; }
    .App .BS_technical .table .input-cell .inputs-wrap .field {
      width: 138px;
      display: inline-block;
      margin-left: 11px;
      margin-bottom: 0 !important; }
      .App .BS_technical .table .input-cell .inputs-wrap .field:first-child {
        margin: 0; }
    .App .BS_technical .table .input-cell .inputs-wrap input {
      background-color: transparent;
      padding: 0;
      border: 0;
      outline: 0;
      border-bottom: 1px solid #000;
      border-radius: 0;
      padding-bottom: 0.3rem;
      text-overflow: ellipsis; }

.App .content__item .steps {
  padding-right: 8px;
  padding-top: 2rem;
  overflow-x: hidden;
  font-size: 0; }
  .App .content__item .steps .step {
    position: relative;
    width: 16.6%;
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
    padding: 0.8rem 0;
    border: 1px solid #000;
    border-right: 0;
    transition: background-color 0.3s ease; }
    .App .content__item .steps .step:after, .App .content__item .steps .step:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      z-index: 1; }
    .App .content__item .steps .step:after {
      top: 0px;
      right: -32px;
      border-color: transparent transparent transparent #fff;
      border-width: 21px 21px 21px 11px;
      transition: background-color 0.3s ease; }
    .App .content__item .steps .step:before {
      top: 0px;
      right: -33px;
      border-color: transparent transparent transparent #000;
      border-width: 21px 21px 21px 11px; }
    .App .content__item .steps .step.active {
      background-color: #e6e6e6; }
      .App .content__item .steps .step.active:after {
        border-color: transparent transparent transparent #e6e6e6; }

.App .content__item .step-content {
  border: 1px solid #000;
  border-radius: 8px;
  margin-top: 1rem; }
  .App .content__item .step-content .step-radio {
    position: relative;
    padding: 1.5rem 5rem;
    font-size: 1.2rem;
    color: #1464f6;
    border-bottom: 1px solid #000;
    cursor: pointer; }
    .App .content__item .step-content .step-radio:last-child {
      border-bottom: 0; }
    .App .content__item .step-content .step-radio .radio {
      margin-right: 1rem;
      position: absolute;
      top: 50%;
      left: 2rem;
      transform: translateY(-50%);
      font-size: 25px;
      color: #6d6d6d; }
  .App .content__item .step-content.application {
    border: 0; }
    .App .content__item .step-content.application .head {
      font-size: 1.2rem;
      padding: 0 2rem; }
      .App .content__item .step-content.application .head .left {
        display: inline-block;
        width: 40%;
          width-font-weight: bold; }
      .App .content__item .step-content.application .head .right {
        float: right;
        display: inline-block;
        width: 40%; }
    .App .content__item .step-content.application .application__block {
      margin-top: 2rem;
      position: relative; }
      .App .content__item .step-content.application .application__block .btn-change {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 1.8rem; }
      .App .content__item .step-content.application .application__block .title {
        padding: 0 2rem; }
      .App .content__item .step-content.application .application__block .sub-title {
        padding: 0 2rem; }
      .App .content__item .step-content.application .application__block .form {
        border: 1px solid #000;
        border-radius: 8px;
        margin-top: 1rem; }
        .App .content__item .step-content.application .application__block .form .form__item {
          font-size: 0; }
          .App .content__item .step-content.application .application__block .form .form__item.error {
            background-color: #FFE8E6 !important; }
          .App .content__item .step-content.application .application__block .form .form__item:nth-child(2n) {
            background-color: #fbfbfb; }
            .App .content__item .step-content.application .application__block .form .form__item:nth-child(2n) input, .App .content__item .step-content.application .application__block .form .form__item:nth-child(2n) .dropdown {
              background-color: #fbfbfb; }
          .App .content__item .step-content.application .application__block .form .form__item:last-child {
            border-radius: 8px; }
          .App .content__item .step-content.application .application__block .form .form__item.group .title {
            font-size: 1rem;
            padding: 0.5rem 2.5rem; }
          .App .content__item .step-content.application .application__block .form .form__item.group .form__item--cell {
            padding: 0.2rem 2.5rem;
            padding-right: 1rem; }
            .App .content__item .step-content.application .application__block .form .form__item.group .form__item--cell input {
              padding-top: 0.2rem;
              padding-bottom: 0.2rem; }
          .App .content__item .step-content.application .application__block .form .form__item .form__item--cell {
            vertical-align: top;
            display: inline-block;
            padding: 0.5rem 2.5rem;
            padding-right: 1rem;
            font-size: 1rem; }
            .App .content__item .step-content.application .application__block .form .form__item .form__item--cell .field {
              display: inline-block; }
              .App .content__item .step-content.application .application__block .form .form__item .form__item--cell .field.five {
                width: 31.25%; }
              .App .content__item .step-content.application .application__block .form .form__item .form__item--cell .field.six {
                width: 37.5%; }
            .App .content__item .step-content.application .application__block .form .form__item .form__item--cell.label {
              width: 35%; }
            .App .content__item .step-content.application .application__block .form .form__item .form__item--cell.value {
              width: 65%;
              font-weight: bold; }
              .App .content__item .step-content.application .application__block .form .form__item .form__item--cell.value input {
                font-weight: bold;
                width: 100%;
                border: 0; }
              .App .content__item .step-content.application .application__block .form .form__item .form__item--cell.value.text {
                padding-left: 3rem; }
              .App .content__item .step-content.application .application__block .form .form__item .form__item--cell.value .dropdown.selection {
                width: 100%; }
                .App .content__item .step-content.application .application__block .form .form__item .form__item--cell.value .dropdown.selection .menu {
                  border-top: 1px solid rgba(34, 36, 38, 0.15) !important; }
      .App .content__item .step-content.application .application__block.technical .table-wrap {
        width: 100%;
        margin-top: 2rem;
        overflow: auto; }
        .App .content__item .step-content.application .application__block.technical .table-wrap .address {
          min-width: 18rem; }
      .App .content__item .step-content.application .application__block.technical .load {
        height: 30vh;
        position: relative;
        border: 1px dotted #000;
        background-color: #e6e6e6;
        transition: background-color 0.3s ease; }
        .App .content__item .step-content.application .application__block.technical .load.hover {
          background-color: #c8c8cc; }
        .App .content__item .step-content.application .application__block.technical .load .input-wrap {
          width: 100%;
          height: 100%;
          position: relative; }
          .App .content__item .step-content.application .application__block.technical .load .input-wrap input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 2; }
        .App .content__item .step-content.application .application__block.technical .load .tip {
          display: inline-block;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; }
          .App .content__item .step-content.application .application__block.technical .load .tip .load-title {
            font-size: 1.3rem;
            margin: 0; }
          .App .content__item .step-content.application .application__block.technical .load .tip .icon-load {
            font-size: 3rem; }
      .App .content__item .step-content.application .application__block.letter .letter-file label {
        vertical-align: top;
        margin-right: 1rem; }
      .App .content__item .step-content.application .application__block.letter .letter-file .btn-deleate {
        margin-left: 1rem;
        position: absolute;
        top: 50%;
        right: -2rem;
        transform: translate(-50%, -50%); }
      .App .content__item .step-content.application .application__block.letter .letter-file #hidden-new-file {
        display: none; }
      .App .content__item .step-content.application .application__block.letter .letter-file .file-list {
        display: inline-block;
        vertical-align: top;
        margin-top: 0; }
        .App .content__item .step-content.application .application__block.letter .letter-file .file-list .item {
          position: relative; }
      .App .content__item .step-content.application .application__block.letter .form {
        padding: 1rem 2rem; }
        .App .content__item .step-content.application .application__block.letter .form input::-webkit-outer-spin-button, .App .content__item .step-content.application .application__block.letter .form input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }

.App .content__item .step-nav {
  margin-top: 1rem;
  font-size: 1.2rem;
  padding-bottom: 2rem; }
  .App .content__item .step-nav a {
    color: #000; }
  .App .content__item .step-nav .btn {
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block; }
    .App .content__item .step-nav .btn .arrow {
      font-size: 16px;
      margin-right: 6px; }
    .App .content__item .step-nav .btn.btn-save {
      float: right;
      margin-left: 1rem; }

.App .content__item .watch {
  position: relative; }
  .App .content__item .watch .btn-delete {
    float: right;
    margin-top: 1rem; }

.App .status-page {
  font-size: 1rem; }
  .App .status-page .history-table {
    margin-top: 2rem;
    line-height: 1.7rem; }
    .App .status-page .history-table .message {
      width: 65%; }
  .App .status-page .round-steps {
    position: relative; }
    .App .status-page .round-steps:before {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      top: 17px;
      background-color: #000;
      z-index: 0; }
    .App .status-page .round-steps .step {
      position: relative;
      width: 16.5%;
      display: inline-block;
      font-size: 1rem;
      text-align: center;
      vertical-align: top; }
      .App .status-page .round-steps .step .number {
        display: block;
        margin: 0 auto;
        height: 35px;
        width: 35px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #000;
        background-color: #fff;
        color: #000; }
      .App .status-page .round-steps .step.green .number, .App .status-page .round-steps .step.red .number, .App .status-page .round-steps .step.yellow .number {
        font-weight: bold;
        color: #fff; }
      .App .status-page .round-steps .step.green .number {
        background-color: #21ba45; }
      .App .status-page .round-steps .step.red .number {
        background-color: #ff8a8a; }
      .App .status-page .round-steps .step.yellow .number {
        color: #000;
        background-color: #ffe78a; }
      .App .status-page .round-steps .step.grey .number {
        background-color: #e0e1e2; }
  .App .status-page .divider {
    margin-top: 2rem; }

.App .status-page .package {
  padding-top: 0; }

.App .package__wrap .common > h3.title {
  margin-top: 0; }

.App .package {
  font-size: 1rem;
  padding-top: 2rem; }
  .App .package .package__single {
    padding-top: 0; }
  .App .package .steps {
    padding-top: 0;
    margin-bottom: 1.7rem; }
  .App .package .message-errors {
    margin-bottom: 1.7rem;
    cursor: pointer; }
  .App .package .table tbody > tr {
    transition: background-color 0.2s ease;
    cursor: pointer; }
    .App .package .table tbody > tr:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .App .package .table .errors-cell {
    display: inline-block; }
    .App .package .table .errors-cell .errors {
      display: inline-block;
      border-radius: 50%;
      background-color: #ff0000;
      color: #fff;
      padding: 0.1rem 0.5rem; }
  .App .package .ui.button {
    padding: 1em 1.5em;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .App .package .ui.button.right {
      float: right; }
  .App .package .letter .ui.button {
    margin-top: 0;
    margin-bottom: 0; }
  .App .package .package__actions .ui.button {
    padding: 1.18em 1.5em;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .App .package .package__actions .ui.button.custom {
      border: 1px solid #000; }
    .App .package .package__actions .ui.button:first-child {
      margin-right: 0; }
  .App .package .package__actions--top {
    margin-top: -2rem; }

.App .package__single {
  font-size: 1rem;
  padding-top: 2rem; }
  .App .package__single .step-content.application .application__block.common {
    margin-top: 0; }

.modal.sign .files {
  font-size: 0;
  margin-top: 10px; }
  .modal.sign .files .checkbox {
    width: calc((100% - 20px) / 3);
    margin-bottom: 5px;
    margin-right: 10px; }
    .modal.sign .files .checkbox:nth-child(3n) {
      margin-right: 0; }
    .modal.sign .files .checkbox label:before {
      top: 4px; }
    .modal.sign .files .checkbox label:after {
      top: 4px; }
    .modal.sign .files .checkbox .label {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.selpaper.green {
  background-color: #21ba45; }

.app__order-new {
  padding: 2rem;
  font-size: 1rem; }
  .app__order-new h2.header {
    margin-top: 0; }
  .app__order-new .empty-order-message .button {
    margin-top: 1rem; }
  .app__order-new .order-new__buttons {
    margin-top: 1rem; }

.modal.sign .files {
  font-size: 0;
  margin-top: 10px; }
  .modal.sign .files .checkbox {
    width: calc((100% - 20px) / 3);
    margin-bottom: 5px;
    margin-right: 10px; }
    .modal.sign .files .checkbox:nth-child(3n) {
      margin-right: 0; }
    .modal.sign .files .checkbox label:before {
      top: 4px; }
    .modal.sign .files .checkbox label:after {
      top: 4px; }
    .modal.sign .files .checkbox .label {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.app__order-view, .order-view, .order-history {
  padding-top: 2rem; }
  .app__order-view h2.ui.header:first-of-type, .order-view h2.ui.header:first-of-type, .order-history h2.ui.header:first-of-type {
    margin-top: 0; }
  .app__order-view .round-steps, .order-view .round-steps, .order-history .round-steps {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .app__order-view .actions, .order-view .actions, .order-history .actions {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.order-history .history-table {
  margin-bottom: 0; }

.app__order-upload {
  position: relative;
  padding: 2rem 1.5rem;
  min-height: 100%; }

.app__order.order {
  margin-top: 2rem; }
  .app__order.order .suborders-table {
    max-height: 19.3rem;
    overflow-y: auto; }
    .app__order.order .suborders-table tbody tr {
      cursor: pointer; }
  .app__order.order .need-permission-form {
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .app__order.order .order__letter .field {
    position: relative; }
  .app__order.order .order__letter .letter__upload-label {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: text; }
  .app__order.order .order__letter .letter__upload-button {
    position: relative;
    z-index: 2; }
  .app__order.order .order__letter input[type=file] {
    display: none; }
  .app__order.order .order__letter .letter__attaches {
    margin-top: 1rem; }
    .app__order.order .order__letter .letter__attaches .attaches__list__label {
      display: block;
      margin: 0 0 .28571429rem;
      color: rgba(0, 0, 0, 0.87);
      font-size: .92857143em;
      font-weight: 700;
      text-transform: none; }
      .app__order.order .order__letter .letter__attaches .attaches__list__label .blue {
        color: #4183C4; }
      .app__order.order .order__letter .letter__attaches .attaches__list__label .toggle {
        float: right;
        cursor: pointer;
        outline: none; }
    .app__order.order .order__letter .letter__attaches .attaches__list {
      margin-bottom: 1rem; }
      .app__order.order .order__letter .letter__attaches .attaches__list:last-child {
        margin-bottom: 0; }
      .app__order.order .order__letter .letter__attaches .attaches__list .attach {
        position: relative;
        display: inline-block;
        margin: 0.2rem 0.2rem 0.2rem 0;
        width: calc((100% - 0.6em) / 3) !important; }
      .app__order.order .order__letter .letter__attaches .attaches__list .attach__wrap {
        position: relative;
        display: block;
        width: 100%;
        font-size: 1rem; }
      .app__order.order .order__letter .letter__attaches .attaches__list .attach__lock {
        position: absolute;
        right: 5px;
        top: 8px; }
      .app__order.order .order__letter .letter__attaches .attaches__list .attach__name {
        display: inline-block;
        width: calc(100% - 40px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .app__order.order .order__letter .letter__attaches .attaches__list .attaches__list__files.collapsed {
        overflow: hidden;
        height: 38px; }
      .app__order.order .order__letter .letter__attaches .attaches__list .attaches__list__files a {
        outline: none; }
  .app__order.order .order__suborder .actions {
    float: left; }
  .app__order.order .actions {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .app__order.order .table.striped {
    border-color: #000;
    margin-bottom: 2rem; }
    .app__order.order .table.striped td:first-child {
      font-weight: bold;
      width: 35%; }
    .app__order.order .table.striped td .dropdown {
      height: auto;
      padding: 0;
      border: 0;
      margin-left: -5px;
      background-color: transparent; }
  .app__order.order .order__table--wide {
    overflow-x: scroll; }
    .app__order.order .order__table--wide tr td {
      min-width: 12.5rem;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
    .app__order.order .order__table--wide tr .row-index {
      position: relative;
      min-width: 3rem;
      cursor: pointer;
      overflow: hidden; }
      .app__order.order .order__table--wide tr .row-index.bar .icon.minus {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 150%;
        transform: translate(-50%, -50%);
        transition: left 0.2s ease; }
      .app__order.order .order__table--wide tr .row-index .index {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: left 0.2s ease; }
      .app__order.order .order__table--wide tr .row-index .icon.minus {
        display: none; }
    .app__order.order .order__table--wide tr:hover .row-index.bar .index {
      left: -50%; }
    .app__order.order .order__table--wide tr:hover .row-index.bar .icon.minus {
      left: 50%; }
    .app__order.order .order__table--wide .new-row-button {
      min-width: 1rem;
      cursor: pointer; }
      .app__order.order .order__table--wide .new-row-button .icon {
        margin: 0; }
    .app__order.order .order__table--wide .definition.table tr > td:first-child {
      text-align: center; }
  .app__order.order .order__general-wrap {
    position: relative; }

.order-list__menu {
  margin-top: 2rem; }

.order__application-header {
  text-align: center; }
  .order__application-header .ui.header {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .order__application-header h2.order__title {
    text-transform: uppercase; }
  .order__application-header .ui.divider {
    max-width: 1000px;
    margin: 0.5em auto; }
  .order__application-header .ui.dropdown.order__technology-select {
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0;
    height: initial;
    font-size: 1.28571429rem;
    font-weight: 700; }

.attach__tooltip {
  width: 280px; }
  .attach__tooltip p {
    margin: 0; }
  .attach__tooltip p:last-of-type {
    margin-bottom: 1rem; }

.App .settings-page {
  padding-top: 1.5rem; }
  .App .settings-page .settings-header a {
    outline: none !important; }
  .App .settings-page .settings-content {
    padding-top: 1.5rem;
    position: relative; }
    .App .settings-page .settings-content .loader {
      display: none; }
    .App .settings-page .settings-content .loading .loader {
      display: block; }
    .App .settings-page .settings-content .accordion-wrap {
      position: relative; }
      .App .settings-page .settings-content .accordion-wrap .negative {
        position: absolute !important;
        right: 135px !important;
        bottom: -50px !important; }
    .App .settings-page .settings-content .accordion .header {
      margin-top: 0; }
    .App .settings-page .settings-content .accordion .active-bank {
      font-size: 0.8rem;
      color: rgba(0, 0, 0, 0.4); }
    .App .settings-page .settings-content .menu__footer {
      padding-top: 1rem; }
    .App .settings-page .settings-content .banks__additional .no-data {
      position: relative;
      min-height: 300px;
      background: rgba(153, 153, 153, 0.13);
      text-align: center;
      font-size: 1.5rem;
      color: #9e9e9e; }
      .App .settings-page .settings-content .banks__additional .no-data .label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .App .settings-page .settings-content .banks__additional .header {
      margin-top: 0; }
    .App .settings-page .settings-content .banks__additional .icon.remove {
      text-align: center;
      width: 2rem; }
    .App .settings-page .settings-content .banks__additional .input {
      max-width: 160px; }
    .App .settings-page .settings-content .banks__additional .button-save {
      padding-top: 0.858em; }
    .App .settings-page .settings-content .banks__additional .item.immutable {
      padding-left: 2rem; }

.banks__form .action input {
  padding-bottom: 0.75em !important; }

.banks__form .scroll {
  max-height: 121px;
  overflow: auto; }

.banks__form .datalist {
  position: relative;
  z-index: 2; }
  .banks__form .datalist .menu-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 228px;
    padding: 0 0.5em;
    transition: all 0.3s ease; }
    .banks__form .datalist .menu-wrap.transparent {
      opacity: 0; }
    .banks__form .datalist .menu-wrap.visible {
      display: block; }
    .banks__form .datalist .menu-wrap .menu {
      max-height: 228px;
      overflow-y: auto;
      background-color: #FFF;
      border: 1px solid #96C8DA;
      box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }
    .banks__form .datalist .menu-wrap .item {
      border-top: 1px solid #FAFAFA;
      padding: .78571429rem 1.14285714rem;
      white-space: normal;
      word-wrap: normal;
      cursor: pointer; }
      .banks__form .datalist .menu-wrap .item:hover {
        background: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.95); }

.ui.checkbox.input-accaunt__wrap label {
  color: rgba(34, 36, 38, 0.5); }
  .ui.checkbox.input-accaunt__wrap label:hover {
    color: #000; }

.ui.checkbox .input-accaunt:checked + label {
  color: #000; }

.bills-page {
  font-size: 1rem !important; }
  .bills-page h1.ui.header {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .bills-page .table tbody tr {
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .bills-page .table tbody tr:hover {
      background-color: #f2f2f3; }
      .bills-page .table tbody tr:hover tbody td {
        position: relative; }

.table-wrapper {
  overflow: auto;
  margin: 1em 0; }

.button {
  margin: 0 !important; }

.table-wrapper {
  overflow: auto;
  margin: 1em 0; }

.button {
  margin: 0 !important; }

.table-wrapper {
  overflow: auto;
  margin: 1em 0; }

.button {
  margin: 0 !important; }

.table-wrapper {
  overflow: auto;
  margin: 1em 0; }

.button {
  margin: 0 !important; }

.App .App-content .content__item.main .feed {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 70%; }
  .App .App-content .content__item.main .feed a.title {
    color: #1464f6;
    font-size: 1.714rem;
    cursor: pointer;
    font-weight: bold; }
  .App .App-content .content__item.main .feed .title {
    color: #1464f6; }
  .App .App-content .content__item.main .feed .feed__item {
    padding-bottom: 2rem;
    border-top: 1px dotted #000;
    padding-top: 2rem; }
    .App .App-content .content__item.main .feed .feed__item:first-of-type {
      border-top: 0; }

.App .App-content .content__item.main .aside {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: 1rem;
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 2rem; }
  .App .App-content .content__item.main .aside h3 {
    font-size: 1.2rem; }
  .App .App-content .content__item.main .aside .aside__news .new {
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem; }
    .App .App-content .content__item.main .aside .aside__news .new .title {
      color: #1464f6;
      font-weight: normal;
      margin-bottom: 0.2rem; }
    .App .App-content .content__item.main .aside .aside__news .new .content {
      font-size: 1rem; }
  .App .App-content .content__item.main .aside .link {
    padding: 0.5rem 0; }
    .App .App-content .content__item.main .aside .link a {
      color: #1464f6; }
  .App .App-content .content__item.main .aside .login-activity {
    position: fixed;
    top: 60px;
    right: 0;
    width: 24%;
    height: calc(100% - 60px);
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: scroll; }

.App .moderator-page .moderator-page__content {
  padding-top: 2rem;
  font-size: 1rem; }

.App .moderator-page .reg-comment {
  width: 40px;
  overflow: visible !important; }

.App .moderator-page .filters__item {
  display: block;
  padding-right: 1.2rem;
  padding-top: 0.3rem;
  width: 100%; }
  .App .moderator-page .filters__item .remove {
    margin-left: 0.5rem;
    float: right; }

.App .moderator-page .filters-group {
  display: inline-block;
  vertical-align: top; }

.App .moderator-page thead th {
  cursor: pointer; }
  .App .moderator-page thead th.reg-comment {
    cursor: default; }


/*# sourceMappingURL=screen.css.map*/