﻿/* Diamond Search */

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.diamond_search input,
select,
textarea {
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 5px;
	height: 28px;
	border: 1px solid #ccc;
}

.logout input {
	height: auto;
	border: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

.padd {
	padding-left: 0;
	padding-right: 0;
}

.left_padd {
	padding-left: 0;
}

.right_padd {
	padding-right: 0;
}

.main_shape {
	display: inline-block;
	width: 7%;
	text-align: center;
	cursor: pointer;
	float: left;
	border: 1px solid #ccc;
	margin: 0.3%;
	border-radius: 0px 0px 15px 15px;
}

.fl_left {
	float: left;
}

.title_label {
	float: left;
	width: 145px;
	height: 28px;
	padding: 4px 0 0 10px;
	font-weight: bold;
}

.title_label a {
	color: #000;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.carat_category {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.carat_input input {
	width: 75px;
}

.clarity_input select {
	width: 75px;
}

.color_input select {
	width: 75px;
}

.color_category {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.fl_width {
	float: left;
	width: 100%;
}

.para_input input,
.para_input select {
	width: 140px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 5px;
}

.fl_left a {
	height: 28px;
	display: inline-block;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px 10px;
}

.KTSbtn {
	background-color: #333;
}

.fl_left a:hover {
	border-top-color: #aaa;
	background: #ccc;
	color: #666 !important;
}

.fl_left a.active {
	border-top-color: #aaa;
	background: #ccc;
	color: #666 !important;
}

.fl_left a.active:hover {
	border-top-color: #aaa;
	background: #aaa !important;
}

.main_cps {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.fl_left.color {
	width: 83.2%;
}

.fl_left.cl_fl {
	width: 83.2%;
}

.fl_left.cps {
	width: 83.7%;
}

.fl_left.csl {
	width: 83.7%;
}

.cps a {
	width: 19.55555%;
	border-radius: 15px;
	text-align: center;
}

.carat_from_to {
	width: 83.2%;
}

.carat_from_to a {
	width: 9.755555%;
	border-radius: 15px;
	text-align: center;
}

.cl_fl a {
	width: 10.855555%;
	border-radius: 15px;
	text-align: center;
}

.color a {
	width: 4.10%;
	border-radius: 15px;
	text-align: center;
}

.main_csl {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.main_cslhalf {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.main_cslhalf1 {
	float: left;
	width: 50%;
	margin-bottom: -10px;
}

.csl a {
	width: 24.55555%;
	border-radius: 15px;
	text-align: center;
}

.main_tst {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.main_tst_md {
	float: left;
	margin-bottom: 10px;
}

.inclusion select {
	width: 52.10%;
}

.fl_left.tst {
	width: 79%;
}

.tst a {
	width: 24.5555%;
	border-radius: 15px;
	text-align: center;
}

.main_tst .title_label {
	width: 185px;
}

.key_symbol select {
	width: 150px;
}

.clarity_category {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.diamond_search {
	float: left;
	width: 100%;
}

.stone_id textarea {
	width: 54%;
	resize: vertical;
}

.search_title {
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px double #ccc;
}

.key_symbol select {
	float: left;
	width: 52.7%;
}

.fl_left.key_symbol {
	width: 80%;
}

.shape_category {
	margin: 10px 0 15px;
	float: left;
	width: 100%;
	padding: 0 10px;
}

.shape_img {
	margin: 15px 0;
}

.shape_name {
	padding: 2px 0;
	border-top: 1px solid #ccc;
}

.shape_name.active {
	border-top-color: #238AC5;
	background: #238AC5;
	color: #fff;
	border-radius: 0px 0px 15px 15px;
}

.main_shape:last-child {
	border-right: 1px solid #ccc;
}

.selection_bar {
	float: left;
	width: 100%;
	margin: 5px 0 5px;
}

.back_none {
	background: none;
}

.selection_bar a {
	border: 1px solid;
	padding: 3px 12px;
	border-radius: 20px;
	color: #333;
}

.selection_bar a:hover {
	border-color: #238AC5;
	background: #238AC5;
	color: #fff !important;
}

.selection_bar a.active {
	background: #238AC5;
	color: #fff;
	border-color: #238AC5;
}

.remove_margin {
	margin-bottom: 0;
}

.margin_border {
	float: left;
	margin: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.one_block_height {
	min-height: 326px;
}

.two_block_height {
	min-height: 391px;
}

.table_drop select {
	width: 78.75555%;
}

.search_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #238AC5;
	padding: 5px 0 5px;
	border-top: 1px solid rgba(40, 89, 122, 0.1);
	z-index: 11;
}

.search_bar input {
	background: #fff;
	padding: 0 15px;
	border-radius: 6px;
	font-weight: bold;
	border: 0px;
	color: #238AC5;
}

.search_bar input:hover {
	background-color: #fff;
	color: #238AC5;
	border: 0px;
}

.diamond_search {
	padding-bottom: 60px;
}

a.color {
	color: #000;
}

a.coloractive {
	color: #238ac5;
	border-bottom: 3px double #238ac5;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0px 0 0;
	height: 12px;
	margin-top: 1px \9;
	line-height: normal;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 5px;
}

div.dd_chk_drop {
	background-color: white;
	border: 1px solid #CCCCCC;
	text-align: left;
	z-index: 1000;
	left: -1px;
	top: 30px !important;
	min-width: 100%;
}

div.dd_chk_select {
	width: 200px;
}

.foot_search_bar_check_block {
	text-align: right;
	padding-top: 2px;
}

.foot_search_bar_check_block input[type="checkbox"] {
	vertical-align: middle;
}

.foot_search_bar_check_block label {
	margin: 0;
	font-weight: 100;
}


/* End Diamond Search */


/* Custom Media Query */

@media screen and (max-width: 1600px) {
	.carat_from_to a {
		width: 9.6555%;
	}
	.carat_from_to {
		width: 78.2%;
	}
	.fl_left.cl_fl {
		width: 78.2%;
	}
	.cl_fl a {
		width: 10.755555%;
	}
	.fl_left.color {
		width: 78.2%;
	}
	.color a {
		width: 4.0%;
	}
	.fl_left.cps,
	.fl_left.csl {
		width: 79.955555%;
	}
	.cps a {
		width: 19.39999%;
		font-size: 11px;
		padding-top: 6px;
	}
	.fl_left.cps {
		width: 79.955555%;
	}
	.csl a {
		width: 23.4911111%;
		text-align: center;
		font-size: 11px;
		padding-top: 6px;
	}
	.para_input input,
	.para_input select {
		width: 100px;
	}
	.fl_left.tst {
		width: 74.55555%;
	}
	.tst a {
		width: 23.455555%;
	}
	.table_drop select {
		width: 74.11111111%;
	}
	.inclusion select {
		width: 45.11111111%;
	}
	.stone_id textarea {
		width: 56%;
	}
}

@media screen and (max-width: 1440px) {
	.carat_from_to {
		width: 77.6%;
	}
	.fl_left.cl_fl {
		width: 77.7%;
	}
	.fl_left.color {
		width: 77.5%;
	}
	.color a {
		width: 4.00%;
	}
	.fl_left.cps,
	.fl_left.csl {
		width: 75.7777%;
	}
	.cps a {
		width: 19.3555%;
	}
	.csl a {
		width: 24.3911111%;
	}
	.stone_id textarea {
		width: 50%;
	}
	.para_input input,
	.para_input select {
		width: 80px;
	}
	.table_drop select {
		width: 70.9555555%;
	}
	.fl_left.tst {
		width: 71.5%;
	}
	.tst a {
		width: 24.355555%;
	}
	.inclusion select {
		width: 40.111111%;
	}
}

@media screen and (max-width: 1380px) {
	input,
	select,
	textarea {
		height: 24px;
	}
	.title_label {
		width: 110px;
		height: 24px;
		padding: 5px 0 0 10px;
		font-size: 11px;
	}
	.fl_left a {
		height: 24px;
		font-size: 12px;
	}
	.carat_from_to {
		width: 79%;
	}
	.shape_name {
		font-size: 12px;
	}
	.cps a {
		font-size: 10px;
		padding-top: 4px;
	}
	.fl_left.cps,
	.fl_left.csl {
		width: 81.7777%;
	}
	.csl a {
		font-size: 11px;
		padding-top: 4px;
	}
	.fl_left.cl_fl {
		width: 79.1%;
	}
	.fl_left.color {
		width: 79%;
	}
	.color a {
		width: 3.95%;
	}
	.shape_img {
		margin: 8px 0;
	}
	.main_tst .title_label {
		width: 140px;
	}
	.fl_left.tst {
		width: 77.2%;
	}
	.selection_bar a {
		padding: 3px 10px;
		border-radius: 20px;
		font-size: 12px;
	}
	.search_bar {
		padding: 5px 0 0 10px;
	}
	.search_bar {
		padding: 5px 0;
	}
	.one_block_height {
		min-height: 294px;
	}
	.two_block_height {
		min-height: 359px;
	}
	.diamond_search input,
	select,
	textarea {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px 5px;
		height: 28px;
		border: 1px solid hsl(0, 0%, 80%);
		font-size: 11px;
	}
	.diamond_search input[type="checkbox"] {
		height: auto;
		margin: 0;
		vertical-align: middle;
	}
	.div.dd_chk_select {
		font-size: 11px !important;
		width: 300px !important;
	}
}

@media screen and (max-width: 1280px) {
	.carat_from_to {
		width: 77.5%;
	}
	.carat_from_to a {
		width: 9.62%;
	}
	.fl_left.cl_fl {
		width: 77.5%;
	}
	.cl_fl a {
		width: 10.677777%;
	}
	.fl_left.cl_fl {
		width: 77.7%;
	}
	.fl_left.color {
		width: 77.7%;
	}
	.color a {
		width: 3.9%;
	}
	.fl_left.cps,
	.fl_left.csl {
		width: 79.7777%;
	}
	.cps a {
		width: 19.2555%;
	}
	.csl a {
		width: 24.2911111%;
	}
	.key_symbol select {
		width: 59.9%;
	}
	.fl_left.tst {
		width: 75.2%;
	}
	.tst a {
		width: 24.255555%;
	}
	.box_flu_v_strong {
		font-size: 9px !important;
	}
}

@media screen and (max-width: 1199px) {
	.carat_from_to {
		width: 72%;
		margin-bottom: 10px;
	}
	.carat_from_to a {
		width: 9.42%;
		font-size: 9px;
		padding: 5px 0px;
	}
	.fl_left.cl_fl {
		width: 72%;
	}
	.cl_fl a {
		width: 10.578%;
		font-size: 9px;
		padding: 5px 0px;
	}
	.fl_left.color {
		width: 72%;
	}
	.color a {
		width: 7.8%;
		font-size: 9px;
		padding: 5px 0px;
	}
	.fl_left.cps,
	.fl_left.csl {
		width: 80%;
	}
	.title_label {
		font-size: 9px;
		height: 24px;
		padding: 5px 0 0 3px;
		width: 85px;
	}
	.cps a {
		width: 19%;
		font-size: 9px;
		padding: 5px 0px;
	}
	.csl a {
		width: 24.0911%;
		font-size: 9px;
		padding: 5px 0px;
	}
	.para_input input,
	.para_input select {
		margin-right: 0;
		width: 66px;
	}
	.main_tst .title_label {
		width: 115px;
	}
	.fl_left.tst {
		width: 73.5%;
	}
	.tst a {
		width: 24.0556%;
		font-size: 9px;
	}
	.shape_img img {
		width: 48px;
	}
	.shape_name {
		font-size: 9px;
	}
}

@media screen and (max-width: 991px) {
	.main_cslhalf {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.main_cslhalf1 {
		float: left;
		width: 100%;
		margin-bottom: -10px;
	}
	.carat_from_to {
		width: 100%;
	}
	.fl_left.cl_fl {
		width: 100%;
		margin-bottom: 10px;
	}
	.fl_left.color {
		width: 100%;
	}
	.fl_left.cps,
	.fl_left.csl {
		width: 100%;
	}
	.csl a {
		width: 24%;
	}
	.fl_left.tst {
		width: 100%;
	}
	.stone_id textarea {
		width: 100%;
	}
	.key_symbol select {
		width: 100%;
	}
	.two_block_height .col-sm-6 {
		width: 100%;
	}
	.para_input input,
	.para_input select {
		width: 36%;
	}
	.table_drop select {
		width: 100%;
	}
	.main_shape {
		margin: 5px 0;
		width: 14%;
	}
	.cps a {
		font-size: 8px;
	}
	.fl_left.key_symbol {
		width: 100%;
	}
	.fl_left a {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.title_label {
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 768px) {
	.cps a {
		width: 24%;
	}
	.search_title {
		padding: 2px 3px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.dis_lbl {
		display: none;
	}
	.selection_bar {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.remove_padd {
		padding: 0;
	}
	.carat_from_to a {
		width: 19%;
	}
	.cl_fl a {
		width: 19%;
	}
	.color a {
		width: 8.8%;
	}
	.cps a {
		width: 18.9555%;
	}
	.box-cut {
		width: 24% !important;
	}
	.shape_img img {
		max-width: 35px;
	}
	.shape_name {
		font-size: 9px;
	}
	.main_shape {
		margin: 3px 0;
		width: 20%;
	}
	.cps a {
		padding-top: 6px;
	}
	.title_label {
		padding: 7px 0 0 3px;
	}
	.title_label {
		font-size: 9px;
		height: 24px;
		padding: 5px 0px 0px 3px;
		width: 115px;
	}
	.main_tst .title_label {
		width: 115px;
	}
	.main_tst .title_label {
		width: 115px;
	}
	.foot_search_bar_btn_block {
		text-align: center;
		margin-bottom: 5px;
	}
	.foot_search_bar_check_block {
		text-align: center;
	}
	.fancy_color_drop {
		width: 100% !important;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	.para_input input,
	.para_input select {
		width: 32%;
	}
	.cps a {
		width: 31.9%;
	}
}

@media screen and (max-width: 360px) {
	.para_input input,
	.para_input select {
		width: 28%;
	}
}

@media screen and (max-width: 320px) {
	div.dd_chk_select {
		width: 156px;
	}
	.tst a {
		width: 23.80%;
	}
}


/* End Custom Media Query */


/*** Dashboard ***/

.discover-title {
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}

.category-item {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	display: inline-block;
	margin: 0 10px 20px;
	min-height: 160px;
	padding: 12px;
	width: 160px;
}

.category-item:hover {
	border: 1px solid #027d57
}

.category-item:hover .category-icon {
	color: #0a5b7b;
}

.category-icon {
	color: #666;
	float: left;
	font-size: 50px;
	margin-top: 17px;
	text-align: center;
	width: 100%;
}

.category-title {
	color: #333;
	float: left;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.navigation-row {
	background: #eee none repeat scroll 0 0;
	border-bottom: 1px solid #f1f1f1;
	height: auto;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	float: left;
	width: 100%;
}

.block-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}


/** Search Form**/

.search-container {
	float: left;
	width: 100%;
	font-size: 12px !important;
	text-transform: uppercase;
}

.search-row {
	float: left;
	width: 100%;
	background: #f6f6f6;
}

.search-list {
    float: left;
    width: 100%;
    padding-left: 0px;
    margin: 0;
}

.grid-block {
	float: left;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
}

.grid-block {
	float: left;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	position: relative;
	font-size: 11px;
}

.grid-block {
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
}

.grid-block:hover,
.grid-block.selected {
	border: 1px solid #fff;
	color: #fff;
	box-shadow: 0px 0px 4px 1px #fff;
}

.shape-list .grid-block {
	width: 6.9%;
	list-style: none;
}

.shape-list .grid-block-new {
    width: 47%;
    list-style: none;
}

.grid-block:hover {
	border: 1px solid #5e0101;
	box-shadow: 0px 0px 4px 1px #efefef;
}

.grid-block-new.selected {
	border: 1px solid #8b474f;
	box-shadow: 0px 0px 4px 1px #efefef;
}

#ShapeList .grid-block-new:hover {
	border: 1px solid #5e0101;
}

#ShapeList .grid-block-new.selected {
	border: 1px solid #8b474f;
}

#ShapeList .grid-block-new:hover span {
	background: #5e0101;
	color: #fff;
	font-weight: bold;
}

#ShapeList .grid-block-new.selected span {
	background: #8b474f;
	color: #fff;
	font-weight: bold;
}
#advancedparameters .from-to {
    float: left;
    width: 65%;
    padding: 0 0px 0 60px;
}
.col-right-new {
	width: 48%;
	margin-left: 2%;
}

.col-left-new {
	width: 48%;
	margin-right: 2%;
}

.grid-block-new span {
	display: block;
	padding: 3px 0px;
	overflow: hidden;
}

.grid-block-new {
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 10px;
	margin: 2px;
}

.grid-block img {
	width: 55%;
	margin: 0 auto;
}

.carat-block {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.from-to-box {
	float: left;
	width: 25%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-list.shape-list {
	margin-bottom: 15px;
}

.parameter-title {
	float: left;
	width: 40%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 6px;
	color: #5e0101;
}

.crt .from-to {
	float: left;
	width: auto;
	padding: 0;
}

.from-to {
	float: left;
	width: 60%;
	padding: 0 60px;
}

.from-to-box.discount span {
	margin-bottom: 5px;
}

.from-to-input {
	width: 48% !important;
	margin-right: 2%;
	float: left;
	border: 1px solid #ccc;
}

.carat-list .grid-block {
	border-radius: 0px;
	width: 20%;
	padding: 5px !important;
	background-color: transparent;
}

.clarity-list .grid-block {
	width: 9.09%;
	padding: 5px !important;
	background-color: transparent;
}

.color-list .grid-block {
	width: 4.16%;
	padding: 5px !important;
	background-color: transparent;
}

.search-list.carat-list,
.search-list.clarity-list,
.search-list.color-list {
	width: 75%;
}

.search-container .search-checkbox {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0px !important;
	top: 0;
	margin: 0px !important;
	padding: 0px !important;
	opacity: 0;
	cursor: pointer;
}

.search-left-box {
	float: left;
	width: 50%;
	border: 1px solid #ccc;
	padding: 30px 15px;
}

.carat-block.ktos {
	margin-top: 15px;
}

.stone-certificate .from-to-input {
	background: transparent;
}

.search-right-box {
	float: right;
	width: 50%;
	border: 1px solid #ccc;
	padding: 30px 15px;
	margin-top: 0;
}

.search-row.changeslist .from-to-box span {
	text-transform: uppercase;
	font-size: 12px;
}

#FloList.carat-list .grid-block {
	width: 16%;
}

#LabList.carat-list .grid-block {
	width: 26.7%;
}

.search-left-box .grid-block,
.search-right-box .grid-block {
	width: 25%;
	padding: 5px !important;
	background-color: #f1f1f1;
	list-style: none;
}

.search-left-box .ktos .carat-list .grid-block {
	width: 32%;
}

.from-to-box.discount,
.from-to-box.stone-certificate {
	float: left;
	width: 100%;
}

.stone-certificate .parameter-title {
	width: 25%
}

.stone-certificate .from-to {
	width: 75%;
}

.stone-certificate .from-to-input {
    width: 90% !important;
    border: 2px solid;
    padding: 7px 10px;
    background-color: #fff;
    margin-right: 3px;
	min-height:34px;  
}

.bootstrap-tagsinput input {
	margin-top: -5px !important;
	border: 0px solid !important;
}

.from-to-box.table {
	float: left;
	width: 50%;
}

.table .parameter-title {
	width: 50%;
}

.used-list .grid-block {
	width: 38%;
}

.table .from-to {
	width: 50%;
}

.table .from-to-input {
	width: 70% !important;
}

.search-select {
	padding: 5px;
}

.search-block-title {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 16px;
}

.change-list .grid-block {
	background-color: #fff;
}

.change-list .grid-block.selected {
	border: 1px solid #8b474f;
	color: #fff;
	box-shadow: 0px 0px 3px 0px #8b474f;
	background-color: #8b474f;
}

.ktos .from-to-box {
	float: left;
}

.ktos .search-list {
	width: 43%;
}

.button-group {
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: #dddd;
	width: 100%;
	z-index: 9;
	padding-left: 80px;
	height: 45px;
	padding: 7px;
	text-align: left;
	padding-right: 0px;
	height: 50px;
}

.button-group .btn {
	margin-right: 20px;
}

#searchmessage {
	float: left;
	text-align: left;
	width: 74%;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	z-index: 999999;
	display: block;
	height: 17px;
	text-align: right;
	color: red;
}

.btn.search {
	background-color: #5e0101;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
}

.btn.reset {
	background-color: #242a33;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
}

.search-list.shape-list {
	padding: 0;
}

.shape-list .grid-block span {
	float: left;
	width: 100%;
}

.carat-block.showadvancedparameters {
	padding: 15px 0 5px;
	border-bottom: 1px solid #ddd;
}

.grid-block {
	list-style: none;
}

.search-left-box .grid-block,
.search-right-box .grid-block {
	background-color: transparent;
}
	.search-row-main.shape {
    float: left;
    
  /*  height: 817px;
    box-shadow: 0 0 5px 1px #e6e6e6;*/
}
	.search-row-main.diamondlist {
  /*  width: 83%;
    padding: 0 15px 0 15px;*/
	float:left;
}

.search-container {
	padding: 0;
	background: #fff;
	border-bottom: 2px solid #ddd;
}

.search-select option {
	padding: 5px;
}

.search-select {
	background: transparent;
	font-size: 12px;
	padding: 2px;
}

.grid-block:hover {
	border: 1px solid #5e0101;
	color: #fff;
	box-shadow: none;
	background: #5e0101 !important;
	font-weight: 600;
}

.grid-block.selected {
	border: 1px solid #8b474f;
	color: #fff;
	box-shadow: none;
	background: #8b474f !important;
	font-weight: 600;
}

.grid-block {
	border: 1px solid #ddd;
	background: #fff;
}

.clarity-list .grid-block,
.carat-list .grid-block,
.color-list .grid-block {
	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 0;
}

.carat-block ul li:first-child {
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}

.carat-block ul li:last-child {
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-right: 1px solid #ddd !important;
}

.search-row-outer {
	background: #fff!important;
	float: left;
	border-bottom: 2px solid #ddd;
}

.search-block-title {
	margin: 0 0 30px;
	padding: 0px 0 5px;
	font-weight: 600;
}

.parameters h2.search-block-title {
	width: 90%;
}

.from-to-box.discount span {
	font-size: 12px;
}

#advancedparameters .carat-block {
	padding:0;
}

#advancedparameters .parameter-title {
	float: left;
	width: 25%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 1024px) {}

.k-grid-content td label {
	font-weight: normal !important;
}

.dark-logo {
	width: 170px;
	margin: 0;
}

.navbar-brand {
	margin-right: 0;
}

.multiple.search-select.from-to-input {
	height: 80px;
}

.k-grid td {
	border-style: solid;
	border-width: 0 0 0 1px;
	padding: 0px 1px !important;
	overflow: hidden;
	line-height: 1.6em;
	vertical-align: middle;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: 500;
}