
.af-mega-menu-open{
    position:relative;
    .meldinger{
        position: absolute;
        top: 0px;
        right: -4px;
        background-color: red;
        border-radius: 99px;
        
        padding: 2px 5px;
        font-size: 10px;
        &:empty{
            display: none;
        }
    }    
}


.ikke-lest{
    
    background-color: lighten(lightgray,10%);//lighten(rgba(0, 111, 206, 0.95),50%);//
}
.list-group-item-action{
    &:hover{
        background-color: lighten(lightgray,10%);
    }
    &:active, &:focus{
        background: white;
    }
}

.toolbar{
    display:none;    
}

.list-group-item-action:hover{
    background-color: lightgray;
    .toolbar{
        display:inline-block;
        position:absolute;
        cursor:default;
        right:10px;
        top:5px;
    }
}

.fill-full-area { 
    min-height: 100%;
    height: 100%;
}

.dropdown-item:hover {
    color: inherit !important;
}

.dragover {
	background: lightgray;
    opacity: 0.6;
}

.dragover :focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.dropper{
	background: #F7F5F5;
	border-radius: 4px;
	text-align: center;
	border: dotted 1px gray;

	p{
		line-height: 34px;
	}

	&.dropper-big{
		margin-top: 10px;
		height: 200px;

		p{
			line-height: 200px;
		}
	}
}

.btn-pointer {
	cursor: pointer;
}

.btn-disabled {
	pointer-events: none;
}

select::-ms-expand {
    display: none;
}

.form-control.operators {
	-moz-appearance: none !important;
}

.form-control {
	-moz-appearance: none !important;
}

.break-cell-text {
    word-break: break-all;
	white-space: pre-wrap;
}

.custom-control-input:disabled~.custom-control-indicator{
    background-color: #ddd! important;
}

.custom-control-input:checked~.custom-control-indicator{
    color: #fff! important;
    background-color: #007bff! important;
    
}

.cursor-pointer {
	cursor: pointer;
}