.CategoryItemManager
{
	background-color:red;
	color:white;
	padding:5px;
}
.CategoryItemManager a
{
	color:white;
}

.DocumentManager
{
	background-color:red;
	color:white;
	padding:5px;
}
.DocumentManager a
{
	color:white;
	margin: 0 7px
}
.mlr {
	margin-left: 3px;
	margin-right: 3px;
}
.ml {
	margin-left: 3px;
}
.mr {
	margin-right: 3px;
}
.red {
	color: red;
}
.green {
	color: green;
}
.black {
	color: black;
}
.sidebar .nav-dropdown-items {
    margin: 0 0 0 10px;
}
.sidebar .nav-dropdown.open .nav-link {
    background-color: rgba(0,0,0,0.4);
}
.nav-dropdown-items {
	background-color: #404448;
}
@media (min-width: 768px) {
	.form-inline .form-control {
		width: 78%;
		margin: 10px 0 10px 20px;
	}
	.wyrownanie label {
		width: 120px;
		justify-content: flex-end;
	}
}
.sidebar .nav-dropdown-items .nav-item {
    font-size: 0.85em;
}

.edycjaadmin {
	position: absolute; top: 10px ; left: 10px; z-index:1000;
}

.edycjaadmin2 {
	position: fixed; top: 5px ; left: 0; z-index:99999;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
}

.btn-floating {
    width: 60px;
    height: 60px;
	-webkit-appearance: none;
	background-color: #ff4500!important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
	color: #fff;
	text-align: center;
}

.floating2 {
    margin: 10px 10px 10px -50px;
}

@media (max-width: 500px) {
	.btn-floating {
		width: 50px;
		height: 50px;
	}
	.floating2 {
		margin: -15px 10px 10px -25px;
	}
	.btn-floating span {
		font-size: 0.6em !important;
		top: -17px !important;
	}

	.btn-floating i {
		font-size: 0.9rem !important;
	}
}

.btn-floating span {
	color: #fff;
    font-size: 0.6em;
	position: relative;
	top: -13px;
}

.btn-floating i {
    font-size: 1.2rem;
	display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
	margin: 10px 0 0 2px;
}