html,
body {
	height: 100%;
	margin: 0
}

button:focus {
	outline: 0;
}


.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none; 
}

a:not([href]):not([tabindex]) {
	color: #007bff;
	cursor: pointer;
}

a:not([href]):not([tabindex]):hover {
	color: #0056b3;
}

.cookie-crumbs-container {
	font-size: 1.3rem;
	font-weight: bold;
	color: #777;
	margin-top: 1.25rem;
	margin-left: -0.3rem;
}

@media print {
	.cookie-crumbs-container {
		display: none;
	}
}

.cookie-crumbs-container .fa-angle-right {
	color: #555;
	margin: 0.3rem;
}

.cookie-crumbs-container a {
	color: #777;
}

.cookie-crumbs-container a.active {
	color: #cc0000;
}

/*
	Staples Colors
*/
.btn-primary {
	color: #fff; 
	background-color: #cc0000; 
	border-color: #cc0000; 
}

.btn-primary:hover {
	background-color: #cc5555; 
	border-color: #cc5555; 
}

.btn-primary:disabled {
	background-color: #cc9999; 
	border-color: #cc9999; 
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #cc7777;
	border-color: #cc7777;
 }

.site-box {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.site-box--h-auto {
	height: auto;
}

.site-box .site-row.site-header {
	flex: 0 1 auto;
	/* The above is shorthand for:
	flex-grow: 0,
	flex-shrink: 1,
	flex-basis: auto
	*/
}

.site-box .site-row.site-content {
	flex: 1 1 auto;
	overflow-y: auto;
}

.site-box .site-row.site-footer {
	flex: 0 1 40px;
}

.site-box-no-flex {
	display: block;
}

.dash-table fthfoot {
	visibility: visible !important;
}

.header-container {
	margin-bottom: 2px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.header-container > .dropdown {
	display: flex;
	justify-content: flex-end;
}

.header-container__primary-logo-wrapper {
	position: relative;
	width: 296px;
	height: 98px;
}

.header-container__primary-logo {
	position: absolute;
	top: 7px;
	left: 20px;
	height: 94%;
}

@media screen and (max-width: 767px) {
	.header-container {
		flex-wrap: wrap;
	}
	.header-container > .dropdown {
		order: -2;
		width: 100%;
	}
}

@media screen and (max-width: 574px) {
	.header-container__primary-logo-wrapper {
		order: -1;
		width: 100%;
	}
	.header-container__primary-logo {
		left: -56px;
	}
}

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

}

@media screen and (min-width: 575px) and (max-width: 767px) {
	.header-container__primary-logo-wrapper {
		margin-left: -10%;
	}
}

@media screen and (min-width: 768px) {
	.header-container > .dropdown {
		width: 296px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.header-container__primary-logo-wrapper {
		margin-right: -10%;
		margin-left: -10%;
	}
}

.top-feedback-container {
	position: fixed;
	bottom: 1rem;
	left: -500px;
	width: 500px;
	height: 600px;
	background-color: #fff;
	border: 1px solid #999;
	z-index: 1010;
	opacity: 0.9;
	transition: left 0.5s, opacity 0.5s;
}

.top-feedback-container-pop {
	left: 0;
	opacity: 1;
	transition: left 0.5s, opacity 0.5s;
}

.site-feedback-expand {
	cursor: pointer;
	display: inline-block;
	transform: rotate(-90deg);
	font-size: 14px;
	border-left: 1px solid #545b62;
	border-right: 1px solid #545b62;
	border-bottom: 1px solid #545b62;
	background-color: #5a6268;
	position: absolute;
	bottom: 41px;
	right: -78px;
	padding: 2px 6px;
	z-index: 1011;
	color: #fff;
	transition: opacity 0.5s;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media print {
	.top-feedback-container {
		display: none;
	}

	.site-feedback-expand {
		display: none;
	}
}

#feedbackSubject {
	margin-bottom: 1rem;
}

.feedback-message-label {
	font-size: 16px;
}

.sf-close {
	color: #CC0000;
	cursor: pointer;
	text-align: right;
}

.sfe-text {
	margin: 4px;
}

.sf-arrow {
	font-size: 20px;
	margin: 4px;
}

.feedback-message-container {
	margin: 0.8rem;
	height: 100%;
}

.feedback-buttons {
	text-align: right;
	margin: 1rem 0;
}


.main-user-section {
	margin: 1rem 0.5rem 0.5rem 0.5rem;
	display: flex;
	cursor: pointer;
	content: none;
}

.main-user-name {
	margin: 0.5rem;
}

.main-user-icon {
	font-size: 2rem;
	color: #62B7ED;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
}

.choice-page-title {
	margin: 1.5rem;
	font-size: 1.5rem;
	font-weight: normal;
}

.choice-page-menu {
	margin-top: 1.5rem;
}

.highcharts-background {
	fill: none;
}

.highcharts-tooltip {
	background-color: #DFE1EA;
}

.chart-tooltip {
	color: #242536;
}

.chart-tooltip-title {
	font-size: 1.2rem;
}

.chart-tooltip-content {
	font-size: 0.9rem;
}

.close {
	font-size: 3rem;
	cursor: pointer;
}

.x-close {
	text-align: right;
}

.x-close i {
	color: #CC0000;
	cursor: pointer;
}

.logo-container {
	padding-left: 1rem;
	display: inline-block;
	cursor: pointer;
}

.main-logo {
	height: 78px;
	margin-bottom: -12px;
}

.main-staples-logo {
	height: 35px;
}

.choice-icons {
	margin-top: 0.5rem;
	font-size: 1.5rem;
}

.btn-switch-view {
	border-radius: 0;
	margin: 0.3rem 0 0.5rem 1rem;
	padding: .2rem .5rem;
}

.current-view {
	margin: 0 1rem 0.5rem;
	cursor: pointer;
}

#current-view-name {
	padding-right: 0.5rem;
}

.view-type-dropdown-item {
	padding: 0.5rem 1rem;
	cursor: pointer;
}

.view-type-dropdown-item:hover {
	color: #fff;
	background-color: #CC0000;
}

.topnav {
	float: right;
	margin-top: 2rem;
}

.top-title {
	margin: 1rem;
}

.navitem {
	margin: 0 1rem;
	color: #777;
}

.btn-group-nav {
	vertical-align: baseline;
}

.navactive {
	color: #0056b3;
}

.input-search-container {
	width: 96%;
	display: inline-block;
	position: relative;
}

.menu-icon {
	cursor: pointer;
	margin: 0 0.5rem;
	padding: 0.2rem;
	font-size: 1.5rem;
}

.menu-container {
	text-align: right;
	margin: 0 1rem;
}

.main-menu {
	z-index: 2222;
}

/*
	Upload
*/
#template-download {
	margin-top: 2rem;
	font-size: 1.2rem;
}

/*
 Pages
*/
.dropdown-item-sep {
	border-bottom: 1px solid #D8D8D8;
}


/*
	Table page
*/
.sp-table {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 0.8rem;
}

.sp-table th {
	font-weight: normal;
}

.th-top-row {
	border-top: none !important;
	border-bottom: none !important;
}

.menu-cat {
	margin: 0.5rem 0 0.5rem 0.5rem;
}

.menu-category {
	font-style: italic;
}

.menu-title {
	font-weight: normal;
}

.sidebar-menu-buttons {
	text-align: center;
	margin: 1rem;
}

.search-container {
	margin-bottom: 0;
}

.search-input {
	background-color: #E9ECEF;
}

.search-addon {
	cursor: pointer;
}

.search-dropdown {
	position: absolute;
	background-color: #fff;
	min-width: 25rem;
	width: 100%;
	padding: 1rem;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	z-index: 111;
	color: #16325C;
	display: none;
	left: 0;
}

.search-dropdown-section-name {
	color: #53688B;
}

.search-dropdown-result {
	margin: 1rem 2rem;
	height: 6rem;
	overflow-y: auto;
}

.second-base-header{
	background-color: #E61732;
	color: white;
	padding: 0.9rem;
	font-size: 1.4rem;
}

/*
	What's New
*/

.whats-new-welcome {
	margin: 2rem 0;
	color: #222;
}

.whats-new-section {
	margin: 1rem 1rem 2rem 1rem;
	color: #495057;
}



/*
	Main Page
*/

.page-header-container {
	color: #676666;
}

.page-header-container-indent {
	/*margin-top: 1rem;*/
	margin-left: 1rem;
	color: #676666;
}

.page-header {
	font-size: 2.5rem;
	margin-top: 0.42rem;
}

.breadcrumbs {
	font-size: 1.3rem;
	margin: 0 0.5rem;
}

.placeholder-img {
	margin: 1rem;
}

.btn-sum-switch-container {
	margin: 1rem;
}

.btns-center {
	text-align: center;
}

.btn-sum-switch {
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	margin: 0.3rem;
	font-size: 1.3rem;
	padding: 0.5rem 2rem;
	color: #777;
}

.btn-sum-switch:focus {
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	border: 1px solid #190847;
}

#btn-sum-all {
	padding-right: 6rem;
}

.btn-sum-active {
	border: 1px solid #190847;
	background-color: #e1e7ed;
	color: #212529;
}

.sidepanel {
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	display: inline-block;
	background-color: #fff;
	margin: 1rem -15px 0 1rem;
}

.sidepanel-header {
	text-align: right;
}

.sidepanel-header-left {
	display: inline-block;
	color: #686868;
	font-size: 1.8rem;
	vertical-align: sub;
}

.sidepanel-header-right {
	display: inline-block;
}

.sidepanel-toggle {
	color: #1371F3;
	padding: 1rem 1.1rem;
	font-size: 24px;
	cursor: pointer;
}

.sidepanel-content {
	padding: 0rem 1rem;
	height: calc(100vh - 11rem);
	overflow-y: auto;
}

.sidepanel-hide {
	display: none;
}

.big-number-box {
	background-color: #190847;
	color: #fff;
	display: inline-block;
	padding: 2rem 4rem;
	margin: 0 0 1rem 0.05rem;
	text-align: center;
	border-radius: 6px;
	width: 100%;
}

.big-number-box-budget {
	background-color: #E61732;
}

.big-number {
	font-size: 40px;
}

.summary-table {
	text-align: center;
}

.summary-th {
	font-size: 1.2rem;
}


/*
	Income page
*/
.exclamation-triangle {
	color: #E61732;
}
.plus-square {
	color: #000000;
}


/*
	Form Popup
*/
#popup-form-modal-title {
	color: #190847;
	font-size: 2rem;
	text-align: center;
	display: block;
}

.popup-form-label-large {
	color: #5A5A5A;
	font-size: 1.5rem;
}

#popup-form label {
	color: #5A5A5A;
}

.popup-form-input {
	background-color: #E9ECEF;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}


/*
	Popup modal
*/
.popup-modal-content {

}

.modal-dialog {
	max-width: 60rem;
}

.popup-modal-header {
	min-width: 60rem;
	color: #fff;
	background-color: #CC0000;
	font-size: 1.4rem;
	border-radius: 3px;
	position: relative;
	text-align: center;
	padding: 1rem;
}

.popup-modal-x {
	cursor: pointer;
	float: right;
}

.popup-modal-menu {
	position: absolute;
	right: 2rem;
	top: 0;
	cursor: pointer;
	font-size: 3rem;
}

.popup-modal-container {

}


/*
	Customer Profile modal
*/
.cr-container {
	text-align: center;
}

.cr-icons {
	text-align: center;
	margin-top: 1.6rem;
}

.cr-icon-sign {
	font-size: 2rem;
	text-align: center;
}

.cr-icon-name {
	font-weight: bold;
	text-align: center;
}

.cr-row-odd {
	background-color: #E7E7E7;
	padding: 1rem;
	margin: 1rem;
}

.cr-row-even {
	background-color: #CCC;
	padding: 1rem;
	margin: 1rem;
}

.cr-column-title {
	text-align: center;
	font-size: 0.7rem;
	margin-bottom: 0.5rem;
}

.cr-column-number {
	text-align: center;
	font-size: 1.5rem;
}

.cr-footer {
	text-align: right;
}

.cr-mps-score-container {
	text-align: center;
	display: inline-block;
}

.cr-mps-score-number {
	font-weight: bold;
}

.cr-mps-score-label {
	font-weight: normal;
}

.cr-oval {
	color: #fff;
	background-color: #E80A0A;
	width: 2.5rem;
	font-size: 0.8rem;
	display: inline-block;
	border-radius: 30px / 15px;
}

/* 	------------------------------	*\
		Campaigns
\* 	------------------------------	*/

/* Campaigns - General */

.campaigns-contents {
	margin: 2rem;
	max-width: 1000px;
}

.campaign-item-header {
	font-weight: normal;
}

.campaign-item-description {
	font-size: 0.9rem;
}

.btn-portfolio-campaign {
	margin: 2rem 1.5rem;
}

.favorites-content {
	margin-top: 3rem;
}

/* Campaigns Modal */

.campaigns-modal-header {
	font-size: 1.5rem;
	color: #54698D;
	margin: 1rem 1.5rem;
}

.campaigns-modal-container {
	max-height: 50vh;
	overflow-y: auto;
}

.campaign-item {
	font-size: 1.1rem;
	cursor: pointer;
	padding: 0.8rem;
}

.campaign-item:hover {
	background-color: #F4F6F9;
}

.campaign-item-selected {
	width: 2rem;
	font-size: 1.3rem;
	color: #0076DE;
	display: inline-block;
	visibility: hidden;
}

.campaign-item-selected-show {
	visibility: visible;
}

.campaigns-modal-footer {
	text-align: center;
	display: block !important;
}

.campaigns-modal-footer button {
	margin: 1rem;
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

/* Campaigns - Print Optimizer Derby */

.derby-campaign-img {
	text-align: center;
	margin-bottom: 2rem;
	margin-top: -3rem;
}

.derby-campaign-img img {
	height: 500px;
}

.campaigns-contents--derby {
	max-width: none;
	margin: 2rem 0 2rem 2rem;
}

.derby-campaign-column--select {
	min-height: 7rem;
}

.derby-campaign-column--link {
	order: -1;
}

@media screen and (min-width: 768px) {
	.derby-campaign-column--link {
		order: 0;
	}
}

.derby-campaign__select-label {	
	display: block;
	width: 25rem;
	margin: 0 auto 0.5rem;
	font-weight: 700;
		text-align: center;
}

.derby-campaign__select-wrapper {
	position: relative;
	width: 25rem;
	margin: 0 auto;
}

.derby-campaign__select-wrapper .select2-selection {
	position: relative;
	height: 40px !important;
	padding-top: 0.375rem;
		padding-bottom: 0.375rem;
}

.derby-campaign__select-wrapper .select2-selection__rendered,
.derby-campaign__select-wrapper .select2-results__option {
	padding-left: 0.75rem !important;
	padding-right: 1.5rem !important;
}

.derby-campaign__select-wrapper .select2-selection__arrow {
	height: 38px !important;
}

.derby-campaign__select-wrapper .select2-container--open {
	top: 40px !important;
}

.derby-campaign__select-wrapper .select2-search,
.derby-campaign__select-wrapper .select2-search__field {
	padding: 0.375rem;
}

.derby-campaign__select-wrapper .select2-search__field {
	padding-left: calc(0.375rem - 1px);
}

.derby-campaign__select-wrapper .select2-results__option {
	margin: 0;
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
	font-size: 1rem;
}

.derby-campaign__link-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.derby-campaign__link-wrapper {
		margin-top: calc(0.5rem + 24px);
	}
}

@media screen and (min-width: 1200px) {
	.derby-campaign__link-wrapper {
		padding-right: 15px;
	}
}

/*
	Cards
*/
.main-card-container {
	text-align: center;
}

.main-card {
	display: inline-block;
	perspective: 2222px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.main-card-size {
	width: 14rem;
	height: 18rem;
	margin: 1rem;
}

.main-card-header {
	margin-top: 0.6rem;
}

.main-card-header > i {
	vertical-align: top;
}

.main-card-title {
	width: 9.5rem;
	display: inline-block;
	color: #007BFF;
	cursor: pointer;
}

.main-card-star {
	cursor: pointer;
}

.main-card-menu {
	cursor: pointer;
}

.main-card-menu-list {
	text-align: left;
	padding: 2rem 1rem 1rem 1rem;
}

.main-card-menu-list ul {
	list-style: none;
	padding-left: 0.1rem;
}

.main-card-menu-list li {
	margin: 0.4rem 0;
}

.main-card-table {
	font-size: 0.6rem;
}

.main-card-table th {
	font-size: 1rem;
	font-weight: lighter;
}

.main-card-table td {
	padding: 0.2rem;
	width: 33%;
}

.main-card-footer {
	position: absolute;
	bottom: 0.5rem;
}

.main-card-circle {
	position: absolute !important;
	bottom: 4rem;
	left: 0;
	right: 0;
	text-align: center;
}

.info-card-inner {
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.info-card-front {
	background-color: #EFEFEF;
}

.info-card-back {
	background-color: #eee;
}


/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/*.main-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}*/
.flip-card-inner-do {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	z-index: 20;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	color: black;
}

/* Style the back side */
.flip-card-back {
	transform: rotateY(-180deg);
}


.view-more-container {
	text-align: center;
	margin: 2rem;
}




/*
	Path Choice Page
*/
.choice-card {
	cursor: pointer;
}

.choice-card-header {
	text-align: center;
}

.choice-card-body {
	text-align: center;
}


/*
	Common UI Elements
*/
.df-btn-wide {
	width: 100%;
	padding: .65rem 2rem;
}

.close-modal-container {
	text-align: right;
}

.popup-menu-close {
	font-size: 2rem;
	color: #562D70;
	background: none;
	padding: 1rem 1rem 0 1;
	z-index: 201;
}

.popup-modal-title {
	text-align: center;
	color: #190847;
}

.popup-modal-button {
	background-color: #190847;
}

.main-page-content{
	text-align: center;
	margin-top: 10rem;
}

.main-view-border {
	border-right: 2px solid #aaaaaa;
	margin: auto;

}

.main-choice {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}

.main-choice-container {
	margin: 3rem;
}

.main-box {
	margin-bottom: 1rem;
}

.mm-table {
	text-align: center;
	box-shadow: 0 2px 7px rgba(0,0,0,0.5);
	border-radius: 2px;
	background-color: #CC0000;
	color: #fff;
	margin: 1rem 0;
	height: 9rem;
	font-size: 1rem;
}

.mm-table tr:first-child td {
	height: 81px;
}

.mm-table tr:last-child .mm-td-container {
	min-height: 66px;
}

.mm-table td {
	border-top: none;
	vertical-align: middle;
	width: 33%;
}

.mm-td-large {
	font-size: 1.4rem;
}

.mm-td-span-large {
	font-size: 1.4rem;
	min-width: 4rem;
	display: inline-block;
	text-align: left;
}

.mm-td-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.mm-td-wrapper {
	margin: 0 auto;
}

.mm-budget {
	font-size: 1rem;
	color: white;
}

.mm-assigned {
	font-size: 1rem;
	color: white;
}

.mm-unassigned {
	font-size: 1rem;
	color: white;
}

.mm-subtitle {
	color: white;
}

.mm-border {
	border-left: .5px solid #333;
	border-right: .5px solid #333;
	margin: 0 -12px;
}

.quadrant-continue-container {
	text-align: center;
	margin: 3rem;
}

.third-base-header{
	background-color: #cc0000;
	color: white;
	padding: 0.9rem;
	font-size: 1.4rem;
}

.top-buffer { 
	margin-top:20px; 
}

.toner-ink-row{
	margin-left:100px;
	margin-top: 20px;
}

.sidebar {
	background-color: #fff;
}

.sidebar-item {
	padding: 0.3rem 1rem;
	cursor: pointer;
}

.sidebar-item:hover {
	background-color: #ddd;
}

.sidebar-item-active {
	background-color: #3498db;
	color: #fff;
}


.sidebar-action {
	color: #54698D;
	font-weight: normal;
	margin: 1rem 1rem 0 0.9rem;
	font-style: italic;
	font-size: 0.9rem;
}

.sidebar-accordion {
	border-radius: 3px;
	border: 1px solid #E7E7E7;
	margin: 0.3rem 0.9rem 0.9rem 0.9rem;
	color: #54698D;
	width: 15rem;
}

.sidebar-title {
	font-weight: normal;
	margin: 0.5rem;
	cursor: pointer;
	font-size: 0.9rem;
}

.sidebar-content {
	border-top: 1px solid #E7E7E7;
}

.sidebar-btn {
	padding: 0.3rem 0.5rem;
	cursor: pointer;
	font-size: 0.7rem;
}

.sidebar-btn-like {
	padding: 0.3rem 0.5rem;
	cursor: pointer;
	font-size: 0.7rem;
}

.sidebar-btn:hover {
	background-color: #E8E8E8;
}

.sidebar-btn-extend {
	padding: 0.3rem 0.5rem;
	margin-left: 1rem;
	cursor: pointer;
	font-size: 0.7rem;
}

.sidebar-btn-extend:hover {
	background-color: #E8E8E8;
}

.btn-sidebar-expand {
	padding: 0.6rem 1rem;
	color: #007BFF;
	font-size: 1.5rem;
	cursor: pointer;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	display: inline-block;
	background-color: #fff;
}

#sidebar-wrapper {
	min-height: 100vh;
	margin-left: -15rem;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

#sidebar-wrapper .sidebar-heading {
	padding: 0.875rem 1.25rem;
	font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
	width: 15rem;
}

#page-content-wrapper {
	min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
	margin-left: 0;
}

@media (min-width: 768px) {
		#sidebar-wrapper {
			margin-left: 0;
		}

		#page-content-wrapper {
			min-width: 0;
			width: 100%;
		}

		#wrapper.toggled #sidebar-wrapper {
			margin-left: -17rem;
		}
}

.hide-chart{
	display: none
}

.hide-list{
	display: none
}

/*
	Scope page
*/
.scope-container {
	margin: 1rem 1rem 1rem 0;
	background-color: rgba(255, 255, 255, 0.7);
}

.scope-container h3 {
	font-size: 1.3rem;
	font-weight: normal;
}

.scope-container h4 {
	font-size: 1.1rem;
	font-weight: normal;
	margin: 1rem;
}

.scope-container section {
	margin-bottom: 2rem;
}

.scope-container ul {
	list-style-type: disc;
}

section {margin-bottom:20px;}
section p {font-size:14px;}
section li {margin:5px 0; font-size:14px;}
section.apex {color:#555; margin-left:20px;}
section.apex p, section.apex table {margin-left:20px;}
section.apex h3 {color:#555; border-bottom:1px solid #f0f0f0; padding-bottom:5px;}
section.apex th, section.apex td {padding:10px; font-size:14px; border-bottom:0;}
section.apex tr.total td {border-top:1px solid #ccc;}
section.apex .nopad {margin-left:20px; margin-top:5px;}
section.apex .nopad td {padding:3px;}
section.apex .two {margin-left:20px; margin-top:5px;}
section.apex .two td {padding:3px; vertical-align:top;}


/*
	Progress bar circle
*/
.progress {
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
}
.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid #CBD2D8;
	position: absolute;
	top: 0;
	left: 0;
}
.progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left {
	left: 0;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 6px;
	border-style: solid;
	position: absolute;
	top: 0;
	border-color: #CC3133;
}
.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 75px;
	border-bottom-right-radius: 75px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.progress .progress-right {
	right: 0;
}
.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 75px;
	border-bottom-left-radius: 75px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.progress .progress-value {
	width: 100%;
	display: flex;
	border-radius: 50%;
	font-size: 1.4rem;
	text-align: center;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: 300;
}
.progress-circle-subtitle {
	line-height: 10px;
}
.progress .progress-value div {
	margin-top: 10px;
}
.progress .progress-value span {
	font-size: 0.7rem;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
	animation: loading-1 .3s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
	animation: loading-2 .3s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
	animation: loading-3 .3s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
	animation: loading-4 .3s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
	animation: loading-5 .3s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
	animation: loading-5 .3s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
	animation: loading-1 .3s linear forwards .3s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
	animation: loading-5 .3s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
	animation: loading-2 .3s linear forwards .3s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
	animation: loading-5 .3s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
	animation: loading-3 .3s linear forwards .3s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
	animation: loading-5 .3s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
	animation: loading-4 .3s linear forwards .3s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
	animation: loading-5 .3s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
	animation: loading-5 .3s linear forwards .3s;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(36);
		transform: rotate(36deg);
	}
}
@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(72);
		transform: rotate(72deg);
	}
}
@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(108);
		transform: rotate(108deg);
	}
}
@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(144);
		transform: rotate(144deg);
	}
}
@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180);
		transform: rotate(180deg);
	}
}
.progress {
	margin-bottom: 1em;
}


.page-subtitle {
	margin: 1rem 1rem 1rem 0;
	font-size: 1.2rem;
}

.dash-page-title {
	font-weight: bold;
	font-size: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
	color: #CC0000;
}

.dash-page-subtitle {
	font-size: 1.9rem;
	margin: 1rem 0 0 1rem;
	font-weight: bold;
	color: #CC0000;
}

#dash-company-last-viewed-by {
	font-size: 1rem;
	color: #212529;
	margin-bottom: -1rem;
}

.main-menu-icon {
	cursor: pointer;
	margin-top: 1.3rem;
	font-size: 1.5rem;
}

.menu-container-right {
	text-align: right;
	padding-right: 1.5rem;
}

.main-search-container {
	margin: 1rem 0 0.5rem;
}

.favorite-company-toggle {
	cursor: pointer;
}

/*	------------------------------	*\
		Dash Callouts
\*	------------------------------	*/

#dash-callouts {
	margin: 0 7px;
}

.callouts-container {
	position: relative;
	z-index: 1;
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}

.col-dash-callout {
	display: flex;
	flex-basis: calc(50% - 18px);
	margin: 1rem auto;
	padding-left: 9px;
	padding-right: 9px;
}

.dash-callout-container {
	width: 100%;
	height: 100%;
	padding: 1rem;
	border-radius: 3px;
	color: #fff;
	background-color: #CC0000;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.dash-callout-title {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	white-space: nowrap;
}

.dash-callout-title i {
	margin-right: 1rem;
	font-size: 1.2rem;
}

.dash-callout-team {
	font-size: 0.8rem;
}

.dash-callout-team-indent {
	margin-left: 0.8rem;
}

.dash-callout-number {
	font-size: 1.5rem;
	font-weight: normal;
	text-align: right;
}

.dash-callout-sub {
	font-size: 0.8rem;
	font-weight: normal;
}

.dash-callout-sub-right {
	font-size: 0.8rem;
	font-weight: normal;
	text-align: right;
}

/* Media Queries */

@media screen and (min-width: 768px) {
	.dash-callout-title {
		font-size: 1.3rem;
	}
	.dash-callout-title i {
		font-size: 1.7rem;
	}
	.dash-callout-team {
		font-size: 1.1rem;
	}
	.dash-callout-number {
		font-size: 2rem;
	}
	.dash-callout-sub {
		font-size: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.col-dash-callout {
		flex-basis: calc((100% / 3) - 18px);
	}
	.dash-callout-container {
		min-height: 175px;
	}
}

@media screen and (min-width: 1200px) {
	#callouts-container > .container-fluid > .row {
		flex-wrap: nowrap;
	}
	.col-dash-callout {
		flex-basis: calc((100% / 6) - 18px);
	}
}

@media screen and (max-width: 767px) {
	.dash-header > .row > .col-12:nth-child(2) {
		order: -1;
	}
}

.dash-callouts-account .dash-callout-team {
	font-size: 1rem;
}

@media screen and (min-width: 1200px) and (max-width: 1580px) {
	.dash-callouts-account .col-dash-callout {
		padding-left: 6px;
		padding-right: 6px;
	}
	.dash-callout-container {
		padding: 0.9rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1480px) {
	.dash-callouts-account .dash-callout-title i {
		font-size: 1.6rem;
	}
	.dash-callouts-account .dash-callout-title {
		font-size: 1.2rem;
	}
	.dash-callouts-account .dash-callout-team {
		font-size: 0.9rem;
	}
	.dash-callouts-account .dash-callout-number {
		font-size: 1.7rem;
	}
	.dash-callouts-account .col-dash-callout {
		padding-left: 4px;
		padding-right: 4px;
	}
	.dash-callout-container {
		padding: 0.8rem;
	}
	.dash-callout-team-indent {
		margin-left: 0.7rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1335px) {
	.dash-callouts-account .dash-callout-title i {
		font-size: 1.5rem;
	}
	.dash-callouts-account .dash-callout-title {
		font-size: 1.1rem;
	}
	.dash-callouts-account .dash-callout-team {
		font-size: 0.8rem;
	}
	.dash-callouts-account .dash-callout-number {
		font-size: 1.6rem;
	}
	.dash-callouts-account .col-dash-callout {
		padding-left: 3px;
		padding-right: 3px;
	}
	.dash-callout-container {
		padding: 0.7rem;
	}
	.dash-callout-team-indent {
		margin-left: 0.6rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
	.dash-callouts-account .dash-callout-title i {
		font-size: 1.4rem;
	}
	.dash-callouts-account .dash-callout-title {
		font-size: 1rem;
	}
	.dash-callouts-account .dash-callout-team {
		font-size: 0.7rem;
	}
	.dash-callouts-account .dash-callout-number {
		font-size: 1.5rem;
	}
	.dash-callouts-account .col-dash-callout {
		padding-left: 2px;
		padding-right: 2px;
	}
	.dash-callout-container {
		padding: 0.6rem;
	}
	.dash-callout-team-indent {
		margin-left: 0.5rem;
	}
}

/*	------------------------------	*\
		End - Dash Callouts
\*	------------------------------	*/


#dash-tiles {
	margin: 0 10px 2rem;
}

.dash-tile-title-btn {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.dash-tile-title {
	font-size: 1.9rem;
	margin: 1rem 0 0 0.5rem;
	font-weight: bold;
	color: #CC0000;
	cursor: pointer;
	display: inline-block;
}

.dash-tile-title-dropdown-item {
	font-size: 1.1rem;
	padding: 0.5rem 1rem;
	font-weight: bold;
	color: #CC0000;
	cursor: pointer;
}

.dash-tile-title-dropdown-item:hover {
	color: #fff;
	background-color: #CC0000;
}

.dash-tile-col {
	padding-left: 5px;
	padding-right: 5px;
}

.dash-tile {
	border: #CC0000 solid 1px;
	margin-top: 0.5rem;
	background-color: #fff;
	height: 14rem;
	cursor: pointer;
}

.dash-tile-back {
	display: none;
	border: #CC0000 solid 1px;
	margin-top: 0.5rem;
	padding: 1rem;
	background-color: #F3F3F3;
	height: 14rem;
	cursor: pointer;
	overflow-y: auto;
	font-size: 0.9rem;
	position: relative;
}

.widget-flip-icon-back {
	position: absolute;
	right: 0.5rem;
	top: 0.7rem;
	color: #aaa;
	font-size: 0.9rem;
}

.dash-tile-back-section {
	margin: 0.5rem 0;
}


.dash-tile-table-container {
	padding-top: 1.5rem;
}

.dash-tile-text-table {
	margin: 0 auto;
}

.dash-tile-text-table td {
	padding: 0.2rem 0.5rem;
}

.dash-tile-text {
	font-size: 1.1rem;
}

.dash-tile-text-number {
	font-size: 1.4rem;
}

.flip-tile-size {
	width: 19rem;
	height: 14rem;
	margin: 1rem;
}

.flip-tile-inner {
/*	box-shadow: 0 2px 3px rgba(0,0,0,0.5);*/
	border: #CC0000 solid 1px;
}

.flip-tile-front {
	/*border: #CC0000 solid 1px;*/
	background-color: #fff;
}

.flip-tile-back {
	/*border: #CC0000 solid 1px;*/
	background-color: #fff;
	padding: 1rem;
}


.btn-compare {
	display: none;
}

.compare-table-th-header {
	text-align: left;
	padding-left: 2rem !important;
}

.compare-table-td-header {
	text-align: left;
	padding-left: 2rem !important;
}


.dash-filter-btn {
	margin-left: 1rem;
}

.filter-popover {
	min-width: 15rem;
}

.dash-scroll-container {
	overflow-y: auto;
}

#dash-table-container {
	margin: 2rem 1rem;
	background-color: #fff;
}

.dash-table {
	border: solid 1px #cc0000;
	text-align: center;
}

.dash-table th {
	color: #fff;
	background-color: #cc0000;
}

.sort-direction {
	display: inline-block;
}

.th-order {
	cursor: pointer;
}

.account-row {
	cursor: pointer;
}

.account-row-highlight {
	background-color: #DDDDDD;
}

.td-account {
	text-align: left;
}

.purchase-edge-flag {
	color: blue;
	font-weight: bold;
}

.td-favorite-toggle {
	cursor: pointer;
}

.td-number {
	text-align: right;
}

.pagination-housing {
	text-align: center;
}

.pagination-container {
	text-align: center;
	margin: 2rem auto;
	color: #cc0000;
	font-size: 1.3rem;
	display: inline-block;
	max-width: 95%;
}

.pagination_pg {
	padding: 0.7rem;
}

.pagination_pg--active {
	cursor: pointer;
}

.pagination_pg--inactive {
	cursor: unset;
	color: #aaa;
}

.pagination_pg--number,
.pagination_pg--ellipsis {
	padding: 0.3rem;
}

.pagination_pg--number {
	cursor: pointer;
}

.pagination_pg--current-page {
	font-weight: bold;
}

.table-loader {
	margin-left: 5rem;
}

/*	------------------------------	*\
		Add Filter
\*	------------------------------	*/
.filter-value-input-edit {
	display: inline-block;
	width: 10rem;
}

.filter-value-operator {

}

.filter-value-value {

}

.filter-editable {
	cursor: pointer;
	border: 1px dashed #aaa;
	padding: 5px;
	border-radius: 5px;
}


/*	------------------------------	*\
		Roadmap and Supplies
\*	------------------------------	*/

.roadmap-supplies-export {
	margin-top: 1rem;
}

.roadmap-supplies__table-container {
	position: relative;
	margin: 0 !important;
}

.roadmap-supplies__table {
	border-top: none !important;
	font-size: 1rem;
}

.roadmap-supplies__table thead {
	background-color: #fff;
}

.roadmap-supplies__table td, 
.roadmap-supplies__table th {
	padding: 0.2rem;
}

.roadmap-supplies__table .td-number {
	padding-right: 0.7rem;
}

.roadmap-supplies__table-cell--total {
	border-top: none !important;
	text-align: right;
}

.roadmap-supplies__table-cell--total-gray {
	background-color: #dddddd;
}

.roadmap-supplies__export-dropdown {
	margin-top: 1rem;
}

.roadmap-supplies__table-icon {
	cursor: pointer;
}

.roadmap-supplies__expand-table-row--head {
	background-color: #dddddd;
}

/*	------------------------------	*\
		End - Roadmap and Supplies
\*	------------------------------	*/

.table td {
	border-top: solid 1px #eee;
}

.hide-when-no-account {
	display: none;
}

.tabbed-content {
	margin: 2rem;
}

.tabbed-content li {
	margin: 0.5rem 0 0.5rem -1rem;
}

.tab-title {
	border-radius: 7px 7px 0 0;
	background-color: #969697;
	color: #fff;
	padding: 0.5rem 1rem;
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
	min-width: 13rem;
}

.tab-underline {
	border: 1px solid #969697;
}

.tabbed-content-text {
	margin-top: 0.6rem;
}


@media print {
	.header-container {
		display: none;
	}

	.main-user-section {
		display: none;
	}

	#powered-by-precision {
		display: none;
	}

	.main-menu-icon {
		display: none;
	}
}

.btn-filter {
	margin-left: 0.5rem;
}

.btn-scorecard-leadership-views {
	margin: 1rem 0;
}

.summary-link {
	margin: 5rem 1rem 1rem 1rem;
}




/*
	Autocomplete
*/

.autocomplete-suggestions {
		text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

		/* core styles should not be changed */
		position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


/*
	Select2
*/
.popup-filters-container .select2-dropdown {
	z-index: 1061;
	max-height: 50vh;
	overflow: auto;
}

/*	------------------------------	*\
		Direct Email
\*	------------------------------	*/

.direct-email__column {
	margin-bottom: 1rem;
}

.direct-email__column:last-child {
	margin-bottom: 0;
}

.direct-email__input {
	width: 100%;
	padding: 0.25rem 0.5rem;
}
