﻿.loginout {
    color: #A8A8A8;
    font-size:large;
}

.loginout:hover {
    color: white;
    text-decoration: none;
}
.panelstil {
    border-radius: 6px;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}
.popupstil {
    border-radius: 6px;
    border-color: #4271b5;
    border-width: 5px;
    border-style: solid;
    background-color: white;
}
.panel {
    background-color: #f2f3f4;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}
/*Hindrer tooltip flickering*/
.tooltip {
    pointer-events: none;
}
/*Tilknyttet knapp/icon inne i tekstboks*/
.tekstboks {
    border-style: none;
}
.teksboks:focus {
    border-style: none !important;
}
