﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Loader theme styles
-------------------------------------------------- */
.print:last-child {
	page-break-after: auto;
}

[data-tooltip]:before {
	content: attr(data-tooltip);
	display: none;
	position: absolute;
	background: #505050 !important;
	color: #fff;
	padding: 4px 8px;
	font-size: 15px !important;
	line-height: 1.4;
	min-width: 200px;
	text-align: center;
	border-radius: 4px;
}

.paddingLeftNone {
	padding-left: 0;
}

.spanAccordion {
	font-size: 17px;
	font-weight: 500;
	color: whitesmoke;
	line-height: 50px;
	margin-left: 10px;
}

@media print {

	html, body {
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}
}

.inventory {
	background-color: white;
	width: auto;
	margin: 2%;
	min-width: 980px
}


.flagHeader {
	height: 45px;
	width: 70px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	display: none;
}

#divLoader {
	display: none;
}

.margin-row-request {
	margin-bottom: 20px !important;
}

.center {
	margin: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.padding-header {
	padding: 0;
}

.brand-background {
	background-color: #002147;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu {
	background-color: #fff;
	color: #333;
}

.dropdown-item {
	color: rgba(255, 255, 255, 0.9);
}

	.dropdown-item.active,
	.dropdown-item:active,
	.dropdown-item:hover {
		color: rgba(255, 255, 255, 0.9);
		background-color: rgba(0,5,62,.12);
	}

	.dropdown-item,
	.dropdown-item.active,
	.dropdown-item:active,
	.dropdown-item:hover {
		color: #333;
	}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
	padding: 2px 8px 10px;
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

.icon {
	color: rgba(255, 255, 255, 0.9);
	height: 2.5em;
	width: 2.5em;
}

/* General theme styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	background: #F2F2F2;
	color: #333;
	min-height: 100vh;
	line-height: 1.8;
}

h1,
h2 {
	color: #00053e;
}

label {
	font-weight: 700;
	margin: 0;
}

a,
.page-link {
	color: #00053e;
}

	a:hover,
	a:focus,
	.page-link:hover {
		color: #00053e;
		text-decoration: none;
	}

.active .nav-link {
	color: #00053e !important;
}

input,
select,
textarea {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	width: 100%;
	min-height: 50px;
	padding: 0 15px;
}

select {
	font-weight: 700;
	color: #495057;
}

.bootstrap-select .dropdown-menu li a span.text {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bootstrap-select .dropdown-menu {
	width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.form-control:focus {
	border-color: #f6f8fa;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075),0 0 4px rgba(0, 5, 62, 0.6);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075),0 0 4px rgba(0, 5, 62, 0.6);
}

.form-control {
	color: #333;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

@media (max-width: 767px) {
	.show-md {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-md {
		display: inline;
	}
}

.alert-warning {
	border-radius: 5px;
	padding: 5px 10px;
}

.text-muted {
	color: #aaa !important;
	font-weight: 600;
}

.bg-light {
	background: #F5FAFF !important;
}

.text-dark {
	color: #333 !important;
}

.flex-center {
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card {
	-webkit-box-shadow: 1px 1px 5px 1px #d2d2d2;
	-moz-box-shadow: 1px 1px 5px 1px #d2d2d2;
	box-shadow: 1px 1px 5px 1px #d2d2d2;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.my-account .change-password button {
		max-width: 200px;
	}
}

.custodianInputLabel {
	text-align: center;
	display: block;
	width: 100%;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 130px;
}

.flag {
	height: 100px;
	width: 150px;
}

.mobilePrint {
	display: block;
}

.faIcons {
	color: #00053e;
	font-size: 20px;
	margin: 0 10px;
}

.fa-angle-double-right {
	margin: 0;
}

.btn-primary,
.btn-secondary {
	background: #00053e !important;
	border-color: #00053e !important;
}

table,
table > thead > tr > td,
table > tbody > tr > td {
	background: #fff;
	padding: 15px 10px;
}

	table > thead > tr > td {
		font-weight: 500;
		white-space: nowrap;
	}

.table-bordered {
	border: 0;
}

	.table-bordered th,
	.table-bordered td {
		border: 0;
		white-space: nowrap;
	}

	.table-bordered tr {
		border-top: 1px solid #d2d2d2;
	}

	.table-bulkupload-border tr {
		border-color: #e9e9e9!important;
	}

@media (max-width: 768px) {
	main > .container {
		padding: 0;
	}
}

.main-container {
	max-width: 3000px !important;
	margin-top: 66px;
}

	.main-container,
	.main-container > .row:first-child {
		min-height: 92.3vh;
	}

@media (min-width: 992px) {
	.card-body {
		padding: 20px 40px;
	}

	.card-header {
		padding: 24px 40px;
	}
}

@media (max-width: 768px) {
	.card-body .container {
		padding: 0;
	}
}

.card .next,
.card .prev {
	background: #00053e;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
}

	.card .next:after {
		font-family: 'Font Awesome\ 5 Free';
		content: '\f054';
		font-weight: 900;
		margin-left: 3px;
	}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	border-radius: 0;
	background-color: #f3f3f3;
}

::-webkit-scrollbar {
	width: 15px;
	height: 5px;
	background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
	background-color: rgba(0,5,62,.3);
}

@media (max-width: 768px) {
	::-webkit-scrollbar {
		width: 0;
	}
}

::-webkit-input-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

::placeholder {
	color: #999;
}

.form-label-group {
	margin-bottom: 1.5rem;
}

	.form-label-group > label {
		color: #777;
	}

	.form-label-group .dropdown-menu input:not(:placeholder-shown) {
		padding-top: 0;
	}

.btn-info {
	background-color: rgba(0, 5, 62, 1) !important;
	border-color: rgba(0, 5, 62, 1) !important;
}

.btn-warning {
	background-color: rgba(171, 127, 25, 1) !important;
	border-color: rgba(171, 127, 25, 1) !important;
}

.btn-success {
	background-color: rgba(247, 205, 105, 1) !important;
	border-color: rgba(247, 205, 105, 1) !important;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle,
.btn-light,
.btn-light:hover {
	background: #fff;
	border: 1px solid #d2d2d2;
	height: 50px;
}

.btn-lg {
	height: 50px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #777;
	font-weight: 700;
	line-height: 36px;
}

.actions-btn:hover {
	background: rgba(0,5,62,.12) !important;
}

.page-item.active .page-link {
	background: #00053e;
	border: #00053e;
}

.fixed-table-toolbar .search {
	padding: 0 10px;
	width: 100%;
}

.dropzone {
	border: 1px solid #d2d2d2 !important;
	border-radius: 5px !important;
}

.fixed-table-pagination {
	padding: 0 .75rem;
}

input:disabled,
input[type="text"][disabled],
.btn-light.disabled, .btn-light:disabled {
	background-color: #d2d2d2;
	opacity: 0.65;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-weight: 700;
}

.isPrimary-wrapper {
	height: 50px;
	line-height: 50px;
}

#isPrimary {
	height: 20px;
	width: 20px;
	outline: none;
	position: relative;
	top: 4px;
}

.btnAddAccount {
	height: 50px;
}

@media (max-width: 767px) {
	.btnAddAccount {
		width: 100%;
	}
}

.input-group-prepend .input-group-text {
	border-radius: 5px 0 0 5px;
}

.input-group-prepend ~ .form-label-group input {
	border-radius: 0 5px 5px 0;
}

.bootstrap-select > .dropdown-toggle {
	line-height: 36px;
}

/* Switch toggle styles
-------------------------------------------------- */
.switch-toggle input,
.switch-toggle input:focus {
	outline: 0 !important;
	-webkit-tap-highlight-color: transparent;
	box-shadow: none !important;
	border: 0 !important;
}

.switch-toggle.switch-candy,
.switch-light.switch-candy > span {
	background: #fff;
	box-shadow: none;
	border: 1px solid #d2d2d2;
}

	.switch-light.switch-candy span span,
	.switch-light.switch-candy input:checked ~ span span:first-child,
	.switch-toggle.switch-candy label {
		color: #333;
		font-size: 1rem;
		text-shadow: none;
		font-weight: 400;
		cursor: pointer;
	}

@media (max-width: 768px) {
	.switch-toggle {
		margin-bottom: 1.5rem;
	}

	.card-header .switch-toggle {
		margin-bottom: 1rem;
	}

	.switch-toggle.switch-candy label {
		font-size: 12px;
		white-space: nowrap;
		padding: 12px;
	}
}

.switch-light.switch-candy input ~ span span:first-child,
.switch-light.switch-candy input:checked ~ span span:nth-child(2),
.switch-candy input:checked + label {
	color: #fff;
	text-shadow: none;
}

.switch-toggle input:focus ~ span a,
.switch-toggle input:focus + label {
	outline: 0;
}

.switch-toggle input + label {
	padding: 8px;
}

.switch-candy a {
	background: #00053e;
	border: 0;
	box-shadow: 0px 0px 0px 1px #00053e !important;
}

/* Wizard steps styling
-------------------------------------------------- */
.wizard section {
	border-radius: 5px 5px 0 0;
}

@media (max-width: 768px) {
	.wizard > .content {
		min-height: 30em;
	}

		.wizard > .content > .body,
		.wizard > .actions > ul,
		.wizard > .steps {
			margin-left: 5px !important;
		}

			.wizard > .steps a,
			.wizard > .steps a:hover,
			.wizard > .steps a:active {
				padding: .6em 0;
			}

	.wizard .steps ul {
		margin-right: 0 !important;
	}
}

/*.footer {
    border-top: 1px solid #d2d2d2;
}*/

/* Date Picker styles
-------------------------------------------------- */
.comiseo-daterangepicker-triggerbutton.ui-button {
	width: 100%;
}

/* Header styles
-------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
}

.navbar {
	height: 65px;
}

	.navbar > .container,
	.navbar > .container-fluid {
		flex-wrap: nowrap !important;
		max-width: 3000px !important;
	}

.navbar-search {
	margin: 0 5%;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-shadow: 1px 1px 5px 1px #d2d2d2;
	-moz-box-shadow: 1px 1px 5px 1px #d2d2d2;
	box-shadow: 1px 1px 5px 1px #d2d2d2;
}

	.navbar-search input {
		min-height: 40px;
		padding-left: 35px;
	}

	.navbar-search .fa-search {
		position: absolute;
		z-index: 10;
		line-height: 2.5;
		left: 10px;
		color: #999;
	}

@media (min-width: 991px) {
	.main-nav {
		display: block !important;
	}
}

.navbar .container {
	position: relative;
}

.navbar-nav .nav-item {
	cursor: pointer;
}

.navbar-nav .nav-link {
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
}

	.navbar-nav .nav-link:hover {
		background: rgba(0,5,62,.03);
		border-radius: 5px;
	}

.navbar-nav .nav-item.active {
	background: rgba(0,5,62,.12);
	border-radius: 5px;
}

	.navbar-nav .nav-item.active i {
		color: #00053e;
	}

.navbar-nav i {
	color: #999;
	padding-left: 5px;
}

.holdings-account {
	white-space: nowrap;
	cursor: pointer;
	padding: 15px 0;
}

.navbar-holdings-account-collapse .nav-item {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}

.holdings-account > span:first-of-type {
	background: #00053e;
	color: #fff;
	padding: 1px 5px 2px;
	border-radius: 5px;
}

.navbar-account-toggler {
	font-weight: 600;
	cursor: pointer;
	text-align: right;
	white-space: nowrap;
}

.initials {
	background: #00053e;
	padding: 5px;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
}

.navbar-account-collapse {
	list-style: none;
	position: absolute;
	top: 60px;
	right: 0;
	background: #fff;
	border-radius: 5px;
	min-width: 170px;
	padding: 0 15px;
	-webkit-box-shadow: 1px 1px 5px 1px #d2d2d2;
	-moz-box-shadow: 1px 1px 5px 1px #d2d2d2;
	box-shadow: 1px 1px 5px 1px #d2d2d2;
	z-index: 999;
}

	.navbar-account-collapse li {
		padding: 15px 0;
	}

@media (min-width: 769px) {
	.navbar-collapse {
		border-right: 1px solid #d2d2d2;
	}

	.navbar-brand {
		display: block;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none !important;
	}
}

@media (min-width: 1440px) {
	.navbar-collapse {
		max-width: 300px;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.navbar-collapse {
		font-size: .8rem;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		background: #fff;
		padding: 10px;
		margin: 5px 0;
		-webkit-box-shadow: 1px 1px 5px 1px #d2d2d2;
		-moz-box-shadow: 1px 1px 5px 1px #d2d2d2;
		box-shadow: 1px 1px 5px 1px #d2d2d2;
	}

	.navbar-brand {
		display: none;
	}

	.navbar-collapse,
	.navbar-account-collapse {
		position: fixed;
		top: 65px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease;
		z-index: 100;
		background: #fff;
		display: block;
	}

	.navbar-collapse {
		right: 100%;
	}

	.navbar-account-collapse {
		left: 100%;
		width: 100%;
		overflow-y: scroll;
		position: fixed;
		height: 100%;
	}

		.navbar-collapse.collapsing,
		.navbar-account-collapse.collapsing {
			height: 100% !important;
			transition: all 0.3s ease;
			display: block;
		}

	.navbar-collapse.collapsing {
		margin-right: 50%;
	}

	.navbar-account-collapse.collapsing {
		margin-left: 50%;
	}

	.navbar-collapse.show {
		right: 0;
	}

	.navbar-account-collapse.show {
		left: 0;
	}

	.navbar-collapse .navbar-nav,
	.navbar-account-collapse {
		height: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}

	.navbar-expand-sm .navbar-toggler {
		display: block !important;
	}
}


@media (max-width: 768px) {
	.navbar-account-toggler .account-name {
		display: none;
	}
}

.submenu .nav-link {
	padding-left: 5px;
	padding-right: 5px;
}
/* Dashboard styles
-------------------------------------------------- */
.holdings-date {
	color: #999;
	line-height: 2.3;
	padding-left: 10px;
}

.balance-notice {
	padding: 10px;
	border-left: 4px solid #00053e;
	border-radius: 5px;
}

	.balance-notice span {
		padding: 0 5px;
	}

	.balance-notice .fa-chevron-right {
		margin-left: auto;
		order: 2;
		line-height: 1.6;
	}

	.balance-notice .balance-amount {
		font-weight: 700;
		color: #00053e;
		padding-right: 10px;
	}

.holdings-amount {
	font-size: 30px;
	color: #00053e;
	font-weight: 700;
}

.textHoldings {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #00053e;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

	.textHoldings span {
		display: block;
		padding: 5px 0;
	}

	.textHoldings .amount {
		font-size: 30px;
	}

	.textHoldings.total .card {
		background: #00053e;
		color: #fff;
	}

.cardDashboard {
	position: relative;
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.textHoldings.total .holdings-amount {
	color: #fff;
}

.outstading-requests {
	justify-content: space-around;
	/*border-left: 4px solid #00053e;*/
}

@media screen and (max-width: 600px) {
	.outstading-requests {
		justify-content: space-around;
		display: block !important;
	}
}
/*.outstading-requests-link {
    color: inherit;
    width: 100%;
    padding: 10px 15px;
}

.outstading-requests-link {
    color: inherit;
    width: 100%;
    padding: 10px 15px;
}

.outstading-requests .fas {
    padding: 0 5px;
}

.outstading-requests .fa-list {
    color: #00053e;
}

.outstading-requests .fa-chevron-right {
    color: #999;
    float: right;
    padding-top: 5px;
}*/

.request-overview {
	padding: 10px 0 0;
}

	.request-overview .card {
		padding: 15px 0;
		margin-bottom: 20px;
	}

		.request-overview .card .row {
			margin: 0;
		}

		.request-overview .card .col-4 {
			padding: 0 5px;
		}

	.request-overview h4 {
		font-size: .8rem;
		margin-bottom: 0;
	}

	.request-overview span {
		font-size: 2rem;
		font-weight: bold;
	}

.request-type-container {
	color: #333;
}

.request-type-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.request-type {
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
	padding: 10px 0;
}

.request-type-title {
	font-weight: 700;
}

.request,
.request-selection {
	display: none;
}

@media (min-width: 768px) {
	.request-type-container {
		display: block;
	}

	.request-type {
		padding: 15px 30px;
		display: inline-block;
		cursor: pointer;
	}
}

.request-type.active {
	font-weight: 600;
	color: #00053e;
	border-bottom: 3px solid #00053e;
	background: rgba(0,5,62,.12);
}

.request-overview-table {
	width: 100%;
}

.table-wrapper {
	overflow: hidden;
	overflow-x: scroll;
}

/* Create Request styles
-------------------------------------------------- */
.create-request-container {
	padding: 0;
}

.out-shipment-container,
.transfer-container,
.direct-release-container {
	display: none;
}

.out-shipment-delivery {
	margin-bottom: 1.5rem;
}

	.out-shipment-delivery hr {
		height: 1px;
		width: 100%;
		border-top: 1px solid #d2d2d2;
		margin: 0 15px;
	}

.request-title {
	font-weight: 400;
	margin: 0;
}

#itemTable tbody tr td input {
	max-width: 125px;
}

@media (max-width: 767px) {
	.request-title {
		font-size: 16px;
		line-height: 24px;
	}

	status-title {
		font-size: 14px;
	}

	#itemTable thead {
		float: left;
		width: 45%;
	}

		#itemTable thead th {
			display: block;
			padding-left: 0;
		}

	#itemTable tbody {
		float: right;
		width: 55%;
	}

		#itemTable tbody tr td {
			display: block;
		}

			#itemTable tbody tr td input {
				min-height: 30px;
			}
}

.request-number {
	font-weight: 700;
}

.upload-items {
	background: #f6f8fa;
	border-radius: 5px;
	padding: 20px;
	margin: 20px;
}

	.upload-items a {
		display: block;
	}

.save-button {
	background: #00053e;
	color: #fff;
}

.request-status {
	font-weight: 600;
	color: #31d211;
}

.upload-file {
	border: 0 !important;
	padding: 10px 0;
}

.shipping-info {
	margin: 15px 0;
}

.create-request-container table tr:nth-of-type(odd) {
	line-height: 16px;
}

.shipping-info table tr:nth-of-type(even),
.review table tr:nth-of-type(even) {
	line-height: 24px;
}

.shipping-info .table-container {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d2d2d2;
}

	.shipping-info .table-container:not(:first-child) {
		padding-top: 10px;
	}

.shipping-info .edit {
	color: #d2d2d2;
	padding: 5px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	margin-top: -5px;
}

@media (min-width: 768px) {
	.shipping-info .edit {
		margin-bottom: -20px;
	}
}

.tracking .col-md-4 {
	margin-bottom: 1rem;
}

.tracking {
	margin-top: 15px;
}

	.tracking span {
		display: block;
	}

.review h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

/* Speed Request styles
-------------------------------------------------- */
table .mobile-data::after {
	content: attr(data-after-content);
	display: block;
	padding-top: 5px;
}

/* Search Request styles
-------------------------------------------------- */
.request-overview-table-container .card-header {
	padding: 15px;
}

.date-picker {
	margin: 20px 0;
}

/* Date picker styles
-------------------------------------------------- */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: transparent !important;
	color: #00053e !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0 !important;
	background: rgba(0,5,62,.3) !important;
	color: #00053e !important;
	border-radius: 3px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
	border-radius: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center !important;
	border: 0 !important;
}

.ui-datepicker td {
	padding: 0 !important;
}

.comiseo-daterangepicker-triggerbutton {
	background: #fff !important;
	border: 0 !important;
	-webkit-box-shadow: 1px 1px 5px 1px #d2d2d2;
	-moz-box-shadow: 1px 1px 5px 1px #d2d2d2;
	box-shadow: 1px 1px 5px 1px #d2d2d2;
	padding: 15px !important;
}

	.comiseo-daterangepicker-triggerbutton:before {
		font-family: 'Font Awesome\ 5 Free';
		content: '\f073';
		color: #00053e;
		padding-right: 7px;
	}

ul.ui-widget.ui-widget-content {
	border: 0 !important;
}

#divLoader {
	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;
}

#divRequestLoader, #divDashboardLoader,#divRequestLoaderCompletedRequest,#divRequestLoaderOutStandingRequestByStatus{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	display: none;
	text-align: center;
	z-index:1;
}

.refreshTime {
	font-size: 15px !important;
	font-weight: 400 !important;
	margin-left: auto;
	margin-top: 12px;
}

@media (max-width: 767px) {
	.comiseo-daterangepicker-presets {
		width: 100%;
		display: block !important;
	}
}

#btnAddFees {
	width: 100%;
	height: 50px;
}

/* Invoices & Reports styles
-------------------------------------------------- */
.invoices ul,
.reports ul {
	list-style: none;
	padding: 0;
}

	.invoices ul li,
	.reports ul li {
		padding: 10px;
		border-bottom: 1px solid #d2d2d2;
	}

		.invoices ul li:last-of-type,
		.reports ul li:last-of-type {
			border: 0;
			padding-bottom: 0;
		}

		.invoices ul li a,
		.reports ul li a {
			color: #00053e;
		}

.sticky-col {
	position: sticky;
	position: -webkit-sticky;
	background-color: white;
}

.first-col {
	left: 0px;
}

.second-col {
	left: 70px;
}

.second-col-name {
	left: 140px;
}

.second-col-icon {
	left: 30px;
}

.last-col {
	right: 0px;
	text-align: center;
}

footer {
	position: sticky !important;
	bottom: 0 !important;
	z-index: 9;
}

.transaction-log-height {
	max-height: 215px;
	overflow: auto;
}

/*START FOR SPOT PRICE FOOTER*/
.pre-footer {
	min-height: 0px;
	display: block;
	padding: 0 10px;
}

	.pre-footer.charts {
		min-height: 165px;
	}

.note2 {
	background-color: white;
}

	.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;
	}



.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;
}

.spotPriceText {
	font-weight: bold;
	font-size: 16px;
	margin: 5px 5px 5px 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%;
		}
}

@media (max-width:850px) {
	.charts-time-span {
		display: none;
	}

	.charts {
		display: none;
	}

	.collapsedChart {
		display: block;
	}
}

/*END FOR SPOT PRICE FOOTER*/
.ml-125 {
	margin-left: 1.25rem !important;
}

.ml-19 {
	margin-left: 1.9rem !important;
}

.ml-20 {
	margin-left: 2rem !important;
}

.ml-26 {
	margin-left: 2.6rem !important;
}

.ml-30 {
	margin-left: 3rem !important;
}

.ml-33 {
	margin-left: 3.3rem !important;
}

.ml-67 {
	margin-left: 6.7rem !important;
}


/* Style the search field */
div.search-field input[type=text] {
	padding: 10px;
	font-size: 17px;
	border: 1px solid grey;
	float: left;
	width: 78%;
	background: #f1f1f1;
}

/* Style the submit button */
div.search-field button {
	float: right;
	width: 20%;
	padding: 10px;
	background: #00053e;
	color: white;
	font-size: 17px;
	border: 1px solid grey;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
}

	div.search-field button:hover {
		background: #00053e;
	}

/* Clear floats */
div.search-field::after {
	content: "";
	clear: both;
	display: table;
}

.th-hidden {
	display: none;
	visibility: hidden;
}

#centeredElement {
	margin-left: 26% !important;
}

.tt-menu {
	max-height: 270px;
	overflow-x: auto;
	overflow-y: auto;
}
@media (max-width: 1280px) {
	#centeredElement {
		margin-left: 0% !important;
	}
}

#search-field-mobile {
	display: none;
}

#sidebarMenu {
	width: 300px;
	min-width: 120px;
	transition: width 0.3s ease;
	border-right: 1px solid #d2d2d2;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	flex-grow: 1,
}
		
#sidebarMenu.collapsed {
	width: 70px !important; 
	min-width: 60px;
}

#sidebarMenu.collapsed .submenu {
	display: none !important;
}

#sidebarMenu.collapsed .nav-link span {
	display: none !important;
}
		
#sidebarMenu.collapsed .nav-link i {
	display: inline-block !important;
	margin: 0 !important;
	font-size: 1.2rem;
}
		
#sidebarMenu.collapsed .nav-link {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 0.75rem 0.5rem !important;
	text-align: center;
}
		
@media (max-width: 1440px) {
	#sidebarMenu {
		width: 204px;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	#sidebarMenu.collapsed {
		width: 60px;
		flex: none; 
		max-width: none; 
	}					
	#sidebarMenu.collapsed .nav-link span {
		display: none !important;
	}
}

@media (max-width: 1067px) {
	#sidebarMenu {
		width: 151px;
		font-size: .8rem;
	}
	#sidebarMenu.collapsed {
		width: 60px;
	}
	#sidebarMenu.collapsed .nav-link span {
		display: none !important;
	}
}

@media (max-width: 991px) {
	#sidebarMenu,#sidebarToggle {
		display: none !important;
	}

	#sidebarMenu.active {
		display: block !important;
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		height: calc(100% - 65px);
		padding: 15px;
		transition: all 0.3s ease;
		z-index: 100;
		background: #fff;
		overflow-y: auto;
		flex: none;
		max-width: none;
	}

	#sidebarMenu {
		left: -100%;
	}

	#sidebarMenu.active {
		left: 0;
	}

	.sidebar-overlay {
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99;
		display: none;
	}

	#sidebarMenu.active + .sidebar-overlay {
		display: block;
	}
}

#sidebarToggle {
	outline: none !important;
	box-shadow: none !important;
	border: none;
}

#sidebarToggle:focus {
	outline: none !important;
	box-shadow: none !important;
}



@media (max-width: 500px) {
	.navbar {
		height: 140px;
	}
	#search-field-web {
		display: none;
	}
	#search-field-mobile {
		display: block;
		margin-left: 16%
	}
	.main-container {
		margin-top: 142px !important;
    }
}

.flex-container
{
	display:flex!important;
				}