/*!
Theme Name: CJC9 Master List
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: litopj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

litopj is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body.admin-bar .nk-header-fixed,
body.admin-bar .nk-sidebar{
	top: 32px;
}


.global_ajax_loader{
    position: fixed;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999; top: 0px; left: 0px;
}
.global_ajax_loader span{
    display: block; text-align: center;
    margin-top: 20%; color: #fff; font-size: 30px;
}


@media print{
    .nk-header,
    .nk-sidebar,
    .nk-footer{
        display: none;
    }

    /* Defining all page breaks */
    a {
        page-break-inside: avoid
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1, h2, h3, h4, h5, h6 { 
        page-break-after:avoid; 
         page-break-inside:avoid 
     }
    img, .nk-tb-item { 
        page-break-inside:avoid; 
         page-break-after:avoid; 
     }
    table, pre { page-break-inside:avoid }
    ul, ol, dl  { page-break-before:avoid }
}