body
{
	background-color: #fafafa;
}

body {
  --mc: #007bff;
  --sc: #50b2eb
}



.label_for_input
{
	min-width: 180px;
}

.login_form
{
	display: flex;
	min-height: 100vh;
	align-items: center;
	
}

.mc
{
	background-color: var(--mc);
	transition: 0.5s ease all;
}

.mc_hov:hover
{
	color: var(--mc);
	transition: 0.5s ease all;
}

.sc
{
	background-color: var(--sc);
}

.login_error
{
	position: absolute;
	top: 0;
	left: 0;
}

.error 
{
	border-left: 2px red solid;
	padding-left: 5px;
}

@media (min-width: 992px)
{
.login_form {
    max-width: 50%;
}
}

.navbar_menu_flex
{
	flex-direction: row;
	justify-content:  space-between;
	align-items: center;
	flex-grow: 1;
}

.icon_menu
{
	flex-direction: row;
	justify-content:  space-around;
	align-items: start;
	flex-wrap: wrap;
}

.icon_menu span
{
	font-size: 3rem;
	text-decoration: none;
	cursor: pointer;
	color: var(--sc);
	border: 1px var(--sc) solid;
	border-radius: 5px;
	transition: 0.5s ease all;
	margin-bottom: 0.5rem;
}

.icon_menu i
{
	
	padding: 12px 10px 10px 10px !important;
	
}

.icon_menu span:hover
{
	background-color: var(--sc);
	color: white;
	transition: 0.5s ease all;
}

.icon_menu_span
{
	color: var(--sc);
	border: 1px var(--sc) solid;
}

.icon_menu_span_hover
{
	background-color: var(--sc);
	color: white !important;
	
}

.navbar-brand-profile
{
	display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    margin: 0 !important;
	color: white;
}

#logout
{
	color: white;
	text-decoration: none;
	padding: 7px;
}

#main_info h2
{
	font-size: 1.6rem !important;
	margin-top:  1.6rem;
	border-bottom: 2px solid var(--sc);
	display: inline-block;
	margin-bottom:  1.6rem;
	padding-bottom:  5px;
}

.pen_edit
{
	border-bottom: none;
	font-size: 1.4rem;
	padding-left: 1rem;
}

.ruc_icons
{
	justify-content: flex-start;
	flex-grow: 1;
}

.border_round
{
	border-radius: 5px;
}

@media(max-width: 576px)
{
	.h3_mob
{
	font-size: 1.4rem !important;
}
}


@media(min-width: 576px)
{
	.table-responsive
{
	display: table;
}

	.table-responsive-my
{
	display: block;
}
}


.bord_bn
{
	border-bottom: none;
}


.beige_c
{
	background-color: beige;
}
.black_c
{
	background-color: black;
}
.blue_c
{
	background-color: blue;
}
.brown_c
{
	background-color: brown;
}
.green_c
{
	background-color: green;
}
.grey_c
{
	background-color: grey;
}
.orange_c
{
	background-color: orange;
}
.purple_c
{
	background-color: purple;
}
.red_c
{
	background-color: red;
}
.white_c
{
	background-color: white;
}
.yellov_c
{
	background-color: yellow;
}

.car_colors
{
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px grey solid;
}

.colors_wrapper
{
	padding-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-between;
}

.nowraptext
{
	white-space: nowrap;
}

#gps_window
{
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	width: 90%;
	background-color: white;
	padding: 1rem;
	border: 1px grey solid;
	border-radius: 5px;
}

td
{
	word-break: break-all;
}

.page_number_count
{
	padding: 10px;
}

.plus
{
	left: -35px;
	top: 0;
	padding: 3px 10px;
	font-size: 1.2rem;
}

.main_cat
{
	padding: 7px;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.cat_hov:hover
{
	background-color: #77b7fb;
}

.cat_hov
{
	padding: 5px 5px 5px 10px;
}

.selected_page
{
	border: 1px #77b7fb solid;
	border-radius: 3px;
}

.selected_page:hover
{
	background-color: #77b7fb;
	color: white;
}

.pagination_wrapper
{
	overflow: hidden;
	max-width: 100%;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-right: 1rem;
	margin-left: 1rem;
}


.pagination_wrapper_div
{
	justify-content: space-between;
}


.pagination_wrapper_span_prev, .pagination_wrapper_span_next
{
	max-height: 3rem;
	margin-top: 3px;
}

.product_item
{
	align-items: center;
	min-height: 80px;
}

.thumb_wrapper
{
	min-height: 80px;
	min-width: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.product_thumb
{
	max-height: 70px;
	max-width: 70px;
}

.checkbox_wrapper
{
	min-height: 80px;
	min-width: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
} 

.product_description
{
	max-width: 45%;
	min-width: 45%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.product_price
{
	font-size: 1.2rem;
	font-weight: 800;
	max-width: 25%;
	min-width: 25%;
}

.price_old
{
	font-size: 0.8rem;
	font-weight: 200;
	text-decoration: line-through;
}

.product_vendor
{
	font-size: 0.8rem;
}

.icofont-checked
{
	color: green;
}

.icofont-close-circled
{
	color: red;
}

.not_availible
{
	opacity: 0.6;
}

.filter_checkbox
{
	min-height: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.cur_flex
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.new_image
{
	left: -5px;
	top: 0;
}

.table-striped-products td
{
	vertical-align: middle;
}

.table-striped-products
{
	font-size: 14px;
	white-space: nowrap;
}

.wrap
{
	white-space: normal;
}

.filter_block
{
	position: absolute;
	right: 0;
	bottom: -50px;
	justify-content: right;
	z-index: 100;
	align-items: center;
	
	
	
}

.filter_block_name
{
	background-color: #007bff;
	border-radius: 0 0 0 10px;
	padding: 14px 2rem 15px 2rem;
	color: white;
	border: 1px solid #007bff;
}

#element, #element_man
{
	border: 1px solid #007bff;
}

.filter_block_name h5
{
	margin-bottom: 0 !important;
	font-size: 1rem;
}

.flex1
{
	flex: 1;
}

@media (min-width: 576px)
{
.modal-dialog {
   /* max-width: 900px !important;*/
    margin: 1.75rem  auto;
}
}

#element, #element_man
{
	background-color: #78c4d5;
	flex-wrap: nowrap;
	color: white;
	max-height: 50px;
}

.highlighted_cat
{
	background-color: #007bff;
	color: white;
}

.scroll_cat
{
	height: 100vh;
	overflow-y: scroll;
	padding-left: 25px;
}

.new
{
	padding: 3px 10px 5px 10px;
	border-radius: 5px;
	background-color: #007bff;
	color: white !important;
	min-height: 25px;
}

.edit
{
	padding: 3px 10px 5px 10px;
	border-radius: 5px;
	background-color: red;
	color: white !important;
	min-height: 25px;
}

.pad5
{
	margin-top: 5px;
	
}

.input-group_my
{
	border: 1px solid var(--sc);
	border-radius: 5px;
	padding: 15px;
}

.favorites
{
	position: fixed;
	top: 20%;
	right: -1px;
	padding: 0;
	border: 1px #50b2eb solid;
	border-radius: 3px 0 0 3px;
	font-size: 1.2rem;
	cursor: pointer;
	z-index: 1000;
	background-color: white;
}


.favorites_count
{
	color: #6c757d;
	font-size: 12px;
	bottom: -3px;
	padding-bottom: 5px;
	padding-top: 7px;
}

.favorites_image
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	background-color: #50b2eb;
	color: white;
	padding-bottom: 5px;
}

.icofont-ui-rating_my
{
	font-size: 1.5rem;
	color: #50b2eb;
}

.icofont-ui-rating_my:hover
{
	font-size: 1.5rem;
	color: gold;
}

.icofont-ui-rating_my_fav
{
	font-size: 1.5rem;
	color: gold;
}

.inputGroup-sizing-default
{
	min-width: 200px;
}

.p_category_tree
{
	font-size: 1rem;
	font-weight: 700;
}

.delete_button_call
{
	color: red;
    font-size: 1rem;
}

#favorite_team
{
	padding: 4px;
}

.search_cat_but
{
	margin-top: -6px;
}

.df_market
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.delete_tree_button
{
	padding: 0 6px;
}

@media (min-width: 576px)
{
.modal-dialog-my  {
    max-width: 90%;
    margin: 1.75rem auto;
}
}

.df_product_card
{
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.df_product_card_price
{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.df_product_card_off_button
{
	top: 0;
	right: 2rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.df_flex_grow_2
{
	flex-grow: 2;
}

.product_categories_padding
{
	padding-left: 1rem !important;
}

.translate_button
{
	right: 1rem;
	top: 1rem;
}

.mb_photo_div
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	overflow: auto;
}

.mb_photo_div_p
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.mb_photo_div_p button
{
	margin-right: 1rem;
}

.main_photo_flex_div
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

#characteristics input
{
	padding: 5px;
}

#characteristics
{
	overflow-y: overlay;
}

.attribute_div_new input
{
	margin-right: 4px;
}

.icofont-ui-delete:hover
{
	color: red;
}

.attribute_div, .attribute_div_title
{	display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}


.attribute_div input, .attribute_div_title input
{
	margin-right: 1rem;
}

.marketplaces_div_wrapper
{
	display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

  .search{
   position:relative;
}
.search_result{
    background: #FFF;
    border: 1px #ccc solid;
    width: 100px;
    border-radius: 4px;
    display:none;
	overflow-y:scroll;
	max-height:300px;
}
.search_result li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color: #0896D3;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
	font-size: 0.8rem;
}
.search_result li:hover{
    background: #F9FF00;
}

.search_result
{
	top: 37px;
    left: 0;
    min-width: 93%;
    z-index: 100;
}

#cke_product_description_rus, #cke_product_description_ua
{
	min-width: 100%;
}

.pr03px
{
	padding-right: 2px;
}

.p_flex
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input_tree
{
	padding-left: 1rem !important;
} 

.image_wrapper
{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.category_tree_div
{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
} 
 
.category_tree_div input
{
	padding: 5px !important;
}

.span_cat_tree
{
	justify-content: center;
}

.category_tree_div_bettween
{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
} 

.no-hover:hover
{
	color: white;
}

.menu_items_p
{
	font-size: 0.7rem;
	word-wrap:  wrap;	
}

.table td, .table th
{
		
}


@media (min-width: 576px)
{
.modal-dialog 
	{
		min-width: 600px !important;
	}
}

.img-container
{
	
}

.img, .img1
{
	z-index: 99999999;
}

.cimg_fl
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    align-items: center;
}
	
.img1
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.p05
{
	padding: 0.5rem;
}

.pb05
{
	padding-bottom: 0.5rem;
}

.pl05
{
	padding-left: 0.5rem;
}

.dfac
{
	 align-items: center
}

.icofont-diskette-product
{
	 font-size: 1.8rem;
	 color: #007bff;
	 padding-left: 0.5rem;
	 cursor: pointer;
	 padding-top: 5px;
}

.icofont-diskette-product-save
{
	font-size: 1.8rem;
	 color: green;
	 padding-left: 0.5rem;
	 cursor: pointer;
	 padding-top: 5px;
}

.pr05
{
	padding-right: 0.5rem;
}

.ml05
{
	 margin-left:0.5rem
}

#ois
{
	min-width: 30px;
	position: absolute;
	right: -25px;
	top: 5px;
}

.sticky_header
{
	position: relative;
}

.sticky_header th {
  background: white;
  position: sticky;
  top: 50px; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.mod_cheb
{
	
	 font-size: 1.8rem;
}

.pt5p
{
		padding-top: 5px;
}

.dbl
{
	display:inline-block;
}

.db
{
	display:block;
}

.marketplace_name
{
	 min-width: 350px;
}

.marketplace_name_small
{
	min-width: 150px;
}

.icofont-diskette-mark
{
	font-size: 2rem;
	color: #2196F3;
}

.market_opacity
{
  opacity: 0.6;
}
	
.select_man_input
{
	 min-width: 100%;
}

#add_product_result
{
	 padding-right: 20%;
}

.dfcentered
{
	 padding-bottom: 8px;
}

.manual_price_input
{
	max-width: 100px;
}

.dfcentered_t
{
	align-items: center;
}

.light_font
{
	 font-weight: 400;
}

.mark_res_span
{
	 min-width: 30px;
}

.search_result
{
	min-width: 500px;
}
	
.show_mark
{
	 border: 1px var(--mc) solid;
	 padding: 5px 7px;
     border-radius: 5px;	 
}

.show_mark:hover
{
	 background-color: var(--mc);
	 color: white;
}

.succec_bg
{
	 background-color:green !important;
}

.error_bg
{
	 background-color:red !important;
}

.new_items
{
	background-color: var(--sc);
    border-radius: 5px;
    color: white;
    padding: 3px 5px;
}