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

:target:before {
    content: "";
    display: block;
    height: 80px; /* fixed header height*/
    margin: -80px 0 0; /* negative fixed header height */
}

.print-only {
    display: none;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .print-only {
        display: block;
    }
}

/*.page-header.navbar, .page-header.navbar .page-top {*/
    /*background: #025894;*/
/*}*/

/*.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {*/
    /*color: #ffffff;*/
/*}*/
/*.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {*/
    /*background-color: navy;*/
/*}*/
/*.page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle {*/
    /*background-color: navy;*/
/*}*/

/*body {*/
    /*!*background: #d4d4d4;*!*/
/*}*/
/*body.page-md {*/
    /*background: #f3f5f9;*/
/*}*/
.page-head .page-title>h1 {
    color: #000000;
}
