/* here you can put your own css to customize and override the theme */
.navbar-brand
{
    padding: 5px;
}

.header .navbar-brand
{
    width: 170px !important;
}

.portlet > .portlet-title > .tools > a.expand
{
    background-image: url(../img/portlet-collapse-icon.png);
}

.portlet > .portlet-title > .tools > a.collapse
{
    background-image: url(../img/portlet-expand-icon.png);
}

.portlet.box > .portlet-title > .tools > a.expand,
.portlet.solid > .portlet-title > .tools > a.expand
{
    background-image: url(../img/portlet-collapse-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.collapse,
.portlet.solid > .portlet-title > .tools > a.collapse
{
    background-image: url(../img/portlet-expand-icon-white.png);
}

.toast-top-right
{
    top: 100px !important;
}

.form-horizontal .control-label
{
    text-align: left;
}

.header .hor-menu ul.nav li a
{
    color: #E2E1E1;
}

.header
{
    background-color: #2B5994 !important;
}

    .hor-menu ul.nav li > a:hover, .header .hor-menu ul.nav li > a:focus
    {
        color: #fff !important;
        background: #347ABB !important;
    }

    .header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle
    {
        background-color: #347ABB !important;
    }

.footer
{
    padding: 8px 20px 5px;
    font-size: 12px;
    background-color: #2B5994 !important;
}

    .footer .footer-inner
    {
        color: #FFFFFF;
    }

    .footer .footer-tools .go-top
    {
        background-color: #2B5994;
    }

        .footer .footer-tools .go-top:hover
        {
            opacity: 0.7;
            filter: alpha(opacity=70);
            background-color: #347ABB !important;
        }

body
{
    background-color: #2B5994 !important;
}

.custom-label
{
    padding-top: 8px;
}

.custom-label-pt-5
{
    margin-top: 5px;
}

/*For Mobile device menu*/
.page-sidebar
{
    background-color: #2B5994 !important;
}
/*
    
    .hor-menu ul.nav li > a:hover, .header .hor-menu ul.nav li > a:focus
    {
        color: #fff !important;
        background: #347ABB !important;
    }
    */

