/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
body{
    background-color: rgb(247, 247, 247);
    background-image: url('http://cse.unl.edu/~citportal/public/images/bg.jpg');
}

#navbar-main-nav {
    position: fixed;
    z-index: 10;
}

#inner-nav {
    /*position: fixed;*/
    width: 100%;
    padding-top: 92px;
    z-index: 1;
}
.nopad {
    min-height: 80%;
    /*padding-top: 100px;*/
}
section#menu {
    margin-left: 0px; 
    height: 100%;
    min-height: 900px;
    /*background-color: rgb(192, 225, 255);*/
}
div#signup {
    height: 100%;
    margin-bottom: 20px;
}

div#navigation {
    height: 100%;
    background-color: rgb(192, 225, 255);
    background-image: -ms-linear-gradient(right, #FFFFFF 78%, rgb(37, 37, 37) 236%);
    background-image: -moz-linear-gradient(right, #FFFFFF 78%, rgb(37, 37, 37) 236%);
    background-image: -o-linear-gradient(right, #FFFFFF 78%, rgb(37, 37, 37) 236%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(4, #36C3FF));
    background-image: -webkit-linear-gradient(right, #FFFFFF 78%, rgb(37, 37, 37) 236%);
    background-image: linear-gradient(to left, #FFFFFF 78%, rgb(37, 37, 37) 236%);
    /*rgb(3, 180, 255)*/
    box-shadow: rgb(187, 185, 185) 0px 0px 8px;
}
#sidebar-nav li.active a {
    /*    color: #fff;
        background: #3085d6;
        box-shadow: inset rgba(75, 75, 75, 0.78) 0px 0px 10px;*/
    color: rgb(143, 143, 143);
    background: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0px 0px 10px;
    /*    margin-left: -4px;
        margin-right: -4px;*/
    text-shadow: 1px 1px 2px rgb(187, 187, 187);
    background: #3085d6;
    color: white;
}
#sidebar-nav li.active a:hover {
    background: #3085d6;
    color: white;
}
#sidebar-nav li {
    background: rgb(248, 252, 252);
    padding-bottom: 2px;
}
#sidebar-nav a {
    color: #555555;
    display: block;
    /*background: rgb(192, 225, 255);;*/
    padding: 8px 14px;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: rgb(192, 225, 255);
    background-image: -ms-linear-gradient(right, #FFFFFF 1%, rgb(174, 205, 252) 187%);
    background-image: -moz-linear-gradient(right, #FFFFFF 1%, rgb(174, 205, 252) 187%);
    background-image: -o-linear-gradient(right, #FFFFFF 1%, rgb(174, 205, 252) 187%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(4, #36C3FF));
    background-image: -webkit-linear-gradient(right, #FFFFFF 1%, rgb(174, 205, 252) 187%);
    background-image: linear-gradient(to left, #FFFFFF 1%, rgb(174, 205, 252) 187%);
    /*rgb(176, 231, 255)*/
}
#sidebar-nav a:hover {
    background: rgb(84, 180, 245);;
    color: white;
    box-shadow: rgba(75, 75, 75, 0.78) 0px 0px 8px;
/*    margin-left: -1px;
    margin-right: -1px;*/
}
#sidebar-link li {
    background: white;
    padding-bottom: 2px;
}
#sidebar-link a {
    color: #555555;
    display: block;
    background: rgb(247, 247, 247);
    -webkit-border-radius: 4px;
    padding: 8px 14px;
}
#sidebar-link a:hover {
    background: #E9E9E9;
    color: black;
}
.container.shaded {
    background-color: rgb(221, 221, 221) !important;
    /*background-size: cover;*/
}
.disclaimer {
    text-align: center;
    font-size: 11px;
    color: grey;
}
.organization-logo {
    height: 40px;
    margin: 0px 2px 0px 2px;
    padding-left: 10px;
}
.navbar ul li a{
    font-size: 20px;
    color: rgb(240, 240, 240);
    font-weight: 500;
}

.navbar ul li {
    padding-left: 20px;
}

.navbar ul li a:hover{
    color: #fff;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #8A8A8A 0%, #4A4D50 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #8A8A8A 0%, #4A4D50 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #8A8A8A 0%, #4A4D50 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8A8A8A), color-stop(1, #4A4D50));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #8A8A8A 0%, #4A4D50 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #8A8A8A 0%, #4A4D50 100%);
    box-shadow:inset 0 0 10px #8A8A8A;
    -webkit-border-radius: 8px; 
    /*text-shadow: 0 1px 2px rgb(213, 207, 207), 0 2px 0 rgb(146, 146, 146);*/
}
.navbar li.active a{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 0 1px 2px rgb(213, 207, 207), 0 2px 0 rgb(146, 146, 146);
}

.image.photo {
    border: 1px solid rgb(211, 211, 211);
    box-shadow: rgb(187, 185, 185) 0px 0px 4px;
    padding: 4px;
    /*transition: all 0.4s;*/
}

#content {
    width: 80%; 
    background-color: white; 
    margin-left: 0px;  
    min-height: 900px; 
    height: 100% !important; 
    text-align: left; 
    padding: 20px; 
    padding-top: 4px; 
}
form fieldset {
    border-width: 0.1em;
}
