.clear{
	clear: both;
}

.onhover:hover menu{
	display: block;
}

body{
	padding-top: 60px;
}

.topblock{
	display: block;
	z-index: 999;
	position: fixed;
	height: 50px;
	width: 100%;
	top: 0;
	text-align: center;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px #c5c5c5;
	/*border-bottom: .1rem solid #c5c5c5;*/
}

.topblock > a{
	display: inline-block;
	text-decoration: none;
	font-size: 30px;
	line-height: 50px;
	color: #3b49af;
}

.topblock .activeuser{
	position: absolute;
	top: 2px;
	right: 5px;
	text-align: right;
}

.topblock .activeuser .menu{
	display: none;
}

.topblock .activeuser:hover .menu{
	display: block;
}

.maintoast{
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 998;
	max-width: 400px;
}

.fixed-add{
	position: fixed;
	top: 9px;
	left: 9px;
	z-index: 1000;
}

.form-select{
	width: 100%;
}

.form-input[readonly] {
	background: #eeeff2;
}

[readonly],
.readonly {
	cursor: default;
	opacity: .75;
	pointer-events: none;
}

.table.table-scroll {
    display: block;
    overflow-x: auto;
    padding-bottom: .75rem;
    white-space: nowrap;
}

.text-center {
    text-align: center !important
}
