body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


/*
 * Блок общая информация
 */
.common-info {
  font-size: calc(0.75vw);
  line-height: 1.5vw;
}
.dash-cell {

}
h4 {
  padding-top:3px;
  padding-bottom:0px;
  font-size: 0.9vw;
}
.yavka-table td, .yavka-table th {
  text-align: center;
  font-size: 0.64vw;
}
.tr-deg td, .tr-deg th {
  background-color:#73d289;
}
.text-center {
  text-align: center;
  vertical-align: middle !important;
}
.text-center-horiz {
  vertical-align: middle !important;
}
.soc-table td,  .soc-table th {
  padding: 0 !important;
  font-size: 0.65vw;
  line-height: 0.82vw !important;
}
.table-smaller-font td, .table-smaller-font th {
  font-size: 0.58vw;
  padding: .1rem !important;
}
.custom-padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.modal-container {
  text-align: center;
  padding:20px;
  font-size: 20px;
  line-height: 32px;
}
.uik_info {
  font-size: 0.65vw;
  line-height: 0.82vw !important;
  margin-bottom: 7px;
}