.reminder {
	position: fixed;
	z-index: 100;
	left: 20px;
}

.fa-btn {
    margin-right: 6px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* For fixed top navbar */
    padding-top: 70px;
    /* Margin bottom by footer height */
    margin-bottom: 200px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 150px;
    background-color: #f5f5f5;
}

.footer p {
    margin-top: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

tr.clickable-row:hover {
    cursor: pointer;
}

.clickable:hover {
	cursor: pointer;
}

.hidden-column {
    display: none;
}

.table.table-vertical-center > tbody > tr > td {
    vertical-align: middle;
}

.visually-hidden {
    visibility: hidden;
}

.donut-inner {
    margin-top: -100px;
    margin-bottom: 100px;
}

.donut-inner h5 {
    margin-bottom: 5px;
    margin-top: 0;
}

.donut-inner span {
    font-size: 12px;
}

thead tr th a {
    color: black;
}

thead tr th a:hover {
    text-decoration: none;
}

thead tr th a:active {
    text-decoration: none;
}

thead tr th a:visited {
    text-decoration: none;
}

thead tr th a:focus {
    text-decoration: none;
}

table.c3-tooltip  {
    width: 300px;
}

table.c3-tooltip tbody tr td.name span {
    float: left;
}

table.c3-tooltip tbody tr td.name {
    text-align: right;
}

table.c3-tooltip tbody tr td.value {
    text-align: left;
}

table.c3-tooltip tbody tr td {
    color: black;
}

ul.nav.nav-tabs.nav-justified li {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid white;
}

.bg-grey {
    background-color: #F7F7F7;
}

.btn-payment {
    margin-bottom: 10px;
    border: 1px solid lightgrey;
}

.btn-payment:hover {
    background-color: #F7F7F7;
}

.light-table-filter {
    margin-bottom: 20px;
}

.scroll {
    overflow: scroll;
    height: 400px;
}

.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
    width: 11px;
}

.scroll::-webkit-scrollbar:horizontal {
    height: 11px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.navbar-brand {
    font-family: 'museo500';
}

#tenancy-payment-chart, #tenant-payment-chart {
    margin-bottom: 40px;
}

.table thead tr th {
	border-top: none;
}

.panel-item {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.tooltip {
    z-index: 2000 !important;
}

.hold-icon {
    height: 24px;
    vertical-align: middle;
}

.ui-draggable-handle:active {
    cursor: -webkit-grabbing !important;
}

.ui-draggable-handle:hover {
    cursor: -webkit-grab;
}
