@font-face {
	font-family: Sentinel;
	src: url("/css/fonts/Sentinel/Sentinel-Light.otf");
}

html > body {
	font-family: proxima-nova, -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"; 
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.hidden,
.hideCostsinTable {
	display: none !important;
}

.alert .material-icons {
	line-height: 1.5;
}

.alert-danger {
    background-color: #f8d7da !important;
}

a,
a.btn.btn-link,
a.btn.btn-outline-secondary {
	color: #9D2235 !important;
}
a.btn.btn-outline-secondary:hover, 
a.btn.btn-outline-secondary:active {
	color: #fff !important;
}
	
a.btn {
	color: #fff !important;
}

.btn-primary {
	background-color: #C8102e;
}
.btn-primary:hover {
	background-color: #9D2235 !important;
	border-color: #9D2235 !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
	background-color: #C8102e !important;
	border-color: #C8102e !important;
}

.btn-warning,
a.btn-warning.btn {
	background-color: #fed141 !important;
    border-color: #fed141 !important;
    color: #000 !important;
}

.pointer {
	cursor: pointer;
}

.label > a {
	color: #fff;
}
.label > a:hover {
	color: #fff;
}

.btn-secondary {
	color: #fff !important; 
}

.headerContainer {
	margin: 0px -15px;
}

.main-container {
	min-height: 1000px;
}

.singleCol {
	width: 100%;
}

/*
.masthead {
	margin: 10px 0px;
}

.masthead-logo-login {
	margin-bottom: 10px;
}

.img-masthead-brand {
	margin-bottom: 10px;
}

nav.navbar {
	margin-top: 15px;
	padding: 0px;
}

nav.navbar .navbar-nav {
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 0px;
}

nav.navbar .navbar-nav {
	border-left: 1px solid #fff;
}

nav.navbar .navbar-nav li {
	border-right: 1px solid #fff;
	text-transform: uppercase;
	padding: 5px;
}
*/
/*---- ---- */
.navbar-toggler {
	background-color: #ccc;
}

.navbar-toggler.collapsed {
	background-color: transparent;
}

#navbarCollapse {
	background-color: #e9ecef;
}

.dropdown-submenu:active,
.dropdown-item:active
{
	background-color: transparent;
}

@media screen and (max-width: 576px) {
	nav .nav-link {
		display: inline-block;
		text-align: left;
		z-index: 1;
	}
	nav .btn-group {
		display: block;
		justify-content: space-between;
		position: relative;
	}
	nav .nav-link.dropdown-toggle {
		text-align: right;
		position: absolute;
		right: 0px;
		width: 35%;
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .nav-link.dropdown-toggle:active {
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .dropdown-submenu .dropdown-toggle::after {
		transform: rotate(0deg);
	}
	nav .dropdown-item {
		white-space: normal;
	}
	#navbarCollapse {
		padding: 0px 5px;
	}
	body {
		padding-top: 8rem;
	}
	
	header .headerContainer h1 {
		font-family: Sentinel;
		font-size: 3.2em;
	}
	
	header .headerContainer h2 {
		font-size: 1.3em;
	}
}

@media screen and (min-width: 576px) {
	.btn-group.show ul.dropdown-menu.show {
		position: absolute;
	}
	nav .nav-link {
		padding-right: 0px !important;
	}
	nav .nav-link.dropdown-toggle {
		padding-left: 0px !important;
	}
	.nav-item {
		padding: 0px 10px;
	}

	header .headerContainer h1 {
		font-family: Sentinel;
		font-size: 5.2em;
	}
	
	header .headerContainer h2 {
		font-size: 1.6em;
	}
}

.dropdown-menu .dropdown-item {
	position: relative;
}

.dropdown-menu .material-icons {
	position: relative;
	top: 6px;
}

/*--------------------- submenu nav -------------------- */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a *:hover {
	text-decoration: underline;
}

.dropdown-submenu .dropdown-toggle {
	cursor: pointer;
}

.dropdown-submenu .dropdown-toggle::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}


/*--------------------- breadcrumb -------------------- */
.breadcrumb {
	margin-bottom: 10px !important;
}

/*--------------------- main content -------------------- */
.row-main-content {
/*	max-width: 1600px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* -------------------- right column ------------------ */
#content-container-right, .content-container-right {
	min-width: 350px;
	max-width: 351px;
}

@media (min-width: 768px) {
	#content-container-right.center-main-content {
		/* padding-top: 85px; */
	}
}

@media (max-width: 1800px) {
	#content-container-right ~ .content-container-right {
		display: none;
	}
}

#content-container-right .card
{
	margin-bottom: 20px;
}

.panel-heading strong {
	font-size: 16px;
}

#search-container {
	margin-bottom: 10px;
}

.div-search {
	display: inline-block;
	margin-left: 5px;
}

.btn-save-cart {
	margin-left: 5px;
}

#features-heading.card-header {
	font-size: 20px;
}

#searchInput {
	background-color: #eee;
}

/* --------------------- footer styles ----------------- */
.row-footer {
	margin: 20px 0px 10px 0px;
}


/* --------------------- dialog box ----------------- */
.dialog {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30000;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.dialog > .wrapper {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 350px;
	margin-left: -175px;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.dialog .message {
	margin-bottom: 10px;
	white-space: pre;
}

.dialog .action {
	font-weight: bold;
	margin-bottom: 15px;
}

.dialog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.dialog a + a {
	margin-left: 5px;
}

.dialog .btn-danger {
	float: right;
}

/* --------------------- custom alert styles ----------------- */
.alert-overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 20px 50px 20px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	z-index: 99999;
}

.alert-overlay .alert-message {
	margin: auto;
	max-width: 500px;
	padding: 20px 25px;
	background-color: white;
	border: 1px solid #808080;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.75);
	color: black;
}

.alert-overlay .alert-message:after {
	content: "";
	clear: both;
	display: table;
}

.alert-overlay p {
	margin: 0 0 5px 0;
	padding: 0;
}

.alert-overlay .btn {
	float: right;
	margin-top: 15px;
}

.pagination .page-item.active .page-link {
	background-color: #ccc;
}
