* {
     box-sizing: border-box;
}
 html, body {
     width: 100%;
     height: 100%;
	 line-height: 120%;
}
.top_menu {
	width: 15%;
	position: relative;
	float: left;
	border-right: 1px solid rgba(200,200,200,0.2);
box-shadow: 0 0 3px rgba(0,0,0,0.1);
	 background-color: #333;
}
.top_menu
.top_menu:after {
    content: "";
    display: table;
    clear: both;
}
.top_menu .additional_menu {
	position: relative;
	color: #fff;
	margin: 0px 0px 20px .92857143em;
}
.top_menu .additional_menu td {
	padding: 3px;
	color: #fff;
}
.top_menu .additional_menu td select {
	width: 100%;
}
.top_menu .additional_menu td #logout {
	text-align: right;
	cursor: pointer; 
	text-decoration: underline;
	margin-top: 10px;
}
.ui.vertical.menu .dropdown.item .menu {
	
	 background-color: #333;
}
 .ui.vertical.menu {
     width: 100%;
	margin: 0px;
}
.ui.secondary.vertical.menu > .item, .ui.menu .ui.dropdown .menu > .item  {
    margin: 0px;
    border-bottom: 1px solid rgba(230,230,230,0.5);
}
.ui.secondary.vertical.menu > .item {
    color: #fff;
    font-size: 16px;
}
.ui.vertical.menu .dropdown.item > .icon {
	position: absolute;
	right: 0;
}
.ui.secondary.vertical.menu .item .count_notify {
	float: right;
	margin-top: -5px;
}
 .main_content {
    float: right;
margin-left: 1%;
width: 83%;
padding-top: 10px;
}

@media (max-width: 1024px) {
	 .ui.vertical.menu {
		 display: none;
	 }
	 .top_menu {
		 width: 100%;
	 }
	.main_content {
		width: 98%;
	}
	 .top_menu:hover .ui.vertical.menu {
		display: block;
		position: absolute;
		background-color: #333;
		z-index: 999;
		max-width: 250px;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
		top: 100%;
	}
}

@media (max-width: 768px) {
	.ui.celled.table tr td {
		
	}
}

div.dataTables_wrapper div.dataTables_processing {
	top: 50px;
}

 #buttons_area {
     padding: 20px 0px 20px 0px;
}
 #buttons_area button {
     margin-right: 10px;
     padding: 10px;
}
#table_area {
	width: 99%;
}
 .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;
}
 #filters_area:after {
     content: "";
     display: table;
     clear: both;
}
 .filterdiv {
     position: relative;
     display: inline-block;
     margin-right: 20px;
     float: left;
     margin-bottom: 10px;
}
.filter_pseudobutton {
	position: relative;
	display: inline-block;
	padding: 0px 3px 0px 3px;
	cursor: pointer;
}
.filter_div {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	margin-right: 30px;
}
.filter_div .ui.form .two.fields > .field {
	width: 170px;
}
 .ui.table td, .ui.compact.table td {
     padding: .3em .5em;
}
 #erase_filters, .erase_filters {
     border-bottom: 1px dotted #333;
     width: 130px;
     cursor: pointer;
     margin-top: 10px;
     margin-bottom: 10px;
}
table.dataTable td.select-checkbox::before {
    content: ' ';
    margin-top: -5px;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 3px;
    top: 50%;
    right: 5px;
    left: auto;
}
 .item:hover .menu {
     display: block;
}
 .item label {
     cursor: pointer;
}
 .item label a {
	 color: #fff;
 }
 
 .ui.celled.table tr td, .ui.celled.table tr th {
	 padding: 5px;
 }
 .ui.celled.table tr td.select-checkbox {
	width: 50px;
min-width: 50px;
padding-right: 22px;
}
 .ui.celled.table tr tr.selected td.select-checkbox::after {
	 margin-top: -8px;
	 top: 50%;
 }
.ui.celled.table tr.selected td.select-checkbox::after {
    left: auto;
    right: 5px;
	margin-top: -9px;
top: 50%;
}
 table.dataTable tr.selected td.select-checkbox::after {
	 text-shadow: none;
 }
 
 #content_table_length {
	 position: relative;
float: left;
 }
 #content_table_info {
	 float: left;
position: sticky;
bottom: 0px;
background-color: #fff;
padding: 10px;
margin-left: 0px;
 }
 #content_table_filter {
	 float: right;
 }
 div.dt-buttons {
	 padding-bottom: 10px;
 }
 div.dataTables_wrapper div.dataTables_info {
	 white-space: nowrap;
float: left;
background-color: #fff;
padding: 10px;
margin-left: 0px;
 }
 
 table.dataTable.table {
	 margin-bottom: 10px;
 }
 .bordered {
     margin: 20px 0px 20px 0px;
     border: 1px solid #ccc;
     padding: 10px;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}
 .ui.input input[type="text"] {
     width: 270px;
}
 tfoot .emptytd {
     display: none;
}
.ui.modal {
     min-width: 800px;
	 max-height: 95%;
	 /*top: 40%;*/
	 position: absolute;
	 margin-top: 0px !important;
	 top: 5%;
}
 .ui.fullscreen.modal {
     height: 95%;
}
 .ui.modal .scrolling.content {
    max-height: 82vh;
/*overflow: scroll !important;*/
position: relative;
}
.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 {
     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;
}
.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 input[type="text"].ui-autocomplete-input {
	width: 50%;
}
.ui.form .field[datatype="button"] label, .ui.form .field[datatype="button"] p.field_comment{
	display: none;	
}
.ui.form .field[datatype="button"] div {
	border-bottom: 1px dotted #333;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 130px;
	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 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.popup.active {
	display: block;
	left: 0px;
	top: 38px;
}
.ui.form textarea:not([rows]) {
	height: 8em;
}


.ui.form input[type="file"] {
	padding: 0px;
	border: 0px;
}	
.uploaded_img_preview {
	width: auto;
	height: 35px;
	margin-bottom: -13px;
}
.photo_input {
	display: none;
}
.field_comment {
	color: #666; 
	font-size: 12px;
}
.ui.form  label.photo_input_label {
	cursor: pointer;
	display: inline-block;
	min-height: 1em;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #f9fafb;
	color: rgba(0,0,0,.6);
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	margin: 0 .25em 0 0;
	padding: .78571429em 1.5em .78571429em;
	text-transform: none;
	text-shadow: none;
	font-weight: 700;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: .28571429rem;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	will-change: '';
	-webkit-tap-highlight-color: transparent;
	border: 1px solid rgba(34,36,38,.15);
	width: 200px;
}
.p_message {
	padding: 20px;
}
.intable_pic {
	height: 40px;
}

.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);
}
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);
padding: 10px;
border: 2px solid #ddd;
border-radius: 10px;
margin-bottom: 20px;
}
.fixed_fixed_popup_window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #ccc;
}
.fixed_pin {
	position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
background-image: url(http://s1.iconbird.com/ico/2013/6/281/w256h25613715677480001Pin.png);
background-size: cover;
z-index: 999;
}
.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,0.8);
	display: none;
}
#auth_form {
	width: 350px; 
	max-width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -180px;
	height: auto;
	top: 50%;
	margin-top: -120px;
	background-color: #fff;
	padding: 5px;
}
#auth_form h1 {
	margin-top: 0px;
}
#auth_form table {
	/*width: 360px;*/
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;

}
#auth_form table tr td {
	padding: 5px 0px 5px 0px;
}
#auth_form table tr td:nth-of-type(1) {
	width: 100px;
	text-align: right;
	padding-right:10px;
}
#auth_form table tr td:nth-of-type(2) {
	width:200px;
	
}
#forgot_password {
	position: relative;
	width: 50%;
	display: block;
	
	margin-top: 20px;
	cursor: pointer;
	margin-top: 10px;
	padding: 0 10px 0 10px;
}
#forgotpass_msg, #loginerror {
	position: relative;
	width: 100%;
	display: block;
	color: red;
	font-style: italic;
	margin-top: 5px;
	padding: 0 15px 0 15px;
}
 #loginerror {
	 display: none;
 }

#auth_form table tr td input {
	
}
#loginsubmit {
	padding: 10px;
	margin: 20px 10px;
	width: 100px;
	background-color: #ab47bc;
	float: right;
	padding: 5px 25px;
	color: #fff;
	cursor: pointer;

}
#bottomTxt {
	margin: 20px 0px 30px 0px;
	border-top: 1px solid #ccc;
}

.MultiLangMenu {
	position: relative;
	display: block;
	float: right;
	text-align: right;
}

.MultiLangMenu .MultiLangMenuItem {
	position: relative;
	display: inline-block;	
	color: #666;
	padding: 4px;
}
.MultiLangMenu .MultiLangMenuItem.selected {
	color: #000;
	background-color: rgba(0,100,0,0.1);
}
.MultiLangString {
	margin-top: -8px;
}
.MultiLangString label {
	font-size: 10px;
}
.your_login {
	font-size: 0px;
border: 0px;
}

.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 {
	float: right;
	margin-top: 10px;
}
#modal_bu_1620903307269 .ui.button[type="submit"] {
	display: none;
}