/* ------------------------------------------------------ */
/* General Interface                                      */
/* ------------------------------------------------------ */
body {
    background-color: #F8F9FA;
    font-family: 'Roboto', sans-serif;
    color: rgba(51,0,0,1);
}
.page-header {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.text-default {
    color: rgba(51,0,0,1);
}
.view-details a {
    float: right;
    font-size: .8rem;
}
.tooltip-inner {
  background-color: #333 !important;
  color: white !important;
  border-radius: 5px;
}
/* ------------------------------------------------------ */
/* Flatpickr Date input                                   */
/* ------------------------------------------------------ */
.flatpickr-calendar {
    font-family: system-ui, sans-serif;
    font-size: 12px;
    padding: 4px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    width: auto;
    min-width: 0;
}
.flatpickr-months {
    margin: 0;
    padding: 4px;
}
.flatpickr-current-month {
    font-size: 12px;
    padding: 0;
}
.flatpickr-weekdays {
    padding: 0 4px;
}
.flatpickr-weekday {
    font-size: 10px;
    padding: 2px;
}
.flatpickr-days {
    padding: 4px;
    margin: 0;
}
.flatpickr-day {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 1px;
    font-size: 11px;
    border-radius: 2px;
}
.flatpickr-day.today {
    border: 1px solid #000;
    font-weight: bold;
}
.flatpickr-day.selected {
    background: #0d6efd;
    color: white;
}
.flatpickr-prev-month, .flatpickr-next-month {
    padding: 2px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 14px;
}
.flatpickr-time, .flatpickr-footer {
    display: none !important;
}
.allowed-day {
    background: #28a745 !important;
    color: white !important;
    border-radius: 2px;
}
.flatpickr-input {
    font-size: 1rem;
    color: #000;
}
/* ------------------------------------------------------ */
/* Bootstrap Overwrites                                   */
/* ------------------------------------------------------ */
a {
    color: rgba(51,0,0,1) !important;
}
a:hover {
    color: #663333 !important;
}
.btn-primary {
    background-color: rgba(51,0,0,1) !important;
}
.btn-primary:hover {
    background-color: #663333 !important;
}
.bootstrap-icon {
    margin-right: 0px !important;
}
.header-icon {
    font-size: 14px;
}
.fa-signal {
    margin-right: 2px !important;
}
.fa-dollar-sign {
    margin-right: -1px !important;
}
.pagination .page-item.active {
    background-color: rgba(51,0,0,1);
    border-color: rgba(51,0,0,1); 
    color: #FFF !important;
}
.pagination .page-item.active .page-link {
    background-color: rgba(51,0,0,1);
    border-color: rgba(51,0,0,1);
    color: #FFF !important;
}
/* ------------------------------------------------------ */
/* Navbar                                                 */
/* ------------------------------------------------------ */
.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar {
    background-color: #FFF;
}
.nav-link {
    font-weight: 500;
}
.main-nav-icon {
    font-size: 14px;
    margin-right: 0px !important;
}
/* ------------------------------------------------------ */
/* Bootstrap Cards                                        */
/* ------------------------------------------------------ */
.card {
    border-radius: 10px;
}
.card-header h5 {
    margin-top: 20px !important;
}
.card-title {
    font-size: 1.25rem;
}
/* ------------------------------------------------------ */
/* Bootstrap Highlights                                   */
/* ------------------------------------------------------ */
.highlight-primary {
    color: #0D6EFD !important;
}
.highlight-success {
    color: rgba(40,167,69,1) !important;
}
.highlight-warning {
    color: #FFC107 !important;
}
.highlight-default {
    color: rgba(51,0,0,1) !important;
}
.highlight-overdue {
    color: rgba(255,0,0,1) !important;
}
.highlight-available {
    color: rgba(0,128,0,1) !important;
}
/* ------------------------------------------------------ */
/* Progress Bar                                           */
/* ------------------------------------------------------ */
.progress {
    height: 15px;
}
.progress-bar {
    transition: width 0.5s ease;
}
/* ------------------------------------------------------ */
/* Footer                                                 */
/* ------------------------------------------------------ */
#footer-container {
	text-align: center;
	background: rgba(51,0,0,1);
	color: #FFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFF;
}
#footer-container {    
    width: 100%;
}