/* here you can put your own css to customize and override the theme */
.login
{
    background-color: #8b8b8b !important;
}

.ul-menu-bar
{
    list-style-type: none;    
}

.ul-menu-bar li
{
    float: left;    
    margin-right: 10px;
}

#tree
{
    width: 520px;
    clear: both;
    margin-top: 10px;
    float: left;
}

.vertical-divider
{
    height: 30px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.dynatree-hidden a, .expired
{
    color: silver !important;    
}

span.red
{
    color: #bb2413 !important;
}

.display-none
{
    display: none;    
}

.footer-sticky {  
    position: fixed; /* this makes your footer sticky */
    width: 100%;
    background-color: #333; 
    bottom: 0; /* this makes your footer stick at the bottom */
}

.td-action-column
{
    width: 40px !important;    
}


.login .content
{
    width: 100% !important;    
    padding: 0 !important;
}
