/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/


/* Updated Default Theme To Change Navigation Bar In Center As Requested. */

@media (min-width: 1250px) {
    /* 1250px */
    .page-header .page-header-menu .hor-menu {
        float: none;
        width: 1180px;
        margin: auto;
    }
}



/* Updated Default Theme To Add Second Navigation Bar With Blue Color And Narrow Height & Made Responsive for Mobile Devices */
/* commented second navigation bar
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav.second_navbar_nav > li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav.second_navbar_nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav.second_navbar_nav > li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav.second_navbar_nav > li.current > a:hover {
    color: #FFFFFF;
    background: #161A34;
}
*/

/* @media (min-width: 992px) {
    -- Updated Default Theme To Add Second NavBar Narrow Height & Made Responsive for Mobile Devices --
    .page-header .page-header-menu.second_page_header_menu {
        height: 30px;
        background: #4bc0ec;
    }

    .page-header .page-header-menu.second_page_header_menu .hor-menu.hor-menu-light .navbar-nav.second_navbar_nav > li > a,
    .page-header .page-header-menu.second_page_header_menu .hor-menu.hor-menu-light .navbar-nav.second_navbar_nav > li > a:hover {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    -- Updated Default Theme To Add First NavBar Narrow Height & Made Responsive for Mobile Devices --
    .page-header .page-header-menu {
        height: 30px;
    }

    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a,
    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
        padding-top: 5px;
        padding-bottom: 5px;
    }
} */