:root { -
	-brand-color: #013755; -
	-white-color: #ffffff; -
	-font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -
	-font-family-monospace: "Quicksand", Georgia, "Times New Roman", Times, serif;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat/Montserrat-Regular.eot');
  src: url('/assets/fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
       url('/assets/fonts/montserrat/Montserrat-Regular.woff') format('woff'),
       url('/assets/fonts/montserrat/Montserrat-Regular.ttf') format('truetype'),
       url('/assets/fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: 'Montserrat', "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-size: 1rem;
	line-height: 1.375em;
}

.header-navbar {
	font-family: 'Montserrat', "Source Sans Pro", Helvetica, Arial, sans-serif !important;
}

.breadcrumb {
	font-family: 'Montserrat', "Source Sans Pro", Helvetica, Arial, sans-serif !important;
}

.ui-widget {
    font-family: 'Montserrat', "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.navbar {
	background-color: var(- -white-color);
}

.dropdown-menu {
	font-size: 18px;
}

.navbar-dark .navbar-nav li a.nav-link {
	font-size: 24px;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
	width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', "europa", Georgia, "Times New Roman", Times, serif;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #2f2f30;
}

h1, .h1 {
	font-size: 48px;
}

h2, .h2 {
	font-size: 36px;
}

h3, .h3 {
	font-size: 28px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

.header-navbar .navbar-container ul.nav li>a.nav-link.no-transform,
	.header-navbar .navbar-container ul.nav li>a.nav-link.dropdown-user-link
	{
	text-transform: initial;
}

.header-navbar .navbar-header .navbar-brand .brand-text {
	font-weight: normal;
	font-family: 'Montserrat', "europa", Georgia, "Times New Roman", Times, serif;
}

.horizontal-menu .navbar-horizontal ul#main-menu-navigation>li>a {
	padding: 1.5rem 1rem;
}

.header-navbar {
	min-height: 4rem;
}

.navbar-dark.navbar-horizontal {
	background: #d32f2f;
}

.horizontal-menu .navbar-dark .nav-item.active>a,
.horizontal-menu .navbar-dark .nav-item.active>a:hover {
	background-color: #a1141b;
}

.horizontal-menu .navbar-dark .active>a {
	background: #CED8DE;
}

.dropdown .dropdown-menu .dropdown-item:hover {
	background: #CED8DE;
}

.dropdown .dropdown-menu {
	border-radius: 0;
	margin: 0;
}

.nav .nav-item i {
	vertical-align: text-bottom;
}

.btn-primary {
	background-color: var(- -brand-color);
	border-color: var(- -brand-color);
}

em.invalid {
	font-size: 75%;
	color: red;
}

.modal-content {
	padding: 10px;
}

ul.list-inline-pipe {
	padding-top: 10px;
}

ul.list-inline-pipe li {
	line-height: 1;
}

#deleteForm, .modal-form {
	padding: 10px;
}

#deleteForm header, .modal-form header {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

#deleteForm fieldset, .modal-form fieldset {
	padding: 20px 0 0;
}

.login-box {
	margin: 0 auto;
	padding: 20px 35px;
	width: 500px;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 20px;
}

.trailing {
	color: #eee;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.table thead th,
.table tfoot th {
    font-weight: normal;
}

.dropdown-menu {
  padding: 0 0;
}

.dropzone .dz-preview .dz-image img {
	width: 120px;
	height: 120px;
}

.form-group.error input, .form-group.error select, .form-group.error span.select2-selection, .form-group.error textarea {
    color: #FF4961 !important;
    border-color: #FF4961 !important;
}

.page-item.disabled .page-link {
	border-color: #e3ebf3;
}

.profile-cover-details {
	padding-bottom: 20px;
}

.table-listing-holder {
	width: 100%;
}

.btn-group.tile i {
	vertical-align: middle;
}

.drag-container-view {
	width: 100%;
	height: auto;
	overflow: scroll;
}

#drag-container-holder {
	width: auto;
	display: flex;
	height: auto;
	padding: 20px;
}

.product-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #E4E7ED;
	cursor: move;
}

.product-group-header {
	padding: 0.75rem;
	font-weight: 700;
}

.product-grouping {
	min-width: 400px;
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
}

.product-group-item:hover {
	background-color: #fae4ab;
}

a.bordered-link {
	border: 1px solid #1e9ff2;
	border-radius: 4px;
	padding: 3px 10px;
	display: inline-block;
	margin: 3px;
}

.title-upper-portion {
	padding: 10px 0;
}

.title-upper-portion .title-header {
	border-bottom: 1px solid #333;
}

.title-upper-portion .title-title {
	margin-top: 20px;
	margin-bottom: 200px;
}

.title-upper-portion .title-title h1 {
	font-size: 5rem;
	font-weight: 600;
	color: #093e5c;
	position: relative;
	padding-bottom: 20px;
	z-index: 1;
	/* text-transform: uppercase;*/
}

.title-upper-portion .title-title h1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 35%;
	border-bottom: 5px solid #f3b51b;
}

.title-lower-portion .title-details {
	height: 600px;
	background: url(/assets/images/title_image.png) no-repeat;
	background-size: 100%;
}

.google-visualization-table-table, .google-visualization-table {
	width: 100%;
}

.report-page-view {
	width: 900px;
}

.content-header {
	margin-bottom: 20px;
}

.content-portion {
	min-height: 800px;
}

.content-portion h2 {
	text-transform: uppercase;
	font-weight: 600;
	color: #093e5c;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bordered-chart {
	border: 1px solid #a5abaf;
	margin: 0 0 20px 0;
}

.media.bordered a.media-left {
	border: 1px solid #e1e6ea;
	border-radius: 2px;
	margin-right: 10px;
}

.scroll-container .wtHolder {
	height: 750px !important;
}

table.sticky thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	border: 1px solid #ccc;
	top: 0;
}

table.sticky tbody td:first-child, table.sticky thead th:first-child {
	background-color: #f3f5f7;
	font-weight: bold !important;
	border-color: #ccc;
	border-bottom: 1px solid;
	border-right: 1px solid;
	color: #333;
	white-space: nowrap;
}

table.sticky tbody td:first-child {
	border-bottom-color: #960909;
	border-bottom: 1px solid;
	border-right: 1px solid;
	position: sticky;
	border-left: 1px solid;
	text-align: right !important;
	left: 0;
}

table.sticky thead th:first-child {
	left: 0;
	border-color: #ccc;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	text-align: right !important;
	z-index: 2;
}

/* Just to display it nicely: */
table.sticky thead th {
	background-color: #f3f5f7;
	color: #333;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	z-index: 1;
}

table.sticky {
	border-collapse: separate;
	border-spacing: 0;
}

table.sticky td, table.sticky th {
	padding: 4px 10px;
	border-color: #ccc;
	border-bottom: 1px solid;
	border-right: 1px solid;
	color: #333;
}

table.sticky td {
	text-align: right;
}

.viewport-scroller {
	width: 100%;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 10px 20px;
}

.panels-parent {
	display: flex;
	width: auto;
}

.child-panel, .panel {
	float: left;
	margin: 20px 10px;
	border: 1px solid #ccc;
}

.child-panel>.panel-heading {
	border: 1px solid #1E9FF2;
}

.child-panel>.panel-body {
	padding: 10px;
}

table tdspan.hspan {
	background-color: #f3f5f7 !important;
}

.product-selections {
	width: 24%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product-selections .product-list {
	height: 200px;
	width: 100%;
	overflow: auto;
}

input.group-name-input {
	font-size: 24px;
	width: 400px;
	border: none;
}

.handsontable tr td:first-child {
	text-align: right !important;
	font-weight: bold !important;
	background-color: #f3f5f7;
	color: #333;
}

.handsontable tr:first-of-type td {
	background-color: #ffe094;
	color: #333;
}

.handsontable tr:first-child {
	font-weight: bold !important;
}

.currentRow {
	background-color: #f8ffaa !important;
}

.currentCol {
	background-color: #f8ffaa !important;
}

.bg-spotlight-yellow {
	background-image: linear-gradient(45deg, #f2b41b, #f2b41b);
	background-repeat: repeat-x;
}

.dashboard-icon {
	color: #f2b41b !important;
}

.bg-spotlight-blue {
	background-image: linear-gradient(45deg, #d32f2f, #d32f2f);
	background-repeat: repeat-x;
}