/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
body,
html {
	height: 100%;
	width: 100%;
	background-color: #dbcbcb !important;
}
/* Media headers */
@media print {
	* {
		display: none;
	}
	#noprint {
		display: none;
	}
	#printableTable {
		display: table;
	}
}
@media only screen and (max-width: 600px) {
	.navbar-brand {
		display: none !important;
	}
	table {
		width: 100%;
		height: 100%;
	}
}
/* PAGE HEADER */
.top-color {
	background: #3a060a;
}
.logo {
	margin: 0.5em;
}
.logout {
	background-color: #fff;
	margin: 0.5em;
	float: right;
}
/* NAVIGATION */
.navbar {
	padding: 0 !important;
}
.nav_wrapper {
	padding: 0.5%;
	width: 100% !important;
	background-color: #7b0c13 !important;
}
.nav_color {
	background-color: #a50e0e;
}
.navbar-toggler-icon {
	color: #fff;
}

.custom-toggler.navbar-toggler {
	border-color: rgb(255, 102, 203);
}
ul li {
	border-radius: 0;
}
ul li a {
	color: #f1e9ca;
}
ul li a:hover {
	color: #fff;
}
.btn_logout {
	color: #f1e9ca !important;
	border: 1px #a50e0e !important;
	background-color: #a50e0e !important;
}
/* CARD style and layout */
.offset_top {
	margin-top: 1%;
}
.offset_bot {
	margin-bottom: 1%;
}
.card {
	height: 100%;
	width: 100%;
	padding: 1%;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 5px;
}

.card footer {
	color: #f1e9ca;
	background-color: #a50e0e;
}
.card form {
	margin-top: 1%;
	margin-bottom: 1%;
}
/* Custom margin classes extension on Bootstrap */
.mt-5 {
	margin-top: 5% !important;
}
.ml-5 {
	margin-left: 5% !important;
}
.ml-1 {
	margin-left: 1% !important;
}
.mr-5 {
	margin-right: 5% !important;
}
.mr-1 {
	margin-right: 1% !important;
}
.m-check-2{
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}
.hei {
	height: 15% !important;
}
.bg-primary th {
	background-color: #a50e0e !important;
	color: #f1e9ca;
}
.right {
	width: 20%;
	float: right;
}

.card h1,
h2,
h3 {
	text-align: center;
	margin-bottom: 10px;
}
.login_wrapper span h3 {
	border: none;
}
.accountIMG {
	border-radius: 50%;
	width: 75%;
}
#bar_chart {
	height: 200px;
	width: 100%;
}
.planCel {
	color: #f1e9ca;
	padding: 2%;
	background-color: #a50e0e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 5px;
}
.spec-col {
	width: 14% !important;
}
.cardFlat {
	padding: 1%;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 5px;
	height: 20%;
}
.cardFlat img {
	margin-top: 1%;
	float: right;
	width: 15%;
}
.selected {
	background-color: lightgray !important;
}
.w-10 {
	width: 10%;
}
.prod-img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
}
.content-subs {
	margin-top: 1%;
	border-top: 1px solid black;
}
.btn-subs {
	margin-top: 1%;
	border-top: 1px solid black;
}
.no-display {
	display: none !important;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2.5); /* IE */
  -moz-transform: scale(2.5); /* FF */
  -webkit-transform: scale(2.5); /* Safari and Chrome */
  -o-transform: scale(2.5); /* Opera */
  padding: 10px;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.left{
	float: left;
}