/*#region Sabit Kayar Menu*/
/*body {
    height: 6000px;
    font-family: Helvetica, Arial;
}*/
/*
#top-menu {
    position: fixed;
    z-index: 1;
    background: white;
    left: 0;
    right: 0;
    top: 0;
}

    #top-menu li {
        float: left;
    }

    #top-menu a {
        display: block;
        padding: 5px 25px 7px 25px;
        -webkit-transition: 1s all ease;
        -moz-transition: 1s all ease;
        transition: 1s all ease;
        border-top: 3px solid white;
        color: #666;
        text-decoration: none;
    }

        #top-menu a:hover {
            color: #000;
        }

    #top-menu li.active a {
        border-top: 3px solid #333;
        color: #333;
        font-weight: bold;
    }*/



/*#endregion Sabit Kayar Menu*/


div.scrollmenu {
    position: fixed;
    z-index: 1;
    background: white;
    left: 0;
    right: 0;
    top: 0;
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

        div.scrollmenu a:hover {
            background-color: #777;
        }

    div.scrollmenu .active{
        border-top: 3px solid var(--primary);
        color: var(--primary);
        font-weight: bold;
    }



.defaultCheckBox {
    width: 30px;
    height: 30px;
}
