* {
	box-sizing: border-box;
}
body {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
html,
body {
	width: 100%;
	height: 100%;
	line-height: 120%;
}
.site_content {
	height: 100%;
	position: relative;
	display: flex;
	overflow-y: hidden;
}
.site_content.to_top {
	display: block;
}
#headerTxt {
	margin-top: 20px;
}
@media (max-width: 1024px) {
	html,
	body {
		height: auto;
	}
	.site_content {
		height: auto;
	}
}
.logo {
	width: 100px;
}
.inmenu_logo img {
	width: 100px;
}
.ui.container.main_content {
	width: 100%;
	margin-left: 20px !important;
	overflow-x: scroll;
}
.ui.menu .item>i.dropdown.icon {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px !important;
}
.ui.selection.dropdown .menu > .item { 
	padding: 0.3rem !important;
}
.ui.labeled.icon.menu .item span {
	font-size: 0.9rem;
}
.ui.labeled.icon.menu .item>.icon:not(.dropdown) {
	margin: 0 auto .3rem !important;
}
.ui.labeled.icon.menu .item {
	padding: .7em 1em;
}
.ui.menu .ui.dropdown .menu > .item {
	padding: 0px !important;
}
.ui.menu .ui.dropdown .menu > .item>label {
	display: flex;
	width: 100%;
	height: 100%;
}
.ui.menu .ui.dropdown .menu > .item>label>a {
	padding: .78571429em 1.14285714em !important;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.site_content.to_top .top_menu {
	width: 100%;
	height: 80px;
	z-index: 700;
	background-color: #fff;
	position: relative;
}
.site_content.to_top .top_menu .ui.vertical.menu {
	display: none;
}
.site_content.to_top .top_menu:hover .ui.vertical.menu {
	display: block;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	max-width: 300px;
	box-shadow: -1px 10px 10px rgba(0, 0, 0, 0.7);
	margin-left: 5%;
	top: 75px;
	margin-top: 0px;
}
.site_content.to_top .main_content {
	width: 98%;
	z-index: 600;
	height: 100%;
	overflow-y: scroll;
	margin-top: -100px;
	padding-top: 100px;
}
.site_content.to_top .top_menu #logout {
	position: absolute;
	top: 10px;
	right: 0px;
}
#hidemenu {
	width: 20px;
	height: 20px;
	background-image: url(img/Pin.png);
	background-size: cover;
	z-index: 999;
	margin: 0px 15px 0px auto;
	cursor: pointer;
}
.site_content.to_top .top_menu #hidemenu {
	margin-top: -30px;
	margin-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_processing {
	top: 50px;
}
#content_table_length {
	position: relative;
	float: left;
	margin-top: 8px;
}
#content_table_length .ui.selection.dropdown {
	min-height: auto;
	padding-right: 18px;
}
#content_table_length .ui.selection.dropdown > .dropdown.icon {
	padding: 0.1em;
}
div.dataTables_wrapper div.dataTables_info {
	float: left;
	position: sticky;
	bottom: 0px;
	background-color: #fff;
	padding: 10px;
	margin-left: 0px;
}
#content_table_paginate {
	position: sticky;
	bottom: 0px;
}
div.dt-buttons {
	position: sticky;
	top: 0px;
	z-index: 9;
	background-color: #fff;
	padding-bottom: 2px;
	padding-top: 5px;
	width: 100%;
}
#content_table_wrapper {}
#content_table_filter {
	float: right;
	margin-bottom: 15px;
}
#buttons_area {
	padding: 10px 20px 10px 0px;
	margin: 15px 0px 15px 0px;
	position: sticky;
	top: 0px;
	z-index: 9;
	background: #fff;
}
#buttons_area .button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;

}
#buttons_area .button:hover{
    border: 1px solid #666;
    background-color: #e0e0e0;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
#table_area {
	margin-bottom: 100px;
	padding-right: 20px;
}
.ishidden {
	display: none !important;
}
.header.actions span {
	float: left;
}
.content form button.ui.button {
	float: right;
	margin: 20px 0px 20px 0px;
}
.ui.form {
	margin-bottom: 20px;
}
#html_content {}
#filters_area {
	position: relative;
	margin-bottom: 10px;
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
}

#filters_area:after {
	content: "";
	display: table;
	clear: both;
}
#filters_area .ui.divider {
	width: 100%;
}
.filterdiv {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
.filter_pseudobutton {}
.filter_div {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: .92857143em;
	margin-bottom: 10px;
}
.filter_div.date_filter>label {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	position: relative;
	display: inline-block;
	padding-top: 0.9em;
	padding-bottom: .8em;
	font-size: 1em;
	margin-right: 0px;
	padding-right: 1.1em;
}
.filter_div.date_filter>.ui.form {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
}
.filter_div.date_filter>.ui.form .fields {
	margin-bottom: 0px;
}
.filter_div.date_filter .ui.input>input {
	padding: .55em 1em .6em 1em;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.filter_div.date_filter .field:first-of-type .ui.input>input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.filter_div.inactive {
	opacity: 0.5;
}
.filter_div.inactive .filter_input {
	pointer-events: none;
}
.filter_div .ui.form .two.fields>.field {
	width: 130px;
	padding-left: 0px;
	padding-right: 0px;
}

.filter_div.filter_type_13 {
	display: flex;
	align-items: center;
}
.filter_div.filter_type_13>i {
	margin-left: -20px;
	cursor: pointer;
}
.filter_div.filter_type_13>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 80vh;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 10;
	display: none;
}
.filter_div.filter_type_13:hover>ul {
	display: block;
}
.filter_div.filter_type_13 ul span {
	cursor: pointer;
}
.filter_div.filter_type_13 ul span:hover {
	color: #c2a199;
}
.filter_div.filter_type_13 ul span.selected {
	color: #c2a199;
}
.simple-tree li ul {
	padding-left: 20px;
}

select.filter_input {
	position: relative;
	border: 1px solid rgba(34, 36, 38, .15);
	border-top-right-radius: .28571429rem;
	border-bottom-right-radius: .28571429rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}
i.icon.onselect_icon {
	pointer-events: none;
	position: absolute;
	top: 8px;
	right: 2px;
}
.ui.table:not(.mb_table) td {
	padding: .3em .5em;
}
.ui.celled.table tr th {
	padding: 1px 3px 1px 4px;
}
.erase_filters {
	border-bottom: 1px dotted #333;
	width: 130px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
table.dataTable td.select-checkbox::before {
	content: ' ';
	margin-top: -10px;
	margin-left: 10px;
	border: 1px solid black;
	border-radius: 3px;
	top: 50%;
}
.item:hover .menu {
	display: block;
}
.item label {
	cursor: pointer;
}
.item label a {
	color: inherit;
}
table.dataTable td.select-checkbox {
	font-size: 0.7em;
}
table.dataTable td.select-checkbox {
    position: relative;
    width: 30px;
    min-width: 30px;
}
table.dataTable tr.selected td.select-checkbox::after {
	top: 50%;
	font-size: 20px;
	text-shadow: none;
}
table.dataTable td.select-checkbox::before,
table.dataTable td.select-checkbox::after {
	right: 5px;
	left: auto;
	width: 20px;
	height: 20px;
}
table.dataTable.table thead th.sorting::after,
table.dataTable.table thead th.sorting_asc::after,
table.dataTable.table thead th.sorting_desc::after,
table.dataTable.table thead td.sorting::after,
table.dataTable.table thead td.sorting_asc::after,
table.dataTable.table thead td.sorting_desc::after {
	top: 0px;
}
.bordered {
	margin: 20px 0px 20px 0px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table.bordered {
	border-collapse: collapse;
}
table.bordered tr th,
table.bordered tr td {
	padding: 5px;
	border: 1px solid #ccc;
}
.nomargin {
	margin: 0px !important;
}
.ui.input input[type="text"] {}
tfoot .emptytd {
	display: none;
}
.ui.modal {
	min-width: 800px;
	max-height: 95%;
}
@media (max-width: 850px) {
	.ui.modal {
		min-width: 200px;
	}
}
.ui.fullscreen.modal {
	height: 95%;
}
.ui.modal .scrolling.content {
	max-height: 82vh;
	position: relative;
	min-height: 90%;
}
.modals.dimmer .ui.scrolling.modal {
	margin: 20px auto !important;
}
.ui.modal p {
	margin: 0px;
	line-height: 120%;
}
.bordered_form {
	width: 95%;
	border: 1px solid #ccc;
	position: relative;
	margin: 20px auto 0px 5px;
	padding: 5px;
}
.bordered_form .bordered_form_label {
	position: absolute;
	padding: 5px;
	background-color: #fff;
	top: -18px;
	left: 10px;
}
.bordered_form_blocks {}
.emptytd {
	display: none;
}
.add_variant,
.green_bg:not(.fieldtype_button) {
	cursor: pointer;
	background-color: rgba(0, 128, 0, 0.1);
}
.green_bg.fieldtype_button div {
	cursor: pointer;
	background-color: rgba(0, 128, 0, 0.1);
}
.delete_item,
.red_bg {
	background: rgba(255, 0, 0, 0.1);
}
.orange_bg {
	background-color: rgba(255, 165, 0, 0.1);
}
.erase_filters {
	border-bottom: 1px dotted #333;
	width: 130px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 5px 0px 5px;
}
.abs_td {
	vertical-align: top;
	width: 60px;
}
.bordered_form_block {
	width: 95%;
}
.bordered_form_block tr {
	border-bottom: 1px solid #ccc;
}
.bordered_form_block tr td {
	vertical-align: top;
	padding: 0 2px 2px 0px;
}
.logo {
	max-width: 200px;
	width: 90%;
	margin: 10px 10px 10px 5%;
}
.ui.form .field {
	margin: 0 0 5px;
	position: relative;
}
.ui.form .fields {
	margin: 0 -.5em 5px;
	width: 100%;
}
.ui.form select,
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"] {
	padding: .1em .2em;
}
.ui.form .field[datatype="button"] label,
.ui.form .field[datatype="button"] p.field_comment {
	opacity: 0;
}
.ui.selection.dropdown {
	padding: .15em .2em;	
}
.ui.form .field > .selection.dropdown > .dropdown.icon {
	padding: .1em .2em;
}
.ui.form .field > .selection.dropdown {
	min-height: initial;
}

.ui.form .field > .ui.search.selection.dropdown   input.search {
	padding: inherit;
}
.ui.form .field[datatype="button"] div, .action_span {
	border-bottom: 1px dotted #333;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 1px;
	min-width: 120px;
	text-align: center;
}
.ui.form .field.pseudo_ok input,
.ui.form .field.pseudo_ok select {
	width: 85%;
	position: relative;
}
.ui.form .field.pseudo_ok:after,
.ui.form .field.pseudo_ok:after {
	position: absolute;
	right: 5px;
	width: 15%;
	cursor: pointer;
	content: "Ok";
	background-color: rgba(100, 100, 100, 0.1);
	padding: 2px 3px 2px 3px;
	border-radius: 3px;
}
.ui.form .field.fieldtype_autocomplete.new_item label:after {
	content: "новый";
	position: absolute;
	top: 0px;
	right: -10px;
	color: red;
}
.ui.form select.currency_select,
.ui.form select.paytype_select {
	max-width: 75px;
}
.ui.form select:disabled {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	border: 0px;
}
.ui.form .disabled.field,
.ui.form .disabled.fields .field,
.ui.form .field :disabled {
	opacity: .75;
}
.ui.form .field.disabled>label,
.ui.form .fields.disabled>label {
	opacity: .75;
}
.ui.popup.active {
	display: block;
	left: 0px;
	top: 38px;
}
.ui.calendar .ui.popup {
	max-width: 300px;
}
.ui.form textarea:not([rows]) {
	height: 8em;
}
.ui.segment.popup_loader {
	border: 0px;
	box-shadow: none;
	display: none;
}
.ui.segment#bottom_loader {
	width: 20%;
	margin: 0px auto 0px auto;
	top: 20%;
	position: absolute;
	left: 40%;
	background-color: rgba(200, 200, 200, 0.1);
	min-width: 100px;
	height: 100px;
	display: none;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	z-index: 99999;
	background-color: rgba(255, 255, 255, 1);
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0px 0px 3px 0px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#filters_area .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	position: absolute !important;
	top: 5px !important;
}
select.error,
input.error {
	background: #fff6f6 !important;
	border-color: #e0b4b4 !important;
	color: #9f3a38 !important;
	box-shadow: none !important;
}
.readonly {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.width75 {
	width: 75% !important;
}
.width50 {
	width: 50% !important;
}
.width40 {
	width: 40% !important;
}
.width30 {
	width: 30% !important;
}
.width25 {
	width: 25% !important;
}
.width15 {
	width: 15% !important;
}
.passenger_birth {
	padding: 5px 10px;
}
.fixed_popup_window {
	position: relative;
	z-index: 999;
	background-color: rgba(200, 200, 200, 1);
	border: 2px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
	resize: both;
	overflow: auto;
	height: 150px;
	Max-width: 100%;
	Min-width: 100px;
	Min-height: 100px;
}
.fixed_fixed_popup_window {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: #ccc;
	width: 50%;
	direction: rtl;
	min-width: 170px;
}
.fixed_pin {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(img/Pin.png);
	background-size: cover;
	z-index: 999;
	background-color: #ccc;
}
.fixed_popup_inner_items {
	position: relative;
	display: flex;
	flex-wrap: wrap-reverse;
	padding-top: 15px;
}
.fixed_popup_item {
	position: relative;
	min-width: 70%;
	float: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px;
}
.fixed_popup_item.client_info {
	min-width: 200px;
}
.fixed_popup_item:only-child {
	width: 100%;
}
@media (max-width: 500px) {
	.fixed_popup_item:only-child {
		width: 100% !important;
	}
}
.fieldtype_file img {
	width: 40px;
	height: auto;
}
#auth_overflow {
	width: 100%;
	height: 100%;
	z-index: 998;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(100, 100, 100, 1);
	display: none;
	text-align: center;
}
#auth_form {	
	max-width: 630px;
	position: relative;
	top: 40%;
	margin-top: -120px;
	background-color: #fff;
	padding: 25px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#auth_form .ui.input {
	margin-bottom: 10px;
}
#loginsubmit {
	margin-top: 30px;
}

#snap {
margin-top: 10px;
	
}
#video {
	margin-bottom: -10px;
}
#loginerror {
	float: left; 
	color: red;
	font-size: 11px;
	display: none;
	margin-bottom: -20px;
}
#allow_camera {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#allow_camera span {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0px;
}
#allow_camera.ui.placeholder .square.image {
	padding-top: 100px;
}
#canvas {
    display: none;
}
#auth_form .column {
	height: 100%;
}
#loginerror {
	float: left;
	color: red;
	font-size: 11px;
	display: none;
}
#forgotpass_msg {
	float: left;
	color: red;
	font-size: 11px;
	margin-top: 10px;
}
#forgot_password {
	margin-top: 20px;
	cursor: pointer;
}
#bottomTxt {
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	padding: 20px;
	right: 0px;
}
#content_table_processing {
	background-color: #e8e8e8;
}
.report_table table {
	padding: 0px;
	border-collapse: collapse;
}
.report_table table tr td {
	padding: 2px 5px 2px 5px;
	border: 1px solid #ccc;
}
.rowclass_green {
	background-color: rgba(130, 249, 146, 0.3);
}
.rowclass_orange {
	background-color: rgba(251, 191, 69, 0.3);
}
.rowclass_red {
	background-color: rgba(251, 96, 69, 0.3);
}
.rowclass_brown {
	background-color: rgba(109, 106, 28, 0.5);
}
.rowclass_grey {
	color: #999;
	background-color: rgba(200, 200, 200, 0.2)
}
.rowclass_archive {
	color: rgb(200, 200, 200);
	background-color: rgba(220, 220, 220, 0.1)
}
.rowclass_darkred {
	background-color: rgba(246, 160, 160, 0.8);
}
.ui.celled.table tbody>tr td.more_padding {
	padding-left: 5px;
	padding-right: 5px;
}
table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
	background-color: rgba(242, 246, 160, 0.8);
}
table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
	color: #000;
}
table.dataTable.table thead th.sorting,
table.dataTable.table thead th.sorting_asc,
table.dataTable.table thead th.sorting_desc,
table.dataTable.table thead td.sorting,
table.dataTable.table thead td.sorting_asc,
table.dataTable.table thead td.sorting_desc {
	padding-right: 21px;
}
table.dataTable.table thead {
	position: sticky;
	top: 50px;
	box-shadow: 5px 5px 5px rgba(200,200,200,0.5);
	z-index: 1;
}

table.dataTable.table {
	margin: 0px 0px 20px 0px;
}
.ui.pagination.menu {
	margin-left: 20px;
	display: flex;
}
.ui.form .field.marginleft {
	margin-left: 20px;
}
.ui.form .field.marginleft2 {
	margin-left: 40px;
}
.ui.form .field.marginleft3 {
	margin-left: 60px;
}
.ui.form .field.marginleft4 {
	margin-left: 80px;
}
td.select-checkbox>.ui.icon.menu {
	position: absolute;
	left: 2px;
	bottom: 2px;
	left: 0px;
	bottom: 0px;
}
td.select-checkbox.microbuttons_container {
	padding-bottom: 45px;
}
.microbutton {
	padding: .2em .5em !important;
	font-size: 1.3em;
}
.microbutton.textmicrobutton {
	padding: 0;
	font-size: 1em;
}
table.dataTable td.select-checkbox.microbuttons_container:before,
table.dataTable td.select-checkbox.microbuttons_container:after {
	margin-top: -28px !important;
}
.height60 textarea {
	height: 60px !important;
	min-height: 0px !important;
}
.height100 textarea {
	height: 100px !important;
	min-height: 0px !important;
}
.height300 textarea {
	height: 300px !important;
	min-height: 0px !important;
}
.height500 textarea {
	height: 500px !important;
	min-height: 0px !important;
}
.footer {
	display: none;
}
.ui.popup {
	padding: 0.2em 0.5em;
	font-size: .9em;
}
.your_login {
	font-size: 0px;
	border: 0px;
}
table tr td.intable_img_container {
	padding: 0px;
}
.intable_img {
	width: auto;
	height: auto;
	max-width: 50px;
	transition: max-width 0.3s;
}
.intable_img:hover {
	max-width: 100px;
	transition: max-width 0.3s;
}
.scrolling.content .bottom_form_actions {
	width: 100%;
	float: right;
	position: sticky;
	bottom: -1.5rem;
	background-color: #fff;
	z-index: 999;
}
.scrolling.content .ui.buttons {}

button.dt-button, div.dt-button, a.dt-button {
	line-height: 1.0em;
	opacity: 0.7;
}
.dt-button i {
	font-size: 0.8em;
	font-style: normal;
}
.repeater_area {
	width: 100%;
	position: relative;
}
.repeater_area .repeater_item {
	width: calc(100% - 20px);
	position: relative;
	display: flex;
}

.repeater_area .repeater_item .repeater_item_remove {
	position: absolute;
	right: -20px;
	top: 0px;
	cursor: pointer;
}
.repeater_area .repeater_item.readonly .repeater_item_remove {
	display: none;
}
.repeater_area .repeater_item:first-of-type>.repeater_item_remove{
	display: none;
}
.repeater_area .repeater_item:not(:first-of-type) .field_title {
	display: none;
}
.repeater_area .repeater_item_add {
	position: relative;
	margin-left: auto;
	color: green;
	cursor: pointer;
}

.repeater_area.readonly .repeater_item_add{
	display: none;
}
.ui.basic.button.field_popup_comment {
	padding: 0;
	border: none;
}
input.attention {
	border-color: orange !important;
}


.chat_messages {
	max-height: 50vh;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	padding: 0 20px 20px 0px;
}
.chat_messages .chat_message {
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	margin-top: 10px;
}

.chat_messages .chat_message.sent_by_user_false {
	margin-left: auto;
	max-width: 50%;
}

.chat_messages .chat_message.sent_by_user_true {
	max-width: 75%;
	
}
.chat_messages .chat_message .chat_message_body {
	padding: 10px;
	border-radius: 15px;
}
.chat_messages .chat_message.sent_by_user_true .chat_message_body {
	margin-right: auto;
	background-color: rgba(200,200,200,0.2);
}
.chat_messages .chat_message.sent_by_user_false .chat_message_body {
	margin-left: auto;
	background-color: rgba(255, 149, 36, 0.2);
}
.chat_messages .chat_message .chat_message_info {
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
}

.chat_messages .chat_message.sent_by_user_false .chat_message_info {
	justify-content: flex-end;
}
.chat_messages .chat_message .chat_message_info span {
	font-size:12px;
}
.chat_messages .chat_message.sent_by_user_true .chat_message_info span.msg_uname {
	display: none;	
}
.chat_messages .chat_message .chat_message_info span.msg_uname {
	color: #ff9524;	
}
.chat_messages .chat_message .chat_message_info span.msg_date {
	margin-left: 10px;
	color: #999;	
}
.mess_send {
	margin-top: 20px;
}
.mess_send textarea {
}
.mess_send #chat_answer_send {
	margin-top: 10px;
	margin-left: auto;
	display: block;
	width: 140px;
}
.rowclass_unread  {
	background-color: rgba(255, 77, 36, 0.1);
}

.formatted_block {
	margin-top: 30px;
	padding: 5px 5px 10px 5px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	margin-left: 3px;
}
.formatted_block table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.formatted_block table tr td {
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-top: 1px solid #666;
}
.ui.celled.table tr.balances_line>td {
	width: 65px;
	min-width: 65px;
}
.ui.celled.table tr.balances_line>td.koeff {
	font-weight: bold;
	padding-right: 0px;
}
.ui.celled.table tbody td .col_FULL_CONCAT {
	padding:0px;
}
.ui.celled.table tr.balances_line>td:last-child {
	width: 45px;
	min-width: 45px;
}
.ui.celled.table tr tr.dates_header {
	display: none;
}	
.ui.celled.table>tbody>tr:first-child tr.dates_header {
	display: table-row;
	font-weight: bold;
}	

.site_content.section_1667982818651 #content_table_wrapper>.dt-buttons {
	display: none;
}