*{
    margin: 0;
    padding: 0;
}

.navbar_container_X_2{
    background-color: rgb(24, 24, 24);
    width: 100%;
    position: fixed;

    overflow: hidden;
    top: 50px;
    z-index: 25;
}
.navbar_container_X3{
    background-color: rgb(24, 24, 24);
    width: 100%;
    z-index: 25;
}

.navbar_container_X4{
    background-color: rgb(24, 24, 24);
    width: 100%;
    z-index: 25;
    position: fixed;

    top: 50px;
}





.blackBg{
    background-color: rgb(24, 24, 24);
}
.blueBg{
    background-color: rgb(0, 51, 95);
}
.GoldBg{
    background: gold;
}

.navbar_grid{
    display: flex;
    /*grid-template-columns: 110px 110px 110px 110px;*/
}

.navbar_box{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar_box a, .navitem, .navitem a{
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.navbar_box a{
    font-size: 20px;
    color: white;
}
.navitem, .navitem a{
    color: black;
    font-weight: bold;
    font-size: 15px;
    cursor: default;
}

.navbar_box a:hover{
background-color: #d3d3d3;
}
.navitem:hover, .navitem a:hover{
    background-color: rgb(255, 162, 0);
    cursor: pointer;
}

.texted_bar{
    font-size: 20px;
    background-color: #00366b;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    cursor: default;
}

.bgRed {
    width: 50px;
    animation: RedBlink 2500ms infinite;
}

.bgNormal{
    width: 50px;
}


.image_div{
    text-align: center;
    padding-top: 10px;
    width: 50px;
}

.image_size{
    max-height: 25px;
    max-width: 25px;
}

@keyframes RedBlink {
    0% {
        background-color: rgb(228, 171, 39);
    }

    50% {
        background-color: rgb(212, 134, 18);
    }

    100% {
        background-color: rgb(228, 171, 39);
    }
}


.custom_img{
    margin-left: 10px;
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.custom_img2{
    margin-left: 10px;
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
}

.Text{
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin: 4px;
    margin-left: 0;
}


.CustomNavContainer{
    display: none; /*display: none; block*/
    width: 900px;
    max-height: 900px;
    overflow: scroll;
    background-color: rgb(233, 233, 233);
    border: 1px solid black;
    position: fixed;

    top: 130px;
    z-index: 30;
}


.CustomNavContainer .full_container{
    margin: 20px;
}

#redirect-manager-container{
    width: 1300px;
}


.myCloseBar{
    height: 40px;
    position: sticky;
    position: -webkit-sticky;
    background-color: rgb(171, 171, 171);
    bottom: 0px;
    left: 0;
    width: 100%;
    border-top: 1px solid black;
}
.myCloseButton{
    margin: 10px;
    padding: 4px;
}


.MyproblemScroll{
    height: 500px;
    width: 100%;
    overflow: scroll;
    border: 1px solid black;
    padding: 5px;
    background-color: white;
}

.problemDiv{
    background-color: rgb(255, 242, 218);
    border-radius: 10px;
    padding: 5px;
    margin-top: 20px;
}

.mySticky{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: orange;
    padding: 5px;
    width: 100%;
}
.margin-top{
    margin-top: 5px;
}

.ScrolledHeight{
    height: 300px;
    overflow-y: scroll;
}
.bilaga_div{
    background-color: rgb(210, 210, 210);
    padding: 5px;
    margin: 5px;
    width: 400px;
}
.title-bilaga{
    margin-left: 10px;
}




/* --------------------PLANERING NAV------------------------ */
[planeringGrid]{
    display: flex;
    width: 100%;
}

[planeringGrid] div{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

[planeringGrid] div:hover{
    background-color: rgb(255, 162, 0);
    cursor: pointer;
}

[planeringGrid] div a{
    display:inline-block;
    font-size: 15px;
    color: black;

    text-align: center;
    text-decoration: none;

    padding: 10px;
}

[planeringGrid] div[text-item]{
    padding: 10px;
    background-color: rgb(255, 191, 0);
    cursor: default;
    border-right: 1px solid black;
}


