*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

ul,
ol,
li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

html,
body {
  height: 100%; }

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #525252;
  line-height: 1rem;
  /*background-color: #D8D8D8;*/
  /*box-sizing: border-box;*/ }

.main-layout {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFF; }

.container {
  padding: 10px 20px; }
  .container.main {
    padding: 15px 20px 30px 20px; }

@media (min-width: 550px) {
  .show-on-mobile {
    display: none !important; } }
@media (max-width: 550px) {
  .hide-on-mobile {
    display: none !important; }

  .container {
    padding-right: 10px;
    padding-left: 10px; }
    .container.main {
      padding-right: 10px;
      padding-left: 10px; } }
main {
  flex: 1 0 auto; }

header {
  background-color: #D8D8D8; }

.header {
  display: flex;
  justify-content: space-between;
  color: #19547C;
  align-items: center; }
  .header-logo {
    flex-shrink: 0;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: bold; }
    .header-logo a {
      color: #FFF; }
      .header-logo a:hover {
        text-decoration: none; }
  .header-menu {
    font-weight: bold; }
    .header-menu a {
      display: inline-block;
      color: #19547C;
      text-decoration: none;
      margin-left: 10px; }
      .header-menu a.active {
        text-decoration: underline; }

footer {
  background-color: #A1A1A1;
  color: #FFF;
  text-align: right;
  font-size: 0.75rem; }
  footer a {
    color: #FFF; }

.list-of-clubs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5625rem;
  margin: 0 -0.625rem; }
  .list-of-clubs .clubs-item {
    flex: 0 1 33.333%;
    padding: 0 0.625rem;
    min-width: 18.75rem; }
  @media (max-width: 550px) {
    .list-of-clubs .clubs-item {
      flex-grow: 1; } }
  .list-of-clubs .club {
    border: 1px solid #ABABAB;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center; }
    .list-of-clubs .club .title {
      color: #19547C;
      font-weight: bold;
      font-size: 0.9375rem;
      margin-bottom: 10px;
      letter-spacing: 1.1px; }
    .list-of-clubs .club .image img {
      width: 100%;
      object-fit: cover;
      margin-bottom: 10px; }
    .list-of-clubs .club .info {
      flex: 1 0 auto;
      text-align: center;
      margin-bottom: 20px;
      line-height: 1.2; }

.list-of-dates {
  display: flex;
  flex-wrap: 1;
  margin-bottom: 1.25rem; }
  .list-of-dates a {
    flex: 1 1 auto;
    border-bottom: 1px solid #ABABAB;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
    color: #19547C; }
    .list-of-dates a:hover {
      text-decoration: none;
      background-color: #EBEBEB; }
    .list-of-dates a.active {
      border: 1px solid #ABABAB;
      border-bottom: none;
      font-weight: bold; }
      .list-of-dates a.active:hover {
        background-color: #FFF; }
    .list-of-dates a.weekend {
      color: #C30000; }
    .list-of-dates a.week {
      flex-grow: 0;
      display: flex;
      align-items: center;
      padding-right: 15px;
      padding-left: 10px; }
      .list-of-dates a.week.prev {
        padding-right: 10px;
        padding-left: 15px; }
    .list-of-dates a i.arrow {
      border: solid #19547C;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px; }
      .list-of-dates a i.arrow.right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .list-of-dates a i.arrow.left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }

@media (max-width: 1000px) {
  .list-of-dates span.long {
    display: none; }
  .list-of-dates span.short {
    display: inline; } }
.list-of-tables-subgroup-name {
  color: #19547C;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.625rem 0;
  background-color: #EBEBEB;
  margin-bottom: 0.1875rem; }
  .list-of-tables-subgroup-name.editable {
    cursor: pointer; }
  .list-of-tables-subgroup-name span {
    background-image: url("/images/icons/hide.png");
    padding-left: 16px !important; }
    .list-of-tables-subgroup-name span.show {
      background-image: url("/images/icons/show.png"); }

.list-of-tables {
  display: flex; }
  .list-of-tables.extra-bottom-margin {
    margin-bottom: 1.875rem; }
  .list-of-tables .list-of-tables-item {
    flex-grow: 1; }
    .list-of-tables .list-of-tables-item .button {
      text-align: center;
      margin-top: 0.9375rem; }
    .list-of-tables .list-of-tables-item.no-grow {
      flex-grow: 0; }
  .list-of-tables.row {
    row-gap: 1.5625rem;
    flex-wrap: wrap; }
    .list-of-tables.row.extra-bottom-margin {
      margin-bottom: 1.875rem; }
    .list-of-tables.row .list-of-tables-item {
      flex: 0 1 25%;
      padding-right: 0.9375rem;
      min-width: 280px; }
      .list-of-tables.row .list-of-tables-item:nth-child(4n) {
        padding-right: 0; }
    .list-of-tables.row-of-5 .list-of-tables-item {
      flex-basis: 20%;
      padding-right: 0.625rem;
      min-width: 220px; }
      .list-of-tables.row-of-5 .list-of-tables-item:nth-child(4n) {
        padding-right: 0.625rem; }
      .list-of-tables.row-of-5 .list-of-tables-item:nth-child(5n) {
        padding-right: 0; }
    .list-of-tables.row-of-3 .list-of-tables-item {
      flex-basis: 33.333%;
      padding-right: 0.625rem;
      min-width: 220px; }
      .list-of-tables.row-of-3 .list-of-tables-item:nth-child(3n) {
        padding-right: 0; }
      .list-of-tables.row-of-3 .list-of-tables-item:nth-child(4n) {
        padding-right: 0.625rem; }
  .list-of-tables.editable .data-column:hover {
    cursor: pointer; }
    .list-of-tables.editable .data-column:hover .tournament {
      cursor: default; }
  .list-of-tables.editable-own-only .data-column:hover {
    cursor: pointer; }
    .list-of-tables.editable-own-only .data-column:hover .allocation {
      cursor: default; }
      .list-of-tables.editable-own-only .data-column:hover .allocation.own {
        cursor: pointer; }

.table-title {
  padding: 10px;
  color: #19547C;
  font-size: 1rem;
  text-align: center; }
  .table-title span {
    width: 35px;
    display: inline-block; }
.table-data {
  height: 450px;
  display: flex; }
  .table-data .time-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    align-items: flex-end;
    margin: -4.5px 0; }
    .table-data .time-column b {
      display: block;
      font-weight: normal;
      white-space: nowrap;
      font-size: 0.5625rem;
      line-height: 0.5625rem; }
      .table-data .time-column b:after {
        content: " -"; }
    .table-data .time-column.last {
      align-items: flex-start; }
      .table-data .time-column.last b:before {
        content: "- "; }
      .table-data .time-column.last b:after {
        content: ""; }
  .table-data .data-column {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    flex: 1 0 auto;
    color: #FFF;
    background-color: #7CC576;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 0.5625rem;
    line-height: 0.5625rem; }
    .table-data .data-column em {
      display: block;
      height: 1px;
      border-top: 1px dashed #FFF;
      position: absolute;
      width: 100%;
      opacity: 60%; }
    .table-data .data-column.row {
      border: 1px solid #ABABAB;
      font-size: 0.6875rem;
      line-height: 0.75rem; }
    .table-data .data-column .free {
      background-color: green; }
    .table-data .data-column .allocation {
      position: absolute;
      width: 100%;
      background-color: #ED1B23;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-bottom: 1px solid #B7B7B7; }
      .table-data .data-column .allocation.own {
        background-color: #008000; }
      .table-data .data-column .allocation.private {
        background-color: #008000; }
      .table-data .data-column .allocation.stinky {
        background-color: #754C23; }
      .table-data .data-column .allocation.paid-1 {
        background-image: url("/images/icons/12x12/check.png");
        background-repeat: no-repeat;
        background-position: right 3px top 2px; }
      .table-data .data-column .allocation.paid-2 {
        background-image: url("/images/icons/12x12/check.png"), url("/images/icons/12x12/check.png");
        background-repeat: no-repeat, no-repeat;
        background-position: right 3px top 2px, right 15px top 2px; }
      .table-data .data-column .allocation.paid-3 {
        background-image: url("/images/icons/12x12/check.png"), url("/images/icons/12x12/check.png"), url("/images/icons/12x12/check.png");
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: right 3px top 2px, right 15px top 2px, right 27px top 2px; }
      .table-data .data-column .allocation.paid-4 {
        background-image: url("/images/icons/12x12/check.png"), url("/images/icons/12x12/check.png"), url("/images/icons/12x12/check.png"), url("/images/icons/12x12/check.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: right 3px top 2px, right 15px top 2px, right 27px top 2px, right 39px top 2px; }
      .table-data .data-column .allocation:last-child {
        border-bottom: 0; }
    .table-data .data-column .tournament, .table-data .data-column .lesenka {
      background-color: #7DA7D9;
      line-height: 0.875rem; }

@media (max-width: 550px) {
  .list-of-tables.row .list-of-tables-item {
    flex-grow: 1;
    padding-right: 0.3125rem; }
    .list-of-tables.row .list-of-tables-item:nth-child(4n) {
      padding-right: 0.3125rem; }
  .list-of-tables.row-of-5 .list-of-tables-item {
    padding-right: 0.3125rem; }
    .list-of-tables.row-of-5 .list-of-tables-item:nth-child(4n) {
      padding-right: 0.3125rem; }
    .list-of-tables.row-of-5 .list-of-tables-item:nth-child(5n) {
      padding-right: 0.3125rem; } }
.delete-allocation-wrapper {
  margin-bottom: 10px; }

.admin-panel {
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap; }
  .admin-panel a {
    color: #C30000;
    font-weight: bold; }
    .admin-panel a:hover {
      text-decoration: none; }
    .admin-panel a.active {
      color: #000; }

a {
  color: #C30000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.gray {
    color: #525252;
    text-decoration: underline; }
    a.gray:hover {
      text-decoration: none; }

h1 {
  color: #19547C;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  padding: 0 0 30px 25px; }

.text p {
  padding-bottom: 10px; }
  .text p:last-child {
    padding-bottom: 0; }

ul {
  margin-left: 10px;
  padding: 0; }
  ul li {
    margin-bottom: 5px;
    list-style: square; }

img {
  border: none; }

table {
  border-collapse: collapse; }

/* buttons */
.btn, .btn-red, .btn-green, .btn-gray, input.submit-btn {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.075rem; }
  .btn-small {
    padding: 2px 6px;
    letter-spacing: normal;
    text-transform: lowercase; }
  .btn:hover, .btn-red:hover, .btn-green:hover, .btn-gray:hover, input.submit-btn:hover {
    text-decoration: none; }
  .btn-red {
    background-color: #C30000; }
  .btn-green {
    background-color: #118844; }
    .btn-green:hover {
      background-color: #38B549; }
  .btn-gray {
    background-color: #ABABAB; }
    .btn-gray:hover {
      background-color: #B7B7B7; }

.payment-btns {
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
  justify-content: space-between; }
  .payment-btns a {
    border: 1px solid #ABABAB;
    color: #525252;
    border-radius: 4px;
    padding: 5px 22px;
    text-decoration: none;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    background-color: #EBEBEB; }
    .payment-btns a:hover {
      background-color: #FFF; }
    .payment-btns a:first-child span {
      background: url("/images/icons/16x16/coins.png") transparent 0 50% no-repeat;
      padding-left: 22px; }
    .payment-btns a:nth-child(2) span {
      background: url("/images/icons/16x16/subscription.png") transparent 0 50% no-repeat;
      padding-left: 22px; }

div.tooltip {
  display: none;
  position: absolute;
  z-index: 80;
  left: 0;
  top: 0;
  background-color: #ffffcc;
  padding: 4px 10px;
  border: 1px solid black;
  border-radius: 4px; }

.tooltip-data {
  display: none; }

.error-response {
  background-color: #F9F9D8;
  border: 1px solid #ABABAB;
  padding: 10px 15px;
  color: #C30000;
  display: flex;
  flex-direction: column;
  row-gap: 4px; }
  .error-response:empty {
    display: none; }

/* common classes */
.ac {
  text-align: center; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0; }

.spacer1 {
  height: 1px; }

.spacer5 {
  height: 5px; }

.spacer10 {
  height: 10px; }

.spacer15 {
  height: 15px; }

.spacer20 {
  height: 20px; }

.spacer25 {
  height: 25px; }

.w1 {
  width: 1%; }

.w100 {
  width: 100%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w20px {
  width: 20px; }

.w30px {
  width: 30px; }

.w40px {
  width: 40px; }

.w50px {
  width: 50px; }

.w60px {
  width: 60px; }

.w70px {
  width: 70px; }

.w80px {
  width: 80px; }

.w90px {
  width: 90px; }

.w100px {
  width: 100px !important; }

.w150px {
  width: 150px; }

.w175px {
  width: 175px; }

.w200px {
  width: 200px; }

.w250px {
  width: 250px; }

.w270px {
  width: 270px; }

.w300px {
  width: 300px; }

.w400px {
  width: 400px; }

.w450px {
  width: 450px; }

.h30px {
  height: 30px; }

.nw {
  white-space: nowrap; }

.attention {
  color: #C30000; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal !important; }

.italic {
  font-style: italic; }

.nl2br {
  white-space: pre; }

.underline {
  text-decoration: underline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.error, .red {
  color: #C30000; }

.orange {
  color: #F7941C; }

.green {
  color: #118844; }

.fz10px {
  font-size: 0.625rem; }

/* blocks */
.block-header-left-tab {
  width: 100%;
  vertical-align: bottom;
  color: #19547C;
  font-weight: bold;
  padding: 0 10px 3px 15px; }

.block-header-right-tab {
  vertical-align: bottom;
  white-space: nowrap;
  padding: 0 20px 3px 10px; }

.block-content {
  border: 1px solid #ABABAB;
  padding: 12px 15px;
  background: url("../images/gradient.png") #FFF 0 0 repeat-x; }

.block-content-tbl {
  padding: 6px 5px; }

/* list versions here */
.block-content-version-grey {
  background-image: none;
  background-color: #EBEBEB; }

.block-content-version-dark-grey {
  background-image: none;
  background-color: #8C8C8C;
  color: #FFF; }

.block-content-version-white {
  background-image: none;
  background-color: #FFF; }

.block-content-version-white-rounded {
  background-image: none;
  background-color: #FFF;
  border-radius: 10px;
  padding: 8px 15px; }

.block-content-version-yellow {
  background-image: none;
  background-color: #F9F9D8; }

.block-content-version-blue {
  background-image: none;
  background-color: #E5F5FF; }

.block-content-version-blue-no-border {
  background-image: none;
  background-color: #E5F5FF;
  border: none; }

.block-content-version-bo-deleted {
  background-image: none;
  background-color: #FFE0E0; }

.block-content-version-transparent-no-border {
  background-image: none;
  background-color: transparent;
  border: none; }

.block-content-version-transparent {
  background-image: none;
  background-color: transparent; }

.block-content-version-nopadding {
  padding: 0; }

/* tables */
.b_tbl {
  empty-cells: show;
  width: 100%;
  /*
  	&.with-stripes {
  		tbody {
  			tr:nth-child(2n+1):not(.total) {
  				background-color: $light_gray;
  			}
  		}
  	}
  */ }
  .b_tbl td {
    border-left: 1px solid #ABABAB;
    padding: 6px 10px;
    vertical-align: top; }
    .b_tbl td:first-child {
      border-left: none; }
    .b_tbl td.no_l_padding {
      padding-left: 0; }
  .b_tbl thead td {
    font-weight: bold;
    border-bottom: 2px solid #7F7F7F; }
    .b_tbl thead td div.option {
      margin: 3px 0; }
  .b_tbl thead tr.second td {
    padding: 2px 1px; }
  .b_tbl thead tr:nth-child(n+2) td:first-child {
    border-left: 1px solid #ABABAB; }
  .b_tbl tbody td.smaller_padding {
    padding: 6px 2px; }
  .b_tbl tbody td:first-child {
    border-left: none; }
  .b_tbl tbody tr.active td {
    background-color: red;
    color: #FFF; }
  .b_tbl tbody tr.b_bottom td {
    border-bottom: 1px solid #ABABAB; }
  .b_tbl tbody tr.b_top td {
    border-top: 1px solid #ABABAB; }
  .b_tbl tbody tr.smaller-vertical-padding td {
    padding-top: 4px;
    padding-bottom: 4px; }
  .b_tbl tbody tr.is-ending {
    background-color: #FAA0A0; }
  .b_tbl tbody tr.even {
    background-color: #EBEBEB; }
  .b_tbl tbody tr.total.fixed {
    background-color: #ACACAC;
    color: #fff; }
  .b_tbl.highlight tbody tr:not(.total):hover {
    background-color: #ACACAC;
    color: #fff; }

.b_tbl_nolines {
  width: 100%; }
  .b_tbl_nolines td {
    padding: 5px;
    vertical-align: top; }

.b_tbl_with_horizontal_lines tbody td {
  border-top: 1px solid #ABABAB; }
.b_tbl_with_horizontal_lines thead td {
  border-bottom: 1px solid #7F7F7F; }

.b_tbl_grey td {
  border: 1px solid #ABABAB !important; }

@media (max-width: 550px) {
  .b_tbl td {
    padding: 6px 5px; } }
input, select, textarea {
  font-size: 0.75rem;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #525252;
  border: 1px solid #ABABAB;
  padding: 2px 3px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px; }

select.readonly {
  border: none;
  background-color: transparent;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */ }
  select.readonly::-ms-expand {
    display: none; }

label {
  vertical-align: middle;
  border-radius: 4px; }

input[type="checkbox"] {
  /* hide gray background in IE*/
  background-color: transparent;
  margin: 0;
  padding: 0;
  /* IE only */
  margin-botton: auto;
  vertical-align: middle; }
input[type="radio"] {
  /* hide gray background in IE*/
  background-color: transparent;
  padding: 0;
  margin: 0;
  vertical-align: middle; }
input[type="image"] {
  border: none;
  padding: 0; }
input.input-error {
  border: 1px solid #C30000; }
input.readonly {
  border: none;
  background-color: transparent; }
input.submit-btn {
  background-color: #C30000;
  border: none !important; }

.input-fields-2-columns {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
  row-gap: 0.75rem; }
  .input-fields-2-columns .input-wrapper {
    flex: 0 1 50%;
    padding: 0 10px;
    margin-bottom: 0; }

@media (max-width: 700px) {
  .input-fields-2-columns {
    flex-direction: column; } }
.input-wrapper {
  margin-bottom: 0.75rem; }
  .input-wrapper:last-child {
    margin-bottom: 0; }
  .input-wrapper.column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px; }
    .input-wrapper.column.vt {
      align-items: flex-start; }
    .input-wrapper.column .title {
      padding-left: 0px; }
    .input-wrapper.column .input {
      flex: 0 0 65%; }
  .input-wrapper .title {
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 2px; }
  .input-wrapper .input.phone-no {
    position: relative; }
    .input-wrapper .input.phone-no span {
      position: absolute;
      left: 10px;
      top: 5px; }
      .input-wrapper .input.phone-no span:before {
        content: "+7"; }
    .input-wrapper .input.phone-no input {
      padding-left: 29px; }
  .input-wrapper .hint {
    font-size: 0.625rem;
    padding-left: 10px;
    font-style: italic; }
  .input-wrapper div.error {
    color: #C30000;
    padding-left: 10px; }
  .input-wrapper input[type="text"], .input-wrapper input[type="password"], .input-wrapper textarea {
    width: 100%;
    padding: 5px 10px; }
    .input-wrapper input[type="text"].error, .input-wrapper input[type="password"].error, .input-wrapper textarea.error {
      border-color: #C30000; }
  .input-wrapper select {
    padding: 5px 10px; }
  .input-wrapper textarea {
    height: 100px; }
    .input-wrapper textarea.comment {
      height: 55px; }
  .input-wrapper .name-variants {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    justify-content: center; }
  .input-wrapper .option-btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px; }
    .input-wrapper .option-btns.payment-version span {
      padding: 5px 12px; }
      .input-wrapper .option-btns.payment-version span.disabled {
        opacity: 0.4; }
        .input-wrapper .option-btns.payment-version span.disabled:hover {
          cursor: default;
          background-color: #E1E1E1; }
      .input-wrapper .option-btns.payment-version span.active {
        padding-left: 18px;
        padding-right: 6px;
        background: url("/images/icons/12x12/check.png") #FFF 3px 50% no-repeat; }
    .input-wrapper .option-btns span {
      background-color: #E1E1E1;
      border: 1px solid #ABABAB;
      padding: 5px 22px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px; }
      .input-wrapper .option-btns span:hover {
        cursor: pointer;
        background-color: #FFF; }
      .input-wrapper .option-btns span.active {
        background: url("/images/icons/16x16/check.png") #FFF 3px 50% no-repeat; }

@media (max-width: 600px) {
  .input-wrapper.column {
    display: block; } }
.form-buttons .hint {
  padding: 3px 0 0 20px;
  font-style: italic; }
.form-buttons .buttons {
  padding: 15px 0 0 20px;
  display: flex;
  column-gap: 10px; }

@media (max-width: 600px) {
  .form-buttons .buttons {
    padding: 15px 0 0 0;
    justify-content: center; } }
.list-of-checkboxes {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 5px; }
  .list-of-checkboxes-vertical {
    flex-direction: column;
    row-gap: 3px; }

.payment-client-row {
  display: flex;
  column-gap: 5px; }
  .payment-client-row a {
    border: 1px solid #ABABAB;
    background-color: #E1E1E1;
    color: #525252;
    flex-basis: 35px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: center; }
    .payment-client-row a:hover {
      background-color: #FFF; }
    .payment-client-row a b {
      width: 20px;
      height: 16px;
      margin-left: 7px; }
    .payment-client-row a.search-user b {
      background: url("/images/icons/16x16/zoom.png") transparent 0 50% no-repeat; }
    .payment-client-row a.add-user b {
      margin-left: 5px;
      background: url("/images/icons/16x16/add-user.png") transparent 0 50% no-repeat; }

.payment-price-row {
  display: flex;
  column-gap: 5px; }
  .payment-price-row a {
    border: 1px solid #ABABAB;
    background-color: #E1E1E1;
    flex-basis: 35px;
    color: #525252;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .payment-price-row a:hover {
      background-color: #FFF; }
  .payment-price-row input {
    text-align: center; }

.alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2px;
  row-gap: 3px;
  margin-bottom: 5px; }
  .alphabet-filter span {
    border: 1px solid #ABABAB;
    background-color: #E1E1E1;
    color: #525252;
    border-radius: 4px;
    padding: 0 6px;
    cursor: pointer; }
    .alphabet-filter span:hover, .alphabet-filter span.active {
      background-color: #FFF; }

.list-of-members {
  margin-top: 2px;
  border: 1px solid #ABABAB;
  padding: 2px 3px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 130px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 3px; }
  .list-of-members span {
    cursor: pointer; }

.popup-preview-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  overflow-y: hidden;
  overflow-x: hidden; }
  .popup-preview-area.modal {
    background: rgba(0, 0, 0, 0.3); }
  .popup-preview-area-body {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px; }

.popup {
  width: 400px;
  border: 1px solid #000;
  background-color: #EDEDED;
  -moz-box-shadow: 3px 3px 10px #7D7D7D;
  -webkit-box-shadow: 3px 3px 10px #7D7D7D;
  box-shadow: 3px 3px 10px #7D7D7D;
  /* list versions here */ }
  .popup .pheader {
    font-size: 0.875rem;
    color: #FFF;
    font-weight: bold;
    background-color: #CC3300;
    padding: 6px 12px; }
    .popup .pheader.green {
      background-color: #118844; }
    .popup .pheader.grey {
      background-color: #7F7F7F; }
    .popup .pheader.red {
      background-color: #CC3300; }
    .popup .pheader:hover {
      cursor: move; }
    .popup .pheader a {
      float: right;
      margin-top: 1px;
      width: 14px;
      height: 15px;
      background: url("/images/icons/close-default.png") transparent left 0 no-repeat; }
      .popup .pheader a:hover {
        background-image: url("/images/icons/close-hover.png"); }
  .popup .pcontent {
    padding: 12px;
    min-height: 150px;
    _height: 150px; }
    .popup .pcontent ul {
      margin: 0;
      padding: 0; }
      .popup .pcontent ul li {
        margin-left: 30px;
        padding: 0; }
    .popup .pcontent .cheader {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 13px; }
    .popup .pcontent .wrap-img {
      float: left;
      width: 120px;
      height: 80px;
      margin: side-values(0 10px 10px 0);
      overflow: hidden; }
      .popup .pcontent .wrap-img.center {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
        height: 170px; }
      .popup .pcontent .wrap-img.right {
        float: right;
        margin: side-values(0 0 10px 10px); }
      .popup .pcontent .wrap-img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .popup .pbuttons {
    text-align: right;
    padding: 12px; }
    .popup .pbuttons a {
      display: inline-block;
      margin-left: 4px; }
  .popup.popup-version-subscription-required {
    background-color: #E5F5FF; }
    .popup.popup-version-subscription-required .dheader {
      background-color: #448CCB; }

@media (max-width: 550px) {
  .popup {
    width: 350px; } }
.link-with-icon, .list-of-tables-subgroup-name span, .book-icon, .forgot-password-icon, .logout-icon, .profile-icon, .club-layout-icon, .exclamation-icon, .exclamation-icon-top, .delete-icon, .cheque-icon, .menu-icon, .linked-to-alocation {
  background-color: transparent;
  background-position: left 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
  display: inline-block; }

.book-icon {
  background-image: url("/images/icons/16x16/calendar_edit.png"); }

.forgot-password-icon {
  background-image: url("/images/icons/16x16/lock.png"); }

.logout-icon {
  background-image: url("/images/icons/16x16/door.png"); }

.profile-icon {
  background-image: url("/images/icons/16x16/user.png"); }

.club-layout-icon {
  color: #19547C;
  padding-left: 25px;
  background-image: url("/images/icons/20x20/table.png");
  line-height: 1.25rem;
  margin-bottom: 15px; }

.exclamation-icon, .exclamation-icon-top {
  background-image: url("/images/icons/16x16/exclamation_mark_yellow.png"); }

.exclamation-icon-top {
  background-position: left top; }

.delete-icon {
  background-image: url("/images/icons/16x16/rubbish-bin.png"); }

.cheque-icon {
  background-image: url("/images/icons/16x16/cheque.png");
  background-position: right 50%;
  padding-right: 20px;
  padding-left: 0; }

.menu-icon {
  background-image: url("/images/icons/menu-bg.png");
  padding-left: 16px; }

.linked-to-alocation {
  background-image: url("/images/icons/16x16/chain.png");
  background-position: right 50%;
  padding-right: 20px;
  padding-left: 0; }

/*# sourceMappingURL=common.css.map */
