/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

body
{
    margin: 0px;
    padding: 0px;
}

a, a:hover
{
    text-decoration: none;
}

.header
{
    background: #46204b;
    padding-top: 15px;
    padding-bottom: 15px;
}

.company_name
{
    color: #e6dacd;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align:right;
    padding-top:5px;
}

.user_info
{
    font-family: 'Lato', sans-serif;
    color: #a7a5a8;
    font-weight: 300;
    font-size: 140%;
}

    .user_info span
    {
        padding-top: 0px;
        display: block;
        float: right;
    }

.username
{
    color: #a7a5a8;
    font-weight: 400;
}

.menu
{
    color: #a7a5a8;
    cursor:pointer;
}
.menu:hover
{
    color: #c2c2c2;
}
.user_icon
{
    margin-top: 5px;
    margin-right: 5px;
}

.logout
{
    float: right;
    margin-left: 5px;
}

.user_sep
{
    width: 2px;
    height: 32px;
    background: #59475c;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

.header_right
{
    margin-top: 10px;
}

.breadcrumb_holder
{
    height: 45px;
    background: #e6dacd;
    border-bottom: 1px solid #dacdbf;
}


    .breadcrumb_holder .breadcrumb
    {
        background: transparent;
        color: #747474;
        font-family: 'Lato', sans-serif;
        margin: 5px 0px 0px 0px;
    }

        .breadcrumb_holder .breadcrumb li a
        {
            color: #fff;
            background:#b5a99e;
            padding:3px 10px 5px 10px;
            border-radius:5px;
        }
        
        .breadcrumb_holder .breadcrumb li a:hover
        {
            color: #fff;
            background:#6f5f52;
            padding:3px 10px 5px 10px;
            border-radius:5px;
        }

        .breadcrumb_holder .breadcrumb li
        {
            color: #58225f;
        }

         .activebread
        {
            color: #fff !important;
            background:#46204b !important;
             padding:3px 10px 5px 10px !important;
            border-radius:5px !important;
        }

.sidemenu
{
    background: #fafbfd;
    border: 1px solid #e9e9e9;
    min-height:270px;
}

.sidemenu_head
{
    background: #acabac;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 15px 0px;
}

.sidemenu_wrapper
{
    margin-top: 20px;
}

.footer_wrapper
{
    background: #000;
    height: 70px;
}

.footer_logo
{
    margin-top: 20px;
}

.copyright
{
    font-family: 'Lato', sans-serif;
    color: #a7a5a8;
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
}

    .copyright a
    {
        color: #d5d5d5;
    }
