﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.sidebar {
    /*margin: 0;*/
    margin-top: 25px;
    padding: 0;
    width: 230px;
    position: fixed;
    height: 100%;
    overflow: hidden;
}

    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
        font-size:15px;
    }

    .sidebar a i{
        font-size: 15px;
        margin-right:10px;
    }

        .sidebar a.active {
            background-color: #04AA6D;
            color: white;
            font-size: 15px;
        }

        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }

.sidebar a, .dropdown-btn {
    padding: 9px 7px 6px 10px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size:15px;
    
}

    .sidebar a:hover, .dropdown-btn:hover {
        color: #f1f1f1;
    }

.dropdown-container {
    display: none;
    background-color: #262626;
    /*padding-left: 8px;*/
}

    .dropdown-container a {
        padding-left: 14px;
        border-bottom: 1px solid #333;
        font-size: 14px;
    }

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
    margin-top: 3px;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .sidebar {
        margin-top: 12px;
    }
}

.body-content {
    padding-left: 20%;
    margin-top: 4%;
    padding-right:3%;
}

table thead tr th{
    font-size:14px;
}

table tbody tr td {
    font-size: 13px;
}


.fw-600{
    font-weight:600;
}


/*New Css */

.navbar-brand img{
    max-width:45px;
    margin-left:40px;
}

.dropImg {
    max-width: 45px;
    margin-right: 10px;
}

footer{
    position:fixed;
    bottom:0;
    width:100%;
    
}

.stuLayout {
    margin-top:40px;
    padding-left:20px;
    padding-right:20px;
}