/*=============== Фильтр ===============*/
.filter-panel.colors-filter .fields .field, 
.filter-panel.recipes-filter .fields .field {
	margin-right: 20px !important;
	min-width: 240px !important;
	margin-bottom: 10px;
}
.filter-panel.colors-filter .input {
	text-transform: uppercase;
}
textarea, .colorbox_select {
    border: solid 1px #aaa;
    padding: 0px 4px 0px 4px !important;
    box-shadow: inset 0 2px 8px #DDD;
    color:#333;
	height:30px;
}


/*======== Страница Список цветов ===============*/
.chip-info::-webkit-scrollbar-button {
background-image:url('');
background-repat:no-repeat;
width:5px;
height:0px
}
.chip-info::-webkit-scrollbar-track {
/*background-color:#ecedee*/
}
.chip-info::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}
.chip-info::-webkit-scrollbar-thumb:hover{
/*background-color:#56999f;*/
}
.chip-info::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}
.chip-info::-webkit-scrollbar{
width: 5px;
}


.colors_list_item .chip-info:hover {
	background: rgba(255, 255, 255, 0.8);
    transition: background .3s linear;
}
.chip-info .f_title {
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/examples/text-overflow.xml#ellipsis');	
}
.chip-info .f_title a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
.chip-info .f_title a:hover {
	text-decoration: underline;
}
.tjj {
	width: 5px;
	border: 1px solid #999;
	height:100%;
}

.content_list.tiled .tile.colors_list_item .ft_caption a { color: #5ab7de !important; }
.content_list.tiled .tile.colors_list_item .ft_caption a:hover {
	color: #2c3e50 !important;
	text-decoration: none;
}
.content_list.tiled .info_bar .bar_item {
	margin-left: 5px;
}

.content_list.tiled .tile .photo a > img {
     display: block !important; 
}

/* Страница: Цвет =============================================*/
.tile.recipes_list_item .title_left { color: #999 !important; }
.tile.recipes_list_item { color: #999; }
.tile.recipes_list_item:hover {
	color: #333;
}
#colorbox_chips {
	float: left;
	margin-right: 20px;
}
.colorbox_color_details {
	display: inline;
} 
.recipes_item .title_left {
	min-width: 150px;
}
.colorbox_color_models_item {
	margin: 3px;
	float: left;
	border: 1px solid #dedede;
	border-radius: 4px;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 14px;
	padding-left: 4px;
	font-size: 12px;	
	width: 73px;	
	overflow: hidden;
}

.colorbox_color_models_item:hover {
	border: 1px solid #CCC;
	box-shadow: 1px 4px 11px rgba(150,150,150,0.5);
	transition: box-shadow 0.15s linear, color 0.15s linear;
}

.colors_map_block {
	background-color: #FDFDFD;
	/*float: right;*/
	border-radius: 5px;
	width: 280px;
	/*position: relative;
	z-index: 1;*/
	height: 80px;
	/*margin-bottom: -100px;*/
	margin-top: 15px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.colors_map_block:hover {
	border: 1px solid #00A854;
}
.colors_map_block table {	font-size: 12px; }
.colors_map_block h4 {
	font-size: 11px;
}
.colors_map_block a {
	text-decoration: none;
}

/* Список рецептов ============================================ */
.content_list.tiled .tile.recipes_list_item {
	background: #f5f5f5; 
	/*background: rgba(0, 10, 20, 0.08);*/
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #CCC;
	width: 300px;
	font-size: 12px;
	margin: 10px 0px 20px 15px;
	box-shadow: 0 1px 10px rgba(115,148,148,0.2);
}
.content_list.tiled .tile.recipes_list_item:hover {
	border: 1px solid #6AB9D7;
}

.recipes_list_item .field.ft_number.f_price {
	height: 14px;
	margin-bottom: 0px !important;
}

.recipes_list_item .field.ft_caption.f_title {
	font-size: 14px !important;
	background-color: #82BED9;
	/*background: linear-gradient(30deg, rgba(0,10,20,0.6) 30%, rgba(0,10,20,0.5) 70%, rgba(0,10,20,0.3) 100%);*/
	position: relative;
	z-index: 1;
	margin-right: -5px;
	margin-left: -5px;
	padding: 7px;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.recipes_list_item .field.ft_caption.f_title:hover {
	background: linear-gradient(30deg, rgba(0,80,110,0.4) 30%, rgba(0,80,110,0.2) 70%, rgba(0,80,100,0.1) 110%);
	-moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.recipes_list_item .field.ft_caption.f_title a {
	color: #FFF !important;
	font-weight: 500 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/examples/text-overflow.xml#ellipsis');		
}
.recipes_list_item .field.ft_caption.f_title a:hover {
	text-decoration: none !important;
}
.recipes_list_item .recipes_list_chips {
	height: 70px;
	width: 95px;
	margin-top: -27px;
	margin-left: 195px;
	margin-bottom: -40px;
	position: relative;
	z-index: 0;
}
.recipes_list_item img { cursor: -webkit-zoom-in; }
.recipes_list_item .recipes_list_chips:hover {
	z-index: 2;
}
.recipes_list_item .pubdate {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 9px;
}
.recipes_list_item .block-button {
	height: 100px;
	margin-bottom: -100px;
	margin-left: 195px;
	font-size: 11px;
}
.recipes_list_item .block-button .button {
	color: #FFF;
	background-color: #CCC;
	display: block;
	width: 90px;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.recipes_list_item .block-button .button:hover {
	background-color: #5CBC79;
}
.content_list.tiled .tile.recipes_list_item .info_bar {
	visibility: visible;
	display: table;
	background-color: #F0F0F0;
	width: 100%;
	margin-top: 10px;
}
.tile.recipes_list_item .field {
	margin-bottom: 0px !important;
}	


/* Страница с рецептом ========================================== */

/*.field.f_color_car_models {clear:both;}*/

.colorbox_image_chips {
	background-image: url(/upload/000/u1/002/56259702.jpg);	
	height: 100px;
	width: 160px;
}
.content_item.recipes_item .field.f_content .value {
	border: 1px solid #CCC; 
	padding: 10px;
	border-radius: 4px;
	display:table;
}

.colorbox_recipes_table tr .ves-mix,
.colorbox_recipes_table tr .link-mix {
	font-weight: 500;
	color: #333;
	text-decoration: none;
}
.colorbox_recipes_table tr .link-mix:hover {
	text-decoration: underline;
}
.colorbox_chips_button {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 7px;
	min-width: 140px;
	font-size: 13px;
	cursor:pointer;
}
.colorbox_chips_button.button_green {
	background: none repeat scroll 0 0 #27ae60;
}
.colorbox_chips_button.button_green:hover {
	color: #fff;
	background-color: #2CC56C;
}
.colorbox_chips_button.button_gray { background: none repeat scroll 0 0 #BEBCBC;}
.colorbox_chips_button.button_gray:hover {
	background: none repeat scroll 0 0 #CCC;
	color: #FFF;
}

.colorbox_recipe_access {
	font-size: 18px;
	color: #F00;
	margin-bottom: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FC0;
	padding-left: 15px;
}
.colorbox_recipes_table {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.colorbox_recipes_table tr {
	line-height: 24px;
}
.colorbox_recipes_table th,
.colorbox_recipes_table td {
	padding: 4px 10px 4px 10px !important;
	border: none !important;
}
.colorbox_recipes_table thead {
	color: #FFF;
	background-color: #62bfe6;
}
.colorbox_recipes_table .row_convert_block {
	/*background-color: #CCC;*/
}
.colorbox_recipes_table .row_convert_block select {
	width:160px;
	white-space: nowrap;
	padding: 2px;
}
.colorbox_recipes_table .row_convert_block .btn {
	font-weight: 400;
	font-family: FontAwesome;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 4px;
	background-color: #62bfe6;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.colorbox_recipes_table .row_convert_block .btn:hover {
	background-color: #5CABCD;
}
.colorbox_recipes_table .row_convert_block .btn:before { content: "\f045"; }

.colorbox_recipes_table .icon-before { color: #ccc; }
.colorbox_recipes_table .icon-before:hover { color: #666; cursor:pointer;}

.zebra_1 {
	background-color: #FAFAFA;
}
.zebra_2 {
	background-color: #E6E8EC;
}
.blue_button {
	background-color: #62bfe6;
	color: #FFF;
	border: none;
	padding: 7px;
}
.blue_button:hover {
	background-color: #489DD7;
}

.f_color_id, #f_color_id {
    background-color: #CCC;
    display: none;
}



}
/*==========================================*/
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 560px) {
.filter-panel .fields .field  { width: 97%; }
.input-number { width: 99% !important; }	
.colors_map_block { margin-bottom: 10px; }
}