/* @media print {
	.footernav ul {
		width: 170px;
	}
	.dataTables_wrapper .row .col-sm-12 {
		width: 100% !important;
		display: block !important
	}
	table.table {
		width: 100% !important;
		display: block !important;
	}
	.Schoolnoc-leftbar, #search_part {
		display: none !important;
	}
	.Schoolnoc-grid, .Schoolnoc-grid-mobile {
		visibility: hidden !important;
	}
	.footer-copyright, .footer-sticky, .login_part, .Schoolnoc-grid,
		.Schoolnoc-grid-mobile, .service-sticky, .support-home {
		display: none !important;
		height: 0 !important;
	}
	body {
		color: #000 !important;
		-webkit-print-color-adjust: exact !important;
	}
	header #logos {
		max-width: auto;
		padding: 0 10px !important;
		clear: both !important;
	}
	.Schoolnoc-Topbar, .Schoolnoc-topbanav-mobile, header #login-wrapper, header .main_nav_part_bg
		{
		display: none !important;
	}
	.Left-title h1 {
		color: #53565a !important;
	}
	.Schoolnoc-detailes, .Schoolnoc-form, .Schoolnoc-form-Inner {
		color: #000 !important;
		width: 100% !important;
		border: 0 solid #e5e6e6 !important;
		padding: 10px !important;
		-webkit-print-color-adjust: exact !important;
	}
	.Schoolnoc-detailes .col-lg-5, .Schoolnoc-detailes .col-sm-12, .Schoolnoc-detailes .col-xs-12,
		.Schoolnoc-form .col-lg-5, .Schoolnoc-form .col-sm-12, .Schoolnoc-form .col-xs-12,
		.Schoolnoc-form-Inner .col-lg-5, .Schoolnoc-form-Inner .col-sm-12,
		.Schoolnoc-form-Inner .col-xs-12 {
		width: 50% !important
	}
	.hidden-print {
		display: none !important
	}
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important; 
	}
	.Schoolnoc-detailes .label-tit {
		color: #53565a !important;
	}
	.Schoolnoc-grid {
		width: 100% !important;
	}
} */


@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }


    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
     
     #rtaCrumbs_top,
    #rtaCrumbs,
    .Schoolnoc-form-Inner input[type=button],
    .Schoolnoc-form-Inner input[type=submit],
    .Validation-wrapper{
    	display: none !important;
    }

   
    /*#leftPanel,
    .Schoolnoc-Topbar
    {
display: block !important;
    }*/
    
    .col-lg-9.Schoolnoc-content{
    	width:100% !important;
    }

    .Schoolnoc-detailes .col-lg-5, .Schoolnoc-detailes .col-xs-12,
		.Schoolnoc-form .col-lg-5, .Schoolnoc-form .col-xs-12,
		.Schoolnoc-form-Inner .col-lg-5,
		.Schoolnoc-form-Inner .col-xs-12, .Schoolnoc-homeblocks .col-lg-4.col-sm-12,
		.col-lg-6.col-md-6.col-sm-7.col-xs-7.text-center {
		width: 50% !important;
		float: left !important;
	}
	 #Schoolnoc-container .Schoolnoc-form-Inner .col-sm-12{
	 	padding-right: 10px;
	 }
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important;  
	}
	.Schoolnoc-homeblocks .Schoolnoc-homeblocks-bottom .icon-bar img{
		margin:0 !important;
		width: 50% !important;
			}
	.footer-copyright .pull-right{
		float:right !important;
	}
	}
	
.Schoolnoc-homeblocks .Schoolnoc-homeblocks-bottom a{
width: 50% !important;
		float: left !important;
	}
}

