﻿/*css for desktop */

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
}

/*To show cursor on all links on Desktop*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

@media (min-width: 768px) {
	body {
		margin-bottom: 55px;
	}
}

.modal-open .main-page-signIn {
	right: 16px;
}

.modal-open .spot-price-container {
	padding-right: 16px;
}

h1,
h2,
h3 {
	font-weight: 900;
	color: #00053e;
}

h2 {
	font-size: 1.8rem;
}

a {
	color: #337ab7;
	cursor: pointer;
}

	a:hover {
		text-decoration: none;
	}

a,
button {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.image-class {
	height: 250px !important;
	width: 100%;
	object-fit: cover;
}

.hide {
	display: none;
}

.flex-center {
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn {
	padding: .375rem 1rem;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	border: 1px solid #AD841F;
	background: #AD841F;
	color: #fff;
}

	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:focus {
		filter: brightness(95%);
	}

.common-button {
	background: #00053e !important;
	font-size: 14px;
	height: auto;
	padding: 9px 20px;
}

.ghost-button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

	.ghost-button:hover {
		background: #fff;
		border: 1px solid #fff;
		color: #00053e !important;
	}

.price-note {
	width: 55%;
	font-size: 10px !important;
}

.image-caption {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	color: red !important;
	font-weight: bolder;
	font-size: 20px;
}

.faq li {
	padding: 20px 0 0 20px;
	list-style: none;
}

.faq > li {
	font-weight: bold;
	font-size: 150%;
}

.faq li.question {
	font-weight: bold;
	font-size: 80%;
	cursor: pointer;
}

.faq li.answer {
	padding: 0 40px;
	font-weight: normal;
	font-size: 80%;
	display: none;
}

.index {
	text-align: center;
}

	.index h3 {
		font-weight: bolder;
	}

	.index .block-height {
		height: 200px;
	}

	.index .user-type-button {
		display: inline;
		background-color: #295D96;
		color: white;
		font-weight: bold;
		font-size: 13px;
		height: 34px;
		padding: 6px 12px;
		line-height: 1.428571429;
		vertical-align: middle;
		border: 1px solid #cccccc;
		margin-top: 10px;
		width: 200px;
	}

.btn-transparent {
	color: #94AECA !important;
	border-color: #94AECA !important;
	width: 90px;
}

.note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 8px;
	line-height: 15px;
	color: #999;
}

.quick-view {
	background-color: #295D96;
	color: white;
	text-align: center;
	padding: 5px;
	width: 187px !important;
}

.itemZoom:hover:first-child div {
	visibility: visible !important;
}

.quick-view > a {
	color: white;
}

.quick-view-center {
	top: 120px;
	z-index: 10;
}

@media (min-width: 576px) {
	/* hack to center quick view modal */
	#quickViewModal .modal-dialog {
		max-width: 900px !important;
	}
}

/*PROUCT BLOCK - START*/
.product-detail {
	margin: 0 auto;
	/*background-color: #F8F8F8;*/
	width: 190px;
}

	.product-detail a {
		display: inline !important;
	}

	.product-detail .product-content {
		padding: 11px;
		margin-bottom: -6px;
		height: 300px;
		width: 185px;
	}

	.product-detail .product-img {
		width: 150px;
		margin-bottom: 17px;
		margin-left: 6px;
	}

	.product-detail .product-name-link {
		color: #295D96;
		font-weight: bold;
		font-size: 12px;
		line-height: 5px;
	}

	.product-detail .product-price {
		font-size: 12px;
		font-weight: bold;
	}

	.product-detail .quantity {
		width: 49% !important;
		font-style: italic;
		color: #94AECA !important;
		font-size: small;
		text-align: center;
		color: #94AECA !important;
	}

	.product-detail .add {
		width: 49% !important;
		background-color: #295D96;
		color: white;
		font-weight: bold;
		font-size: 13px;
	}

.row-top-margin {
	margin-top: 50px;
}

.row-top-margin-100 {
	margin-top: 100px;
}

#requestCredentialsForm .input-group,
#requestCredentialsForm input {
	height: 40px;
}

/*PROUCT BLOCK - END*/
/*ADD PRODUCT -START*/
.add-product {
	padding: 15px;
	border: 1px solid;
	background-color: #F4F4F4;
	position: absolute;
	width: 900px;
}

	.add-product .header {
		font-weight: bold;
		font-size: 15px;
	}

	.add-product .details-table {
		font-size: 10px;
		margin-top: 10px;
	}

	.add-product .product-value {
		text-align: right;
	}

	.add-product .price {
		font-size: 12px;
		font-weight: bold;
	}


	.add-product .description {
		font-size: 11px;
		font-weight: bold;
	}


	.add-product .btn-secondary.active {
		background-color: #295D95 !important;
		color: white !important;
		/*width: 40px;*/
	}


	.add-product .btn-secondary {
		background-color: #CCCCCC !important;
		color: white !important;
		border-color: transparent !important;
		/*width: 40px;*/
	}


	.add-product .input-text {
		width: 103px;
	}

.product-value .textField {
	width: 145px;
	margin-right: -7px;
}

.d-inline {
	display: inline-flex !important;
}

.product-value .dollarBox {
	width: 100px;
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 4px;
}
/*ADD PRODUCT - END*/


/*SEARCH PRODUCT - START*/

.search-products {
	border: 1px solid lightgray;
	line-height: 45px;
	margin-top: -15px;
	border-radius: 5px;
	z-index: 10;
	position: relative;
	background: #fff;
}

	.search-products .add-view {
		font-size: smaller;
		text-align: right;
	}

	.search-products .see-more-btn {
		width: inherit;
		margin-bottom: 10px;
	}

/*SEARCH PRODUCT - END*/
/*Product Quick Links -START*/
#productQuickLinks {
	position: absolute !important;
	top: 105px !important;
}
/*Product Quick Links -END*/

.privacy-policy {
	padding: 35px;
	border: 1px solid;
	background-color: #F4F4F4;
	position: absolute;
	width: 900px;
	margin-top: 20%;
}

table.table tr {
	/*height: 40px;*/
}

.remove-underline {
	text-decoration: none !important;
}

/*START Layout Page Institutional*/

.upperdiv {
	margin-top: 30px;
}


.menu-item > li > a {
	text-decoration: none;
}

.menu-item > li :hover {
	color: #1F4775;
}

.menu-item li {
	display: inline;
	text-align: center;
}

.menu-item a {
	display: inline-block;
	width: 25%;
	padding: .75rem 0;
	margin: 0;
	text-decoration: none;
	color: #93ADC9;
	font-weight: bold;
}

/*css for Institutional navigation Bar*/
.one:hover ~ .hrInsti {
	margin-left: 0% !important;
}

.two:hover ~ .hrInsti {
	margin-left: 25% !important;
}

.three:hover ~ .hrInsti {
	margin-left: 50% !important;
}

.hrInsti {
	height: .25rem;
	width: 25%;
	margin: 0;
	background: #1F4775;
	border: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*end of css for Institutional navigation Bar*/
.hrIndi {
	position: relative;
	top: 5vh;
	height: .25rem;
	width: 20%;
	margin: 0;
	background: #1F4775;
	border: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.home:hover ~ .hrIndi {
	margin-left: 0% !important;
}

.gold:hover ~ .hrIndi {
	margin-left: 20% !important;
}

.silver:hover ~ .hrIndi {
	margin-left: 40% !important;
}

.platinum:hover ~ .hrIndi {
	margin-left: 60% !important;
}

.palladium:hover ~ .hrIndi {
	margin-left: 80% !important;
}

.hr {
	height: .25rem;
	width: 24%;
	margin: 0;
	background: transparent;
	border: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

hr {
	height: .25rem;
	width: 17%;
	margin: 0;
	background: #93ADC9;
	border: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.menu-underline {
	height: .25rem;
	width: 17%;
	margin: 0;
	background: #1F4775;
	border: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hr1 {
	height: .25rem;
	width: 20%;
	margin: 0;
	background: transparent;
	border: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.badge-notify {
	height: 18px;
	width: 18px;
	background-color: #0071BC;
	margin-top: -5px;
	font-size: 10px;
	padding: 4px 1px;
	margin-left: 3px;
}

.login-dp {
	min-width: 250px;
	padding: 14px 14px 0;
	overflow: hidden;
	background-color: rgba(255,255,255,.8);
}

	.login-dp .form-group {
		margin-bottom: 10px;
	}

.user-dropdown-options {
	padding: 10px;
	background-color: #EEEEEE;
	line-height: 32px;
	min-width: 0px !important;
	border: 0px !important;
}

	.user-dropdown-options .logout-btn {
		width: 100%;
	}

.glyphicon-font-24 {
	font-size: 24px !important;
}
/*END Layout Page Institutional*/

/*css for main page*/

.main-page-hero-image {
	background: url("../images/gold-coin-nest.jpg") no-repeat center center;
	background-size: cover;
	background-position-y: 60%;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	position: relative;
	color: #fff;
}

	.main-page-hero-image .institutional h1 {
		color: #fff;
		width: 100%;
		text-align: center;
	}

	.main-page-hero-image .individual {
		text-align: center;
	}

@media (min-width: 768px) {
	.main-page-hero-image {
		height: 500px;
	}
}

.main-page-hero-image .institutional button,
#btnInstitutionalInvestor {
	font-size: 18px;
}

.hero-cta {
	display: inline-block;
	margin: 0 auto;
}

#btnSignIn {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 18px;
}

.background-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.background-blue {
	background: #00053e;
}

.background-white {
	background: #fff;
	color: #00053e;
}

.main-page-hero-image .background-blue,
.main-page-hero-image .background-gold {
	position: absolute;
	width: 0;
	-webkit-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}

.main-page-hero-image .background-blue {
	background: #00053e;
	right: 0;
	top: 0;
	left: auto;
	height: 100%;
}

.background-gold {
	background: #ab7f19;
	color: #fff;
}

.background-purple {
	background: #00053e;
	color: #fff;
	margin: 20px 0;
	padding: 25px 15px;
	border-radius: 5px;
	height: 100%;
}

.backround-gray {
	background: #d2d2d2;
	padding: 30px 0;
	position: relative;
}

.main-page-hero-image .institutional {
	visibility: hidden;
	opacity: 0;
	top: 10px;
}

	.main-page-hero-image .institutional.rise {
		visibility: visible;
		top: 0;
		opacity: 1;
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

.main-page-hero-image {
	background: url(../images/gold-nest.jpg) no-repeat center center;
	background-size: cover;
	background-position-y: 60%;
	height: 500px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	position: relative;
	color: #fff;
}

@media (min-width: 768px) {
	.main-page-hero-image {
		background-position: right 2vw bottom 40%;
	}
}

.main-page-hero-image .background-blue {
	opacity: .8;
}

.main-page-hero-image .background-white {
	opacity: .3;
}

.coming-soon {
	font-size: 21px;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin-top: 5px;
	line-height: 1.428571429;
}

#btnInstitutionalInvestor {
	white-space: nowrap;
}

.mainPagelinkContainer .intro-container {
	max-width: 900px;
}

.mainPagelinkContainer .intro {
	padding-top: 10px;
	max-width: 650px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.mainPagelinkContainer .intro {
		font-size: 18px;
	}
}

.mainPagelinkContainer .dg-logo {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -46px;
}

	.mainPagelinkContainer .dg-logo img {
		padding: 20px 40px;
		background: #00053e;
		border-radius: 5px;
	}

.mainPagelinkContainer .features {
	position: relative;
	padding-top: 75px;
}

@media only screen and (min-width: 830px) {
	.mainPagelinkContainer .features {
		padding-top: 110px;
	}
}

.mainPagelinkContainer .features .background-blue {
	width: 100%;
	height: 100%;
	padding: 30px 0;
	z-index: -1;
}

.mainPagelinkContainer .features .col-6:nth-of-type(odd) {
	padding-right: 5px;
}

.mainPagelinkContainer .features .col-6:nth-of-type(even) {
	padding-left: 5px;
}

.mainPagelinkContainer .features .col-6 {
	margin-bottom: 10px;
}

.mainPagelinkContainer .features .card-outline {
	padding: 30px 15px 10px 15px;
	border: 1px solid #00053e;
	border-radius: 5px;
	color: #00053e;
	height: 100%;
}

@media (min-width: 768px) {
	.mainPagelinkContainer .features .card-outline {
		font-size: 18px;
	}
}

.mainPagelinkContainer .features svg {
	margin: 0 auto 10px;
	font-size: 35px;
	color: #00053e !important;
	display: block;
	width: 35px;
	margin-bottom: 25px;
}

.mainPagelinkContainer .cta-container {
	position: relative;
	font-size: 30px;
	overflow: hidden;
}

.mainPagelinkContainer .trigger-signin,
.mainPagelinkContainer .request-demo {
	max-width: 600px;
	text-align: center;
	padding: 30px;
}

.mainPagelinkContainer .request-demo {
	margin: 0;
}

.mainPagelinkContainer .trigger-signin {
	margin: 0 0 0 auto;
}

	.mainPagelinkContainer .trigger-signin,
	.mainPagelinkContainer .trigger-signin a {
		cursor: pointer;
		display: block;
	}

.mainPagelinkContainer .cta-container .background-blue,
.mainPagelinkContainer .cta-container .background-gold {
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

	.mainPagelinkContainer .cta-container .background-blue:hover {
		filter: brightness(120%);
	}

@media (min-width: 768px) {
	.mainPagelinkContainer .cta-container .background-gold {
		left: -200px;
	}

	.mainPagelinkContainer .cta-container .background-blue {
		right: -200px;
		left: auto;
	}

	.mainPagelinkContainer .cta-container .slide-in.background-gold {
		left: 0;
	}

	.mainPagelinkContainer .cta-container .slide-in.background-blue {
		right: 0;
	}
}

.mainPagelinkContainer .cta-container .background-gold,
.mainPagelinkContainer .cta-container .background-blue {
	border: 1px solid #00053e;
}

	.mainPagelinkContainer .cta-container .background-gold:hover {
		background: #AD841F;
		filter: brightness(95%);
	}

.mainPagelinkContainer .cta-container a {
	color: #fff !important;
}

@media (min-width: 768px) {
	.mainPagelinkContainer .features .col-6 {
		margin-bottom: 25px;
	}

		.mainPagelinkContainer .features .col-6:nth-of-type(odd) {
			padding-right: 15px;
		}

		.mainPagelinkContainer .features .col-6:nth-of-type(even) {
			padding-left: 15px;
		}
}

.main-page-iraButton {
	position: absolute;
	z-index: 10;
	top: 30vh;
	width: 100%;
}

.main-page-ira-button {
	display: inline;
	background-color: #295D96;
	color: white;
	font-weight: bold;
	font-size: 17px;
	height: 43px;
	padding: 9px 19px;
	line-height: 1.428571429;
	vertical-align: middle;
	border: 1px solid #cccccc;
	margin-top: -5px;
	border-color: transparent;
	border-radius: 4px;
}

.main-page-spanMessage {
	font-weight: bold;
	text-align: center;
	color: #333;
	z-index: 1;
	margin: 0 auto;
	font-size: 34px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-pack: center;
}

.main-page-signIn {
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 10;
	top: 2vh;
}

.main-page-signIn-DGLogo {
	float: left !important;
}

.main-page-signIn-block {
	z-index: 10;
	width: 297px;
	padding: 9px;
	position: relative;
	top: 20px;
	background-color: #F4F4F4;
	border: 1px solid lightgray;
	border-radius: .3rem;
	float: right;
	display: none;
	clear: both;
}

@media (max-width: 767px) {
	body {
		margin-bottom: 75px;
	}
	.main-page-signIn-block {
		width: 100%;
		float: none;
	}

	.spot-price-container .charts-time-span,
	.spot-price-container .charts,
	#spotPriceLoader {
		display: none;
	}

	.spotPriceText {
		text-align: center;
	}

	#spotPriceLoader.show-spot-prices {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0;
	}

	.note2 .col-12 {
		padding: 5px;
	}

	.note2 p {
		font-size: 2.6vw;
		text-align: center;
		float: none !important;
	}

	.grecaptcha-badge {
		bottom: 85px;
	}
}

.main-page-signIn-block .signIn-buton {
	width: 100%;
}

.mainPagelinkContainer {
	margin: 0 auto;
}

.displayInline {
	display: inline-flex;
}

.box {
	margin-top: 5px;
	padding: 19px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 5px;
}

.box-font {
	font-size: large;
	color: #999;
}

.selfContainer {
	width: 90%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.note2 {
	line-height: 15px;
	color: #999;
	font-size: 11px;
	background-color: white;
	padding-top: 2px;
	margin: 0;
}

.circleOk {
	color: #5BCF8F !important;
	font-size: 0.8vw;
}

.circleRemove {
	color: red !important;
	font-size: 0.8vw;
}

.iraButton {
	min-width: 13vh;
	position: relative;
	left: 44vw;
	top: 18vh;
}

#btnIndividual {
	min-width: 30%;
}

#btnInstitutional {
	min-width: 30%;
}

.trade-ticket .header-text {
	font-size: 20px;
}

.trade-ticket .ira-detail-margin {
	margin-bottom: 12px;
}

.trade-ticket .label-text {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: black;
}

.trade-ticket .separator-margin {
	margin-top: 217px;
}

.trade-ticket .vertical-separator {
	padding-right: 20px;
	height: 265px;
	border-right: 1px solid #ccc;
}

.trade-ticket .empty-ticket-message, .no-products-message {
	text-align: center;
	margin-top: 60px;
	line-height: 35px;
	position: relative;
	left: 40%;
	font-weight: bold;
}

.trade-ticket .video-link {
	font-size: 11px;
	font-weight: bold;
}

.trade-ticket .client-name {
	font-size: 18px;
	padding-bottom: 15px;
}

.trade-ticket .edit-client-bar {
	padding-top: 25px;
}

.trade-ticket .product-name {
	color: #295D96;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}

.trade-ticket .grid-header {
	margin-top: 6px;
	font-size: 13px;
	color: #999;
	font-weight: lighter;
	text-transform: uppercase;
}

.glyphicon-search {
	color: #93adc9 !important;
}

.fa-search {
	color: #93adc9 !important;
}

.close {
	color: #93adc9 !important;
}
/*Vertically center align modal - start*/

.vertically-center-dilog .modal {
	text-align: center;
	padding: 0 !important;
}

	.vertically-center-dilog .modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}

.vertically-center-dilog .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media (min-width: 576px) {
	body .modal-dialog .modal-content.tutorial-video-modal {
		top: 100px;
		width: 700px;
		left: -50px;
	}
}

.learn-more-video {
	text-align: center;
	margin: 30px 0 50px;
	font-size: 18px !important;
}

.modal-body form {
	width: 100%;
}

#TradeConfirmationModal .modal-dialog {
	max-width: 640px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

	.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
	display: none;
}

span.error-notice {
	font-size: 10px;
	color: red;
}

/*START FOR SPOT PRICE FOOTER*/
.pre-footer {
	min-height: 0px;
	display: block;
	padding: 0 10px;
}

.pre-footer.charts {
	min-height: 165px;
}

.note2 p {
	margin-bottom: 3px;
}

.custodianInputLabel {
	text-align: center;
}

.custodianInputLabel a {
	text-align: center;
	display: block;
	width: 100%;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 130px;
}

.editCustodianBar {
	border-top: 0 none;
	padding: 5px 10px;
}

.circle-buttons {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	margin: 10px 5px;
	background-color: #00053e;
	color: #fff;
	border-color: transparent;
	font-family: Myriad Pro;
}

	.circle-buttons:hover,
	.circle-buttons:focus,
	.circle-buttons.active {
		outline: none;
		border: 1px solid white;
		color: #00053e;
		font-weight: bold;
		background: #fff;
	}

.market-button {
	background-color: #363636;
	color: #688BB6;
	border-color: transparent;
	font-family: Calibri;
}

	.market-button:hover {
		border: 1px solid white;
		color: white;
		outline: none;
		font-weight: bold;
	}

.header .button-margin {
	margin-right: -633px;
}

.chart {
	margin-left: -11px;
	padding: 0;
}

.iFrameSize {
	width: 100%;
}

.redBottomTriangle {
	color: #CF4D4D;
}

.greenTopTriangle {
	color: #5BCF8F;
}

#spotPriceFooter,
footer .row.charts {
	background-color: #00053e;
	margin-right: 0;
}

.spotPriceText {
	padding: 0 0 5px 10px;
	font-weight: bold;
	font-size: 17px;
	margin: 5px 20px 0px 0px;
	color: white;
	cursor: pointer;
}

.collapsedChart .spot-metal {
	height: 26px;
	color: white;
	background-color: #00053e;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin: 5px 0 0;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

	.collapsedChart .spot-metal .metal, .collapsedChart .spot-metal .ask {
		font-weight: bold;
	}

/* FullScreen view(large desktops, 1350 and up) */
@media (min-width: 1350px) {
	#spotPriceLoader.collapsedChart {
		min-width: 1140px;
		width: 80%;
	}

	.collapsedChart .spot-metal {
		padding: 1px 0 0;
		font-size: 14px;
		width: 24.5%;
	}

		.collapsedChart .spot-metal.palladium {
			width: 24%;
		}
}
/*END FOR SPOT PRICE FOOTER*/
/*Marketing Page*/
.quickSearch {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.navigationBar {
	top: 0 !important;
	position: sticky !important;
	width: 100% !important;
	padding-top: 10px;
	z-index: 100;
	background: #f2f2f2;
}

.instituionalNavigationBar {
	/*position: fixed !important;*/
	width: 100% !important;
	padding: 0 15PX;
	/* padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
}

.upperHeaderBackground {
	max-height: 50px;
}

.headerFont {
	font-weight: 600 !important;
	color: #717171 !important;
}

.individualNavigationBar {
	position: fixed !important;
	width: 85% !important;
	padding-right: 30px !important;
	/* padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
}

.Private-navigationBar {
	position: fixed !important;
	width: 100% !important;
	padding-left: 5%;
	padding-right: 5%;
	right: 0;
	left: 0;
	min-height: 8vh !important;
}

.navigationBar-header {
	float: left !important;
}

.institutionalProductLinkColor {
	color: #2A5D95 !important;
	font-weight: 600;
	font-size: 16px;
}

	.institutionalProductLinkColor:hover {
		color: #1F4775 !important;
	}

	.institutionalProductLinkColor:focus {
		color: #1F4775 !important;
	}

.institutionalLinkColor {
	color: #5072C1 !important;
	/*font-weight:600;*/
}

.navigation > li > a {
	background-color: transparent !important;
}

.largeIcon {
	top: 3px !important;
	font-size: 16px !important;
}

.institutionaLogo {
	margin-top: 10px;
	/*width: 100% !important;*/
	cursor: pointer;
}


#iraDetail {
	width: 100%;
	min-height: 200px;
	/*margin-top: 22px;*/
	padding-top: 12px;
}

	#iraDetail .col-4 {
		width: 32%;
		height: 200px;
		margin-top: 10px;
		font-size: large;
		display: inline-block;
	}

	#iraDetail .col-sm-4 span {
		margin-top: 2px;
	}

	#iraDetail p {
		font-size: 15px;
		color: black;
	}

	#iraDetail ul {
		list-style-type: inherit !important;
	}

/*Hero Image*/
.heroImage {
	top: 0vh !important;
	position: relative !important;
}

	.heroImage img {
		width: 100% !important;
		height: 55vh !important;
	}
/*Hero Image end*/
.hover-slide {
	position: absolute;
	z-index: 10;
	top: 35vh;
	width: 100%;
}
/*End of Marketing Page*/
/*START- style to zoom in little bit  image*/
.image {
	position: relative;
	width: 200px;
	height: 200px;
}

	.image img {
		width: 100%;
		vertical-align: top;
	}

	.image:after, .image:before {
		position: absolute;
		opacity: 0;
		-webkit-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
	}

	.image:after {
		content: '\A';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.image:before {
		content: attr(data-content);
		width: inherit;
		color: #fff;
		z-index: 1;
		top: 0;
		padding: 4px 10px;
		text-align: center;
		background: #295D96;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
	}

	.image:hover:after, .image:hover:before {
		opacity: 1;
	}

.itemZoom > div > div {
	position: relative;
	overflow: hidden;
	width: 100%;
}

	.itemZoom > div > div > img {
		max-width: 100%;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

.itemZoom:hover > div > div > img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*END- style to zoom in little bit image*/

.remove-padding {
	padding: 0px !important;
}

.set-quickview {
	visibility: hidden;
	cursor: pointer;
}

.set-color {
	color: #1F4775;
}

/*Start of Added to trade ticket Pop Up*/
.trade-Confirmation-Html {
	width: 670px !important;
	top: 100px !important;
}

	.trade-Confirmation-Html .center-content {
		margin-left: 30px !important;
	}

.contentStyle {
	top: 217px;
	width: 403px;
}

	.contentStyle .productDescriptionStyle {
		left: 13px;
		top: 10px;
	}

	.contentStyle .imageStyle {
		width: 130%;
		padding-top: 7px;
	}

	.contentStyle .buttonStyle {
		background-color: white;
		color: #295D96;
		border-color: #295D96;
	}
/*End of Added to trade ticket Pop Up*/

/* Feature product*/
.featured-product {
	position: absolute !important;
	top: 0;
	width: 190px !important;
	line-height: 15px;
	font-size: 10px;
	background-color: #BC9226;
	color: #fff;
	text-align: center;
}

	.featured-product .featured-text {
		letter-spacing: 0.8925em;
	}

.errorMessage {
	margin-bottom: -14px;
	color: red;
	font-size: small;
}


.watermark {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

	.watermark::after {
		content: "";
		background: url('../images/DGbug-20x10.svg');
		opacity: 0.4;
		top: 160px;
		left: 55%;
		bottom: 0;
		right: 0;
		position: absolute;
		background-repeat: no-repeat !important;
		width: 40% !important;
	}

.watermark-big {
	width: 100%;
	height: 100%;
	display: block;
}

	.watermark-big::after {
		content: "";
		background: url('../../../../../content/images/DGbug-20x10.svg');
		opacity: 0.4;
		top: 73%;
		left: 70%;
		bottom: 0;
		right: 0;
		position: absolute;
		background-repeat: no-repeat !important;
		width: 28% !important;
	}

/*footer To stick at bottom */
.spot-price-container {
	position: fixed !important;
	width: 100%;
	bottom: 0 !important;
	background: white;
	z-index: 10;
	display: block;
}

.entry-footer {
	margin-top: 30px;
	padding: 40px 15px;
	background: #d2d2d2;
	color: #00053e;
}

#footerLinks a {
	padding: 5px;
	color: #00053e;
	display: block;
}


@media (min-width: 768px) {
	#footerLinks a {
		display: inline-block;
		padding: 0 10px;
	}

	footer #askDealerToParticipateModal-link,
	footer #askCustodianToParticipateModal-link {
		border-right: 1px solid #00053e;
	}
}

.trade-log {
	margin-top: 25px;
}

	.trade-log .header {
		font-size: 20px;
	}

	.trade-log .title {
		font-size: 11px;
	}

	.trade-log .congrats-area {
		text-align: justify;
	}

	.trade-log .details-area {
		text-align: right;
	}

	.trade-log .dealer-premium {
		font-size: 12px;
		font-weight: bold;
	}

	.trade-log .from-to-section {
		height: 175px;
		background-color: #E6E6E6;
	}

	.trade-log .dealer-confirmation {
		width: 45%;
		float: left;
	}

	.trade-log .retailer-confirmation {
		width: 45%;
		float: right;
	}

	.trade-log .retailer-confirmation-buttons {
		text-align: right;
	}

#stepToIRAConnect {
	width: 750px;
	height: 290px;
}

/*#slideButton {
position: fixed;
bottom: -90px;
width: 720px;
}*/
.modal-content {
	background-color: #F4F4F4 !important;
}

/*Text slider*/
.slider {
	width: 90% !important;
	margin-top: 0px !important;
	height: 240px !important;
	margin-left: 5% !important;
}

.slick-slide {
	height: 250px !important;
	margin: 0px 20px !important;
}

	.slick-slide img {
		width: 100% !important;
	}

.slick-prev:before,
.slick-next:before {
	color: black !important;
}

.linkIraBox {
	border: 1px solid #CFD0CF;
	height: 100px;
	padding-top: 20px;
}

.tutorial-video-modal {
	top: 100px;
	width: 700px;
	left: -50px;
}

	.tutorial-video-modal .video-size {
		width: 669px;
	}

img.lazy {
	width: 100%;
	height: auto;
	background-image: url('../../../../../content/images/loader.gif');
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 18%;
	background-position: 50%;
}

.text-decoration-none {
	text-decoration: none !important;
}

/*CSS FOR USER PROFILE START*/

.user-profile .button-color {
	background-color: #2A5D95 !important;
}

.pos-fixed {
	position: fixed !important;
}

@media only screen and (max-width: 1280px) {
	.collapsedChart .dataDiv {
		height: 50px !important;
	}
}


/*CSS FOR USER PROFILE START*/
.popDown-Block {
	position: fixed;
	z-index: 10 !important;
	width: auto;
	background-color: white;
	border: 1px solid gray;
	/*float: right !important;*/
	float: none;
	display: none;
	border-radius: 0;
	font-weight: bold;
	/*right: 220px; changed this to percent as when screen size will change position will differ if we use px
right: 20%;*/
	white-space: nowrap;
	top: 50px;
	padding: 0px !important;
	overflow: hidden !important;
}

	.popDown-Block .list-group-item {
		color: #808080 !important;
		padding: 11px 15px !important;
	}

		.popDown-Block .list-group-item:first-child {
			border-top-left-radius: 0px !important;
			border-top-right-radius: 0px !important;
		}

#appsPopDown {
	margin-right: 17.5vw;
}

#liApps a, #liLoggedIn a, #liProducts a, #tradeLog a, #tradeTicket a {
	text-decoration: none !important;
}

#productPopDown {
	top: 85px;
	margin-left: 15px;
}

#liProducts {
	margin-top: 8px !important;
}


.filter-Options {
	margin-left: 10px;
	font-weight: normal;
}

/*CSS Trade History*/
#tradeHistoryTable td a {
	margin-right: 10px;
	font-size: 16px;
}
/*END Trade History*/

/*** Search Autocomplete *** */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}

.autocomplete-group {
	padding: 2px 5px;
}

	.autocomplete-group strong {
		display: block;
		border-bottom: 1px solid #000;
	}

/* END Search Autocomplete */

/*** Ask And Bid Amount ***/

.askAmt {
	float: left;
}

	.askAmt span {
		display: block;
	}

	.askAmt div {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.askAmt .addToCart {
		width: 100% !important;
	}

	.askAmt input {
		text-align: center !important;
	}

.bidAmt {
	float: right;
}

	.bidAmt span {
		text-align: center;
		display: block;
	}

	.bidAmt div {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.bidAmt .addToCart {
		width: 100% !important;
	}

	.bidAmt input {
		text-align: center !important;
	}

/* END Ask and Bid Amount*/

/* Loader Css*/
#divLoader, #divLoaderCustodian {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
	display: none;
	text-align: center;
}

/** End Loader Css**/

/* Footer Css For Layout Pages*/
.layout-footer {
	position: fixed !important;
	bottom: 0 !important;
	z-index: 10;
}

.grecaptcha-badge {
	z-index: 9999;
	bottom: 58px !important;
}
.contact-heading {
	display: inline
}

.icon-contact-heading {
	cursor: pointer;
	color: #337ab7
}

.label-contact-heading {
	margin-bottom: 0px
}