.filterLabel {
	margin: 0;
	padding: 0;
	text-align: center;
}

.filterBtn {
	display: block;
	min-width: 45px;
	height: 35px;
	color: #1B2842;
    background-color: #edeff2;
	margin-right: 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-bottom: 2px solid white;
	cursor: pointer;
	margin-bottom: 15px;
	font-size: 12px;
}

.diamond_type {
    background-color: #edeff2;
}

.filterBtn.active, .filterBtn.active-clarity {
	background-color: #1B2842;
	color: white;
}

.active-label{
	background-color: #1B2842;
	color: white !important;
}

.from-size-wrapper, .to-size-wrapper, .from-colour-wrapper,
.to-colour-wrapper, .shape-wrapper, .clarity-wrapper{
	overflow-x: scroll;
	width: auto;
	display: flex;
	text-align: center;
}

.btn-outline-info{
	width: 49%;
	border-radius: 0;
	margin: 0;
	border: .5px solid #1B2842;
	color: #1B2842;
	border-style: none;
}

.btn-outline-info:hover{
	background-color: #1B2842;
	border-style: none;
}

.shape-filter{
	min-width: 100%;
	font-size: 12px;
	margin-right: 20px;
	color: #3d4852;
}

.clarity-filter{
	min-width: 60px;
}

.filterBtns{
	max-width: 100%;
}

.jumbotron {
	width: 100%;
	background-color: white;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.active-shape, .active-text, .filter-header {
	color: #1B2842;
}

.shape-toggle{
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
	min-width: 70px;
	border-radius: 20px;
}

.shape-icon{
	border-bottom: 5px solid white;
}

.active-icon{
	border-bottom: 5px solid #1B2842;
	background-color: #edeff2;
}

.more-filters{
	background-color: #edeff2;
	border-radius: 50px;
	color: #1B2842;
	width: 100%;
	height: 35px;
	font-size: 13px;
}

.more-filters:hover{
	background-color: #1B2842;
	color: #edeff2;
}

.filter-line{
	width: 100%;
}

.loosediamond-header{
	color: #8BA3CF;
	opacity: 0.6;
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-style: none;
}

.view-type{
	/*margin-left: 5px;
	padding: 0;
	width: 28px;
	color: #1B2842;*/
	cursor: pointer;
}

.loose-diamond-bg-list{
	color: #3d4852;
	font-size: 10px;
}

.loose-diamond{
	border-radius: 20px;
	padding: 20px 10px 5px 10px !important;
	/* font-size: 3px; */
}

cite{
	font-size: small;
}

.loosediamond-report{
	color: #8BA3CF;
	opacity: 0.6;
}

.loosediamond-report:hover{
	text-decoration: none;
	color: #1B2842;
	opacity: 1;
}

.diamond-count{
	color: #1B2842;
	font-size: large;
}

.loose-diamond-img{
	max-width:100%;
	border-radius: 10px;
	margin-bottom: 0.8em;
}

.dcModalBodyContent {
	font-size: 12px;
	border-right: .2px solid #b0adc5;;
}

.dcModalBodySummary{
	font-size: 10px !important;
}

.dcModalButton{
	color: white;
	background-color: #1B2842;
	font-size: 12px;
	height: 35px;
	border-radius: 2px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}

.dcModalButton:hover{
	border: .2px solid #1B2842;
	color: #1B2842;
	background-color: white;
	cursor: pointer;
}

.dcModalLink{
	text-decoration: none !important;
}

.text-shadow{
	text-shadow: .1px .2px #990000;
}

.shape-font-size{
	font-size: 10px;
	padding-bottom: 50px;
}

.modalBg{
	background-color: #edeff2;
	/* border-radius: 10px; */
}

.dcModalBodyText{
	font-size: 11px;
	color: #3d4852;
}

.dcModalQuote, .dcModalContact{
	width: 100%;
	border: .2px solid #1B2842;
	font-size: 11px;
	color: #1B2842;
	border-radius: 50px;
}

.dcModalQuote:hover, .dcModalContact:hover{
	background-color: #1B2842;
	color: white;
}

.dcModalCertificate{
	border: .2px solid #b0adc5;
	min-height: 35px;
	color: goldenrod;
	font-size: 12px;
	border-radius: 2px;
}

.dcModalCertificate:hover{
	color: goldenrod;
	box-shadow: 2px 2px 4px #1B2842;
}

.modalFooterIcon{
	font-size: 20px !important;
	color: #3d4852;
}

.top-left {
	position: relative;
	top: -10px;
	left: 0px;
}

.fa-eye:hover{
	color: #1B2842;
}

@media only screen and (min-width: 992px)  {
	.from-size-wrapper{
		/* margin-left: 90px; */
	}
	.dc_halfmoon{
        width: 80% !important;
    }
}

@media only screen and (min-width: 1200px)  {
	.from-size-wrapper{
		/* margin-left: 155px; */
	}
	.clarity-wrapper{
		margin-left: 25px;
	}
	.to-colour-wrapper{
		/* margin-left: 25px; */
	}
	.shape-wrapper{
		/* margin-left: 55px; */
	}
}
