::placeholder{font-style: italic;font-size: .8em;}
div.topstick{position: -webkit-sticky;position: sticky;top: 0;z-index: 1;background: white;width: 100%;padding: 0px; margin-top: -5px; overflow: hidden;}

.button-default{color: white;padding: 7px 10px;min-width: 100px;margin-top: 8px;margin-bottom: 8px;border:none;background: #222f60;border-radius: 500px;text-decoration: none;}
.button-default:hover{text-decoration: none;color: white;background: red;}

.hline{padding: 5px 10px;border-radius: 10px;color: navy;margin: 10px 0px;font-size: 2em;}

.addlink{text-decoration: none;color: navy;}
.addlink:hover{text-decoration: none;color: navy;}
.nomandat{width: 100%;height: 35px;border: 1px solid lightgray;padding-left: 5px;margin:2px;border-radius: 3px;}
.mandat{width: 100%;height: 35px;border: 1px solid lightgray;padding-left: 5px;margin:2px;border-bottom: 1px dotted red;border-radius: 3px;}
.lvlreq:after {content:" *";color: red;}

.searchform{display:flex;flex-direction:row;border:1px solid lightgrey;border-radius: 4px;padding:1px;margin-top: 8px;}
.searchform input:focus{outline: none;}
.searchform input{flex-grow:2;border:none;height: 35px;padding-left: 30px;background: url(searchicon.png) no-repeat center left;}
.searchform button{border: none;border-radius: 4px;}
.searchform:focus-within {outline: 1px solid blue}

.editicon{content: url(editicon.png);height: 20px;width: 20px;float: right;top:0;}

.fieldicon{float: right;filter: grayscale(100%);text-decoration: line-through;font-size: .7em;margin-left: -40px;margin-top: -27px;position: relative;z-index: 2;cursor: pointer;}
.close {position: absolute;right: 2%;top: 10px;cursor: pointer;}
.editicon{filter: brightness(0) saturate(100%) invert(42%) sepia(34%) saturate(4341%) hue-rotate(349deg) brightness(100%) contrast(95%);}
table{margin-top: 10px; width: 100%;background: white;} td,th{ padding:3px; border: 1px solid lightgray;}
.pagehead{padding: 5px 10px;margin-bottom: 10px;min-width: 50%;}

.redbg{background-image: url("../icons/svg/br-red.svg");background-size: cover;background-position: bottom;background-repeat: no-repeat;color: white;}
.navybg{background-image: url("../icons/svg/br-navy.svg");background-size: cover;background-position: bottom;background-repeat: no-repeat;color: white;}
.graybg{background-image: url("../icons/svg/br-gray.svg");background-size: cover;background-position: bottom;background-repeat: no-repeat;color: navy;}