#side-menu .admin-li_menua:nth-child(2)  > a {
    /* color: white;
    background: #788c99;

    font-weight: bold; */
}
@media (max-width: 600px) {
	.column .form-control {
		height: 50px;
		padding: 6px 12px;
		font-size: 28px;
	}
	.column .btn.dropdown-toggle {
		font-size: 28px;
	}
	.column .frakcje_w_odpadach_box td{
		font-size: 22px;
	}
    .column .btn {
        font-size: 16px !important;
    }
	.checkbox label::before {
		width: 35px !important;
		height: 35px !important;
	}
	.checkbox-primary input[type="checkbox"],
	.checkbox-primary input[type="radio"] {
		width: 35px !important;
		height: 35px !important;
	}
	.checkbox-primary label::after {
		width: 35px !important;
		height: 35px !important;
		padding-left: 7px !important;
		font-size: 24px !important;
	}
    .bootstrap-select.show-tick .dropdown-menu li a span.text {
        font-size: 22px;
    }
}
@media (max-width: 400px) {
    .column .frakcje_w_odpadach_box td {
        font-size: 20px;
    }
}