.b-tasks-manager-item .b-user-img {
.b-tasks-manager-item .b-user-img {
	display: inline-block;
}

/* исправления хедера */
.b-header-menu.b-header-menu__flex {
	display: flex;
    flex-wrap: wrap;
}

.b-header__left.b-header__increased-width {
	width: 93%;
}

/* end */
/* стили кнопок в хедере */
.b-header__input-wrap {
	display: flex;
	gap: 10px;
}

.b-header__search-wrap {
	width: 100%!important;
}

.-w-100p {
	width: 100%;
}

.-mw-39 {
	min-width: 39px;
}

.b-header__btns-wrap {
	display: flex;
	gap: 10px;
	margin-left: 5px;
}

.b-header__btn {
	font-size: 13px!important;
	margin-bottom: 5px;
}

/* конец стилей кнопок в хедере */

/* datepicker белый хотят */
.ui-datepicker-prev::after, .ui-datepicker-next::after {
	filter: invert(1);
}

.ui-datepicker-month,
.ui-datepicker-year,
.ui-datepicker th span,
.ui-datepicker .ui-state-default {
	color: black!important;
}
.ui-datepicker-week-end .ui-state-default,
.ui-datepicker .ui-datepicker-week-end span {
	color: #ff005a!important;
}

.ui-datepicker .ui-datepicker-today a {
    border: 1px solid black!important;
}

.ui-datepicker {
	background-color: white!important;
}

/* конец datepicker */
/* flex на странице кредитов */

.b-tours-credits__wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 15px;
}

.b-tours-credits__wrap__column {
	width: 33%;
}

.small-btn {
	height: 42px!important;
    font-size: 12px!important;
}

/* конец flex */

/* инпуты в попапе оставить заявку */
.request-form__input {
	border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-size: 17px;
    padding: 2px;
    font-weight: 500;
}
/* конец */

/* превью файлов */

#add_task_drop_zone {
	height: 200px;
	border: 1px dashed #ed5d9d;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#add_task_previews {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}
.progress-bar-tasks.progress-bar-tasks__paused {
	background-color: #ffff6f
}
.b-add_task__title {
	color: black;
}

.b-add_task__file-preview {
    border: 1px solid black;
	border-radius: 2px;
    position: relative;
	padding: 10px;
}

.b-add_task__file-file_show {
	padding: 10px;
    border: 1px solid;
    border-radius: 9px;
	text-transform: uppercase;
	color: black;
	display: inline-block;
}

.b-add_task__main_title {
	color: black;
	font-size: 20px;
}

.b-add_task__file-preview__close {
	top: -7px;
    right: -8px;
    position: absolute;
    background-color: #efefef;
    border-radius: 16px;
    padding: 3px;
	cursor: pointer;
}

/* конец превью */
/* кнопка для открытия попапа с пояснениями */
.b-question__btn {
	position: fixed;
    z-index: 99999;
    bottom: 6%;
    right: 5%;
    box-shadow: 2px 3px 4px #0000005c;
}
/* конец */

/* таблица в создании тасков */

.w-100 {
	width: 100px;
}

.w-150 {
	width: 150px;
}

.w-215 {
	width: 215px;
}

.a-center {
	text-align: center;
}

.vertical-bottom {
	vertical-align: bottom;
}

.mb-10 {
	margin-bottom: 10px;
}

.mx-w-85 {
	max-width: 85%;
}

.b-task-manager__user-title {
	color: black
}

.b-tasks-manager-item.finished_task .progress-bar-tasks {
	background-color: #84f584c2;
}

.b-tasks-manager-finished_title {
	color: black;
    padding: 10px;
    font-size: 21px;
    border-top: 1px solid black;
	position: relative;
	cursor: pointer;
}

.b-tasks-manager-finished_title::after {
	content: '';
    position: absolute;
    left: 150px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(45deg);
}

.progress-bar-wrap.b-task-columns__item_has_actions{
	position: relative;
}

.progress-bar-wrap.b-task-columns__item_has_actions::after {
	content: '';
	cursor: pointer;
    position: absolute;
	/* right: -30px; */
	right: -19px;
    top: -6px;
    width: 12px;
    height: 12px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(45deg);
}

.progress-bar-wrap.b-task-columns__item_has_actions.js-act::after {
    transform: rotate(225deg);
}

.b-tasks-manager-finished_title.js-act::after {
    left: 150px;
    top: 15px;
    transform: rotate(225deg);
}

.-max-width-84 {
	max-width: 84%;
}

.b-task_manager__row_title {
	color: black;
    font-size: 18px;
	background-color: transparent;
	padding: 5px;
	border: 1px solid black;
	border-radius: 9px;
}

.b-tab-link.accented{
	color: #717171;
	position: relative;
}

.b-tab-link__unfinished_tasks {
	border-radius: 16px;
    padding: 3px 8px;
    position: absolute;
	top: -39%;
	right: -28px;
}

.a-i-flex-end {
	align-items: flex-end;
}

.basic-font {
	font-size: 1em;
    font-weight: 500;
}

.add-task-label {
	display: flex;
	gap: 10px;
}

.b-task-manager__selectes-wrap {
	text-align: left;
	overflow-wrap: break-word;
}

/* конец */


/* редактирование задачи для пользователя */
.b-task-popup-user .b-form__right {
	text-align: left;
}

.b-task-popup-user .b-form__right.wp-30 {
	width: 30%;
}

.b-task-popup-user .b-form__right.wp-35 {
	width: 35%;
}

.b-task-popup-user__border {
	border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}

.b-task-popup-user__table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.b-task-popup-user__question {
	color: red;
	font-size: 19px;
}

.b-input::placeholder {
	color: #000;
}

.disable-padding {
	padding: 0px!important;
}

/* конец */

/* Правки страницы таск менеджера */
.b-task-manager-filters__wrap {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	align-items: center;
}

.b-tabs-title-wrap {
	border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.b-tasks-manager-item {
	padding: 0px 40px 20px;
}

.ta-r {
	text-align: right!important;
}

.w-80 {
	width: 80px;
}

.g-13 {
	gap: 13px;
}

.di {
	display: initial!important;
}

.b-link-add {
	margin-left: 0px;
}

.b-task-manager__actions-wrap {
	width: 100%;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

/* конец */

/* popover */

.b-tasks-manager__popover__wrapper {
	position: relative;
  }
  .b-tasks-manager__popover__content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 45px;
	transform: translate(0, 10px);
	background-color: #fff;
	padding: 1.5rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	/* width: auto; */
	width: max-content;
  }

  .no-hover-opacity:hover {
	  opacity: 1!important;
  }

  .b-tasks-manager__popover__wrapper:hover   .b-tasks-manager__popover__content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 1);
  }
  .b-tasks-manager__popover__message {
	text-align: left;
  }

/* popover end */
.im-popup-app .im-popup-inside {
	top: 70px;
    position: fixed;
    left: 0px;
    right: 0px;
}

.im-popup-app .b-popup {
	padding: 10px;
	height: 200px;
}

.select-list li:before {
	content: none;
}

.select-list li:before {
	content: none;
}

.-add_margin_bottom-more {
	margin-bottom: 20px;
}

.td-border-bottom {
	border-bottom: 1px solid #d3d3d3!important
}

.request-table-td-big {
	vertical-align: middle;
	border-left: 1px solid #d3d3d3!important
}

#request-table-parts tr td {
	padding: 11px 15px;
}

em{
	font-style: italic;
}
ul li {
	list-style-type: circle;
	list-style-position: inside;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.b-aside-list li {
	list-style-type: none;
}
.-get-sells td, .-get-sells th{
	font-size: 13px;
	padding:10px 5px;
}
.-get-sells tr:hover td {
	background: #717ea0;
	color:white;
}
	.b-nav-counter {
	display: inline-block;
	/* position: absolute; */
	/* right: 10px; */
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background-color: red;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 22px;
	margin-left: 5px
}
.b-tasks-manager-item {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-bottom: 25px;
}

.-crossed-label {
	text-decoration: line-through;
}

.js-edit-popup-user {
	cursor: pointer;
}

#_error-message {
	color: red
}

#edit_popup .b-form__table-wrap {
	max-width: initial;
}

#edit_popup .b-form__left {
	width: 15%;
}

#edit_popup .b-input option, #add_task .b-input option {
    background: white;
}

.vertical-middle {
	vertical-align: middle;
} 
.task-img-container{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.task-img-container-text {
	font-size: 14px;
	color: black;
}

.plus-popup:before {
	background-color: lightgray;
	color: black;
}

.progress-bar-tasks {
	height: 14px;
	width: 35%;
	color: #000;
	background-color: red;
}

.progress-bar-wrap {
	width: 80%;
	margin-left: 5px;
	border: 1px solid #ccc;
}

.mail_linked_act {
	webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.-btn-small-font {
	font-size: 9px;
	line-height: 26px;
	vertical-align: text-top;
	color: white;
	height: inherit;
}


}

.-td-margin {
	margin-left: 10px
}
.no-copy {
	user-select: none;
}
.b-btn__small {
	height: 30px;
    line-height: 33px;
    font-size: 10px;

}
.-white-border {
	border: 1px solid;
}
.-white-border td, .-white-border th {
	border-left: 1px solid white;
}
.-white-border td:first-child, .-white-border th:first-child {
	border-left:none;
}

.-white-border-right {
	border-right: 1px solid white!important;
}

.-overflow-scroll {
	overflow: scroll;
}

.overflow-visible {
	overflow: visible;
}

.popover_daily {
	color: black;
	left: 100%
}

.b-hidden-text-wrap.hidden.daily:after {
	color: black;
	content: '?';
}

.cols-visibility {
	display: inline-block;
	margin-right: 10px
}

.small-width {
	width: 250px;
}

.sort {
	position: relative;
	padding-left: 10px;
	cursor: pointer;
}

.sort:before, .sort:after {
	content: '';
	position: absolute;
	left: -3px;
	border: 3px solid transparent;
}

.s-asc:before {
	top: 3px;
	border-top: 5px solid #000;
}

.s-desc:before {
	top: -1px;
	border-bottom: 5px solid #000;
}

.s-bg:before {
	top: -2px;
	border-bottom: 5px solid #000;
}
.s-bg:after {
	top: 8px;
	border-top: 5px solid #000;
}
.bookkeeping_table {
	overflow: visible;
	table-layout: fixed;
	width:100%;
}
.bookkeeping_table .rt-tr-group {
	max-height: 41px !important;
}
.bookkeeping_table label {
	cursor: pointer;
}
.bookkeeping_table_head.vis {
	position:fixed;
	z-index: 100;
	top:0px;
}
.bookkeeping_table .rejected {
	color: red;
}

.bookkeeping_table .accepted {
	color: green;
}
.bookkeeping_table .simple {
	color: black;
}
.bookkeeping_table .middle {
	color: #ff0000;
}
.no_padding {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.bookkeeping_table th, .bookkeeping_table td {
	padding: 2px 2px!important;
	font-size: 12px!important;
	color:black;
}
.bookkeeping_table th {
	border: 1px solid black;
}
.big-font.bookkeeping_table td {
	font-size: 18px !important;
}
.bookkeeping_table tr:last-child  td {
	font-weight:bold;
}

.bookkeeping_table td input[type=text] {
	width: 100%;
}
.bookkeeping_table td .-hidden-payments input[type=text]{
	width: 74px;
}
.-save-payments {
	display: none;
}

.bookkeeping_table select {
	width: 60px!important;
}

.bookkeeping_table.-highlight .rt-tbody .rt-tr-group:hover .rt-td > span {
	background-color: #c9ced4;
}

.add_padding {
	padding-left: 10px;
}

.upper_th {
	text-align: center;
	border-top: 1px solid #ccc;
}

label.error {
	color: red;
}
.b-header {
	margin-bottom:35px;
	padding:0 7px;
}
.b-input-small {
	width: 75px;
}
.b-input-middle {
	width: 100px;
}
.b-input-big {
	width: 300px;
}
.b-input option {
	background: #263654;
}
.add_font_size {
	font-size: 15px;
}
.b-input-inlineblock {
	display: inline-block;
}
.ui-autocomplete {
	width:auto !important;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.ui-state-active a {
	color:#333 !important;
}
.align-left {
	text-align: left;
}

.dnone {
	display: none;
}
.theader th {
	background: #263654;
	padding-bottom: 10px;
}
.btable .b-input {
	display: inline-block;
}
.custom-combobox-input {
	display: inline-block;
	height: 40px;
	padding: 0 30px 0 20px;
	border: 1px solid #ebebeb !important;
	color: #717171;
	background-color: #fff;
	width:85%;
	border-radius: 0px;
	border-right: 0px !important;
}
.custom-combobox-toggle {
	display: inline-block;
	height: 40px;
	background: #fff;
	border: 1px solid #ececec !important;
}








/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	margin-bottom:15px;
}
.fileinput-button:hover {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}
.progress {
	left:215px;
	top:50px;
	right:100px;
	overflow: hidden;
	height: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.b-img {
	margin: 0px -10px;
}
.b-img__item {
	margin: 10px;
	display: inline-block;
	width:20%;
}
.b-columns__item-cp {
	padding:0 10px;
}
.ui-menu-item .breadcrumb li {
	display: inline-block;
}
.ui-menu-item .breadcrumb {
	margin-bottom:5px;
}
.ui-menu-item::before {
	content: none;
}
.ui-menu .ui-menu-item {
	padding-left:0px;
	border-bottom:1px solid #ccc;
	color:#b5b5b5;
}
.ui-menu .ui-menu-item h4 {
	margin-bottom:10px;
}
.ui-menu-item-wrapper {
	padding:10px 15px;
}
.country-name {
	display: inline-block;
	max-width: 65px;
}
.-bordered {
	border:1px solid black;
}
.payments-info {
	position:relative;
}
.-hidden-payments {
	display: none;
	position: absolute;
}
.-hidden-payments table {
	max-width: 580px;
	table-layout: fixed;
	white-space: normal;
}
.-hidden-payments table td {
	padding: 4px 10px!important;
    font-size: 12px!important;
}
.-hidden-payments span {
	white-space: nowrap;
	display: block;
}
.-hidden-payments.visible {
	display: block;
	background: white;
	border:1px solid black;
	z-index: 10;
	padding:10px;
}
.nowrap {
	white-space: nowrap;
}
.-side-border {
	border-left:2px solid black;
	border-right:2px solid black;
}
.-full-border {
	border:2px solid black;
}
.-right-border {
	border-right:2px solid black;
}

.-left-border {
	border-left:2px solid black;
}

.-light-gray {
	background-color: #ebebeb;
}

.-add_margin_bottom {
	margin-bottom: 10px;
}

.-add_margin_right {
	margin-right: 10px;
}

.-placeholder_color::-webkit-input-placeholder {
	color: #575757;
}
.penalty th {
	text-align: center;
}
.penalty th, .penalty td {
	font-size: 12px;
	padding: 5px;
}
.penalty-profile td {
	color:white;
}
.penalty input {
	width:20px;
}
.bookkeeping-filters {
	color:black;
}
.bookkeeping-filters  select, .bookkeeping-filters input[type=text] {
	width:170px;
	margin-left:15px;
}
.bookkeeping-filters input[type=text] {
	width: 250px;
}
.bookkeeping-filters input[type=text].dates {
	width:170px;
}
.bookkeeping-filters label {
	display: inline-block;
	margin-left:15px;
}
.bookkeeping-filters {
	margin-bottom:7px;
}
#add_payment .b-input option, #add_payment_agency .b-input option, .b-white-select option {
	background: white;
}
.b-white-select {
	background: white;
}
.blue-back {
	background: #7bacfd;
}
.gray-back {
	background: #ebebeb;
}
.green-back {
	background: #8af18a;
}
.bookkeeping_table tr:hover td {
	background: #c9ced4;
}

.selected-tr-tbl tr.-selected td {
	background: #e1e5e9;
	/* border-bottom:1px black solid; */
	/* border-top:1px black solid; */
}
.b-filter-stat:after, .b-filter-stat:before {
	background-color: #263654;
}
.bookkeeping_table .decline_bg td.rejected_bg, .rejected_bg {
	background: #ea7070 !important;
	/* background: #ea7070; */
}
.bookkeeping_table .decline_bg td.decline_rejected_bg, .decline_rejected_bg {
	background: orange !important;
}
.accepted_bg, .bookkeeping_table.ReactTable .rt-tbody .rt-td > span.accepted_bg {
	background: #bdf9d5 !important;
}
.bet_close_bg > td, .bookkeeping_table.ReactTable .rt-tbody .bet_close_bg .rt-td, .ReactTable .rt-tbody .bet_close_bg .rt-td .-light-gray, .bookkeeping_table.ReactTable .rt-tbody .bet_close_bg .rt-td > span {
	background-color: #a5ffff !important;
}
.-need-check {
	background:pink;
}
.-not-check {
	background: red;
}
.-ready-check {
	background: #5ae65a;
}
.-in-check {
	background: #ffff7c;
}
.b-checkbox {
	/* width:20px; */
}
.-day-check a{
	background: #7cffe4 !important;
}
.bookkeeping_table .thick-right-border {
	border-right: 5px solid black;
}
.bookkeeping_table .thin-right-border {
	border-right: 3px solid black;
}
.bookkeeping_table .thick-right-border + th {
	border-left:none;
}
.bookkeeping_table .decline_bg td, .decline_bg .rt-td {
	background: #ebebeb !important;
}
.b-input__readonly {
	border:white;
}
.b-input__readonly:hover {
	box-shadow:none;
}
.legends {
	display: table;
	table-layout: fixed;
	width: 100%;
}

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

.legends .group .item-wrap {
	margin: 10px;
	font-size: 15px;
}

.legends .group .item-wrap .item {
	color: #fff;
	text-decoration: none;
}
.legends .group .item-wrap .item.act {
	font-weight: bold;
}
.legends .group .item-wrap .item:not(.act) .chart-legend {
	background-color: #ccc !important;
}
.legends .group .item-wrap .chart-legend {
	display: inline-block;
    padding: 5px;
    width: 15px;
    border: 2px solid;
    position: relative;
    top: 2px;
    margin-right: 6px;
    height: 15px;
}
.item_office {
	font-weight: bold;
    font-size: 18px;
}
.nowrap {
	white-space: nowrap;
}
.fix-sallary-bg {
	background: #cbca95;
}
.ch-green::after {
	content: '';
	width:11px;
	height:11px;
	background-color: #8be78b;
	display: inline-block;
}
.ch-green:checked::after {
	background-color: green;
}
.ch-orange::after {
	content: '';
	width:11px;
	height:11px;
	background-color: #edc375;
	display: inline-block;
}
.ch-orange:checked::after {
	background-color: orange;
}
.b-popup_report {
	border: 2px solid grey;
	max-height: inherit!important;
}

.-input-file-correspondence {
	opacity: 0;
	z-index: 9999999999;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%
}

.-margin-auto {
	margin: 0 auto;
}

.-file_wrap {
	position: relative;
	cursor: pointer;
}

.bookeper_string-show {
	border: 2px #ec5d9c solid;
    border-radius: 50%;
    padding: 3px;
    width: 30px;
    display: inline-block;
    text-align: center;
	margin-left:10px;
}
.b-content-dbl-aside__content .-last-rest {
	min-height:350px;
	margin:0;
}
#__lead_popup .b-popup_report {
	background: #263654;
	padding:0 30%;
	width:100%;
	max-height: 100%;
    height: 100%;
}

.btable ._edt{
	border: 0px!important;
}

.-i-class {
	color:red;
	border:1px solid red;
	border-radius: 50%;
	padding:0 4px;
	font-weight: bold;
	margin-left:7px;
	font-size:9px;
}
.profile-encouragement-image {
	max-width:100%;
	margin:0 auto;
}
.bookkeeping_table .sallary-colspan {
	text-align: center;
	font-weight: bold;
	font-size: 18px !important;
	text-transform: uppercase;
}
.-changed {
	border: 1px solid red !important;
}
.-today {
	background-color:rgba(118, 238, 88, 0.48);
}
.bookkeeping_table td {
    word-wrap: break-word;

}

.-max-height-td {
	max-height: 38px;
    display: block;
    overflow: ellipsis;
}
.-max-height-td:hover {
	max-height:100%;
	position:absolute;
	background: white;
	z-index: 100;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 0.5;
}
.ui-datepicker tr:not(:first-child) .ui-datepicker-unselectable {
	display: table-cell;
}
.ui-datepicker .ui-datepicker-today a {
	border: 1px solid white;
}
/* .ui-datepicker-unselectable {
	display:inline-block !important;
	padding: 0 .3125rem;
} */
#__sallary_data .im-popup-inside {
    width: 90%;
    height: 80vh;
}
#__sallary_data .b-popup_report {
    width: 100%;
    height: 80vh;
    max-height: 80vh;
}

@media print { /* Стиль для печати */
	#__sallary_data .im-popup-inside {
	    width: 100%;
	    height: 100%;
		overflow:visible;
	}

	#__sallary_data .b-popup_report {
	    width: 100%;
	    height: 100%;
		overflow:visible;
	}

	.blur-wrap {
		display: none;
	}

	.b-popup_report {
		border:none;
	}

	#__sallary_data {
		position:static;
		top:0;
		visibility: visible;
	}
	.no-print {
		display: none;
	}
 }

#__form .b-popup_report {
	max-height: 90vh;
}
.cassa-book-client {
	color:black;
	font-weight: bolder;
}
.--datetimes {
	text-align: left;
}
.--datetimes input {
	width: 60px;
	display: inline-block;
}
.--datetimes input:first-child {
	width:90px;
}
._sallary_fixed {
	text-decoration: underline;
}

.-cashbox-sum-tds {
	display: none;
	position:fixed;
	background: white;
	border:1px solid grey;
	top: 75px;
	right:70px;
	min-width:350px;
	height:40px;
	padding:7px 10px;
	font-size: 18px;
}
.-cashbox-sum-tds span {
	font-weight: bold;
	font-size: 26px;
}

td.-sums-td, .selected-tr-tbl tr.-selected td.-sums-td {
	background: #bdbdbd ;
}
#lead_status .im-popup-inside {
    max-height:95vh;
	height:auto;
}
#lead_status .b-popup_report {
	max-height: 95vh;
}
.js-search-wrap, .js-search-wrap.js-act {
	max-width:100%;
	border:1px solid grey;
	margin-bottom:4px;
}
.b-header__icon-input {
	left:7px;
}
.b-header__search-wrap {
	padding-left: 33px;
}
.b-input-search {
	/* height:29px; */
	height: 100%;
}
.b-btn__act {
	height: 47px;
    line-height: 47px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    color: #fe5084;
    padding: 0 20px;
    padding: 0 1.25rem;
    text-transform: uppercase;
    background-color: #fff;
    background-image: linear-gradient(to bottom,#fff,#ccc);
    border-radius: 22px;
    box-shadow: 0 5px 20px 0 rgba(254,79,132,.2);
    border: 0;
}
.b-btn__act:hover {
	color: #fff;
}
.penalty-colors {width:250px;display: inline-block;margin-left:50px;margin-top:-60px;}
.penalty-colors td {line-height:6px !important;}
#penalty_form {display: inline-block;}
.penalty-rules {display: inline-block;width:800px;margin-left:10px;}
.penalty-rules li {margin-bottom:3px;}

.ReactTable .rt-thead.-filters, .ReactTable .rt-thead.-headerGroups, .p-text .ReactTable .rt-tbody .rt-tr-group {
	border-bottom: 1px solid rgba(0, 0, 0, 0.35) !important;
}
.rt-tr:hover .tr-td {
	/* background: grey; */
}
.b-aside-table__aside, .b-aside-table__content {
	padding-top:20px;
}
.b-breadcrumbs {
	padding-left: 45px;
	margin-bottom:10px;
}
.b-breadcrumbs__item {
	color:#717171;
	/*margin-right:7px;*/
	margin-right:16px;
	position: relative;
}
.b-breadcrumbs__item:after {
	content: '';
	position: absolute;
	width: 8px;
	right: -11px;
	bottom: 50%;
	margin-bottom: -1px;
	height: 1px;
	background-color: #717171;
}
.b-breadcrumbs__item:last-child:after {
	content: none;
}
.raiting-leader {
	margin-left:7px;
	border: 2px #f54f84 solid;
	background: #f54f84;
	margin-bottom:7px;
}
.raiting-leader img {
	max-width: 120px;
	height:auto;
	margin:0 auto;
	padding-top:7px;
}
.raiting-leader span {
	display: block;
    height: 30px;
    font-size: 19px;
    color: white;
	text-align: center;
	padding-top:7px;
	font-weight: bold;
}
.b-content-table__content {
	width:535px;
}
.b-content-table__aside--leader {
	display: table-cell;
	width:150px;
}
.b-manager__left {
	width:170px;
}
.b-statistic__item {
	padding-right:16px;
}
.b-content-table__aside {
	width:auto;
}
.bookkeeping_table .rt-th > div {
	width:100%;
	height:100%;
}
.bookkeeping_table .rt-th > div > span{
	width:100%;
	height:100%;
	display: inline-block;
	padding: 1px;
}
.bookkeeping_table.ReactTable .rt-thead .rt-th {
	border: 1px solid black;
}
.bookkeeping_table.ReactTable .rt-thead .rt-th, .bookkeeping_table.ReactTable .rt-tbody .rt-td {
	padding: 0 !important;
	color:black;
}
.bookkeeping_table.ReactTable .rt-tbody .rt-td {
	height:41px;
}
.inl-bl {
	display: inline-block;
}
.c-pt {
	cursor: pointer;
}
.bookkeeping_table.ReactTable .rt-tbody .rt-td > span {
	display: block;
	width:100%;
	height:100%;
	padding-left:2px;
	/* text-align: center; */
	padding-top:5px;

}

.bookkeeping_table.ReactTable .rt-tbody .-selected .rt-td > span {

	background: lightgray;
}

.bookkeeping-filsters-wrap {
	padding-top:15px;
}

.b-correct-payments textarea {
	width: 100%;
}
.b-loader {
	margin:0 auto;
	display: block;
}
.bl {
	display: block;
}
.-hidden-buttons {
    display: none;
}
.hide-button {
    position: relative;
}
.hide-button:hover .-hidden-buttons {
    display: block;
    position:absolute;
    background: white;
	left: 3px;
width: 116px;
top: 6px;
    border:1px grey solid;
}
.-hide-ended {
	color:black;
}
.-itog-td {
	boder:1px solid black;
	color:black;
}

.move-cross {
	display: inline-block;
	margin-right:10px;
	cursor:pointer;
}
.cashbox-tbl {
	margin-bottom:20px !important;
}
.cashbox-tbl td, .cashbox-tbl th {
	padding: 8px 10px;
}
.cashbox-tbl td .-js-confirm-payment img{
	width:18px;
	height:auto;
}
.cross-handle {
	display: inline-block;
	margin-right:8px;
}
.form-cashbox-list {display: inline-block;}

.-transfer-payment-date {
	text-align: left;
	color:black;
	margin-bottom:5px;
	display: block;
	cursor:pointer;
}
.-transfer-payment-date input {
	margin-right:7px;
}
.-not-select {
	color:grey;
}
.-not-select option {
	color: black;
}
.b-control-img {
	display: inline-block;
	width:24px;
	height:24px;
}
.b-control-img__deadline {
	background: url(../img/control-deadline.png);
}
.b-control-img__otkaz {
	background: url(../img/control-otkaz.png);
}
.b-control-img__debt {
	background: url(../img/control-debt.png);
}

.b-table-stat {
	table-layout: fixed;
}
.cashbox-tbl-fixed {
	position:fixed !important;
	visibility:hidden;
	top:0px;
	height:0;
}
.cashbox-tbl-fixed.stycky-header {
	visibility: visible;
	height:auto;
}
/*.b-header-menu__link-wrap>.b-header-menu__link {
	padding-right:20px;
}*/

/*.b-header-menu__link-wrap.js-link-dropdown>.b-header-menu__link:after {
	right:7px;
}*/

.-sums-selected {
	background: #ddd !important;
}
.b-incomeexpense-table {
    table-layout: fixed;
    width:100%;
}
.b-incomeexpense-table td {
	padding: inherit;
	padding: 4px 17px;
	vertical-align: middle;
	line-height: 11px;
}

.b-incomeexpense-table th {
	padding: 4px 17px;
}

.-month-td {
    width: 125px;
}

/* изменения порядка дейтпикета и таймпикера в попапах */
.b-popup_report .react-datepicker {
	display: flex;
	flex-direction: column-reverse;
}
.b-popup_report .react-datepicker .react-datepicker__navigation {
	top:45px;
}

.leaves-managers li {
	list-style:none;
	color:white;
}

.sticky {
	z-index: 99999;
	position: fixed;
}
.cp-progress {
	height: 20px;
	border:1px solid white;
	margin-top:10px;
}

body .b-header__left,
body .b-header__right {
	min-height: 56px;
	height: auto;
}

.cashbox-green{
	background-color: #a5c94b;
}
.cashbox-yellow{
	background-color: #ffdb4a;
}
.cashbox-red{
	background-color: #f19a95;
}

/*cashbox flying*/
.b-title-wrap_aside {
	position: relative;
	padding-left: 40px;

}
.b-title-wrap_aside .sticky-aside {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
.table-numbers td {
	padding: 14px 6px;
	text-align: center;
	background-color: #fafafd;
}
.table-numbers th {
	height: 144px;
	background-color: transparent;
}
.table-numbers td {
	height: 26px;
	padding: 2px;
	border-bottom: 1px solid #d3d3f3 !important;
	boredr-left: 1px solid #d3d3f3 !important;
}
.table-numbers {
	border-right: 0 !important;
}
.sticky-aside table {
	border: 0 !important;
}
.flying-table tr:nth-child(2) td,
.flying-table tr:nth-child(3) td {
	height: 46px;
}
.b-progress-wrap__img {
	max-width: 35px;
	height:auto;
}
.b-manager__img {
	max-width: 150px;
	height: auto;
}
.b-header__right .b-user-img {
	max-width: 50px;
	height: auto;
}
.b-header__btns-wrap {
	width: 620px;
}
.b-power-btn_off {
	position: relative;
	z-index: 999;
}
.b-power-btn_off + .pause-layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 998;
}
.b-power-btn.b-power-btn_off {
	background-image: url('../img/red_btn.png');
	background-position: center;
	background-repeat: no-repeat;
}
