body {
	padding-bottom: 50px;
}

#menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
}

.container-flued h1.h3
{
	margin-left: 1.5rem;
}

.input-month {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.input-price,
.input-num,
.input-percent,
.input-year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.input-date,
.input-code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666666%;
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
}

.table th, .table td {
	padding: 0.5rem;
	border: 1px solid #dee2e6;
}

input:checked + .custom-control-label-btn.btn-outline-primary {
    color: #fff;
    background-color: #2780E3;
    border-color: #2780E3;
}
