
#updateMessage
{
    position: fixed;
    width: 400px;
    display: none;
    border-radius: 8px;
    top: 300px;
    left: 40%;
    background: #4f5467;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    font-size: 14px;
    z-index: 10000;
}

#wrapper
{
    font-family: 'Open Sans', sans-serif!important;
}
.width-100
{
    width: 100%;
}
.logoBox
{
    background-color: #abcdef;
    text-align: center;
    padding: 5px 0;
}
.dropify-wrapper .dropify-preview .dropify-render img
{
    background-color: #888888;
}
.nav-section-heading
{
    font-weight: bold;
    color: #000000;
    background-color: #a6acbc;
}
.addNewResourceLink
{
    margin-bottom: 25px;
}
.addNewResourceLink a
{
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #2B5177;
    color: #f2f2f2;
}
#side-menu>li>a
{
    padding: 10px 30px 10px 15px;
}
.sidebar .arrow
{
    top: 14px;
}
.error
{
    color: #ff0000;
}
.moviePersonThumb
{
    height: 50px;
}
#side-menu
{
    margin-bottom: 50px;
}