

html {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

body {
    background: #ffffff;
}

h1 {
    line-height: 1.1;
    color: inherit;
}

a {
    text-decoration: none;
    color: black;
}

i {
    margin-right: 7px;
    margin-left: 10px;
}

.siccLogo {
    margin-left: 25px;
    width: 120px;
    margin-top: 15px;
}
.sidebar {
    width: 250px;
    min-height: 100vh;
    float: left;
    border: 2px;
    background-color: #222222;
    border-top-style: solid;
    border-color: black;
}

    .sidebar a, .dropdownBtn {
        padding: 0px 0px 5px 5px;
        margin-top: 10px;
        text-decoration: none;
        color: #CCCCCC;
        display: Block;
        border: none;
        background: none;
        width: 200px;
        text-align: left;
        cursor: pointer;
        outline: none;
    }


        .sidebar a:hover, .dropdownBtn:hover {
            color: #fba131;
            width: 200px;
        }
.fa-caret-down{
    margin-left:80px;
}

main {
    margin-left: 285px;
    font-size: 14px;
    padding: 0px 10px;
}

#navigation-container {
    margin: 0 auto;
    height: 70px;
}

.navigation-bar {
    background-color: #222222;
    height: 60px;
    width: 100%;
    text-align: center;
}

    .navigation-bar img {
        float: left;
    }
.dropbtn {
    margin-top:4px;
    background-color: #222222;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #222222;
}
.search {
    width: 800px;
    margin-top: 20px;
    border: 0px;
    padding: 10px;
    border-radius: 5px;
    border-color: #222222;
    background-color: #eeeeee;
    border-style: solid;
    position: relative;
    display: flex;
    margin-bottom:5px;
}
.searchInput {
    width: 80%;
    border-color: #fff;
    border-block-color: #fff;
    padding: 5px;
}

.searchTerm {
    width: 60%;
    border: #fff;
    border-right: none;
    padding: 15px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    outline: none;
    color: #173468;
}

    .searchTerm:focus {
        color: #173468;
    }

.searchButton {
    width: 150px;
    height: 40px;
    background: #5487bf;
    text-align: center;
    color: #fff;
    border:0px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.searchBox {
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 50px;
    width: 40%;
}
.searchDate {
    margin-left: 15px;
    margin-right: 20px;
    width: 300px;
    border-radius: 5px;
    border-color: #173468;
}
.form-control {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 350px;
}

.control-label {
    width: 1000px;
}
.indexGraph {
    
    margin-top: 30px;
    display: inline-block;
}

.LoginForm {
    width: 300px;
    margin-left: 30%;
    padding: 0;
    display: grid;
    place-content: center;
    min-height: 100vh;
}
.Allsites {
    margin-left: 5%;


}
    .Allsites img {
        background-color: #eeeeee;
        padding:50px;
        margin-bottom:20px;
    }
    .Allsites .buttons {
        margin-left:100px;
        margin-bottom:20px;
        background-color: #5c88c1;
        color: white;
        display: block;
        width: 250px;
        padding:15px;
    }  
.table-hover, table {
    width: 100%;
}
.dropdownMenu {
    display: none;
    background-color: #222222;
}

.indexInfo {
    width: 650px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #eeeeee;
}
.indexCertificateInfo {
    background-color: #eeeeee;
    padding:10px;
    font-size:18px;
}
/*

.container {
    background-color: none;
}

.Navigate a {
    color: black;
    text-decoration: none;
}

.Navigate span {
    color: black;
    text-decoration: none;
}

.fa-angle-right {
    color: black;
}

.table-hover, table {
   
    border-radius: 10px;
}

.formEdit {
    border: 20px;
    border-radius: 8px;
}

.labelText {
    border: 20px;
    border-color: #000;
    border-radius: 5px;
    background-color: #eeeeee;
    padding: 7px;
    width: auto;
    margin: inherit;
}

.inputText {
    margin: 0px;
}
#indexTable{
    width:100%;
}

.testL {
    width: auto;
}

.tab {
    background-color: white;
    border-radius: 10px;
    padding: 50px;
    width: auto;
}





.egen h1 {
    color: black;
    padding: 25px;
}

.Logo {
    width: 300px;
    height: 150px;
}

.LogoName {
    text-align: center;
    color: white;
    border-bottom: 2px solid rgba(255,255,255,.25);
    background-color: rgb(1, 11, 35);
    position: center;
    top: 0px;
    padding: 15px;
}

    .LogoName img {
        width: 100px;
        height: 50px;
    }



mainSite {
    margin-left: 50px;
    font-size: 14px;
    width: 100%;
}



    .dropdownMenu a:hover {
        width: 250px;
    }

.fa-caret-down {
    float: right;
    margin-top: 8px;
}

#actual-btn {
    background-color: indigo;
    color: white;
    padding: 0.5rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.fa-user-circle {
    font-size: 40px;
}

.Profile {
    position: absolute;
    bottom: 0px;
    background-color: rgb(1, 11, 35);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 250px;
}

    .Profile:hover {
        background-color: rgb(1, 11, 35);
    }












.indexInfoImage {
    margin-left: 50px;
}

.indexInfoText {
    margin-left: 70px;
}







.searchBox {
    width: 50%;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 15%;
}



.SiteLogo {
    float: left;
}





*/