﻿body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid gray;
    padding-right: 20px;
    text-align: center;
    height: 60px;
    padding-top: 20px;
}

    .topnav a {
        float: left;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

        .dropdownList{
            width:300px;
        }



.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 16px;
    border-right: 1px solid gray;
    margin-top: 60px;
    font-size: small;
}

    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
        font-size: small;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

.main {
    margin-left: 200px; /* Same as the width of the sidenav */
   
}

.pageHeader{
    font-size:18px;
    margin-top:15px;
    padding:8px;
  
}

.buttonArea{
   float:right;
  margin-right:15px;
   margin-top:-30px;
}

#formTable td{
   
}
#formTable tr {
   
}

form label{
    font-weight:normal !important;
    font-size:12px;
}

.form-error{
    font-size:10px !important;
}





@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 14px;
        }
}

.file {
    background-image: url("/Img/file.png") !important;
    width: 70px !important;
    height: 30px !important;
    margin-top: -5px !important;
}

.folderClosed {
    background-image: url("/Img/folderClosed.png") !important;
    width: 70px !important;
    height: 30px !important;
    margin-top: -5px !important;
}

.folderOpen {
    background-image: url("/Img/folderOpen.png") !important;
    width: 70px !important;
    height: 30px !important;
    margin-top: -5px !important;
}

li {
    margin: 0px 30px 20px 0 !important;
}

.TreetextElement{
    margin-left:70px!important;
    margin-top:5px !important;
}