@import url("client.css");
@import url("panel/faktury.css?v=3");
.td_all_statuses {
  background-image: url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png), url(/images/status500.png);
  background-repeat: no-repeat;
  background-size: 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px, 0% 500px;
  /*                  PENDING',    'SENT',   'VIEWED',  'DELIVRD', 'COMPLETE',  'UNDELIV',  'EXPIRED',   'STOPED','INSUFFUND','USERSTOPED',   'ERROR' */
  background-position: 0px 0px, 0px -50px, 0px -450px, 0px -100px, 0px -100px, 0px -150px, 0px -200px, 0px -350px, 0px -250px, 0px -400px, 0px -350px;
}
/* ==>  status colors */
td.status_complete {
  background-color: #99CC00 !important;
}
td.status_pending {
  background-color: #FFCC66 !important;
  color: #333333 !important;
}
td.status_inprogress {
  background-color: #99CC33 !important;
  color: #333333 !important;
}
td.status_new {
  background-color: #CCFF66 !important;
  color: #333333 !important;
}
td.status_sent {
  background-color: #669900 !important;
  color: #333333 !important;
}
td.status_sysstoped {
  background-color: #FF8800 !important;
  color: #333333 !important;
}
td.status_userstoped {
  background-color: #FF6600 !important;
  color: #333333 !important;
}
td.status_resume {
  background-color: #FF6600 !important;
  color: #333333 !important;
}
td.status_unknown {
  background-color: #FFCC66 !important;
  color: #333333 !important;
}
td.status_undeliv {
  background-color: #FF3333 !important;
  color: #333333 !important;
}
td.status_insufficientfunds {
  background-color: lightgray !important;
  color: #333333 !important;
}
td.status_blue {
  background-color: #0099FF !important;
  color: #333333 !important;
}
td.status_viewed {
  background-color: #ace600 !important;
  color: #333333 !important;
}
.status_complete {
  background: #99CC00 !important;
}
.status_pending {
  background: #FFCC66 !important;
  color: #333333 !important;
}
.status_inprogress {
  background: #99CC33 !important;
  color: #333333 !important;
}
.status_new {
  background: #CCFF66 !important;
  color: #333333 !important;
}
.status_sent {
  background: #669900 !important;
  color: #333333 !important;
}
.status_sysstoped {
  background: #FF8800 !important;
  color: #333333 !important;
}
.status_userstoped {
  background: #FF6600 !important;
  color: #333333 !important;
}
.status_resume {
  background: #FF6600 !important;
  color: #333333 !important;
}
.status_unknown {
  background: #FFCC66 !important;
  color: #333333 !important;
}
.status_undeliv {
  background: #FF3333 !important;
  color: #333333 !important;
}
.status_insufficientfunds {
  background-color: lightgray !important;
  color: #333333 !important;
}
.status_blue {
  background: #0099FF !important;
  color: #FFFFFF !important;
}
td.status_viewed {
  background-color: #ace600 !important;
  color: #333333 !important;
}
/* <==  status colors */
/* ==>  паджинатор */
.paginator input {
  background: none repeat scroll 0 0 transparent;
  border: 0px solid;
  color: #666666;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  box-shadow: none;
}
.paginator input:hover {
  color: #333333;
}
.paginator input.current {
  color: #FF0000;
  font-size: 16px;
}
/* <==  паджинатор */
/* ==>  таблички */
table.table_list {
  background-color: #FFF;
}
table.table_list tbody td {
  color: #333;
  background-color: #FFF;
  padding: 5px 5px;
}
table.table_list tbody td a {
  color: #333;
}
table.table_list tbody tr.odd td {
  background-color: #ffffff;
}
table.table_list tbody tr.even td {
  background-color: #F8F8F8;
}
table.table_list tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
table.table_list tbody tr:nth-child(even) td {
  background-color: #F8F8F8;
}
table.table_list tbody tr:hover td {
  background-color: #eeeeee;
  color: #333333;
}
table.table_list tbody tr:hover a {
  color: #333333;
}
.table-block-manager .table_list th:nth-child(1) {
  width: 80px;
  max-width: 80px;
}
.table-block-manager .table_list td:nth-child(1) {
  width: 80px;
  max-width: 80px;
}
.table-block-manager .table_list th:nth-child(3) {
  max-width: 160px;
}
.table-block-manager .table_list td:nth-child(3) {
  max-width: 160px;
}
.table-block-manager .table_list th:nth-child(7) {
  max-width: 160px;
}
.table-block-manager .table_list td:nth-child(7) {
  max-width: 160px;
}
.table-block-manager .table_list th:nth-child(8) {
  max-width: 100px;
}
.table-block-manager .table_list td:nth-child(8) {
  max-width: 100px;
}
.table-block-manager table tr,
.table-block-manager table td:nth-child(4) {
  max-width: 110px;
  width: 110px;
}
.table-block-manager table tr,
.table-block-manager table th:nth-child(4) {
  max-width: 110px;
  width: 110px;
}
.table-block-manager table tr,
.table-block-manager table td:nth-child(5) {
  max-width: 70px;
  width: 70px;
}
.table-block-manager table tr,
.table-block-manager table th:nth-child(5) {
  max-width: 70px;
  width: 70px;
}
.table-block-manager.registartion-page-manager table.table_list th,
.table-block-manager.registartion-page-manager table.table_list td:nth-child(1) {
  max-width: 120px;
  width: 120px;
}
.table-block-manager.registartion-page-manager table.table_list th,
.table-block-manager.registartion-page-manager table.table_list td:nth-child(4) {
  max-width: 160px;
  width: 160px;
}
.css-template-table table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.css-template-table table input {
  width: 100%;
}
.css-template-table table select {
  width: 100%;
}
.css-template-table table a {
  color: black;
}
.css-template-table table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.css-template-table table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.css-template-table table tr:nth-child(2n) {
  background: white;
}
.css-template-table table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.css-template-table table tr:hover td {
  background-color: slategrey;
}
.manager-last-payment table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-last-payment table input {
  width: 100%;
}
.manager-last-payment table select {
  width: 100%;
}
.manager-last-payment table a {
  color: black;
}
.manager-last-payment table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-last-payment table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-last-payment table tr:nth-child(2n) {
  background: white;
}
.manager-last-payment table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-last-payment table tr:hover td {
  background-color: slategrey;
}
.manager-last-payment th:nth-child(1) {
  width: 170px;
}
.manager-last-payment th:nth-child(2) {
  width: 170px;
}
.manager-last-payment th:nth-child(3) {
  width: 170px;
}
.manager-last-payment th:nth-child(4) {
  width: 120px;
}
.manager-last-payment th:nth-child(5) {
  width: 248px;
}
.manager-last-payment th:nth-child(5) td {
  color: black;
}
.manager-last-payment th:nth-child(6) {
  width: 170px;
}
.manager-coments table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-coments table input {
  width: 100%;
}
.manager-coments table select {
  width: 100%;
}
.manager-coments table a {
  color: black;
}
.manager-coments table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-coments table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-coments table tr:nth-child(2n) {
  background: white;
}
.manager-coments table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-coments table tr:hover td {
  background-color: slategrey;
}
.manager-coments th:nth-child(1) {
  width: 170px;
}
.manager-coments th:nth-child(2) {
  width: 130px;
}
.manager-client-info table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-info table input {
  width: 100%;
}
.manager-client-info table select {
  width: 100%;
}
.manager-client-info table a {
  color: black;
}
.manager-client-info table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-info table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-info table tr:nth-child(2n) {
  background: white;
}
.manager-client-info table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-info table tr:hover td {
  background-color: slategrey;
}
.manager-incoming-call table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-incoming-call table input {
  width: 100%;
}
.manager-incoming-call table select {
  width: 100%;
}
.manager-incoming-call table a {
  color: black;
}
.manager-incoming-call table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-incoming-call table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-incoming-call table tr:nth-child(2n) {
  background: white;
}
.manager-incoming-call table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-incoming-call table tr:hover td {
  background-color: slategrey;
}
.manager-incoming-call th:nth-child(1) {
  width: 130px;
}
.manager-incoming-call th:nth-child(2) {
  width: 65px;
}
.manager-incoming-call th:nth-child(3) {
  width: 80px;
}
.manager-incoming-call th:nth-child(4) {
  width: 170px;
}
.manager-new-payment table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-new-payment table input {
  width: 100%;
}
.manager-new-payment table select {
  width: 100%;
}
.manager-new-payment table a {
  color: black;
}
.manager-new-payment table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-new-payment table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-new-payment table tr:nth-child(2n) {
  background: white;
}
.manager-new-payment table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-new-payment table tr:hover td {
  background-color: slategrey;
}
.manager-zvonki-all table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-zvonki-all table input {
  width: 100%;
}
.manager-zvonki-all table select {
  width: 100%;
}
.manager-zvonki-all table a {
  color: black;
}
.manager-zvonki-all table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-zvonki-all table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-zvonki-all table tr:nth-child(2n) {
  background: white;
}
.manager-zvonki-all table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-zvonki-all table tr:hover td {
  background-color: slategrey;
}
.manager-zvonki-all th:nth-child(1) {
  width: 68px;
}
.manager-zvonki-all th:nth-child(1) input {
  width: 48px;
}
.manager-zvonki-all th:nth-child(2) {
  width: 170px;
}
.manager-zvonki-all th:nth-child(2) input {
  width: 100%;
}
.manager-zvonki-all th:nth-child(3) {
  width: 197px;
}
.manager-zvonki-all th:nth-child(3) select {
  width: 100%;
}
.manager-zvonki-all th:nth-child(4) {
  width: 120px;
}
.manager-zvonki-all th:nth-child(4) input {
  width: 100%;
}
.manager-zvonki-all th:nth-child(5) {
  width: 130px;
}
.manager-zvonki-all th:nth-child(5) input {
  width: 100%;
}
.manager-zvonki-all th:nth-child(6) {
  width: 248px;
}
.manager-zvonki-all th:nth-child(6) select {
  width: 100%;
}
.manager-zvonki-all th:nth-child(7) {
  width: 170px;
}
.manager-add-new-record table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-add-new-record table input {
  width: 100%;
}
.manager-add-new-record table select {
  width: 100%;
}
.manager-add-new-record table a {
  color: black;
}
.manager-add-new-record table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-add-new-record table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-add-new-record table tr:nth-child(2n) {
  background: white;
}
.manager-add-new-record table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-add-new-record table tr:hover td {
  background-color: slategrey;
}
.manager-all-payment table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-all-payment table input {
  width: 100%;
}
.manager-all-payment table select {
  width: 100%;
}
.manager-all-payment table a {
  color: black;
}
.manager-all-payment table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-all-payment table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-all-payment table tr:nth-child(2n) {
  background: white;
}
.manager-all-payment table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-all-payment table tr:hover td {
  background-color: slategrey;
}
.manager-all-payment th:nth-child(1) {
  width: 68px;
}
.manager-all-payment th:nth-child(1) input {
  width: 48px;
}
.manager-all-payment th:nth-child(2) {
  width: 170px;
}
.manager-all-payment th:nth-child(2) input {
  width: 100%;
}
.manager-all-payment th:nth-child(3) {
  width: 197px;
}
.manager-all-payment th:nth-child(3) select {
  width: 100%;
}
.manager-all-payment th:nth-child(4) {
  width: 120px;
}
.manager-all-payment th:nth-child(4) input {
  width: 100%;
}
.manager-all-payment th:nth-child(6) {
  width: 180px;
}
.manager-all-payment th:nth-child(6) select {
  width: 100%;
}
.manager-registrations table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-registrations table input {
  width: 100%;
}
.manager-registrations table select {
  width: 100%;
}
.manager-registrations table a {
  color: black;
}
.manager-registrations table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-registrations table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-registrations table tr:nth-child(2n) {
  background: white;
}
.manager-registrations table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-registrations table tr:hover td {
  background-color: slategrey;
}
.manager-registrations th:nth-child(1) {
  width: 130px;
}
.manager-registrations th:nth-child(1) input {
  width: 100%;
}
.manager-registrations th:nth-child(2) {
  width: 50px;
}
.manager-registrations th:nth-child(5) {
  width: 100px;
}
.manager-managers table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-managers table input {
  width: 100%;
}
.manager-managers table select {
  width: 100%;
}
.manager-managers table a {
  color: black;
}
.manager-managers table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-managers table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-managers table tr:nth-child(2n) {
  background: white;
}
.manager-managers table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-managers table tr:hover td {
  background-color: slategrey;
}
.manager-managers th:nth-child(5) input::-webkit-input-placeholder,
.manager-managers th:nth-child(6) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-clients table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-all-clients table input {
  width: 100%;
}
.manager-all-clients table select {
  width: 100%;
}
.manager-all-clients table a {
  color: black;
}
.manager-all-clients table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-all-clients table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-all-clients table tr:nth-child(2n) {
  background: white;
}
.manager-all-clients table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-all-clients table tr:hover td {
  background-color: slategrey;
}
.manager-all-clients th:nth-child(1) {
  width: 80px;
}
.manager-all-clients th:nth-child(1) input {
  width: 100%;
}
.manager-all-clients th:nth-child(2) {
  width: 130px;
}
.manager-all-clients th:nth-child(2) input {
  width: 100%;
}
.manager-all-clients th:nth-child(3) {
  width: 200px;
  overflow: hidden;
}
.manager-all-clients th:nth-child(3) input {
  width: 100%;
}
.manager-all-clients td:nth-child(3) {
  overflow: hidden;
}
.manager-all-clients th:nth-child(4) {
  width: 200px;
}
.manager-all-clients th:nth-child(4) select {
  width: 100%;
}
.manager-all-clients th:nth-child(5) {
  width: 160px;
}
.manager-all-clients th:nth-child(5) select {
  width: 100%;
}
.manager-all-clients th:nth-child(6) {
  width: 180px;
}
.manager-all-clients th:nth-child(6) input {
  width: 100%;
}
.manager-all-clients th:nth-child(6) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-clients th:nth-child(7) {
  width: 180px;
}
.manager-all-clients th:nth-child(7) input {
  width: 100%;
}
.manager-all-clients th:nth-child(7) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-clients th:nth-child(8) {
  width: 120px;
}
.manager-all-clients th:nth-child(8) input {
  width: 100%;
}
.manager-all-clients th:nth-child(8) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-clients th:nth-child(9) {
  width: 120px;
}
.manager-all-clients th:nth-child(9) select {
  width: 100%;
}
.manager-all-campaigns table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-all-campaigns table input {
  width: 100%;
}
.manager-all-campaigns table select {
  width: 100%;
}
.manager-all-campaigns table a {
  color: black;
}
.manager-all-campaigns table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-all-campaigns table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-all-campaigns table tr:nth-child(2n) {
  background: white;
}
.manager-all-campaigns table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-all-campaigns table tr:hover td {
  background-color: slategrey;
}
.manager-all-campaigns th:nth-child(1) {
  width: 92px;
}
.manager-all-campaigns th:nth-child(1) input {
  width: 100%;
}
.manager-all-campaigns th:nth-child(2) {
  width: 130px;
}
.manager-all-campaigns th:nth-child(2) input {
  width: 100%;
}
.manager-all-campaigns th:nth-child(3) {
  width: 200px;
}
.manager-all-campaigns th:nth-child(3) input {
  width: 100%;
}
.manager-all-campaigns td:nth-child(3) {
  overflow: hidden;
}
.manager-all-campaigns th:nth-child(4) {
  width: 130px;
}
.manager-all-campaigns th:nth-child(4) input {
  width: 100%;
}
.manager-all-campaigns th:nth-child(5) {
  width: 55px;
}
.manager-all-campaigns th:nth-child(5) input {
  width: 100%;
}
.manager-all-campaigns th:nth-child(5) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-campaigns th:nth-child(6) {
  width: 70px;
}
.manager-all-campaigns th:nth-child(6) input {
  width: 100%;
}
.manager-all-campaigns th:nth-child(6) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-campaigns th:nth-child(7) {
  width: 170px;
}
.manager-all-campaigns th:nth-child(7) input {
  width: 100%;
}
.manager-all-campaigns th:nth-child(7) input::-webkit-input-placeholder {
  color: white;
}
.manager-all-campaigns th:nth-child(8) select {
  width: 100%;
}
.manager-all-campaigns th:nth-child(9) {
  width: 190px;
}
.manager-all-campaigns th:nth-child(9) select {
  width: 100%;
}
.manager-anames table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-anames table input {
  width: 100%;
}
.manager-anames table select {
  width: 100%;
}
.manager-anames table a {
  color: black;
}
.manager-anames table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-anames table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-anames table tr:nth-child(2n) {
  background: white;
}
.manager-anames table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-anames table tr:hover td {
  background-color: slategrey;
}
.manager-anames table {
  table-layout: fixed;
}
.manager-anames th:nth-child(1) {
  width: 130px;
}
.manager-anames th:nth-child(2) {
  width: 240px;
  max-width: 240px;
}
.manager-anames td:nth-child(2) {
  max-width: 240px;
  overflow: hidden;
}
.manager-anames th:nth-child(3) {
  width: 380px;
}
.manager-anames th:nth-child(4) {
  width: 130px;
}
.manager-anames th:nth-child(5) {
  width: 170px;
}
.manager-anames th:nth-child(6) {
  width: 180px;
}
.manager-anames th:nth-child(7) {
  width: 180px;
}
.manager-anames-viber table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-anames-viber table input {
  width: 100%;
}
.manager-anames-viber table select {
  width: 100%;
}
.manager-anames-viber table a {
  color: black;
}
.manager-anames-viber table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-anames-viber table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-anames-viber table tr:nth-child(2n) {
  background: white;
}
.manager-anames-viber table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-anames-viber table tr:hover td {
  background-color: slategrey;
}
.manager-anames-viber th:nth-child(1) {
  width: 130px;
}
.manager-anames-viber th:nth-child(2) {
  width: 140px;
}
.manager-anames-viber th:nth-child(3) {
  width: 280px;
}
.manager-anames-viber th:nth-child(4) {
  width: 130px;
}
.manager-anames-viber th:nth-child(4) input {
  width: 70%;
  padding-left: 3px;
}
.manager-anames-viber th:nth-child(5) {
  width: 170px;
}
.manager-anames-viber th:nth-child(6) {
  width: 180px;
}
.manager-anames-viber th:nth-child(7) {
  width: 180px;
}
.manager-anames-viber td:nth-child(8) {
  width: 180px;
}
.manager-limit-organization table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-limit-organization table input {
  width: 100%;
}
.manager-limit-organization table select {
  width: 100%;
}
.manager-limit-organization table a {
  color: black;
}
.manager-limit-organization table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-limit-organization table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-limit-organization table tr:nth-child(2n) {
  background: white;
}
.manager-limit-organization table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-limit-organization table tr:hover td {
  background-color: slategrey;
}
.manager-limit-organization th:nth-child(1) {
  width: 110px;
}
.manager-limit-organization th:nth-child(3) {
  width: 80px;
}
.manager-limit-organization th:nth-child(4) {
  width: 130px;
}
.manager-limit-organization th:nth-child(4) input {
  width: 70%;
  padding-left: 3px;
}
.manager-limit-organization th:nth-child(5) {
  width: 160px;
}
.manager-limit-organization th:nth-child(6) {
  width: 180px;
}
.manager-limit-organization th:nth-child(7) {
  width: 180px;
}
.manager-limit-organization .smsic-edit {
  font-size: 20px;
  cursor: pointer;
}
.manager-limit-organization .smsic-edit:hover {
  color: forestgreen;
}
.manager-limit-organization .smsic-cancel {
  font-size: 24px;
  cursor: pointer;
}
.manager-limit-organization .smsic-cancel:hover {
  color: darkred;
}
.manager-limit-organization-info table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-limit-organization-info table input {
  width: 100%;
}
.manager-limit-organization-info table select {
  width: 100%;
}
.manager-limit-organization-info table a {
  color: black;
}
.manager-limit-organization-info table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-limit-organization-info table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-limit-organization-info table tr:nth-child(2n) {
  background: white;
}
.manager-limit-organization-info table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-limit-organization-info table tr:hover td {
  background-color: slategrey;
}
.manager-limit-organization-info th:nth-child(1) {
  width: 40px;
}
.manager-limit-organization-info th:nth-child(2) {
  width: 80px;
}
.manager-limit-organization-info th:nth-child(4) {
  width: 80px;
}
.manager-limit-organization-info th:nth-child(5) {
  width: 200px;
}
.manager-limit-organization-info th:nth-child(6) {
  width: 80px;
}
.manager-limit-organization-info td:nth-child(6) {
  text-align: center;
}
.manager-limit-organization-info .smsic-cancel {
  font-size: 24px;
  cursor: pointer;
}
.manager-limit-organization-info .smsic-cancel:hover {
  color: darkred;
}
.manager-anames-viber-finance table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-anames-viber-finance table input {
  width: 100%;
}
.manager-anames-viber-finance table select {
  width: 100%;
}
.manager-anames-viber-finance table a {
  color: black;
}
.manager-anames-viber-finance table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-anames-viber-finance table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-anames-viber-finance table tr:nth-child(2n) {
  background: white;
}
.manager-anames-viber-finance table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-anames-viber-finance table tr:hover td {
  background-color: slategrey;
}
.manager-anames-viber-finance th:nth-child(1) {
  width: 130px;
  display: none;
}
.manager-anames-viber-finance td:nth-child(1) {
  display: none;
}
.manager-anames-viber-finance th:nth-child(2) {
  width: 80px;
}
.manager-anames-viber-finance td:nth-child(2) {
  cursor: pointer;
}
.manager-anames-viber-finance th:nth-child(3) {
  width: 130px;
}
.manager-anames-viber-finance td:nth-child(3) {
  cursor: pointer;
}
.manager-anames-viber-finance th:nth-child(4) {
  width: 160px;
}
.manager-anames-viber-finance th:nth-child(5) {
  width: 130px;
}
.manager-anames-viber-finance th:nth-child(6) {
  width: 130px;
}
.manager-anames-viber-finance th:nth-child(7) {
  width: 130px;
}
.manager-anames-viber-finance th:nth-child(8) {
  width: 130px;
}
.manager-anames-viber-finance td:nth-child(8) {
  cursor: pointer;
}
.manager-anames-viber-finance th:nth-child(9) {
  width: 130px;
}
.manager-anames-viber-finance th:nth-child(10) {
  width: 165px;
}
.manager-anames-viber-finance td:nth-child(11) {
  cursor: pointer;
}
.manager-anames-viber-finance .status_complete {
  background-color: #99CC00 !important;
}
.manager-anames-viber-finance .status_pending {
  background-color: #FFCC66 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_inprogress {
  background-color: #99CC33 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_new {
  background-color: #CCFF66 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_sent {
  background-color: #669900 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_sysstoped {
  background-color: #FF8800 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_userstoped {
  background-color: #FF6600 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_resume {
  background-color: #FF6600 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_unknown {
  background-color: #FFCC66 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_undeliv {
  background-color: #FF3333 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_insufficientfunds {
  background-color: lightgray !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_blue {
  background-color: #0099FF !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .status_viewed {
  background-color: #ace600 !important;
  color: #333333 !important;
}
.manager-anames-viber-finance .options {
  display: flex;
  margin-bottom: 15px;
}
.manager-anames-viber-finance .options .date-selector {
  display: flex;
  background-color: #454242;
  color: white;
}
.manager-anames-viber-finance .options .date-selector .month-minus {
  width: 25px;
  align-items: center;
  text-align: center;
  border-right: 1px solid white;
  cursor: pointer;
}
.manager-anames-viber-finance .options .date-selector .chosen-date {
  width: 120px;
  align-items: center;
  text-align: center;
}
.manager-anames-viber-finance .options .date-selector .month-plus {
  width: 25px;
  align-items: center;
  text-align: center;
  border-left: 1px solid white;
  cursor: pointer;
}
.manager-anames-viber-finance .options .add-alpha-name-by-hand {
  background-color: #454242;
  color: white;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.manager-anames-viber-finance .options .add-alpha-name-by-robot {
  background-color: #454242;
  color: white;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.manager-anames-viber-finance .options .display-off {
  display: none;
}
.manager-anames-viber-finance-search table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-anames-viber-finance-search table input {
  width: 100%;
}
.manager-anames-viber-finance-search table select {
  width: 100%;
}
.manager-anames-viber-finance-search table a {
  color: black;
}
.manager-anames-viber-finance-search table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-anames-viber-finance-search table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-anames-viber-finance-search table tr:nth-child(2n) {
  background: white;
}
.manager-anames-viber-finance-search table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-anames-viber-finance-search table tr:hover td {
  background-color: slategrey;
}
.manager-anames-viber-finance-search tr {
  cursor: pointer;
}
.manager-anames-viber-finance-search th:nth-child(1) {
  width: 130px;
  display: none;
}
.manager-anames-viber-finance-search td:nth-child(1) {
  display: none;
}
.manager-anames-viber-finance-search th:nth-child(2) {
  width: 80px;
}
.manager-anames-viber-finance-search th:nth-child(3) {
  width: 130px;
}
.manager-anames-viber-finance-search th:nth-child(4) {
  width: 160px;
}
.manager-anames-viber-finance-search th:nth-child(5) {
  width: 200px;
}
.manager-anames-viber-finance-search th:nth-child(6) {
  width: 60px;
}
.manager-anames-viber-finance-search .my-checker-wrapper {
  display: flex;
  justify-content: center;
}
.manager-anames-viber-finance-search .my-checker {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  background-color: white;
}
.manager-anames-viber-finance-search .checked {
  background-color: #00dd1c;
}
.manager-anames-g table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-anames-g table input {
  width: 100%;
}
.manager-anames-g table select {
  width: 100%;
}
.manager-anames-g table a {
  color: black;
}
.manager-anames-g table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-anames-g table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-anames-g table tr:nth-child(2n) {
  background: white;
}
.manager-anames-g table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-anames-g table tr:hover td {
  background-color: slategrey;
}
.manager-anames-g th input {
  width: 100%;
}
.manager-anames-g th select {
  width: 100%;
}
.manager-anames-g th:nth-child(4) input::-webkit-input-placeholder,
.manager-anames-g th:nth-child(5) input::-webkit-input-placeholder {
  color: white;
}
.manager-client-all-payment table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-all-payment table input {
  width: 100%;
}
.manager-client-all-payment table select {
  width: 100%;
}
.manager-client-all-payment table a {
  color: black;
}
.manager-client-all-payment table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-all-payment table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-all-payment table tr:nth-child(2n) {
  background: white;
}
.manager-client-all-payment table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-all-payment table tr:hover td {
  background-color: slategrey;
}
.manager-client-all-payment th:nth-child(1) {
  width: 68px;
}
.manager-client-all-payment th:nth-child(1) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(2) {
  width: 130px;
}
.manager-client-all-payment th:nth-child(2) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(3) {
  width: 130px;
}
.manager-client-all-payment th:nth-child(3) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(4) {
  width: 160px;
}
.manager-client-all-payment th:nth-child(4) select {
  width: 100%;
}
.manager-client-all-payment th:nth-child(5) {
  width: 150px;
}
.manager-client-all-payment th:nth-child(5) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(6) {
  width: 100px;
}
.manager-client-all-payment th:nth-child(6) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(7) {
  width: 120px;
}
.manager-client-all-payment th:nth-child(7) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(8) {
  width: 170px;
}
.manager-client-all-payment th:nth-child(8) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(9) {
  width: 170px;
}
.manager-client-all-payment th:nth-child(9) input {
  width: 100%;
}
.manager-client-all-payment th:nth-child(10) select {
  width: 100%;
}
.manager-client-all-payment-m table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-all-payment-m table input {
  width: 100%;
}
.manager-client-all-payment-m table select {
  width: 100%;
}
.manager-client-all-payment-m table a {
  color: black;
}
.manager-client-all-payment-m table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-all-payment-m table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-all-payment-m table tr:nth-child(2n) {
  background: white;
}
.manager-client-all-payment-m table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-all-payment-m table tr:hover td {
  background-color: slategrey;
}
.manager-client-all-payment-m th:nth-child(1) {
  width: 100px;
}
.manager-client-all-payment-m th:nth-child(1) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(2) {
  width: 140px;
}
.manager-client-all-payment-m th:nth-child(2) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(3) {
  width: 140px;
}
.manager-client-all-payment-m th:nth-child(3) select {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(4) {
  width: 170px;
}
.manager-client-all-payment-m th:nth-child(4) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(5) {
  width: 170px;
}
.manager-client-all-payment-m th:nth-child(5) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(6) {
  width: 170px;
}
.manager-client-all-payment-m th:nth-child(6) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(7) {
  width: 170px;
}
.manager-client-all-payment-m th:nth-child(7) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(8) {
  width: 170px;
}
.manager-client-all-payment-m th:nth-child(8) input {
  width: 100%;
}
.manager-client-all-payment-m th:nth-child(9) select {
  width: 100%;
}
.manager-client-settings table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-settings table input {
  width: 100%;
}
.manager-client-settings table select {
  width: 100%;
}
.manager-client-settings table a {
  color: black;
}
.manager-client-settings table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-settings table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-settings table tr:nth-child(2n) {
  background: white;
}
.manager-client-settings table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-settings table tr:hover td {
  background-color: slategrey;
}
.manager-client-settings input,
.manager-client-settings select {
  width: 100%;
}
.manager-client-settings tr td:nth-child(1) {
  font-weight: 700;
  width: 20%;
}
.manager-client-settings tr td:nth-child(3) {
  font-weight: 700;
  width: 20%;
}
.manager-client-settings tr td:nth-child(2) {
  width: 30%;
}
.manager-client-settings tr td:nth-child(4) {
  width: 30%;
}
.manager-client-settings .oldsystemClass {
  background-color: #ef78ef;
}
.manager-client-settings .spamerClass {
  background-color: #0099ff;
}
.manager-client-settings .suspiciousClass {
  background-color: #ffff73;
}
.manager-client-balace {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.manager-client-balace table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-balace table input {
  width: 100%;
}
.manager-client-balace table select {
  width: 100%;
}
.manager-client-balace table a {
  color: black;
}
.manager-client-balace table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-balace table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-balace table tr:nth-child(2n) {
  background: white;
}
.manager-client-balace table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-balace table tr:hover td {
  background-color: slategrey;
}
.manager-client-balace th:nth-child(4) {
  width: 60px;
}
.manager-client-balace td:nth-child(5) input {
  width: 100%;
}
.manager-client-balace-filter table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-balace-filter table input {
  width: 100%;
}
.manager-client-balace-filter table select {
  width: 100%;
}
.manager-client-balace-filter table a {
  color: black;
}
.manager-client-balace-filter table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-balace-filter table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-balace-filter table tr:nth-child(2n) {
  background: white;
}
.manager-client-balace-filter table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-balace-filter table tr:hover td {
  background-color: slategrey;
}
.manager-client-balace-filter th input,
.manager-client-balace-filter th select {
  width: 100%;
}
.manager-client-balance-history table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-balance-history table input {
  width: 100%;
}
.manager-client-balance-history table select {
  width: 100%;
}
.manager-client-balance-history table a {
  color: black;
}
.manager-client-balance-history table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-balance-history table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-balance-history table tr:nth-child(2n) {
  background: white;
}
.manager-client-balance-history table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-balance-history table tr:hover td {
  background-color: slategrey;
}
.manager-client-balance-history th:nth-child(1) {
  width: 120px;
}
.manager-client-balance-history th:nth-child(2) {
  width: 120px;
}
.manager-client-balance-history th:nth-child(3) {
  width: 120px;
}
.manager-client-balance-history th:nth-child(4) {
  width: 170px;
}
.manager-client-balance-history th:nth-child(5) {
  width: 80px;
}
.manager-client-balance-history th:nth-child(7) {
  width: 150px;
}
.manager-client-balance-history th:nth-child(8) {
  width: 130px;
}
.manager-zvonki-payment-view table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-zvonki-payment-view table input {
  width: 100%;
}
.manager-zvonki-payment-view table select {
  width: 100%;
}
.manager-zvonki-payment-view table a {
  color: black;
}
.manager-zvonki-payment-view table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-zvonki-payment-view table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-zvonki-payment-view table tr:nth-child(2n) {
  background: white;
}
.manager-zvonki-payment-view table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-zvonki-payment-view table tr:hover td {
  background-color: slategrey;
}
.manager-zvonki-zvonok-view table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-zvonki-zvonok-view table input {
  width: 100%;
}
.manager-zvonki-zvonok-view table select {
  width: 100%;
}
.manager-zvonki-zvonok-view table a {
  color: black;
}
.manager-zvonki-zvonok-view table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-zvonki-zvonok-view table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-zvonki-zvonok-view table tr:nth-child(2n) {
  background: white;
}
.manager-zvonki-zvonok-view table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-zvonki-zvonok-view table tr:hover td {
  background-color: slategrey;
}
.manager-limits-merch-liqpay table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-limits-merch-liqpay table input {
  width: 100%;
}
.manager-limits-merch-liqpay table select {
  width: 100%;
}
.manager-limits-merch-liqpay table a {
  color: black;
}
.manager-limits-merch-liqpay table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-limits-merch-liqpay table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-limits-merch-liqpay table tr:nth-child(2n) {
  background: white;
}
.manager-limits-merch-liqpay table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-limits-merch-liqpay table tr:hover td {
  background-color: slategrey;
}
.manager-limits-merch-liqpay th:nth-child(1) {
  width: 100px;
}
.manager-limits-merch-liqpay th:nth-child(2) {
  width: 120px;
}
.manager-limits-merch-liqpay th:nth-child(3) {
  width: 260px;
}
.manager-limits-merch-liqpay th:nth-child(4) {
  width: 80px;
}
.manager-limits-merch-liqpay th:nth-child(5) {
  width: 80px;
}
.manager-limits-merch-liqpay th:nth-child(6) {
  width: 80px;
}
.manager-limits-merch-liqpay th:nth-child(8) {
  width: 145px;
}
.manager-client-report table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-report table input {
  width: 100%;
}
.manager-client-report table select {
  width: 100%;
}
.manager-client-report table a {
  color: black;
}
.manager-client-report table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-report table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-report table tr:nth-child(2n) {
  background: white;
}
.manager-client-report table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-report table tr:hover td {
  background-color: slategrey;
}
.manager-client-report th:nth-child(1) {
  width: 92px;
}
.manager-client-report th:nth-child(1) input {
  width: 100%;
}
.manager-client-report th:nth-child(2) {
  width: 160px;
}
.manager-client-report th:nth-child(2) input {
  width: 100%;
}
.manager-client-report th:nth-child(3) {
  width: 140px;
}
.manager-client-report th:nth-child(3) input {
  width: 100%;
}
.manager-client-report th:nth-child(4) {
  width: 55px;
}
.manager-client-report th:nth-child(5) {
  width: 70px;
}
.manager-client-report th:nth-child(6) {
  width: 170px;
  overflow: hidden;
}
.manager-client-report th:nth-child(6) input {
  width: 100%;
}
.manager-client-report th:nth-child(8) {
  width: 190px;
}
.manager-client-report th:nth-child(8) select {
  width: 100%;
}
.manager-client-alfaname-viber table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-client-alfaname-viber table input {
  width: 100%;
}
.manager-client-alfaname-viber table select {
  width: 100%;
}
.manager-client-alfaname-viber table a {
  color: black;
}
.manager-client-alfaname-viber table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-client-alfaname-viber table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-client-alfaname-viber table tr:nth-child(2n) {
  background: white;
}
.manager-client-alfaname-viber table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-client-alfaname-viber table tr:hover td {
  background-color: slategrey;
}
.manager-client-alfaname-viber table tr:hover td {
  background-color: unset;
}
.manager-client-alfaname-viber .images-block {
  display: flex;
  justify-content: space-around;
}
.manager-client-alfaname-viber .images-block .image-block {
  text-align: center;
}
.manager-client-alfaname-viber .images-block .image-block button {
  border: 1px dotted gray;
  background: unset;
}
.manager-client-alfaname-viber .images-block .image-block i {
  color: gray;
}
.manager-client-alfaname-viber .images-block .image-block img {
  width: 120px;
  height: 120px;
  border: 1px solid;
}
.manager-client-alfaname-viber .images-block .image-block:nth-child(5) img {
  width: 154px;
}
.manager-setting-price table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
}
.manager-setting-price table a {
  color: black;
}
.manager-setting-price table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-setting-price table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-setting-price table td:nth-child(2) select {
  width: 100%;
}
.manager-setting-price table td:nth-child(3) button {
  width: 100%;
}
.manager-setting-price-change table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-setting-price-change table input {
  width: 100%;
}
.manager-setting-price-change table select {
  width: 100%;
}
.manager-setting-price-change table a {
  color: black;
}
.manager-setting-price-change table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-setting-price-change table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-setting-price-change table tr:nth-child(2n) {
  background: white;
}
.manager-setting-price-change table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-setting-price-change table tr:hover td {
  background-color: slategrey;
}
.manager-setting-price-change th:nth-child(1) {
  width: 170px;
}
.manager-setting-price-change th:nth-child(3) {
  width: 170px;
}
.manager-setting-price-change th:nth-child(4) {
  width: 55px;
}
.manager-setting-price-change th:nth-child(5) {
  width: 55px;
}
.manager-setting-price-change th:nth-child(6) {
  width: 55px;
}
.manager-setting-price-change th:nth-child(7) {
  width: 80px;
}
.manager-setting-price-change th:nth-child(8) {
  width: 110px;
}
.manager-setting-routes table {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  table-layout: fixed;
  /* Четные */
  /* Нечетные */
}
.manager-setting-routes table input {
  width: 100%;
}
.manager-setting-routes table select {
  width: 100%;
}
.manager-setting-routes table a {
  color: black;
}
.manager-setting-routes table th {
  border: 1px solid black;
  padding: 10px 10px;
  background-color: #454242;
  color: white;
}
.manager-setting-routes table td {
  border: 1px solid black;
  padding: 10px 5px;
  overflow: hidden;
}
.manager-setting-routes table tr:nth-child(2n) {
  background: white;
}
.manager-setting-routes table tr:nth-child(2n+1) {
  background: whitesmoke;
  padding: 5px;
}
.manager-setting-routes table tr:hover td {
  background-color: slategrey;
}
.panel-alfanames-tab {
  display: flex;
  margin-bottom: 20px;
}
.panel-alfanames-tab div {
  width: 100%;
  padding-top: 12px;
  height: 50px;
  background-color: white;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #909090;
  text-transform: uppercase;
  border-right: 1px solid #909090;
  cursor: pointer;
}
.panel-alfanames-tab div a:hover {
  color: black;
}
.dynamic-form table td:first-child {
  width: 300px;
}
.dynamic-form table textarea {
  width: 100%;
}
.dynamic-form .has-error {
  border: 2px solid red;
}
.dynamic-form .has-success {
  border: 2px solid green;
}
.dynamic-form input:focus {
  border: 1px solid black;
}
.virtual-modal {
  position: fixed;
  padding: 15px;
  background-color: whitesmoke;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.virtual-modal-active-name {
  position: fixed;
  padding: 15px;
  background-color: whitesmoke;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.virtual-modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand {
  border: 2px solid #e6e6e6;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #454242;
  height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .search-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .search-block .btn-search {
  margin-left: 15px;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .buttons-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .buttons-block .submit {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: #00ae5d;
  border-radius: 5px;
  margin-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .buttons-block .submit:hover {
  background-color: #00783b;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .buttons-block .cancel {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: darkgrey;
  border-radius: 5px;
}
.virtual-modal-wrapper .virtual-modal-add-alpha-name-by-hand .buttons-block .cancel:hover {
  background-color: grey;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-prepaid {
  border: 2px solid #e6e6e6;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 400px;
}
.virtual-modal-wrapper .virtual-modal-prepaid .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #454242;
  height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
}
.virtual-modal-wrapper .virtual-modal-prepaid .set-prepaid-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-prepaid .buttons-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-prepaid .buttons-block .submit {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: #00ae5d;
  border-radius: 5px;
  margin-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-prepaid .buttons-block .submit:hover {
  background-color: #00783b;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-prepaid .buttons-block .cancel {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: darkgrey;
  border-radius: 5px;
}
.virtual-modal-wrapper .virtual-modal-prepaid .buttons-block .cancel:hover {
  background-color: grey;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-statuses {
  border: 2px solid #e6e6e6;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 440px;
  position: relative;
}
.virtual-modal-wrapper .virtual-modal-statuses .virtual-modal-close-button {
  color: white;
  font-weight: 700;
  position: absolute;
  right: 10px;
  font-size: 22px;
  top: 4px;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-statuses .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #454242;
  height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
}
.virtual-modal-wrapper .virtual-modal-statuses .error {
  color: red;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.virtual-modal-wrapper .virtual-modal-statuses .display-off {
  display: none;
}
.virtual-modal-wrapper .virtual-modal-statuses .set-statuses-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-statuses .set-statuses-block button {
  min-width: 42%;
  width: 42%;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.virtual-modal-wrapper .virtual-modal-statuses .btn-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.virtual-modal-wrapper .virtual-modal-statuses .buttons-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-statuses .buttons-block .submit {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: #00ae5d;
  border-radius: 5px;
  margin-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-statuses .buttons-block .submit:hover {
  background-color: #00783b;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-statuses .buttons-block .cancel {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: darkgrey;
  border-radius: 5px;
}
.virtual-modal-wrapper .virtual-modal-statuses .buttons-block .cancel:hover {
  background-color: grey;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-moved-date {
  border: 2px solid #e6e6e6;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 440px;
}
.virtual-modal-wrapper .virtual-modal-moved-date .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #454242;
  height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
}
.virtual-modal-wrapper .virtual-modal-moved-date .moved-date-options {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}
.virtual-modal-wrapper .virtual-modal-moved-date .moved-date-options .moved-date-selector {
  display: flex;
  background-color: #454242;
  color: white;
}
.virtual-modal-wrapper .virtual-modal-moved-date .moved-date-options .moved-date-selector .moved-month-minus {
  width: 25px;
  align-items: center;
  text-align: center;
  border-right: 1px solid white;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-moved-date .moved-date-options .moved-date-selector .moved-chosen-date {
  width: 120px;
  align-items: center;
  text-align: center;
}
.virtual-modal-wrapper .virtual-modal-moved-date .moved-date-options .moved-date-selector .moved-month-plus {
  width: 25px;
  align-items: center;
  text-align: center;
  border-left: 1px solid white;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-moved-date .moved-date-options .moved-date-selector .display-off {
  pointer-events: none;
  opacity: 0.2;
}
.virtual-modal-wrapper .virtual-modal-moved-date .buttons-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-moved-date .buttons-block .submit {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: #00ae5d;
  border-radius: 5px;
  margin-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-moved-date .buttons-block .submit:hover {
  background-color: #00783b;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-moved-date .buttons-block .cancel {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: darkgrey;
  border-radius: 5px;
}
.virtual-modal-wrapper .virtual-modal-moved-date .buttons-block .cancel:hover {
  background-color: grey;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay {
  border: 2px solid #e6e6e6;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 440px;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #454242;
  height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .confirm-pay-body {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .confirm-pay-body input {
  height: 25px;
  width: 100px;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .buttons-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .buttons-block .submit {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: #00ae5d;
  border-radius: 5px;
  margin-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .buttons-block .submit:hover {
  background-color: #00783b;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .buttons-block .cancel {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: darkgrey;
  border-radius: 5px;
}
.virtual-modal-wrapper .virtual-modal-confirm-pay .buttons-block .cancel:hover {
  background-color: grey;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay {
  border: 2px solid #e6e6e6;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 440px;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #454242;
  height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .cancel-pay-body {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .cancel-pay-body input {
  height: 25px;
  width: 100px;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .buttons-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .buttons-block .submit {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: #00ae5d;
  border-radius: 5px;
  margin-right: 15px;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .buttons-block .submit:hover {
  background-color: #00783b;
  cursor: pointer;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .buttons-block .cancel {
  width: 160px;
  color: white;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid black;
  background-color: darkgrey;
  border-radius: 5px;
}
.virtual-modal-wrapper .virtual-modal-cancel-pay .buttons-block .cancel:hover {
  background-color: grey;
  cursor: pointer;
}
/*# sourceMappingURL=panel.css.map */