/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 15px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* Custom note classes */

.note_info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
	padding-left: 5px;
	font-size: 80%;
}

.note_warning {
    background-color: #ffd099;
    border-left: 6px solid #fb8801;
	padding-left: 5px;
	font-size: 80%;
}

/* Custom status classes */

.status_active {
    background-color: #ddffe1;
    border-left: 6px solid #36f443;
	padding-left: 5px;
	font-size: 70%;
}

.status_yellow {
    background-color: #f9ffb6;
    border-left: 6px solid #eaff00;
	padding-left: 5px;
	font-size: 70%;
}

.status_inactive {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
	padding-left: 5px;
	font-size: 70%;
}

