html,
body {
  height: 100%;
}

.not-set {
  color: #cc5555;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content:
    /*"\e113"*/
    "\e151";
}

a.desc:after {
  content:
    /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.fixed-fluid>.fixed-sm-100 {
  width: 100px;
}

.fixed-fluid>.fixed-50 {
  width: 50px;
}

.auth-clients {
  font-size: 21px;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}

.auth-clients .fa-vk {
  color: #5e81a8;
}

.auth-clients .fa-facebook {
  color: #128ef2;
}

.auth-clients .fa-twitter {
  color: #008fa1
}

.notification-alert {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  font-size: 1.3em;
  font-weight: bold;
  border: 1px solid #c42700;
  box-shadow: 0 0 0 0 rgba(196, 39, 0, 0.7), inset 0 1px 0 #7f0600;
  vertical-align: middle;
  background: #ff0000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c42700), color-stop(100%, #7f0600));
  background-image: -webkit-linear-gradient(#c42700, #7f0600);
  background-image: -moz-linear-gradient(#c42700, #7f0600);
  background-image: -o-linear-gradient(#c42700, #7f0600);
  background-image: linear-gradient(#c42700, #7f0600);
  cursor: pointer;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}

.notification-alert:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(196, 39, 0, 0), inset 0 1px 0 #7f0600;
  }
}

/* Ссылки на публичный сайт */
a.public-link,
a.public-link:hover {
  color: #42a5f5;
}

a.public-link.disabled {
  color: gray;
  cursor: default;
}

/* Ссылки в GridView */
a.grid-link,
a.grid-link:hover {
  font-size: 14px;
  border-bottom: 1px dotted;
  color: #42a5f5;
}

a.grid-link.disabled {
  color: gray;
  pointer-events: none;
  border-bottom: none;
}

/* Выпадающее меню дочерних лиг */
.related-leagues-list>.dropdown-toggle {
  max-width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.related-leagues-list ul {
  max-width: 320px;
  max-height: 440px;
  overflow-y: auto;
}

/* Блокировка кнопки с .btn-labeled */
.btn-labeled.js-locker-locked:before,
.fa.fa-refresh.js-spin {
  content: "\f021" !important;
  font-family: 'FontAwesome' !important;
  animation-name: spin;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Промо акция в навбаре */
.navbar-top-links>li.promo>a {
  color: #ffffff;
}

.navbar-top-links>li.promo:hover>a {
  color: #758697;
}

.desktop-hide {
  display: none !important;
}

.phone-block label {
  display: block;
}

.phone-block .select2 {
  position: relative;
  margin-top: -3px;
  z-index: 1;
}

.phone-block input[type="text"] {
  position: relative;
  display: inline-block;
  width: calc(100% - 64px);
  z-index: 2;
}

/* Контейнер с использование Autocomplete */
.autocomplete-container {
  overflow: inherit;
}

/* Фронтенд контент виджетов из редактора */
.widget-content {
  display: none;
}

.radio {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 30px;
}

.radio__item {
  align-items: center;
  cursor: pointer;
}

.players-list-block {
  color: white;
  font-weight: 600;
  border-radius: 5px;
  margin: 5px 5px 5px 0px;
  padding: 5px 10px 5px 10px;
}

.rank-date-block {
  color: forestgreen;
  background-color: white;
  border: 1px solid #e7e7e7;
  font-weight: 600;
  border-radius: 5px;
  margin: 5px 5px 5px 0px;
  padding: 5px 10px 5px 10px;
}

#navbar {
  height: 0px !important;
}

#content-container {
  padding-top: 0px !important;
}

.navbar-content-custom {
  margin: 0 !important;
  height: auto;
  display: flex;
  justify-content: space-around;
}

.breadcrumb-custom {
  width: 100%;
  text-align: left;
  padding-top: 21px;
  margin-left: 15px;
}

.breadcrumb-custom,
.breadcrumb-custom li,
.breadcrumb-custom li a,
.breadcrumb-custom li+li:before {
  color: white !important;
  border-color: white !important;
}

.breadcrumb-custom,
.breadcrumb-custom li,
.breadcrumb-custom li a,
.breadcrumb-custom li+li:before :hover {
  background-color: transparent;
}

.navbar-top-links>li>a:hover {
  background-color: transparent !important;
  color: inherit !important;
}

.dropdown-user-link-custom {
  display: flex !important;
  gap: 10px !important;
}

.dropdown-menu-custom {
  z-index: 999;
  position: absolute !important;
  top: 70px !important;
}

.panel {
  margin-bottom: 0px !important;
}

.panel-group.accordion {
  margin-bottom: 0px !important;
}

.player-docs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.player-doc__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 8px;
}

.player-doc__text {
  color: rgba(58, 68, 78, 1);
}

.player-doc__text2 {
  color: rgba(58, 68, 78, 0.8);
  font-weight: 400;
  font-size: 11px;
}

.player-doc__line {
  height: 3px;
  width: 100%;
}

.rank-date {
  color: #86C042;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin: 0 5px 0 0;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
}

.player-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 7px;
}

.player-items-history .row {
  border-bottom: 1px solid #E5E5E5;
  line-height: 35px;
}

.player-items-history .back {
  margin-top: 55px;
}

.modal-header {
  display: flex;
}

.modal-header .close {
  background: #EFF1F4 !important;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin: 0;
  position: static;
  width: 30px;
}

.modal-header .close i {
  line-height: 12px;
}

.modal-header .modal-title {
  flex-grow: 1;
  font-size: 20px;
  text-align: center;
}

.model-form {
  margin-top: 34px;
}

.model-form .model-form__image-wrapper {
  padding-left: 7px;
  padding-right: 47px;
}

.model-form__image-wrapper .crop-image {
  margin-top: 10px;
}

.model-form label {
  font-size: 14px;
  margin-bottom: 9px;
}

.model-form input[type=text],
.model-form select,
.model-form .select2-selection {
  border-radius: 6px;
  height: 36px;
}