@charset "UTF-8";

/*==============================FONTS==============================*/
@font-face {
  font-family: 'MyriadPro';
  src: url("/fonts_cp/MyriadProRegular.eot");
  src: url("/fonts_cp/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("/fonts_cp/MyriadProRegular.woff") format("woff"), url("/fonts_cp/MyriadProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url("/fonts_cp/MyriadProSemiBold.eot");
  src: url("/fonts_cp/MyriadProSemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts_cp/MyriadProSemiBold.woff") format("woff"), url("/fonts_cp/MyriadProSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url("/fonts_cp/MyriadProBold.eot");
  src: url("/fonts_cp/MyriadProBold.eot?#iefix") format("embedded-opentype"), url("/fonts_cp/MyriadProBold.woff") format("woff"), url("/fonts_cp/MyriadProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Code-Pro-Black-LC';
  src: url("/fonts_cp/Code-Pro-Black.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*==================NORMALIZE===================*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

textarea {
  resize: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------custom------------------------------*/
.ipad_fix { width:240px; height:100px; background-color:#2d2d2d; position:fixed; left:0; top:0; }
.ipad_fix.narrow { width:64px; }
span.gray { color:#adadad; }

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

ol, ul {
  list-style: none;
}

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

table th { color:#444242; }

input,
select,
textarea,
button {
  margin: 0;
  color: #444242;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

a.u { text-decoration:underline; }

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #898a8c;
}

input::-moz-placeholder {
  color: #898a8c;
}

input:-moz-placeholder {
  color: #898a8c;
}

input:-ms-input-placeholder {
  color: #898a8c;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #898a8c;
}

textarea::-moz-placeholder {
  color: #898a8c;
}

textarea:-moz-placeholder {
  color: #898a8c;
}

textarea:-ms-input-placeholder {
  color: #898a8c;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================GENERAL==============================*/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

html, body {
  position: relative;
  min-width: 768px;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Tahoma';
  font-size: 14px;
  line-height: 1;
  background: #f7f7f7;
  color: #444242;
  min-height: 600px;
}


.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px;
}

.footer-center-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px;
}

/*------------headings-------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  line-height: 1.2;
}

h1, .h1 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #3c3c3c;
}

h2 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #3c3c3c;
}

.center-wrapper h2 { margin:35px 0 20px; }

a {
  color: #444242;
}

/*------------text-------------*/
p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #898a8c;
}

a {
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

img {
  vertical-align: top;
}

.table-container {
    position:relative;
  margin-bottom: 20px;
}

.table-container { position:relative; }
.table-container table .filters input { width:100%; text-align:center; color:#444242; }
.table-container table a { text-decoration:underline; color:#444242; }
.table-container table a:hover { text-decoration:none; }
.table-container table img { margin-bottom:5px; }
.table-container tr[data-d]:hover{ background-color:#f0fbff; cursor:pointer; }
.table-container tr.dark[data-d]:hover{ background-color:#c9ecf9; }

.table-container.loading:after { display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:'';
 background-color:rgba(255,255,255,0.8);
  background-image: url(/images_cp/loading_big.gif); background-position:center center; background-repeat:no-repeat; }

.table-container a[data-sort][data-act=asc]:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background: url(/images_cp/icon-arrow-blue.png) no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.table-container a[data-sort][data-act=desc]:after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 8px;
  height: 8px;
  background: url(/images_cp/icon-arrow-blue.png) no-repeat center center;
}

.table-container .doubles { position:absolute; top:3px; right:3px; width:20px; line-height:20px; border-radius:50%; background-color:#ff925b; color:#ffffff; }

.table-container a.act { display:inline-block; width:25px; height:25px; background:#ffffff  no-repeat center center; border:1px solid #c0c0c0; border-radius:2px; margin:0 2px; }
.table-container a.act:hover { background-color:#efefef; }

.table-container a.act.edit { background-image:url('/images_cp/icon_edit.svg'); background-size:14px auto; }
.table-container a.act.delete { background-image:url('/images_cp/icon-remove.svg'); background-size:auto 14px; }
.table-container a.act.delete:hover { background-color:#ffb2b2; }

table {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

table tr {
  border: 1px solid #eeeeee;
}

table tr.dark { background:#e4e4e4; }

table th {
  padding: 15px 10px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  border-right: 1px solid #eeeeee;
  font-weight: 700;
  color: #000;
}

table th:last-child {
  border-right: 0;
}

table td {
  vertical-align: middle;
  height: 50px;
  text-align: center;
  padding: 8px 10px;
  color: #444242;
  font-size: 12px;
  line-height: 15px;
  position: relative;
}

.table-container.mini table th,
.table-container.mini table td
 {
  padding: 5px 10px;
  height: 20px;
  font-size: 11px;
  line-height: 13px;
}

table td.phone { width:150px; }
table td a.warning { font-weight:bold; font-size:18px; color:#FFFFFF; display:inline-block; line-height:18px; width:20px; height:20px; border-radius:10px; background:#E20913; text-decoration:none; margin-left:5px; text-align:center; }

table img {
  max-width: 100%;
}

.filter-table__btn {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
  color: #444242;
  text-decoration: none;
  padding: 10px 0;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 2px;
}

.paginator-list {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

.paginator-list li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #eee;
}

.paginator-list li:last-child {
  border-right: 0;
}

.paginator-list li a {
  display: block;
  font-size: 14px;
  width: 45px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  color: #444242;
}

.paginator-list li a:hover, .paginator-list li a.active {
  background-color: #fff;
}

.paginator-first {
  display: inline-block;
}

.paginator-first a {
  background-image: url(/images_cp/icon-arrow-first.svg);
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.paginator-prev {
  display: inline-block;
}

.paginator-prev a {
  background-image: url(/images_cp/icon-arrow-prev.svg);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.paginator-next {
  display: inline-block;
}

.paginator-next a {
  background-image: url(/images_cp/icon-arrow-next.svg);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.paginator-last {
  display: inline-block;
}

.paginator-last a {
  background-image: url(/images_cp/icon-arrow-last.svg);
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.paginator-first,
.paginator-prev,
.paginator-next,
.paginator-last { display:none !important; }

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.table {
    position:relative;
  display: table;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.cell_full {
  width: 100%;
}

.cell_autowidth {
  width: auto !important;
}

.custom-object-fit {
  background-size: cover;
  background-position: 50% 50%;
}

.custom-object-fit img {
  opacity: 0;
}

.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------modal-window-------------*/
.box-modal {
  position: relative;
  padding: 40px 30px;
  width: 500px;
  background: #fff;
}

.arcticmodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/images_cp/icon-modal-close.png);
  cursor: pointer;
}

/*==============================FORMS==============================*/
form.loading:after { display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:'';
 background-color:rgba(255,255,255,0.8);
 background-image: url(/images_cp/loading_big.gif); background-position:center center; background-repeat:no-repeat; z-index:89; }

form { position:relative; }

.form__area, .form__field { color:#444242; }
.form__select .select-title__value { color:#444242; }

.form-photo-upload { line-height:20px; color:#898a8c; }
.form-photo-upload .hint { font-size:11px; color:#898a8c; }

.select {
  position: relative;
  text-align: left;
  cursor: pointer;
}

.select.active .select-title {
  border-radius: 5px 5px 0 0;
}

.select.active .select-title__arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-title {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 30px 0 15px;
  white-space: nowrap;
  background-color: #f7f7f7;
  border: 1px solid #444242;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.select-title__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 8px;
  height: 5px;
  background-image: url(/images_cp/icon-select-arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 8px 4px;
  background-size: 8px 4px;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.select-title__value {
  color: #fff;
  line-height: 38px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #444242;
  font-size: 14px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #444242;
  background-color: #f7f7f7;
  margin-top: -1px;
  min-width: 100%;
  border-top: 1px solid #444242;
  overflow-y: auto;
  z-index: 20;
}

.select-options-inside {
  max-height:254px;
}

.select-options__value {
  padding: 7px 20px 7px 15px;
  font-size: 13px;
  color: #444242;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-options__value:hover, .select-options__value.active {
  color: #00a3db;
}

.select_small .select-options {
  min-width: 100%;
}

.btn {
  display: inline-block;
  padding: 17px 30px;
  font-size: 14px;
  text-align: center;
  background: #484848;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
  border-radius: 25px;
}

.btn:hover {
  background: #a72718;
  cursor:pointer;
}


.btn_big {
  width: 195px;
}

.btn_border {
  border: 1px solid #2d2d2d;
  background: #fff;
  color: #2d2d2d;
}

.btn_border:hover {
  border-color: #a72718;
  color: #fff;
}

.btn-small {
  display: inline-block;
  padding: 12px 10px;
  width: 100px;
  font-size: 12px;
  background: #ebeef4;
  text-align: center;
  text-decoration: none;
  color: #444242;
  border-radius: 19px;
}

.btn-small:hover {
  background: #484848;
  color: #fff;
}

.btn-medium { width:114px; }

.btn-small_blue {
  background: #00a3db;
  color: #fff;
}

.btn-small_blue:hover {
  background: #15c1fc;
}

.btn-rh { float:right; white-space:nowrap; width:initial; }

.main-block {
  padding: 25px 15px 50px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.nicescroll-rails {
/*  opacity: 1 !important; */
}

.form-row {
  margin-left: -20px;
  margin-right: -20px;
}

.form-column {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.form-item {
  margin-bottom: 18px;
}

.form-item .cell {
  position: relative;
  vertical-align: middle;
}

.form-item .cell:first-child {
  padding-right: 15px;
}

.form-item .cell:last-child {
  width: 300px;
}

.form__label {
  font-size: 14px;
  color: #444242;
}

.form__label_2 {
  margin-bottom: 10px;
  color: #898a8c;
}

.form__label_2 span {
  color: #2d2d2d;
}

.form__field {
  width: 100%;
  padding: 0 25px 0 15px;
  height: 38px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 19px;
  font-size: 14px;
}

.form__field:focus {
  border: 1px solid #00a3db;
}

.form__field_transparent {
  border-color: transparent;
}

.form__field_transparent:focus {
  border-color: transparent;
}

.form__field_small {
  width: 70px;
  text-align: center;
  padding: 0 10px;
}

.form__field_2 {
  border-radius: 0;
}

.form__area {
  padding: 20px 15px;
  min-height: 225px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.form__area.small { min-height:60px; padding:10px 15px; }

.form__area:focus {
  border: 1px solid #00a3db;
}

.form__select.active .select-title {
  border-radius: 19px 19px 0 0;
  border-color: #00a3db;
}

.form__select .select-title {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 19px;
}

.form__select .select-options {
  border: 1px solid #00a3db;
  background: #fff;
}

.error {
  border-color: #df4b38 !important;
}

.success {
  background-image: url(/images_cp/icon-success.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}

.error_message {
  position: absolute;
  left: 0;
  bottom: -13px;
  font-size: 12px;
  color: #df4b38;
}

.add-account__btn {
  float: right;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #444242;
  line-height: 20px;
  padding-left: 22px;
  cursor: pointer;
}

.checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  background-repeat: no-repeat;
  background-position: right 1px top 1px;
  border-radius: 2px;
  z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background-image: url(/images_cp/icon-checkbox.png);
}

/*---------------------ui-calendar------------------------*/
.datepicker {
  padding: 0 40px 0 15px;
  background-image: url(/images_cp/datepicker.svg);
  background-position: right 15px top 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.ui-datepicker {
  background: #fff;
}

.ui-datepicker-title {
  background: #fff;
}

.ui-datepicker table th {
  padding: 10px;
  height: auto;
  border: 0;
  text-align: center;
  border-top: 1px solid #e4eaea;
  border-bottom: 1px solid #e4eaea;
}

.ui-datepicker table tr {
  border: 0;
}

.ui-datepicker table td {
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #444242;
}

.ui-datepicker table td a {
  display: block;
  color: #444242;
  padding: 7px;
  border: 1px solid transparent;
  text-align: center;
}

.ui-datepicker .ui-datepicker-current-day a {
/*  border: 1px solid #035; */
}

.ui-datepicker-title {
  text-align: center;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

.ui-datepicker-prev {
  position: relative;
  top: 5px;
  float: left;
  width: 6px;
  height: 10px;
  background-image: url(/images_cp/icon-arrow2-prev.svg);
  background-size: 10px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ui-datepicker-next {
  position: relative;
  top: 5px;
  float: right;
  width: 6px;
  height: 10px;
  font-size: 0;
  background-image: url(/images_cp/icon-arrow2-next.svg);
  background-size: 10px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ui-datepicker table td.ui-datepicker-today { border: 1px solid #035; }

.ui-datepicker table td:hover { background-color:#daf6ff; }


/*==============================INDEX==============================*/
/*---------------------mainscreen------------------------*/
.wrapper {
  overflow: hidden;
}

.main {
  margin-bottom: -58px;
  min-height: 100%;
}

.push {
  height: 58px;
}

.footer {
  height: 58px;
}

.mainscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
}

.mainscreen .table {
  height: 100vh;
  z-index: 5;
}

.mainscreen .cell {
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}

.login {
  margin: 0 auto;
  width: 340px;
}

.login-form__logo {
  margin-bottom: 35px;
}

.login-form__field {
  margin-bottom: 15px;
  padding: 0 25px;
  width: 100%;
  height: 55px;
  background-color: white;
  border: 1px solid #ebebeb;
  color: #2d2d2d;
  font-size: 14px;
  border-radius: 28px;
}

.login-form__btn {
  margin-top: 20px;
  width: 154px;
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
}

.footer_fixed {
  position: absolute;
  height: auto !important;
  padding: 20px 0 !important;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer_fixed .footer-support {
  float: right;
}

.footer-copy {
  float: left;
  font-size: 13px;
  line-height: 16px;
  color: #1b1b1b;
}

.footer-support {
  float: right;
  font-size: 14px;
  line-height: 16px;
  color: #1b1b1b;
}

.footer-support span {
  padding-right: 20px;
}

a.footer-phone {
  display: inline-block;
  line-height: 15px;
  color: #1b1b1b;
  font-size: 14px;
  padding-left: 20px;
  text-decoration: none;
  background-image: url(/images_cp/icon-phone.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.footer-mail {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 25px;
  background-image: url(/images_cp/icon-mail.svg);
  background-size: 14px 10px;
  background-repeat: no-repeat;
  color: #1b1b1b;
  font-size: 14px;
  text-decoration: none;
  background-position: 0 50%;
}

/*---------------------sidebar------------------------*/
.main-sidebar-short .center-wrapper {
  padding: 0 20px 0 84px;
}

.sidebar-toggle {
  display: none !important;
  color: #666 !important;
}

.sidebar-toggle.active .menu-toggle {
  background-image: url(/images_cp/icon-menu-toggle2.svg);
}

.sidebar.sidebar-short .sidebar-logo {width: 64px}

.sidebar {

  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 240px;
  background: #484848;
  z-index: 50;
  overflow-y:auto;
  overflow-x:none;

/*
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 240px;
  background: #484848;
  z-index: 50;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
*/

}

.sidebar-body {
    padding-bottom: 60px;
}

.sidebar.sidebar-short {
  width: 64px;
}

.sidebar.sidebar-short .sidebar-logo {
  background-image: url(/images_cp/logo-short.png);
  background-position: 18px 25%;
  background-size: 32px 28px;
}

.sidebar.sidebar-short .sidebar-copy {
  display: none;
}

.sidebar-logo {
  display: block;
  margin: 20px auto 15px;
  width: 74px;
  height: 65px;
  padding: 18px 0 17px 0;
  background-image: url(/images_cp/logo-white.png?1);
  background-size: 74px 65px;
  background-repeat: no-repeat;
  text-align: center;
}

.sidebar-menu a {
  display: table;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}

.sidebar-menu a:hover, .sidebar-menu a.active {
  background-color: #a72718;
}

.sidebar-menu a:hover .sidebar-menu__icon, .sidebar-menu a.active .sidebar-menu__icon {
  background-color: #2d2d2d;
}

.sidebar-menu a span {
  display: table-cell;
  vertical-align: middle;
}

.sidebar-menu a span:first-child {
  padding: 15px;
  position: relative;
}

.sidebar-menu a span:last-child {
  width: 100%;
  padding-right: 5px;
}

.sidebar-menu a span .badge { display:block; position:absolute; top:10px; right:10px; width:20px; height:20px; background-color:#d23535; color:#ffffff; text-align:center; line-height:20px; padding:0; border-radius:12px; display:none; }

.sidebar .notif_bar { display:block; position:fixed; top:0; left:0; width:240px; z-index:10; background-color:#d23535; color:#ffffff; text-align:center; line-height:20px; padding:0; display:none; }
.sidebar-short .notif_bar { width:64px; }
.sidebar-short .notif_bar span { display:none; }

.sidebar-menu__icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #1c1c1c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50%;
}

.sidebar-menu li.bright a:hover, .sidebar-menu li.bright a.active { background-color:#444444; }
.sidebar-toggle { display: block !important; }

.menu-statistic {
  background-image: url(/images_cp/icon-menu-statistic.svg);
  background-size: 19px 16px;
}

.menu-payment {
  background-image: url(/images_cp/icon-menu-payment.svg);
  background-size: 17px 17px;
}

.menu-settings {
  background-image: url(/images_cp/icon-menu-settings.svg);
  background-size: 16px 16px;
}

.menu-address {
  background-image: url(/images_cp/icon-menu-address.svg);
  background-size: 14px 18px;
}

.menu-team {
  background-image: url(/images_cp/icon-menu-team.svg);
  background-size: 15px 18px;
}

.menu-gift {
  background-image: url(/images_cp/icon-menu-gift.svg);
  background-size: 16px 16px;
}

.menu-toggle {
  background-image: url(/images_cp/icon-menu-toggle.svg);
  background-size: 16px 13px;
}


.sidebar li.admin_hr { color:#909090; padding:15px 0; font-size:12px; text-align:center; }
.sidebar li { overflow: hidden; }
.sidebar li.bright { background-color:#333333; }
.sidebar-short li.admin_hr { padding:0; border-top:1px dashed #c0c0c0; }
.sidebar-short li.admin_hr  span { display:none; }
.sidebar-menu__icon { background-color:transparent!important; background-size:22px 22px !important; }

.sidebar-menu li.bright a:hover, .sidebar-menu li.bright a.active { background-color:#444444; }

.sidebar-copy {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 57px;
  padding: 22px 15px;
  background-color: #a72718;
  font-size: 13px;
  color: #eee;
}

a.sidebar-toggle.active { background-color:transparent; }
a.sidebar-toggle.active .sidebar-menu__icon { background-color:#1c1c1c; }
a.sidebar-toggle:hover { background-color:transparent }
a.sidebar-toggle:hover .sidebar-menu__icon { background-color:#1c1c1c; }


/*---------------------content------------------------*/
.header {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.header-table > .cell {
  padding: 20px 0 15px 0;
  vertical-align: middle;
}

.header-title {
  padding-right: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #2d2d2d;
}

.header-cabinet {
  white-space: nowrap;
}

.header-cabinet .cell {
  vertical-align: middle;
}

.header-cabinet .cell:first-child {
  text-align: right;
}

.header-cabinet .cell:last-child {
  padding-left: 20px;
  text-align: right;
}

.header-cabinet__title {
  margin-bottom: 5px;
  font-size: 15px;
}

.header-cabinet__quit {
  font-size: 14px;
  text-decoration: none;
  color: #757575;
}

.header-cabinet__quit:hover {
  color: #2d2d2d;
}

.header-cabinet__photo {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 50%;
}

.header-cabinet__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.status-online {
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 11px;
  background-color: #00a3db;
  border: 2px solid white;
  border-radius: 50%;
}

.content {
  padding: 20px 0;
}

.filter-row {
  margin-bottom: 20px;
}

.filter-row a.xls { display:block; position:absolute; right:0; top:-23px; font-size:12px; background-image:url(/images_cp/xls.svg); background-position:center right; padding:2px 25px 2px 0; background-repeat:no-repeat; background-size:contain; text-decoration:underline; }
.filter-row a.xls:hover { text-decoration:none; }

.filter-row a.xls2 { display:block; position:absolute; right:0; top:-44px; font-size:12px; background-image:url(/images_cp/xls.svg); background-position:center right; padding:2px 25px 2px 0; background-repeat:no-repeat; background-size:contain; text-decoration:underline; }
.filter-row a.xls2:hover { text-decoration:none; }

.filter-row a.download { display:block; position:absolute; right:0; top:-43px; font-size:12px; padding:2px 0 2px 0; background-repeat:no-repeat; background-size:contain; text-decoration:underline; }
.filter-row a.download:hover { text-decoration:none; }

.filter-row .refresh { display:block; position:absolute; right:130px; top:-23px; font-size:12px; padding:2px 0; }
.filter-row .refresh a {text-decoration:underline; font-weight:bold; }
.filter-row .refresh a:hover { text-decoration:none; }

.filter-row > .cell {
  vertical-align: middle;
  padding-right: 20px;
}

.filter-row > .cell:last-child {
  padding-right: 0;
  text-align: right;
}

.filter-select-block {
  display: table;
  white-space: nowrap;
}

.filter-select-block .cell {
  vertical-align: middle;
  padding-right: 20px;
}

.filter-select-block .cell:last-child {
  padding-right: 0;
}

.filter-top__reset {
  font-size: 13px;
  color: #444242;
  letter-spacing: 0.015em;
  border-bottom: 1px solid #444242;
  white-space: nowrap;
}

.filter-top__reset:hover {
  border-color: transparent;
}

.filter-top__result {
  white-space: nowrap;
  font-size: 13px;
  padding-top: 3px;
  color: #444242;
  letter-spacing: 0.015em;
}

.new-partner__btn {
  min-width: 195px;
}

.breadcrumbs {
  padding-bottom: 10px;
}

.breadcrumbs-list {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.breadcrumbs-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 10px 0;
  font-size: 14px;
  color: #2d2d2d;
}

.breadcrumbs-list li:last-child:after {
  display: none;
}

.breadcrumbs-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -15px;
  width: 5px;
  height: 8px;
  background-image: url(/images_cp/icon-arrow-next.svg);
  background-size: 5px 8px;
}

.breadcrumbs-list li a {
  color: #2d2d2d;
  padding-bottom: 1px;
  border-bottom: 1px solid #2d2d2d;
}

.breadcrumbs-list li a:hover {
  border-color: transparent;
}

.filter-table__switcher {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: black;
}

.filter-table__switcher.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-table__switcher:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 7px;
  width: 8px;
  height: 5px;
  background-image: url(/images_cp/icon-arrow-blue.png);
}

.total-balance {
  margin-bottom: 20px;
  padding: 25px 20px;
  text-align: right;
  font-size: 16px;
  background-color: #00a3db;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  line-height: 1.2;
  color: #fff;
}

.main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main-column {
  padding: 0 15px;
  width: 50%;
}

.main-column-body {
  background: #fff;
  padding: 25px;
  height: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.select-category-row {
  font-size: 0;
  padding-top: 18px;
}

.select-category-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 5px 0;
  padding: 10px 25px 10px 10px;
  font-size: 14px;
  color: #444242;
  background-color: #f7f7f7;
  border-radius: 2px;
}

.select-category-item__close {
  position: absolute;
  right: 4px;
  top: 50%;
  cursor: pointer;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-image: url(/images_cp/icon-category-close.svg);
  background-size: 12px 12px;
  z-index: 10;
}

.select-category .cell:first-child {
  vertical-align: top;
  line-height: 40px;
}

.form-photo-upload {
  margin-bottom: 40px;
  text-align: center;
}

.form-photo-upload__frame {
  display: table;
  margin: 0 auto 10px;
  width: 114px;
  height: 114px;
  background-color: #f1f1f1;
  background-image: url(/images_cp/bg-photo.svg);
  background-position: 50% 50%;
  background-size: 39px 34px;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.form-photo-upload__frame-action {
    width: 500px;
    height: 180px;
    border-radius: 0;
}

.form-photo-upload__frame-new {
    width: 500px;
    height: 180px;
    border-radius: 0;
}

.form-photo-upload__frame.active {
  border-radius: 10px;
  background: #fff;
  box-shadow:2px 2px 10px rgba(0, 0, 0, 0.78);
  border:none;
}

.form-photo-upload__frame span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.form-photo-upload__frame img {
  max-width: 100%;
}

.form-photo-upload__title {
  font-size: 14px;
  color: #444242;
  border-bottom: 1px solid #444242;
}

.form-photo-upload__title:hover {
  border-color: transparent;
}

.buttons-right {
  text-align: right;
}

.form__btn {
  float: right;
  width: 195px;
}

.form-block {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.form-block:last-child {
  border-bottom: 0;
}

.form-block__title {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: black;
}

.form-block__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #eee;
}

.form-block__title span {
  position: relative;
  padding-right: 15px;
  background: #fff;
  z-index: 10;
}

.form-item_fluid .cell:last-child {
  width: auto;
  text-align: right;
}

.form-percent__item {
  display: inline-block;
  width: 70px;
  height: 40px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 19px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #444242;
}

.rating-cup {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: black;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 13px 17px;
  background-repeat: no-repeat;
}

.rating-cup_bronze {
  background-image: url(/images_cp/icon-rating-bronze.svg);
}

.rating-cup_silver {
  background-image: url(/images_cp/icon-rating-silver.svg);
}

.rating-cup_gold {
  background-image: url(/images_cp/icon-rating-gold.svg);
}

.form-item_bonus .cell:first-child {
  vertical-align: bottom;
  line-height: 40px;
}

.form-bonus-rating-row {
  font-size: 0;
}

.form-bonus-rating {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  text-align: center;
}

.form-bonus-rating__icon {
  margin-bottom: 10px;
}

.form-bonus__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  font-size: 14px;
  color: #444242;
  border: 1px solid #ebebeb;
}

.bonus-row {
  padding-top: 15px;
  font-size: 0;
  margin-right: -15px;
}

.bonus-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 10px 0;
  font-size: 12px;
  text-align: center;
}

.bonus-item__icon {
  margin-bottom: 10px;
}

.bonus-item__title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #444242;
}

.bonus-item__number {
  font-size: 14px;
  color: #444242;
  line-height: 27px;
}

.bonus-item__number input {
  display: inline-block;
  width: 35px;
  height: 27px;
  background-color: white;
  text-align: center;
  border: 1px solid #ebebeb;
  color: #444242;
  border-radius: 2px;
}

.bonus-item__number input:focus {
  border-color: #00a3db;
}

.bonus-item__number span {
  padding-left: 3px;
}

.form-photo-upload__frame_square {
  border-radius: 2px;
}

.form-description__title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #898a8c;
}

.form-description__title span {
  color: #2d2d2d;
}

.form-section {
  margin-bottom: 20px;
}

.form-section__title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #3c3c3c;
}

.form-section-content {
    overflow:hidden;
  padding: 25px 15px;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.promoter-form__photo {
  width: 98px;
  height: 98px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/images_cp/bg-photo-person.svg);
  background-size: 24px 31px;
}

.promoter-form-column {
  float: left;
  width: 45%;
}

.promoter-form-column:first-child {
  width: 55%;
  padding-right: 50px;
}

.promoter-form-table .cell:first-child {
  padding-right: 30px;
}

.promoter-partner-list {
  width: auto;
}

.promoter-partner-item .cell {
  vertical-align: middle;
  padding: 8px 25px 8px 0;
}

.promoter-partner-item .cell:last-child {
  padding-right: 0;
}

.promoter-partner-item__title {
  text-decoration: none;
  font-size: 16px;
  color: #3c3c3c;
}

.promoter-partner-item__icon {
  text-align: center;
}

.promoter-partner-item__discount {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #00a3db;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.promoter-partner-item__delete {
  display: inline-block;
  font-size: 12px;
  width: 100px;
  text-align: center;
  padding: 12px 10px;
  background-color: #ebeef4;
  border-radius: 19px;
  text-decoration: none;
  color: #3c3c3c;
}

.partner-add > .cell {
  vertical-align: middle;
  padding-right: 15px;
}

.partner-add > .cell:last-child {
  padding-right: 0;
  text-align: right;
}

.partner-add-percent {
  width: auto;
}

.partner-add-percent .cell {
  vertical-align: middle;
  padding-right: 25px;
}

.partner-add-percent__number {
  width: 70px;
  height: 40px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 19px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #444242;
}

.place-upload-row {
  overflow:hidden;
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.place-upload-column {
  float: left;
  width: 25%;
  margin-bottom: 15px;
  padding: 0 10px;
  cursor:grab;
}

.place-upload-column.ui-sortable-helper { cursor:grabbing; }

.place-upload__drop {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.place-upload__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
}

.place-upload-item {
  background-color:#ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  height: 200px;
}

.place-upload-item__photo {
  margin-bottom: 10px;
  height: 165px;
  background: #f0f0f0;
  background-image: url(/images_cp/bg-photo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 38px 33px;
}

.place-upload-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.place-upload-item__remove {
  display: inline-block;
  float: right;
  margin-right: 5px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}

.place-upload__delete {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 23px;
  color: #444242;
  background-image: url(/images_cp/icon-remove-red.svg);
  background-size: 16px 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.place-upload__delete span {
  display: inline-block;
  line-height: 15px;
  border-bottom: 1px solid #444242;
}

.place-upload__delete:hover span {
  border-color: transparent;
}

.place-upload-actions .cell {
  vertical-align: middle;
}

.place-upload-news .cell {
  vertical-align: middle;
}

.action_edit_photo { width:500px; height:180px; background-size:cover; background-position:center center; }
.new_edit_photo { width:500px; height:180px; background-size:cover; background-position:center center; }

.place-upload__change {
  margin-left: 25px;
}

#glue_teams_btn { position:fixed; right:20px; bottom:50px; display:none; }

.user-upload-row {
  overflow:hidden;
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.user-upload-column {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 10px;
  cursor:grab;
}

.user-upload-column.ui-sortable-helper { cursor:grabbing; }

.user-upload__drop {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.user-upload__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
}

.user-upload-item {
  background-color:#ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  height: 200px;
}

.user-upload-item__photo {
  margin-bottom: 10px;
  height: 165px;
  background: #f0f0f0;
  background-image: url(/images_cp/bg-photo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 38px 33px;
}

.user-upload-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-upload-item__remove {
  display: inline-block;
  float: right;
  margin-right: 5px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}

.user-upload__delete {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 23px;
  color: #444242;
  background-image: url(/images_cp/icon-remove-red.svg);
  background-size: 16px 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.user-upload__delete span {
  display: inline-block;
  line-height: 15px;
  border-bottom: 1px solid #444242;
}

.user-upload__delete:hover span {
  border-color: transparent;
}

.user-upload-actions .cell {
  vertical-align: middle;
}

.user-upload-news .cell {
  vertical-align: middle;
}

.action_edit_photo { width:500px; height:180px; background-size:cover; background-position:center center; }
.new_edit_photo { width:500px; height:180px; background-size:cover; background-position:center center; }

.user-upload__change {
  margin-left: 25px;
}


.team-upload-row {
  overflow:hidden;
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.team-upload-column {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 10px;
  cursor:grab;
}

.team-upload-column.ui-sortable-helper { cursor:grabbing; }

.team-upload__drop {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.team-upload__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
}

.team-upload-item {
  background-color:#ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  height: 200px;
}

.team-upload-item__photo {
  margin-bottom: 10px;
  height: 165px;
  background: #f0f0f0;
  background-image: url(/images_cp/bg-photo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 38px 33px;
}

.team-upload-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-upload-item__remove {
  display: inline-block;
  float: right;
  margin-right: 5px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}

.team-upload__delete {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 23px;
  color: #444242;
  background-image: url(/images_cp/icon-remove-red.svg);
  background-size: 16px 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.team-upload__delete span {
  display: inline-block;
  line-height: 15px;
  border-bottom: 1px solid #444242;
}

.team-upload__delete:hover span {
  border-color: transparent;
}

.team-upload-actions .cell {
  vertical-align: middle;
}

.team-upload-news .cell {
  vertical-align: middle;
}

.team-upload__change {
  margin-left: 25px;
}


table td.cell-green {
  background: #bfe494;
}

table td.cell-red {
  background: #ffa39c;
}

table td.cell-green-inprocess {
  position: relative;
}

table td.cell-green-inprocess:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 6px;
  height: 100%;
  background: #bfe494;
}

table td.cell-red-inprocess {
  position: relative;
}

table td.cell-red-inprocess:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 6px;
  height: 100%;
  background: #ffa39c;
}

.btn-paid {
  display: inline-block;
  background-color: #00a3db;
  border-radius: 20px;
  padding: 6px 25px;
  font-size: 12px;
  white-space:nowrap;
  text-decoration: none !important;
  color: #fff !important;
}

.btn-paid:hover {
  background: #15c1fc;
}

.white-block {
  padding: 35px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.add-account__title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #3c3c3c;
}

.add-account-row {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}

.add-account-column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  font-size: 14px;
}

.place-upload {
  position: relative;
}

.place-upload-drop-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.place-upload-drop-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.user-upload {
  position: relative;
}

.user-upload-drop-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.user-upload-drop-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.team-upload {
  position: relative;
}

.team-upload-drop-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.team-upload-drop-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.news {
  padding: 30px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.news-row {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.news-column {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 15px;
}

.news-item {
  font-size: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.news-item__image {
  height: 250px;
}

.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item-body {
  padding: 18px 15px;
}

.news-item__title {
  position: relative;
  font-size: 15px;
  line-height: 17px;
  color: #292929;
  height: 60px;
  overflow: hidden;
  padding-bottom: 5px;
}

.news-item__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #e5e5e5;
}

.news-item__text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #898a8c;
}

.news-item-stats {
  position: relative;
  padding-right: 30px;
  line-height: 20px;
  font-size: 0;
}

.news-item__date {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  padding-right: 7px;
  font-size: 13px;
  border-right: 1px solid #2d2d2d;
}

.news-item__date_discount {
  display: block;
  padding-right: 0;
  border-right: 0;
}

.news-item__views {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  font-size: 13px;
}

.news-item__place {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  font-size: 13px;
}

.news-item__delete {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}

.news-create .cell:first-child {
  padding-right: 30px;
}

.news-create .cell:last-child {
  padding-right: 20px;
}

.news-create-wrap {
  margin-bottom: 20px;
  position: relative;
}

.news-create-drop-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.news-create-drop-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.news-create-upload {
  text-align: center;
  margin-bottom: 20px;
}

.news-create-upload__photo {
  display: block;
  width: 105px;
  height: 105px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border-radius: 2px;
  background-image: url(/images_cp/bg-photo.svg);
  background-position: 50% 50%;
  background-size: 25px 21px;
  background-repeat: no-repeat;
}

.news-create-upload__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-create-upload__title {
  display: inline-block;
  font-size: 14px;
  color: #444242;
  border-bottom: 1px solid #444242;
}

.news-create-upload__title:hover {
  border-color: transparent;
}

.news-create__drop {
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.news-create__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
  white-space: nowrap;
}

.news-create__area {
  min-height: 128px;
}


.action-item__remove {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}


.action-create .cell {
    width:50%;
}

.action-create .cell:first-child {
  padding-right: 30px;
}

.action-create .cell:last-child {
  padding-right: 20px;
}

.action-create-wrap {
  margin-bottom: 20px;
  position: relative;
}

.action-create-drop-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.action-create-drop-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.action-create-upload {
  text-align: center;
  margin-bottom: 20px;
}

.action-create-upload__photo {
  display: block;
  width: 105px;
  height: 105px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border-radius: 2px;
  background-image: url(/images_cp/bg-photo.svg);
  background-position: 50% 50%;
  background-size: 25px 21px;
  background-repeat: no-repeat;
}

.action-create-upload__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.action-create-upload__title {
  display: inline-block;
  font-size: 14px;
  color: #444242;
  border-bottom: 1px solid #444242;
}

.action-create-upload__title:hover {
  border-color: transparent;
}

.action-create__drop {
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.action-create__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
  white-space: nowrap;
}

.action-create__area {
  min-height: 228px;
}



/*/////// NEWS ////////////*/

.new-item__remove {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}


.new-create .cell {
    width:50%;
}

.new-create .cell:first-child {
  padding-right: 30px;
}

.new-create .cell:last-child {
  padding-right: 20px;
}

.new-create-wrap {
  margin-bottom: 20px;
  position: relative;
}

.new-create-drop-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.new-create-drop-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.new-create-upload {
  text-align: center;
  margin-bottom: 20px;
}

.new-create-upload__photo {
  display: block;
  width: 105px;
  height: 105px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border-radius: 2px;
  background-image: url(/images_cp/bg-photo.svg);
  background-position: 50% 50%;
  background-size: 25px 21px;
  background-repeat: no-repeat;
}

.new-create-upload__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-create-upload__title {
  display: inline-block;
  font-size: 14px;
  color: #444242;
  border-bottom: 1px solid #444242;
}

.new-create-upload__title:hover {
  border-color: transparent;
}

.new-create__drop {
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.new-create__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
  white-space: nowrap;
}

.new-create__area {
  min-height: 228px;
}

.new-create__area_subtitle {
  min-height: 100px;
}



.client-info {
  margin-bottom: 20px;
}

.client-avatar {
  margin-bottom: 30px;
  text-align: center;
}

.client-avatar__image {
  margin: 0 auto 5px;
  width: 115px;
  height: 115px;
  background-color: white;
  background-image: url(/images_cp/bg-photo-person.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 28px 38px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.client-avatar__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.client-avatar__change {
  color: #444242;
  font-size: 14px;
  border-bottom: 1px solid #444242;
}

.client-avatar__change:hover {
  border-color: transparent;
}

.client-info-content {
  margin-bottom: 15px;
}

.client-info-item {
  display: table;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  color: #444242;
}

.client-info-item strong {
  color: #2d2d2d;
}

.client-info-item__title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  width: 165px;
}

.client-info-item__value {
  display: table-cell;
  vertical-align: middle;
}

.client-info-item__field {
  width: 240px;
  position: relative;
  left: -15px;
}

.client-info__apply {
  vertical-align: middle;
  margin-right: 25px;
}

.client-info__block {
  display: inline-block;
  vertical-align: middle;
  padding-left: 27px;
  font-size: 14px;
  line-height: 21px;
  background-image: url(/images_cp/icon-block.svg);
  background-position: 0 50%;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  color: #444242;
}

.client-info__block:hover span {
  border-color: transparent;
}

.client-info__block span {
  border-bottom: 1px solid #444242;
}

.client-info-block {
  padding: 35px 0 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.client-info-block:first-child {
  padding-top: 10px;
}

.client-info-block:last-child {
  border-bottom: 0;
}

.client-info-bonus {
  margin-bottom: 15px;
}

.client-info-bonus .cell {
  vertical-align: middle;
  padding-right: 15px;
}

.client-info-bonus .cell:last-child {
  padding-right: 0;
}

.client-info-bonus__title {
  font-size: 14px;
  color: #444242;
}

.client-info-bonus__field {
  width: 200px;
}

.user-item__field {
  max-width: 300px;
}

.team-item__field {
  max-width: 300px;
}

.discounts {
  padding: 15px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}


.discount-filter {
  padding-bottom: 35px;
}

.discount-filter .tips { line-height:27px; font-size:12px; background-color:#f0f0f0; padding: 10px 20px; }

.discount-company {
  margin-bottom: 20px;
}

.discount-company__title {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #444242;
}

.discount-company-select-wrap {
  display: inline-block;
  vertical-align: top;
}

.discount-company-select-wrap .select-options {
  white-space: nowrap;
}

.discount-address__title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 25px;
  font-size: 14px;
  color: #444242;
  line-height: 20px;
}


.discount-address-row table, .discount-address-row tr { border:0; box-shadow: none; }

.discount-address-row td {
    padding:0 0 10px 0;
    vertical-align:top;
    text-align:left;
}

.discount-address-item {
  display: block;
  vertical-align: top;
  margin: 0 15px 10px 0;
}

.discount-period {
  margin-bottom: 15px;
  width: auto;
}

.discount-period .cell {
  vertical-align: middle;
  padding-right: 15px;
}

.discount-period .cell:first-child {
  padding-right: 30px;
}

.discount-period__field {
  width: 135px;
}

.discount-option-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 10px 0;
}

.discount-option-item.main {
    text-align:center;
    width:400px;
  display: block;
  clear:both;
  vertical-align: top;
  padding:20px 40px;
  box-sizing:border-box;
  background-color:#cedffb;
  margin: 0 auto 20px;
/*  border-radius:30px; */
}

.discount-option-item:last-child {
  margin-right: 0;
}

.discount-option-item-table .cell {
  vertical-align: middle;
  padding-right: 15px;
}

.discount-option-item-table .cell:first-child {
  padding-right: 15px;
}

.discount-option__field {
  max-width: 230px;
}

.discount-option__fieldsmall {
  max-width: 120px;
}

.discount-x {
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  background-image: url(/images_cp/icon-x.svg);
  background-size: 11px 11px;
}

.select-timetable {
  display: inline-block;
  margin-left: 15px;
  color: #444242;
  border-bottom: 1px solid #444242;
}

.select-timetable:hover {
  border-color: transparent;
}

.period__field {
  width: 135px;
}

.total-balance {
  padding: 22px 12px;
  text-align: right;
  font-size: 16px;
  color: #fff;
  background-color: #00a3db;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.filter-top__period {
  white-space: nowrap;
  border-bottom: 1px solid #444242;
  font-size: 13px;
}

.filter-top__period:hover {
  border-color: transparent;
}

.brand-select {
  display: table;
  width: 100%;
}

.brand-select-wrap {
  display: table-cell;
  vertical-align: middle;
}

.brand-select__logo {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.brand-select__logo img {
  display: inline-block;
  max-width: 100%;
}

.gifts-row {
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gift-column {
  margin-bottom: 15px;
  padding: 0 15px;
  width: 50%;
}

.gift-item {
  padding: 20px 12px;
  height: 100%;
  background: #fff;
}

.gift-item.gift-item_complete input[type=submit],
.gift-item.gift-item_complete .gift-add-upload__title,
.gift-item.gift-item_complete .drop_zone_lbl
 {
    display:none;
}

.gift-item.gift-item_complete.under_moderation input[type=submit]{
    display:block;
}

.gift-item.gift-item_complete .gift-item__name {
  font-size: 18px;
  padding-left: 0;
  border-color: transparent;
  color: #2d2d2d;
  pointer-events: none;
}

.gift-item.gift-item_complete .gift-item__description {
  border-color: transparent;
  padding: 0;
}

.gift-item.gift-item_complete .gift-item-price__field, .gift-item.gift-item_complete .gift-item-address__field {
  border-color: transparent;
}

.gift-item-top {
  margin-bottom: 20px;
}

.gift-item-top .cell {
  vertical-align: middle;
  white-space: nowrap;
}

.gift-item-adress-list__title {
  line-height: 36px;
}

.gift-item__edit {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  background-image: url(/images_cp/icon-edit.svg);
  background-size: 15px 15px;
}

.gift-item__delete {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}

.gift-item-info {
  margin-bottom: 15px;
}

.gift-item-info .cell:first-child {
  padding-right: 20px;
}

.gift-item__image {
  display: table;
  width: 102px;
  height: 102px;
  border: 1px solid #ebebeb;
}

.gift-item__image span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.gift-item__image img {
  max-width: 100%;
  max-height: 100%;
}

.gift-item__description {
  width: 100%;
  height: 170px;
  padding: 10px;
  border: 1px solid #ebebeb;
  font-size: 13px;
  border-radius: 2px;
  line-height: 20px;
  color: #444242;
}

.gift-item-adress-table {
  margin-bottom: 15px;
}

.gift-item-adress-table .cell {
  vertical-align: middle;
  padding: 5px 0;
}

.gift-item-adress-table .cell:first-child {
  width: 300px;
  padding-right: 15px;
}

.gift-item-price .cell {
  padding: 5px 0;
}

.gift-item-price .cell:first-child {
  width: 300px;
  vertical-align: middle;
  padding-right: 15px;
  background-image: url(/images_cp/icon-coins.svg);
  background-size: 21px 19px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}

.gift-item-address__name {
  font-size: 13px;
  line-height: 15px;
  color: #444242;
}

.gift-item-price__field,
.gift-item-address__field {
  width: 200px;
  height: 26px;
  padding: 0 5px;
  background-color: white;
  font-size: 13px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.gift-item-price__field:focus,
.gift-item-address__field:focus {
  border-color: #00a3db;
}

.gift-add {
    width:100%;
  position: relative;
  padding: 18px 12px 25px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.gift-add-upload-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #d7d7d7;
  cursor: pointer;
  z-index: 30;
}

.gift-add-upload-area:after {
  content: '+';
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #00a3db;
  font-family: Tahoma;
  font-size: 50px;
  font-weight: 700;
}

.gift-add-top {
  margin-bottom: 20px;
}

.gift-add-top .cell {
  vertical-align: middle;
  white-space: nowrap;
}

.gift-add__edit {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  background-image: url(/images_cp/icon-edit.svg);
  background-size: 15px 15px;
}

.gift-add__delete {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 15px;
  background-image: url(/images_cp/icon-remove.svg);
  background-size: 12px 15px;
}

.gift-add-content {
  margin-left: -15px;
  margin-right: -15px;
}

.gift-add-content-column {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.gift-add-content-column:last-child {
  padding-left: 25px;
}

.gift-add-column-table .cell:first-child {
  padding-right: 20px;
}

.gift-add-upload {
  width: 105px;
}

.gift-add-upload {
  margin-bottom: 20px;
  text-align: center;
}

.gift-add-upload__photo {
  width: 105px;
  height: 105px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border-radius: 2px;
  background-image: url(/images_cp/bg-photo.svg);
  background-position: 50% 50%;
  background-size: 25px 21px;
  background-repeat: no-repeat;
}

.gift-add-upload__photo.has_photo {
    background-size:cover;
}

.gift-add-upload__title {
  display: inline-block;
  text-decoration:underline;
  font-size: 14px;
  color: #444242;
/*  border-bottom: 1px solid #444242; */
}

.gift-add-upload__title:hover {
  text-decoration:none;
/*  border-bottom: 1px solid #444242; */
}

.gift-add-upload__title:hover {
  border-color: transparent;
}

.gift-add__drop {
  white-space: nowrap;
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
  border: 1px dashed #d3d3d3;
  cursor: pointer;
}

.gift-add__drop span {
  position: absolute;
  text-align: center;
  left: 50%;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #898a8c;
  text-decoration: underline;
  font-size: 12px;
  white-space: nowrap;
}

.gift-add__area {
  height: 265px;
}

.gift-add-adress-table {
  margin-bottom: 15px;
}

.gift-add-adress-table .cell {
  vertical-align: middle;
  padding: 5px 0;
}

.gift-add-adress-table .cell:first-child {
  width: 400px;
  padding-right: 15px;
}

.gift-add-price .cell {
  padding: 5px 0;
}

.gift-add-price .cell:first-child {
  width: 300px;
  vertical-align: middle;
  padding-right: 15px;
  background-image: url(/images_cp/icon-coins.svg);
  background-size: 21px 19px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}

.gift-add-address__name {
  font-size: 13px;
  line-height: 15px;
  color: #444242;
}

.gift-add-price__field,
.gift-add-address__field {
  width: 100px;
  height: 26px;
  padding: 0 5px;
  font-size: 13px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.gift-add-price__field:focus,
.gift-add-address__field:focus {
  border-color: #00a3db;
}

.gift_form .drop_zone_lbl { display:block; font-size:12px; margin:5px 0 0; }

.profile .userpic { width:110px; height:110px; background:url(/images_cp/user.svg) no-repeat center center; background-size:50px auto; margin:0 auto 30px; border:1px solid #c0c0c0; border-radius:60px; }

.form__value { font-size: 14px; color: #444242; width: 100%; padding: 0 25px 0 15px; }
.cell.withpic { white-space:nowrap; }
.cell.withpic .select { display:inline-block; width:80%; }
#game_edit .type_icon { width:38px; height:38px; display:inline-block; background-repeat:no-repeat; background-position:center center; margin-left:10px; }
/*#game_details #type_icon { width:38px; height:38px; display:inline-block; background-repeat:no-repeat; background-position:center center; border-radius:5px; margin-left:10px; background-size:100% 100%; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }*/
#partners_list .brand_logo { border-radius:5px; width:40px; height:40px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }
#actions_list_to_moderate .brand_logo { border-radius:5px; width:40px; height:40px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }
#gifts_list_to_moderate .brand_logo { border-radius:5px; width:40px; height:40px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }
#addresss_list_to_moderate .brand_logo { border-radius:5px; width:40px; height:40px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }
#brands_list .brand_logo { border-radius:5px; width:80px; height:80px; max-width:initial; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }
#brand_details .brand_logo { width:112px; height:112px; background-size:100% 100%; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.78); }

.dropzone { position:relative; padding:25px; min-height:80px; }
.dropzone.hover:before { display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:''; border: 1px dashed #dcdcdc; background-color:rgba(255,255,255,0.8); pointer-events: none; }
.dropzone.hover:after { display:block; position:absolute; top:50%; left:50%; content: attr(data-content);
color:#00a3db; font-size:46px; font-weight:bold; text-align:center; transform:translate(-50%,-50%); pointer-events: none; }
.dropzone.hover.process:after { font-size:20px; }
.dropzone input[type=file] { display:none; }

.schedule-date__field { border:1px solid #444242; border-radius: 5px; height:40px; }

/*
.team {
  padding: 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
*/

.user-row {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.user-column {
  display: inline-block;
  vertical-align: top;
/*  width: 50%; */
  margin-bottom: 30px;
  padding: 0 20px;
}

.user-column:nth-last-child(2), .user-column:last-child {
  margin-bottom: 0;
}

.user-item {
  position: relative;
  font-size: 14px;
  color: #444242;
}

.user-item__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 97px;
  height: 97px;
  background-color: white;
  border: 1px solid #ebebeb;
  background-image: url(/images/bg-photo-person.svg);
  background-size: 28px 38px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}

.user-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-item-content {
  padding-top: 10px;
  padding-left: 110px;
}

.user-item-content-table > .trow > .cell {
  vertical-align: middle;
  padding: 0 20px 15px 0;
}

.user-item__btn {
  width: 200px;
}

.user-item__remove {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 15px;
  background-image: url(/images/icon-remove.svg);
  background-size: 12px 15px;
}


/*==============================ADAPTIVE==============================*/
/*
@media only screen and (max-height: 699px) {
  .footer {
    padding-top: 10px;
  }
  .footer-support {
    float: none;
  }
  .footer-mail {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    margin-left: 152px;
  }
}
*/

@media only screen and (max-width: 1889px) {
  .center-wrapper {
    max-width: 100%;
    padding: 0 40px 0 280px;
  }
  .sidebar-toggle {
    display: block !important;
  }
  .filter-select__title {
    font-size: 14px;
  }
  .filter-select-block .cell {
    padding-right: 15px;
  }
  .client-info-bonus__field {
    width: 125px;
  }
}

@media only screen and (max-width: 1399px) {
  .form-item .cell:last-child {
    width: 235px;
  }
  .place-upload__drop {
    height: 165px;
  }
  .place-upload-item {
    height: 165px;
  }
  .place-upload-item__photo {
    height: 135px;
  }
  .news-item__image {
    height: 170px;
  }
  .promoter-form-table .cell:first-child {
    padding-right: 20px;
  }
  .promoter-form-column:first-child {
    padding-right: 30px;
  }
  .bonus-item {
    margin-right: 13px;
  }
}

@media only screen and (max-width: 1199px) {

  .action-create .cell {
    display:block; width:100%;
  }
  .new-create .cell {
    display:block; width:100%;
  }
  .center-wrapper {
      padding: 0 20px 0 260px;
  }
  .main-row{
    margin-left: -6px;
    margin-right: -6px;
  }
  .main-column{
    padding: 0 6px;
  }
  .main-column-body{
    padding: 25px 15px;
  }
  .form-row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-column{
    padding: 0 15px;
  }
  .add-account-row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .add-account-column{
    padding: 0 15px;
  }
  .white-block{
    padding: 35px 15px;
  }
  .gifts-row{
    margin-left: -8px;
    margin-right: -8px;
  }
  .gift-column{
    padding: 0 8px;
  }
  .gift-add-content{
    margin-left: -8px;
    margin-right: -8px;
  }
  .gift-add-content-column{
    padding: 0 8px;
  }
  .gift-add-content-column:last-child{
    padding-left: 18px;
  }
  .client-info__apply{
    margin-right: 3px;
  }
  .user-column{
    width: 100%;
    float: none;
  }
  .table-container {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
  }
  .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 10px;
  }
  .table-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #484848;
  }
  .filter-select-block{
    white-space: normal;
  }
}
@media only screen and (max-width: 1010px) {
  .main-sidebar-short .filter-row > .cell{
    display: table-cell;
    margin-bottom: 0;
  }
  .center-wrapper {
    max-width: 100%;
    padding: 0 20px 0 260px;
  }
  .main-row {
    display: block;
  }
  .main-column {
    width: 100%;
  }
  .main-column:first-child {
    margin-bottom: 25px;
  }
  .main-column-body {
    height: auto;
    padding: 25px 15px;
  }
  .client-info-bonus {
    width: auto;
  }
  .client-info-bonus .cell:first-child {
    width: 300px;
  }
  .user-column {
    width: 100%;
  }
  .user-item__field {
    max-width: 235px;
  }
  .news-column {
    width: 50%;
  }
  .discount-option-item {
    margin-right: 10px;
  }
  .discount-period .cell:first-child {
    padding-right: 15px;
  }
  .filter-row > .cell {
    display: block;
    margin-bottom: 10px;
  }
  .filter-row > .cell:last-child {
    text-align: left;
  }
  .form-column {
    float: none;
    width: 100%;
  }
  .form-column:first-child {
    margin-bottom: 25px;
  }
  .form-item .cell:last-child {
    width: 50%;
  }
  .add-account-column {
    display: block;
    width: 100%;
  }
  .promoter-form-column {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .promoter-form-column:last-child {
    padding-left: 118px;
  }
  .partner-add > .cell {
    display: block;
    margin-bottom: 10px;
    text-align: left !important;
  }
  .gift-add-adress-table .cell:first-child,
  .gift-item-adress-table .cell:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 1010px) {
  .news-item__date {
    display: block;
    border-right: 0;
  }
  .news-item__views {
    display: block;
    padding-left: 0;
  }
  .news-create .cell:first-child {
    padding-right: 20px;
  }
  .news-create .cell:last-child {
    padding-right: 0;
  }
  .news-create .form__area {
    padding: 15px;
  }
  .place-upload-column {
    width: 50%;
  }
  .place-upload-actions {
    display: block;
  }
  .place-upload-news {
    display: block;
  }
  .place-upload-actions .cell {
    display: inline-block;
    width: auto;
    margin: 0 15px 10px 0;
  }
  .place-upload-news .cell {
    display: inline-block;
    width: auto;
    margin: 0 15px 10px 0;
  }
  .place-upload__change {
    margin-left: 0;
  }
  .form-item .cell:last-child {
    width: 220px;
    width: 50%;
  }
  .gift-column {
    width: 100%;
  }
  .gifts-row {
    display: block;
  }
  .gift-add-adress-table .cell:first-child, .gift-item-adress-table .cell:first-child {
    width: 300px;
  }
  .gift-add-content-column {
    float: none;
    width: 100%;
    padding: 0 15px !important;
  }
  .gift-add-content-column:first-child {
    margin-bottom: 20px;
  }
}









/*---------------------modals------------------------*/
.select-title__arrow {
  background-image: url(/images_cp/icon-select-arrow.svg);
  margin-top: -2px;
  -webkit-background-size: 8px 4px;
  background-size: 8px 4px;
}
.filter-table__switcher:after {
  background-image: url(/images_cp/icon-select-blue.svg);
  margin-top: -2px;
  -webkit-background-size: 8px 4px;
  background-size: 8px 4px;
}
.success {
  background-image: url(/images_cp/icon-success.png);
  background-repeat: no-repeat;
  -webkit-background-size: 9px 7px;
  background-size: 9px 7px;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background-image: url(/images_cp/icon-checkbox.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 9px 7px;
  background-size: 9px 7px;
}
#overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.6);
  z-index: 90;
}
.modal{
  position: fixed;
/*  position: absolute; */
  left: 50%;
  padding: 25px 30px;
  width: 470px;
  background-color: white;
  border-radius: 2px;
  z-index: 100;
  margin-left:0;
  top:20%;
  transform:translate(-50%,0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}
.modal.big{
  top:50%;
  transform:translate(-50%,-50%);
  height:80vh;
  width:90vw;
}
.modal.big .modal__text{
  overflow:auto;
  height: calc(100% - 150px);
  box-sizing: border-box;
}
.modal.big table th,
.modal.big table td {
    padding-top:3px;
    padding-bottom:3px;
    height:auto;
}
.modal.big table tr:hover {
    background-color:#f0fbff;
}
.modal__close{
  position: absolute;
  top: 24px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/images_cp/icon-close.svg);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal__title{
  margin-bottom:36px;
  font-size: 21px;
  color: #2d2d2d;
}

.modal__btn.single { clear:both; margin-top:10px; }

.center{
  text-align: center;
}
.modal__text{
  margin-bottom:46px;
  text-align: center;
  font-size: 18px;
  color: #2d2d2d;
  line-height:25px;
}
.modal__text.padded { float:left; width:342px; }
.modal__icon{
  float:left;
  margin:-6px 10px 10px 0;
  margin-bottom: 25px;
  text-align: center;
}
.modal__btn{
  display: block;
  margin: 0 auto;
}
.timetable-table{
  width: auto;
}
.timetable-table .cell{
  padding: 8px 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.modal .select-title,
.modal .select-options{
  background: #fff;
}
.timetable-table .cell .select,
.timetable-table .cell .checkbox{
  font-weight: normal;
}
.modal-timetable { display:none; position:absolute; top:70px; }
.modal-game_team_add { display:none; position:absolute; top:70px; }
.modal-game_team_edit { display:none; }
.modal-game_alone_edit { display:none; }
.modal-timetable .cell .select{
  width: 52px;
}
.modal-timetable .cell .select_fluid{
  width: auto;
}
.modal-timetable .cell .select_fluid .select-title{
  padding: 0 30px 0 15px;
}
.modal-timetable .cell .select_fluid .select-options__value{
  padding: 5px 30px 5px 15px;
}
.modal-timetable .cell .select-title{
    padding: 0 10px 0 12px;
}
.modal-timetable .cell .select-options__value{
  padding: 5px 10px 5px 12px;
}
.modal-timetable .cell .select-title__arrow{
  right: 7px;
}
.timetable-table .cell:first-child{
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
}
.timetable-table .cell:last-child{
  padding-right: 0;
  padding-left: 10px;
  text-align: left;
}
.modal-body-block{
  padding: 22px 0;
  border-bottom: 1px solid #eeeeee;
}
.modal-body-block:first-child{
  padding-top: 0;
}
.modal-body-block:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.timetable-add{
  margin-bottom: 25px;
}
.timetable-add-table{
  width: auto;
}
.timetable-add-table .cell .select,
.timetable-add-table .cell .checkbox{
  font-weight: normal;
}
.timetable-add-table .cell{
  padding: 8px 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.timetable-add-table .cell:first-child{
  padding-right: 15px;
}
.timetable-add-table .cell:nth-last-child(2),
.timetable-add-table .cell:last-child{
  padding-left: 15px;
}
.timetable-add__btn{
  display: inline-block;
  width: 97px;
  height: 38px;
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #00a3db;
  font-weight: normal;
  border-radius: 19px;
  line-height: 38px;
}
.timetable-add__btn:hover{
  background: #15c1fc;
}
.timetable-row{
  font-size: 0;
}
.timetable-item{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  padding: 0 25px 0 10px;
  background: #f7f7f7;
  font-size: 14px;
  white-space: nowrap;
}
.timetable-item__date{
  display: inline-block;
  vertical-align: top;
  padding: 12px 7px;
}
.timetable-item__value{
  display: inline-block;
  vertical-align: top;
  padding: 12px 7px;
}
.timetable-item__close{
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(/images_cp/icon-close2.svg);
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.modal-buttons{
  text-align: center;
}
.modal-buttons .btn{
  margin: 0 13px; 
}
.btn_transparent{
  background: #fff;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}
.btn_transparent:hover{
  color: #fff;
  background: #484848 !important;
}

.timetable-table-action .cell:first-child,
.timetable-table-action .cell:last-child,
.timetable-table-action .cell { padding:0 2px; }
.timetable-table-action .select-title { height:28px; }
.timetable-table-action .select-title__value { line-height:26px; }

@media only screen and (max-width: 1199px){
  .modal_big{
    width: 720px;
  }  
}

.hidden { display:none; }
.btn.loading, .btn-small.loading, button.loading { background-image: url(/images_cp/loading_black.gif); background-position:center center; background-repeat:no-repeat; color:transparent; }

.form__field:disabled,
.bonus-item__number input:disabled,
input:disabled, textarea:disabled,
.form__select.disabled .select-title { border-color:transparent; cursor:default; opacity:1; }
.form__select.disabled .select-title__arrow { display:none; }

.under_moderation_lbl {
    text-align:center;
    background: #dcdcdc;
    padding:5px 0;
}
.main-block .under_moderation_lbl { margin:40px 0 20px; padding:16px 0; }

.moderation_list h2 { margin:0; }
.moderation_list .filter-row { margin-bottom:8px; }
.moderation_list .table-container { margin-bottom:10px; }

.textarea_content { padding:15px; }

td[class^="permission"] { border-right:1px solid #ffffff; }
td.permission-denied { background-color:#e64646; }
td.permission-r { background-color:#f7e604; }
td.permission-rw { background-color:#17dc0d; }

.small-textareas .richText .richText-editor { height:150px; }

/*** GAME DETAILS ***/
.form-description { overflow:hidden; }
.game_details-name { font-weight:bold; font-size:14px; }
.game_details-name a:hover { text-decoration:underline; }
.game_details-city { float:right; color:#A0A0A0; clear:both; }
.game_details-place_name { font-weight:bold; }
.game_details-place_address { font-size:11px; margin:5px 0 0; color:#A0A0A0; }
.game_details-date { float:right; font-weight:bold; clear:both; }
.game_details-time { float:right; margin:2px 0 0; clear:both; }
.game_details-price { float:left; margin:0 5px 0 0; padding:6px 15px; border:1px solid #a0a0a0; border-radius:4px; }
.game_details-type { float:left; margin:0 5px 0 10px; padding:6px 15px; border:1px solid #303030; border-radius:4px; color:#ffffff; }

.game_details { float:left; margin:0 5px 5px 0; padding:6px 15px; border-radius:4px; background:#a0a0a0; color:#ffffff; }
.game_details:nth-child(2) { background:#23ad3a; }
.game_details:nth-child(3) { background:#5223ad; }
.game_details:nth-child(4) { background:#564646; }
.game_details span { font-weight:bold; margin:0 5px 0 0; }

.game_details.r { float:right; background:#e00e0e; color:#ffffff; border:2px solid transparent; }
.game_details.r:last-child { background:#ffffff; border-color:#e00e0e; color:#e00e0e; }

.clear { display:block; clear:both; }

.team_new_status { float:left; margin:5px 5px 0 10px; padding:3px 7px; border:1px solid #303030; border-radius:4px; color:#ffffff; background:#3167ff; white-space: nowrap; }

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 767px) {


    html, body { min-width:initial; }
    .table-container table,
    .table-container table tbody,
    .table-container table tr,
    .table-container table th,
    .table-container table td
     { display:block; text-align:left; width:100%; }
    .table-container table th,
    .table-container table td
    { height:initial; padding:2px 5px; }
    .table-container table tr.filters input
    { text-align:left; }

}