html {
	background-color: #212121;
	color: #CCCCCC !important;
}
body {
	font: 14px sans-serif;
	text-align: center;
	background: #212121;
	color: #CCCCCC;
}
container {
	background-color: #333333;
	color: #CCCCCC !important;
}

h1, h3, h4 { color: #ab0000 !important; text-transform: uppercase;}
.lite-dash-h2{text-transform: none !important;}
.link{color: #FFFFFF; text-decoration: underline;}
.link:hover{color: #ab0000 !important;}

.rabbit-ico {margin-right: 10px;}
.rabbit {color: #ab0000 !important;}
.cards {
	background: #333333 !important;
	margin: 15px;
	padding: 15px;
	box-shadow: 0px 0px 13px  black;
	border: 1px solid transparent;
	border-radius: 5px;
}
.cards-lite {
	background: #333333 !important;
	padding: 5px;
  
  box-shadow: 0px 0px 5px  black;
	
}
.cards-grow {
	background: #197538 !important;
	margin: 15px;
	padding: 15px;
	box-shadow: 0px 0px 13px  black;
	border: 1px solid transparent;
	border-radius: 5px;
}
.cards-bloom {
	background: #751919 !important;
	margin: 15px;
	padding: 15px;
	box-shadow: 0px 0px 13px  black;
	border: 1px solid transparent;
	border-radius: 5px;
}
.cards-vent {
	background: #194975 !important;
	margin: 15px;
	padding: 15px;
	box-shadow: 0px 0px 13px  black;
	border: 1px solid transparent;
	border-radius: 5px;
}

.dashcards {
border-top: 1px dashed #ab0000 !important;
border-bottom: 1px dashed #ab0000 !important;
	padding: 2px;}

.collapse {width: 100% !important;}
.chart {
	width: auto;
	height: auto;
}
.table {
	color: #CCCCCC !important;
	border: none !important;
}
.table tr {
	border: none;
	color: #819ca9;
}
.table td {
	border: none;
	color: white;
	padding: 1px !important;
}
.table th {
	border: none;
	color: #CCCCCC;
}
tbody tr:nth-child(odd) {
	background-color: transparent;
}
tbody tr:nth-child(even) {
	background-color: rgba(0,0,0,0.2);
}
.btn-dark {
	background-color: #212121 !important;
}
.btn-dark:hover {
	background-color: #751919 !important;
}

.menuaccount {border: 1px solid #751919 !important;
border-radius: 5px;
background: #751919;}

select{
    background: #212121 !important;
    color: white;
    outline: none;
    border: 1px solid #212121;
    border-radius: 5px !important;
    padding: 5px !important;
}

.btn-danger {text-transform: uppercase; font-weight: bold !important; border: none !important;}

.user {
		text-transform: none !important;
}
.nav-link {text-transform: uppercase;}
.nav-link:hover{
		color: #ab0000 !important;
}
.navbar-dark {
background: #333333 !important;}
.navbar-brand {
color: #ab0000 !important;}

/* index.php LOGIN styling */
.wrapper {
	width: 360px;
	padding: 20px;
}
.back {
	background: #212121;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.div-center {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 1em 2em;
	border: none;
	display: table;
}
div.content {
	display: table-cell;
	vertical-align: middle;
}
.btn-primary {
	background-color: #212121;
}

.timeline {
border-left: 3px solid #ab0000;
}

.line-chart {
	animation: fadeIn 600ms cubic-bezier(.57,.25,.65,1) 1 forwards;
  opacity: 0;
	max-width: 640px;
	width: 100%;
}                   


.progress-bar-vertical {
  width: 35px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 35px;
  margin-top: 5px;
  float: left;
  
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.chartBox {
  width: 200px;
  padding: 10px;
  border-radius: 10px;
}



.fade-in {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.gauge {
  width: 100%;
  max-width: 250px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #004033;
}

.gauge__body {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: #b4c0be;
  position: relative;
  border-top-left-radius: 100% 200%;
  border-top-right-radius: 100% 200%;
  overflow: hidden;
}

.gauge__fill {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: 100%;
  background: #009578;
  transform-origin: center top;
  transform: rotate(0.25turn);
  transition: transform 0.2s ease-out;
}

.gauge__cover {
  width: 75%;
  height: 150%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);

  /* Text */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25%;
  box-sizing: border-box;
}
