body.flimp-dashboard {
	background: #e1eefb;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
}

body.flimp-dashboard label {
	margin: 0px;
	color: #124570;
	font-size: 14px;
	font-weight: 500;
}

body.flimp-dashboard label.badge {
	color: #fff;
}

body.flimp-dashboard .required-field-group {
	position: relative;
}

body.flimp-dashboard .required-field-group .error {
	pointer-events: none;
	font-weight: 500;
	color: red;
	font-size: 12px;
	line-height: 2;
	display: none;
	width: 100%;
}

body.flimp-dashboard .required-field-group.required .error {
	display: block;
}

body.flimp-dashboard .percentage {
	position: relative;
	padding-right: 20px !important;
}

body.flimp-dashboard .percentage + span {
	position: absolute;
	right: 30px;
	width: 0px;
	z-index: 1;
	font-size: 12px;
}

body.flimp-dashboard .currency {
	position: relative;
}

body.flimp-dashboard .currency .form-control {
	padding-left: 20px !important;
}

body.flimp-dashboard .currency span {
	position: absolute;
	left: 5px;
	top: 3px;
	width: 0px;
	z-index: 1;
	font-size: 12px;
}

body.flimp-dashboard .daterange {
	margin: 0px 10px;
}

@media screen and (max-width: 768px) {
	body.flimp-dashboard .daterange {
		margin: 0px 10px 10px;
	}
}

body.flimp-dashboard .inline-form-group label {
	margin-right: 10px;
}

body.flimp-dashboard .form-control {
	font-size: 14px;
	padding: 2px 3px 2px;
	border-radius: 0px;
	height: auto !important;
	border: 1px solid #f3f7fa;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

body.flimp-dashboard .form-control:focus {
	border: 2px solid #5f91c9;
}

body.flimp-dashboard #report-date-range {
	cursor: pointer;
}

body.flimp-dashboard select.form-control {
	cursor: pointer;
}

body.flimp-dashboard .page-title {
	font-weight: 600;
	padding: 10px 15px;
	font-size: 18px;
}

body.flimp-dashboard .btn {
	padding: 7px 8px 6px;
	border-radius: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 11px;
	font-weight: 600;
}

body.flimp-dashboard .btn.btn-primary {
	background: #889e6f;
	border: 1px solid #889e6f;
}

body.flimp-dashboard .btn.btn-secondary {
	background: #d1dbb4;
	border: 1px solid #d1dbb4;
	color: #124570;
}

body.flimp-dashboard .btn.btn-orange {
	background: #ff7300;
	border: 1px solid #ff7300;
	color: #fff;
}

body.flimp-dashboard .btn.btn-lightblue {
	background: #6091c9;
	border: 1px solid #6091c9;
	color: #fff;
}

body.flimp-dashboard .btn.btn-bluegrey {
	background: #708fab;
	border: 1px solid #708fab;
	color: #fff;
}

body.flimp-dashboard .btn.btn-light {
	background: #f3f7fa;
	border: 1px solid #f3f7fa;
	color: #124570;
}

body.flimp-dashboard .btn.btn-primary-outline {
	border: 1px solid #889e6f;
	color: #889e6f;
	background: #fff;
}

body.flimp-dashboard .btn:hover {
	box-shadow: 0px 0px 0px #0005;
}

body.flimp-dashboard .btn:focus {
	border: 2px solid #124570;
}

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

.orange {
	color: #ff7300;
}

.green {
	color: #889e6f;
}

.success-text {
	color: #889e6f;
	font-weight: 500;
}

.alert-text {
	color: #ff7300;
	font-weight: 500;
}

.custom-control:focus {
	border: 2px solid #5f91c9;
	outline: none;
}

.custom-control-label {
	cursor: pointer;
}

.custom-control-label::before {
	top: 0.15rem;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 15px !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.custom-control-label::after {
	top: 5px;
	left: 3px;
	height: 15px;
	width: 15px;
	background: #fff;
	border-radius: 15px;
	border: none;
	cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: none;
	background: #5f91c9;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: none;
	background: #5f91c9;
}

.logo-mage-container {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
	padding: 10px;
}

.input-right .custom-control-label::before {
	top: 0.15rem;
	left: auto;
	right: 1px;
}

.input-right .custom-control-label::after {
	left: auto;
	right: 3px;
}

.input-right.custom-control {
	padding-right: 1.5rem;
	padding-left: 0px;
}

.collapse-trigger::before {
	content: '\25B6';
	color: #959595;
	display: inline-block;
	margin-right: 6px;
	transform: rotate(90deg);
	color: #124570;
}

.collapse-trigger {
	color: #124570;
	font-weight: 600;
	padding: 0px 15px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

.file-icon {
	width: 15px;
}

.bold {
	font-weight: 700;
}

.tool-tip {
	height: 26px;
	width: 26px;
	min-width: 26px !important;
	display: block;
	background: #124570;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	margin-left: 4px;
}

.tool-tip:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.report-toggle-icon {
	cursor: pointer;
}

.report-toggle-icon span {
	font-size: 14px;
	text-decoration: underline;
	color: #4e78a6;
}

.report-toggle-icon img {
	height: 16px;
	width: 16px;
}

.collapse-header.collapsed .report-toggle-icon img {
	transform: rotate(180deg);
}

.report-toggle-icon.collapsed img {
	transform: rotate(180deg);
}

/* custom scrollbar */

::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #889e6f;
}

.planselect-card {
	background: #f3f7fa;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 20px;
}

.planselect-card .card-title {
	color: #5f91c9;
	font-size: 16px;
	font-weight: 700;
}

.planselect-card-header {
	padding-bottom: 10px;
}

.collapse-header.planselect-card-header {
	padding-bottom: 0px;
}

.planselect-card-body {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
}

.question {
	margin-bottom: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #d7dde3;
}

.question:nth-last-child(1) {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.question .question-text {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.question .question-text span.question-number {
	color: #124570;
}

.question .question-answer p {
	margin-bottom: 5px;
	font-size: 16px;
}

.table-search .search-btn {
	background: #4e78a6;
	border-radius: 50%;
	outline: none;
	border: none;
}

.header-logo {
	max-height: 70px;
	margin-right: 0px !important;
}

.header-logo img {
	max-height: 60px;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
}

header.flimp-header {
	background: #124570;
	border-radius: 15px 15px 0px 0px;
}

header.flimp-header nav {
	background: #124570;
	border-radius: 15px 15px 0px 0px;
	padding-bottom: 0px;
}

header.flimp-header nav .search-bar {
	width: calc(100% - 390px);
}

header.flimp-header nav .search-bar form {
	max-width: 300px;
	width: 100%;
}

header.flimp-header nav .search-bar form input[type='search'] {
	width: calc(100% - 40px);
}

header.flimp-header nav .search-bar form .search-btn {
	border: 1px solid #fff;
	background: none;
	border-radius: 50%;
	vertical-align: top;
}

header.flimp-header nav .search-bar form .search-btn img {
	margin-bottom: 5px;
}

header.flimp-header nav .navbar-nav {
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

header.flimp-header nav .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

header.flimp-header nav .more-dropdown .dropdown-toggle:hover {
	background-color: #7ca67085 !important;
}

header.flimp-header nav .more-dropdown .dropdown-toggle::after {
	display: none;
}

header.flimp-header nav .more-dropdown .dropdown-menu {
	position: absolute;
	padding: 0px;
	border-radius: 0px;
}

header.flimp-header nav .more-dropdown .dropdown-menu .dropdown-item {
	font-size: 13px;
	color: #124570;
	padding: 5px 10px;
	color: #124570;
	font-size: 13px;
	font-weight: 500;
}

header.flimp-header nav .more-dropdown .dropdown-menu .dropdown-item:hover {
	background: #e7f0d1;
}

header.flimp-header nav li.nav-item {
	white-space: nowrap;
}

header.flimp-header nav li.nav-item a {
	color: #fff;
}

header.flimp-header .sub-nav {
	background: #124570;
	overflow: auto;
	margin: 0px 20px;
}

header.flimp-header .sub-nav ul {
	padding-left: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

header.flimp-header .sub-nav ul li.sub-nav-item {
	display: inline-block;
	margin: 0px 10px 22px;
	position: relative;
}

header.flimp-header .sub-nav ul li.sub-nav-item a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

header.flimp-header .sub-nav ul li.sub-nav-item > img {
	display: none;
}

header.flimp-header .sub-nav ul li.sub-nav-item.active a {
	font-weight: 700;
}

header.flimp-header .sub-nav ul li.sub-nav-item.active > img {
	display: block;
	position: absolute;
	top: 33px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 80px;
}

@media only screen and (max-width: 768px) {
	header.flimp-header .navbar-brand {
		margin: 0 auto;
	}
	header.flimp-header .header-links {
		width: 100%;
		margin-bottom: 10px;
	}
	header.flimp-header .search-bar {
		width: 100% !important;
	}
	header.flimp-header .sub-nav {
		max-width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	header.flimp-header .sub-nav ul {
		min-width: 680px;
	}
}

main {
	background: #124570;
	padding: 0px;
}

main .flimp-main-wrapper {
	background: #fff;
	min-height: calc(100vh - 130px);
	border-radius: 15px;
	padding: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.wrapper {
	background: #124570;
	border-radius: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.flimp-sidebar {
	width: 250px;
	height: calc(100vh - 160px);
	min-height: 400px;
	background: #e1eefb;
	border-radius: 15px;
}

.flimp-sidebar + .flimp-content {
	max-width: calc(100% - 250px);
	width: 100%;
}

@media only screen and (max-width: 570px) {
	.flimp-sidebar {
		width: 100%;
	}
	.flimp-sidebar .tree {
		max-height: 400px;
		overflow: scroll;
	}
	.flimp-content {
		width: calc(100%);
	}
}

.flimp-sidebar {
	padding: 10px;
}

.flimp-sidebar .tree-options .dropdown-menu {
	position: absolute;
	padding: 0px;
	border-radius: 0px;
}

.flimp-sidebar .tree-options .dropdown-menu .dropdown-item {
	font-size: 13px;
	color: #124570;
	padding: 5px 10px;
	color: #124570;
	font-size: 13px;
	font-weight: 500;
}

.flimp-sidebar .tree-options .dropdown-menu .dropdown-item:hover {
	background: #e7f0d1;
}

.flimp-sidebar .tree {
	height: calc(100% - 81px);
	overflow: scroll;
}

.flimp-sidebar .tree > ul {
	list-style-type: none;
	padding-left: 5px;
}

.flimp-sidebar .tree > ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	font-family: sans-serif;
}

.flimp-sidebar .tree > ul li span {
	font-family: sans-serif;
}

.flimp-sidebar .tree > ul .caret {
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari 3.1+ */
	-moz-user-select: none;
	/* Firefox 2+ */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
}

.flimp-sidebar .tree > ul .caret .fa-caret-right {
	font-family: 'Font Awesome 5 Pro';
}

.flimp-sidebar .tree > ul .caret.caret-down > .fa-caret-right {
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari */
	transform: rotate(90deg);
}

.flimp-sidebar .tree > ul .nested {
	display: none;
	padding-left: 10px;
}

.flimp-sidebar .tree > ul .nested.active {
	display: block;
}

.flimp-sidebar .tree .caret::before {
	content: '\25B6';
	color: #959595;
	display: inline-block;
	margin-right: 6px;
}

.flimp-sidebar .tree .caret-down::before {
	transform: rotate(90deg);
}

.flimp-sidebar .tree a.active {
	background: #e7f0d1;
}

.flimp-sidebar .tree a {
	font-weight: 500;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	width: calc(100%);
}

.flimp-sidebar .tree a:hover {
	background: #e7f0d1;
	text-decoration: none;
}

.flimp-sidebar .tree .caret > a {
	width: calc(100% - 20px);
}

.flimp-content {
	padding: 20px 30px;
	width: 100%;
}

.breadcrumbs ul {
	padding-left: 0px;
	margin-bottom: 5px;
}

.breadcrumbs ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 5px 25px 5px 10px;
}

.breadcrumbs ul li:nth-child(1) {
	padding: 5px 25px 5px 0px;
}

.breadcrumbs ul li a {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.breadcrumbs ul li.current-page a {
	font-weight: 600;
}

.breadcrumbs ul li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: '>';
	display: block;
}

.breadcrumbs ul li:nth-last-child(1):after {
	display: none;
}

.premium-table-wrapper {
	width: 100%;
}

.premium-table {
	table-layout: fixed;
	min-width: 800px;
}

.premium-table thead td {
	font-size: 14px;
	color: #124570;
	font-weight: 500;
}

.premium-table td {
	text-align: center;
	padding: 7px 10px;
}

.premium-table td input,
.premium-table td select {
	max-width: 100px;
	margin: 0 auto;
	text-align: center;
}

.premium-table .row-label {
	width: 240px;
	font-size: 14px;
	color: #124570;
	font-weight: 500;
	text-align: right;
}

@media only screen and (max-width: 1200px) {
	.premium-table-wrapper {
		width: 100%;
		overflow-x: scroll;
	}
}

div#carriers-table_filter,
div#manage-employee-table_filter,
div#manage-plans-table_filter,
div#manage-groups-table_filter,
div#manage-users-table_filter,
div#manage-brokers-table_filter {
	display: none;
}

td.toggle-col {
	cursor: pointer;
}

tr.shown td.toggle-col .fa-caret-right {
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari */
	transform: rotate(90deg);
}

.flimp-datatable-wrapper {
	width: 100%;
	overflow-x: scroll;
}

.flimp-datatable {
	min-width: 800px;
}

.flimp-datatable .carrier-logo {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
	height: 40px;
}

.flimp-datatable .carrier-edit-table {
	border-bottom: none !important;
}

.flimp-datatable .carrier-edit-table tr td {
	padding: 5px 5px;
}

.flimp-datatable .add-carrier-form .select-col .custom-control.custom-checkbox {
	display: none;
}

.flimp-datatable table {
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #e1eefb !important;
	min-width: 800px;
}

.flimp-datatable table tr th,
.flimp-datatable table tr td {
	padding: 10px 5px;
}

.flimp-datatable table tr th {
	border-bottom: 1px solid #e1eefb;
	border-top: 1px solid #708fab;
	font-size: 15px;
	color: #124570;
}

.flimp-datatable table tr td {
	background: #fff !important;
	border: none !important;
	color: #000;
	font-size: 13px;
	padding: 5px 5px;
}

.flimp-datatable table tr td.toggle-col,
.flimp-datatable table tr th.toggle-col {
	width: 10px !important;
	max-width: 10px !important;
}

.flimp-datatable table tr td.select-col,
.flimp-datatable table tr th.select-col {
	width: 20px !important;
	max-width: 20px !important;
}

.flimp-datatable table tr td.status-col,
.flimp-datatable table tr th.status-col {
	width: 95px !important;
	max-width: 95px !important;
}

.flimp-datatable table tr .carrier-field-detail {
	display: block;
}

.flimp-datatable table tr .edit-carrier-field-detail {
	display: none;
}

.flimp-datatable table tr.shown > td {
	border-top: 1px solid #ddd !important;
}

.flimp-datatable table tr.shown + tr > td {
	border-bottom: 1px solid #ddd !important;
}

.flimp-datatable table tr.shown .carrier-field-detail {
	display: none;
}

.flimp-datatable table tr.shown .edit-carrier-field-detail {
	display: block;
}

.dataTables_paginate {
	margin-top: 10px;
	margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #fff;
	border: 1px solid #889e6f;
	color: #889e6f !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 15px;
	padding: 3px 10px;
}

.new-plan-tabs ul {
	padding-left: 0px;
	margin-bottom: 24px;
	border-bottom: none;
	min-width: 630px;
}

.new-plan-tabs ul li {
	display: inline-block;
	margin: 0px 10px 7px;
	position: relative;
}

.new-plan-tabs ul li a {
	color: #124570;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.new-plan-tabs ul li a.active + img {
	display: block;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	height: 18px;
	width: 90px;
	background: #fff;
	z-index: 1;
}

.new-plan-tabs ul li img {
	display: none;
}

@media only screen and (max-width: 1520px) {
	.new-plan-tabs ul li {
		max-width: 150px;
		text-align: center;
	}
}

@media only screen and (max-width: 1290px) {
	.new-plan-tabs ul li {
		max-width: 130px;
		text-align: center;
	}
}

@media only screen and (max-width: 1365px) {
	.new-plan-tabs ul {
		margin-bottom: 27px;
	}
	.new-plan-tabs ul li a {
		font-size: 16px;
	}
	.new-plan-tabs ul li a.active + img {
		bottom: -27px;
	}
}

@media only screen and (max-width: 970px) {
	.new-plan-tabs {
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

.tabs-header {
	border-bottom: 1px solid #124570;
	margin-bottom: 30px;
}

.plan-doc-table table {
	table-layout: fixed;
}

.plan-doc-table table th,
.plan-doc-table table td {
	padding: 5px;
	color: #124570;
	font-size: 14px;
	font-weight: 500;
}

.plan-doc-table table th {
	font-weight: 600;
}

.plan-doc-table .file-select-col {
	width: 30px;
}

.plan-doc-table .file-name-col,
.plan-doc-table .file-custom-name-col {
	width: 100%;
}

.plan-doc-table .file-lang-col {
	width: 110px;
}

.plan-doc-table .file-priority-col {
	width: 110px;
	text-align: center;
}

.plan-doc-table .file-priority-col .custom-control {
	margin: 0 auto;
}

.plan-doc-table .file-delete-col {
	width: 80px;
	text-align: center;
}

.plan-doc-table .file-delete-col a {
	color: #124570;
}

.minicolors-theme-default.minicolors {
	width: 100%;
}

.minicolors-theme-default.minicolors .form-control {
	width: calc(100% - 30px);
}

.minicolors-theme-default .minicolors-swatch {
	top: 0px;
	right: 0px !important;
	height: 26px;
	width: 26px;
	border: none;
	background: none;
}

.minicolors-swatch-color {
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.minicolors-swatch::after {
	box-shadow: none;
}

.note-editor.note-frame.card {
	border: none;
	border-radius: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.note-editor.note-frame .note-statusbar {
	background: #fff;
}

.uploaded-files label span {
	text-decoration: underline;
}

.coinsurance-wrapper {
	max-height: calc(100vh - 200px);
	overflow-y: scroll;
	padding: 0px 20px;
}

.coinsurance-wrapper h5 {
	font-size: 14px;
	color: #124570;
	font-weight: 700;
}

.coinsurance-wrapper label {
	font-size: 14px;
	font-weight: 400;
}

.coinsurance-wrapper .input-group-title {
	font-size: 14px;
	color: #124570;
	font-weight: 600;
}

.coinsurance-wrapper .w-25 {
	min-width: 25% !important;
}

.coinsurance-wrapper .w-50 {
	min-width: 50% !important;
}

.form-bg-blue {
	background: #f3f7fa;
	padding: 5px 10px;
}

.form-bg-white {
	background: #fff;
	padding: 5px 10px;
}

@media only screen and (max-width: 991px) {
	.coinsurance .w-25 {
		width: 50% !important;
	}
}

footer {
	background: #124570;
	padding: 15px 20px 15px;
	border-radius: 0px 0px 15px 15px;
	font-size: 12px;
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer p {
	margin-bottom: 0px;
	font-size: 8px;
	color: #fff;
}

.flimp-dashboard .modal .modal-content {
	border-radius: 17px;
}

.flimp-dashboard .modal .modal-header {
	background: #124570;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.flimp-dashboard .modal .modal-header .close {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.report-graph-card .planselect-card-header {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.report-graph-card .planselect-card-header > .d-flex {
		flex-direction: column;
	}
	.report-graph-card .planselect-card-header > .d-flex .stats-figure {
		margin-right: 0px;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
}

.report-graph-card .stats-figure {
	margin-right: 50px;
}

.report-graph-card .stats-figure h3 {
	font-weight: 700;
	color: #124570;
	font-size: 22px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.report-graph-card .stats-figure h3 + span.session-stat-value {
	font-size: 26px;
	font-weight: 900;
	color: #124570;
}

.report-graph-card .stats-figure p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #124570;
	margin-right: 10px;
}

.report-graph-card .stats-figure p + span.session-stat-value {
	font-size: 20px;
	font-weight: 900;
	color: #124570;
}

.report-graph-wrapper {
	background: #fff;
	padding: 30px 15px 15px;
	border-radius: 10px;
	margin-top: 10px;
}

.report-graph-wrapper .custom-control {
	margin-bottom: 5px;
}

.assess-cols-wrapper .recommend-col {
	width: 340px;
	margin-right: 20px;
}

.assess-cols-wrapper .products-col {
	width: calc(100% - 340px);
}

@media only screen and (max-width: 768px) {
	.assess-cols-wrapper {
		flex-wrap: wrap;
	}
	.assess-cols-wrapper .recommend-col {
		width: 100%;
		margin-right: 0px;
	}
	.assess-cols-wrapper .products-col {
		width: 100%;
	}
}

.reports-table-wrapper {
	width: 100%;
	overflow: scroll;
}

.all-products-table,
.link-statistics-table,
.custom-product-offered-table {
	min-width: 600px;
	width: 100%;
	overflow: scroll;
}

.reports-table {
	table-layout: fixed;
	border: none !important;
	min-width: 100%;
}

.reports-table tbody tr {
	background: none !important;
}

.reports-table th {
	font-size: 14px;
	color: #124570;
	font-weight: 700;
	word-break: break-word;
}

.reports-table td {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	word-break: break-word;
}

.reports-table td:nth-child(1) {
	border-radius: 12px 0px 0px 12px;
}

.reports-table td:nth-last-child(1) {
	border-radius: 0px 12px 12px 0px;
}

.reports-table thead tr th {
	border-bottom: none;
}

.reports-table tbody tr:nth-child(2n + 1) td {
	background: #fff;
}

.reports-table .somewhat-interested-col {
	width: 180px;
}

.reports-table .product-name-col {
	width: 180px;
	padding: 8px 22px 8px 10px !important;
}

.reports-table td.product-name-col {
	color: #124570;
}

.reports-table td,
.reports-table th {
	padding: 8px 10px !important;
}

.recommended-table .recommend-perc-col {
	min-width: 85px;
	text-align: right;
}

.recommended-table tr td:nth-child(1) {
	width: calc(100% - 85px);
	min-width: calc(100% - 85px);
}

.report-tabs.new-plan-tabs ul li {
	margin: 0px 20px -1px;
}

.report-tabs.new-plan-tabs ul li a {
	font-weight: 500;
}

.report-tabs.new-plan-tabs ul li a.active {
	font-weight: 700;
}

@media only screen and (max-width: 1290px) {
	.report-tabs.new-plan-tabs ul li {
		max-width: none;
	}
}

@media only screen and (max-width: 1520px) {
	.report-tabs.new-plan-tabs ul li {
		max-width: none;
	}
}

label.table-filter-label {
	color: #4e78a6 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.link-statistics-table {
	margin-top: 20px !important;
}

p.card-title {
	font-size: 20px;
	margin-bottom: 0px;
	color: #5f91c9;
	font-weight: 600;
}

#link-statistics-table_filter,
#all-products-table_filter,
#custom-product-offered-table_filter,
#product-offered-table_filter {
	display: none;
}

.report-tab-content p {
	font-size: 15px;
	color: #000;
}

.stats-col {
	margin: 0px 10px 20px;
}

.stats-col:nth-child(1) {
	margin-left: 0px;
}

.report-title,
.report-title h6 {
	font-weight: 700;
	font-size: 16px;
	color: #124570;
}

.stats-number {
	font-weight: 700;
	font-size: 21px;
}

.stats-label {
	font-size: 12px;
	color: #124570;
}

.content-engagement-report-stats-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

.content-engagement-report-stats-wrapper .stats-col {
	width: calc((100% / 7) - 19px);
}

@media screen and (max-width: 1200px) {
	.content-engagement-report-stats-wrapper .stats-col {
		width: calc((100% / 4) - 20px);
	}
	.content-engagement-report-stats-wrapper .stats-col:nth-child(5) {
		margin-left: 0px;
	}
}

@media screen and (max-width: 640px) {
	.content-engagement-report-stats-wrapper .stats-col {
		width: calc((100% / 2) - 20px);
	}
	.content-engagement-report-stats-wrapper .stats-col:nth-child(2n + 1) {
		margin-left: 0px;
	}
}

.content-engagement-report-stats-wrapper .stats-box {
	display: flex;
	flex-direction: column;
}

.button-and-device-stats-wrapper {
	display: flex;
	align-items: start;
	margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
	.button-and-device-stats-wrapper {
		flex-wrap: wrap;
	}
}

.button-and-device-stats-wrapper .reports-table-wrapper {
	overflow: hidden;
}

.button-and-device-stats-wrapper .button-stats-col {
	width: calc((100% / 7) * 2.5 - 20px);
}

@media screen and (max-width: 991px) {
	.button-and-device-stats-wrapper .button-stats-col {
		width: calc((100% / 4) * 1.5 - 20px);
	}
}

@media screen and (max-width: 800px) {
	.button-and-device-stats-wrapper .button-stats-col {
		width: 100%;
	}
}

.button-and-device-stats-wrapper .device-view-percent-col,
.button-and-device-stats-wrapper .device-view-total-col {
	width: calc((100% / 7) * 1.5 - -6px);
}

@media screen and (max-width: 1200px) {
	.button-and-device-stats-wrapper .device-view-percent-col,
	.button-and-device-stats-wrapper .device-view-total-col {
		width: calc((100% / 7) * 2 - 20px);
	}
}

@media screen and (max-width: 991px) {
	.button-and-device-stats-wrapper .device-view-percent-col,
	.button-and-device-stats-wrapper .device-view-total-col {
		width: calc((100% / 4) * 1.5 - 20px);
	}
}

@media screen and (max-width: 800px) {
	.button-and-device-stats-wrapper .device-view-percent-col,
	.button-and-device-stats-wrapper .device-view-total-col {
		width: calc((100% / 2) - 20px);
	}
}

@media screen and (max-width: 570px) {
	.button-and-device-stats-wrapper .device-view-percent-col,
	.button-and-device-stats-wrapper .device-view-total-col {
		width: 100%;
	}
}

.button-and-device-stats-wrapper .button-stats-name-col {
	width: calc(100% - 85px);
	min-width: calc(100% - 85px);
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: #124570;
}

.button-and-device-stats-wrapper .button-stats-perc-col {
	width: 80px;
	text-align: right;
}

.button-and-device-stats-wrapper .device-view-percent-table.reports-table th,
.button-and-device-stats-wrapper .device-view-percent-table.reports-table td {
	word-break: normal;
}

.button-and-device-stats-wrapper .device-view-percent-name-col,
.button-and-device-stats-wrapper .device-view-total-name-col {
	width: calc(100% - 85px);
	min-width: calc(100% - 85px);
	text-align: right;
}

.button-and-device-stats-wrapper .device-view-percent-perc-col,
.button-and-device-stats-wrapper .device-view-total-perc-col {
	width: 80px;
	text-align: right;
}

.aggregate-plan-results-wrapper .reports-table-wrapper {
	overflow: hidden;
	overflow-x: scroll;
}

.aggregate-plan-results-wrapper .aggregate-plan-results-table {
	min-width: 800px;
	width: 100%;
}

.aggregate-plan-results-wrapper .aggregate-plan-results-col {
	width: calc((100% / 7) * 5.5 - 20px);
}

@media screen and (max-width: 1200px) {
	.aggregate-plan-results-wrapper .aggregate-plan-results-col {
		width: 100%;
	}
}

.aggregate-plan-results-wrapper .reports-table th,
.aggregate-plan-results-wrapper .reports-table td {
	min-width: 30px;
	word-break: normal;
}

.aggregate-plan-results-wrapper .reports-table th:nth-child(1),
.aggregate-plan-results-wrapper .reports-table td:nth-child(1) {
	min-width: 150px;
}

.aggregate-plan-results-wrapper th {
	font-size: 14px;
	font-weight: 700;
	color: #124570;
	text-align: center;
}

.aggregate-plan-results-wrapper td {
	text-align: center;
}

.aggregate-plan-results-wrapper .plan-col {
	font-size: 14px;
	font-weight: 600;
	color: #124570;
	text-align: right;
}

.analysis-table {
	display: flex;
	flex-direction: column;
}

.analysis-table .analysis-table-tbody {
	width: 100%;
}

.analysis-table .analysis-table-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-radius: 15px;
}

.analysis-table .analysis-table-col {
	width: 100%;
	position: relative;
}

.analysis-table .analysis-table-col:nth-child(1) {
	text-align: right;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: end;
	min-width: 150px;
}

.analysis-table .analysis-table-col:nth-child(1) h6 {
	margin-bottom: 0px;
	color: #124570;
	margin-right: 10px;
	font-weight: 600;
}

.analysis-table .analysis-table-thead .analysis-table-row {
	background: none;
}

.analysis-table .analysis-table-thead .analysis-table-col-title {
	text-align: center;
	position: absolute;
	bottom: 100%;
	width: 100%;
	left: 0px;
	border-left: 1px solid #a7d5ff;
	border-right: 1px solid #a7d5ff;
	border-top: 1px solid #a7d5ff;
	border-radius: 15px 15px 0px 0px;
	padding: 8px 5px;
}

.analysis-table .analysis-table-thead .analysis-table-col-title span {
	font-weight: 700;
	color: #5d7060;
}

.analysis-table .analysis-table-thead .plan-type-table-col {
	font-weight: 700;
	color: #124570;
}

.analysis-table .analysis-table-thead .plan-type-table-col span {
	color: #000;
	color: #124570;
}

.analysis-table .analysis-table-thead .plan-type-table-col.plan-type-table-col-percent {
	text-align: right;
}

.analysis-table .analysis-table-thead .plan-type-table-col.plan-type-table-col-percent span {
	color: #124570;
	font-weight: 700;
}

.analysis-table .analysis-table-tbody .analysis-table-row:nth-child(2n + 1) {
	background: #fff;
}

.analysis-table .analysis-table-tbody .analysis-table-row:nth-last-child(1) .plan-type-table {
	border-radius: 0px 0px 15px 15px;
	border-bottom: 1px solid #a7d5ff;
}

.what-if-analysis-table-wrapper {
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 40px;
}

.what-if-analysis-table-col {
	width: 100%;
	margin-top: 50px;
	min-width: 1200px;
	padding: 0px 0px 0px 15px;
}

.plan-type-table {
	border-left: 1px solid #a7d5ff;
	border-right: 1px solid #a7d5ff;
	width: 100%;
	height: 100%;
}

.plan-type-table .plan-type-table-row {
	display: flex;
	padding: 5px;
	justify-content: space-around;
	min-height: 40px;
}

.plan-type-table .plan-type-table-col.plan-type-table-col-current {
	width: 70px;
	text-align: right;
}

.plan-type-table .plan-type-table-col.plan-type-table-col-new {
	width: 60px;
	text-align: center;
}

.plan-type-table .plan-type-table-col.plan-type-table-col-new .form-group {
	margin-bottom: 0px;
}

.plan-type-table .plan-type-table-col.plan-type-table-col-percent {
	width: 60px;
	text-align: right;
}

.plan-type-table .plan-type-table-col.plan-type-table-col-percent span {
	color: #5f91c9;
}

.collapsible-paragraph {
	background: #fff;
	position: relative;
	padding: 9px 125px 5px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.collapsible-paragraph.result-page-para p {
	font-size: 16px;
	color: #000;
}

.para-content {
	height: 25px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.para-content p {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.collapsible-paragraph p {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
}

.collapsible-paragraph.show {
	padding: 10px 10px 10px 10px;
}

.collapsible-paragraph.show .para-content {
	height: auto;
	white-space: initial;
}

.collapsible-paragraph.show .para-content p {
	height: auto;
	white-space: initial;
}

.para-show,
.para-hide {
	display: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	color: #124570;
}

.para-hide {
	padding-top: 10px;
	text-align: center;
}

.para-show.show,
.para-hide.show {
	display: block;
}

.collapsible-paragraph .para-show {
	position: absolute;
	width: 115px;
	right: 0px;
	bottom: 9px;
}

.reporting-graph {
	border: 1px solid #4f77a5;
	padding: 15px;
	border-radius: 15px;
}

.reporting-graph-title h6 {
	text-align: left;
	font-weight: 600;
	margin-bottom: 0px;
}

.reporting-graph-graph {
	margin-bottom: 40px;
	margin-top: 30px;
}

.forecasted-financial-results-wrapper .reports-table-wrapper {
	overflow: hidden;
	overflow-x: scroll;
}

.forecasted-financial-results-wrapper .forecasted-financial-results-table {
	min-width: 800px;
	width: 100%;
}

.forecasted-financial-results-wrapper .forecasted-financial-results-table tbody tr:nth-last-child(1) td {
	font-weight: 700;
}

.forecasted-financial-results-wrapper .forecasted-financial-results-table tbody td span.green {
	color: #889e6f;
}

.forecasted-financial-results-wrapper .forecasted-financial-results-table tbody td span.orange {
	color: #ff7300;
}

.forecasted-financial-results-wrapper .forecasted-financial-results-col {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.forecasted-financial-results-wrapper .forecasted-financial-results-col {
		width: 100%;
	}
}

.forecasted-financial-results-wrapper .reports-table th,
.forecasted-financial-results-wrapper .reports-table td {
	min-width: 30px;
	word-break: normal;
}

.forecasted-financial-results-wrapper .reports-table th:nth-child(1),
.forecasted-financial-results-wrapper .reports-table td:nth-child(1) {
	min-width: 150px;
}

.forecasted-financial-results-wrapper th {
	font-size: 14px;
	font-weight: 700;
	color: #124570;
	text-align: center;
}

.forecasted-financial-results-wrapper td {
	text-align: center;
}

.forecasted-financial-results-wrapper .plan-col {
	font-size: 14px;
	font-weight: 600;
	color: #124570;
	text-align: right;
	width: 300px;
}

.overview-tab .reporting-graph-graph {
	margin-top: 0px;
}

.summary-obv-stats-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.summary-obv-stats-wrapper .stats-col {
	width: calc((100% / 4) - 20px);
}

@media screen and (max-width: 1200px) {
	.summary-obv-stats-wrapper .stats-col {
		width: calc((100% / 3) - 20px);
	}
	.summary-obv-stats-wrapper .stats-col:nth-child(5) {
		margin-left: 0px;
	}
}

@media screen and (max-width: 640px) {
	.summary-obv-stats-wrapper .stats-col {
		width: calc((100% / 2) - 20px);
	}
	.summary-obv-stats-wrapper .stats-col:nth-child(2n + 1) {
		margin-left: 0px;
	}
}

.summary-obv-stats-wrapper .stats-box {
	display: flex;
	flex-direction: column;
}

.overview-cards-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.overview-card {
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #5f91c9;
}

.overview-card .overview-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.overview-card .card-header-img img {
	max-height: 25px;
	max-width: 25px;
	margin-right: 10px;
}

.overview-card .card-header-title h3 {
	margin-bottom: 0px;
}

.overview-card .overview-card-footer {
	margin-top: 10px;
}

.glossary-card {
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #5f91c9;
	height: calc(100% - 23px);
}

.glossary-card .glossary-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.glossary-card .card-header-img img {
	max-height: 25px;
	max-width: 25px;
	margin-right: 10px;
}

.glossary-card .card-header-title h3 {
	margin-bottom: 0px;
}

.glossary-card .glossary-card-body ul {
	padding-left: 20px;
}

.glossary-card .glossary-card-footer {
	margin-top: 10px;
}

/******************** Compare page styling ***********************************/
.campare-back-button {
	margin-top: 15px;
}
#overlays {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	z-index: 3100;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5) url(../images/loader.gif) no-repeat 50% 50%;
}
.border-1 {
	border-top: 1px solid #3c3936;
	border-right: 1px solid #3c3936;
	border-left: 1px solid #3c3936;
}

.border-2 {
	border-right: 1px solid #3c3936;
	border-left: 1px solid #3c3936;
}

.border-3 {
	border-right: 1px solid #3c3936;
	border-left: 1px solid #3c3936;
	border-bottom: 1px solid #3c3936;
}

.premium_tooltip {
	position: relative;
	left: 119px;
	top: -19px;
	height: 18px;
	width: 19px;
	min-width: 15px !important;
	display: block;
	background: #124570;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px !important;
	margin-left: 0px !important;
}

.premium_label_tooltip {
	position: absolute;
	margin-left: -14px;
	width: 240px !important;
}

.nav-corner-link:hover,
.nav-corner-link:focus {
	text-decoration: underline;
}

.form-group label span.required {
	content: '*';
	color: red;
}

.nav-user-name {
	pointer-events: none;
}
