@import "distributor_campaign/campaign.css";

.clarity_table table.md-table td.md-cell {
	font-size: 1.6rem;
}

.Font {
	font-size: 14px !important;
}

.font_change_12 {
	font-size: 0.80rem !important;
}

.font_change_13 {
	font-size: 1.4rem !important;
}

.font_change_14 {
	font-size: 1.35rem !important;
}

.font_change_15 {
	font-size: 1.55rem !important;
}

.font_change_16 {
	font-size: 1.86rem !important;
}

.font_change_17 {
	font-size: 2rem !important;
}

.font_clr {
	color: #211c12 !important;
}


.bg_change {
	background-color: #f9f9f9 !important;
}

.clarity_even {
	background-color: #f9f9f9 !important;
}

.clarity_filter_bg {
	background-color: #f9f9f9 !important;
}

.clarity_bluebox {
	font-size: 1.5rem !important;
}

/*@media only screen and (max-width: 1389px) {
 .clarity_bluebox{
    font-size: 1.35rem !important;
 }
}*/
@media only screen and (max-width: 1389px) {
	.clarity_bluebox {
		font-size: 1.3rem !important;
	}
}

.gap-10 {
	gap: 1rem;
}

.gap-11 {
	gap: 1.1rem;
}

.gap-12 {
	gap: 1.2rem;
}

.gap-13 {
	gap: 1.3rem;
}

.gap-14 {
	gap: 1.4rem;
}

.gap-15 {
	gap: 1.5rem;
}

.gap-16 {
	gap: 1.6rem;
}

.gap-17 {
	gap: 1.7rem;
}

.gap-18 {
	gap: 1.8rem;
}

.gap-19 {
	gap: 1.9rem;
}

.gap-20 {
	gap: 2.0rem;
}

.gap-21 {
	gap: 2.1rem;
}

.gap-22 {
	gap: 2.2rem;
}

.gap-23 {
	gap: 2.3rem;
}

.gap-24 {
	gap: 2.4rem;
}

.gap-25 {
	gap: 2.5rem;
}

.fill-white {
	fill: #FFFFFF !important;
}

md-switch[md-invert] .md-container {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

md-dialog-content[tri-wizard] md-content {
	background-color: #ffffff;
}

md-progress-linear.md-sidebar-theme.md-accent.md-accent-green .md-bar {
	background-color: #8bc34a;
}

md-virtual-repeat-container .clickable,
md-virtual-repeat-container md-icon {
	position: relative;
}

md-virtual-repeat-container md-table-container {
	overflow-y: hidden;
}

#tableContainer,
#tableContainer1,
#tableContainer2,
#tableContainer3,
#tableContainer4 {
	min-height: calc(60vh - 64px);
}

#mainDiv {
	height: auto;
}

#mainDiv #mdCard {
	min-height: calc(100vh - 64px - 22px);
}

md-toolbar#mdToolbar {
	z-index: 1;
}

.related_opp_count {
	position: absolute;
	left: 36%;
	bottom: 55%;
	border: 1px solid #bababa;
	background-color: white;
	color: black;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 12px;
	/*font-family: 'ShellBook'; font-weight: bold; padding: 3px;margin: auto; */
	padding-top: 0px;
	margin-top: 0px;
	z-index: 1;
}

[animate-on-change] {
	transition: all .5s;
	-webkit-transition: all .5s;
}

[animate-on-change].table_content_changed {
	animation: fadeIn;
	animation-duration: 0.2s;
	transition: none;
	-webkit-transition: none;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

#autocomplete_search_icon input[name="select_customer"] {
	background: url(../assets/svg/search.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: white;
	border: 1px solid #fbce07;
	border-radius: 7px;
	padding: 10px;
	padding-right: 20px;
}

md-autocomplete#autocomplete_search_icon md-input-container:not(.md-input-has-value):not(.md-input-focused) label {
	padding-left: 10px;
	color: #777676 !important;
	top: -21px;
}

md-select-value {
	color: inherit;
}

.md-datepicker-input-container {
	margin-top: 5px;
}

md-select-value .md-text .hide-selected {
	display: none;
}

md-select-value .multi-info-block {
	display: inline-block !important;
}

.opp_list_selected_filters .crumb-arrow {
	padding-top: 2px
}

.custom_filter_close {
	position: absolute;
	top: -29px;
	left: 92%;
}

thead.md-table-progress {
	height: 5px;
}

thead.md-table-progress th {
	border: none !important;
}

.custom_filter_close_date {
	position: absolute;
	top: 6px;
	left: 92%;
}

.alt_bg_color_chart md-card:nth-child(odd) {
	background-color: #f9f9f9;
}

.alt_bg_color_chart md-card:nth-child(even) {
	background-color: #f5f1e0;
}

.alt_bg_color_chart md-card {
	height: 345px;
}

md-optgroup label {
	font-family: 'ShellBook';
	color: #DD1D21;
}

.bg-white {
	background: #FFFFFF;
}

#tableContainer table.md-table tr.help_table td.md-cell {
	color: black;
	border-color: transparent !important;
}

.position-sticky {
	position: sticky;
	top: 0;
	z-index: 2;
}

.rounded-edges {
	border-radius: 15px;
}

.no-select {
	user-select: none;
}

.bg-red {
	background: #DD1D21;
}

/* .new_loader {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	margin: 15px auto;
	position: relative;
	color: #FBCE07;
	box-sizing: border-box;
	animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
	0% {
		box-shadow: -38px -6px, -14px 6px, 14px -6px;
	}

	33% {
		box-shadow: -38px 6px, -14px -6px, 14px 6px;
	}

	66% {
		box-shadow: -38px -6px, -14px 6px, 14px -6px;
	}

	100% {
		box-shadow: -38px 6px, -14px -6px, 14px 6px;
	}
} */

.new_loader,
.new_loader:before,
.new_loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	animation-fill-mode: both;
	animation: bblFadInOut 1.8s infinite ease-in-out;
}

.new_loader {
	color: #FBCE07;
	font-size: 7px;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	animation-delay: -0.16s;
}

.new_loader:before,
.new_loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.new_loader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}

.new_loader:after {
	left: 3.5em;
}

@keyframes bblFadInOut {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

.new_loader_1 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	margin: 15px auto;
	position: relative;
	background: #ECECEC;
	box-shadow: -24px 0 #ECECEC, 24px 0 #ECECEC;
	box-sizing: border-box;
	animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
	33% {
		background: #ECECEC;
		box-shadow: -24px 0 #fbce07, 24px 0 #ECECEC;
	}

	66% {
		background: #fbce07;
		box-shadow: -24px 0 #ECECEC, 24px 0 #ECECEC;
	}

	100% {
		background: #ECECEC;
		box-shadow: -24px 0 #ECECEC, 24px 0 #fbce07;
	}
}