﻿
/* code for print */
@media print {
	#header .header-topbar {
		display: none;
	}
 /*News start*/ 
	#content-news .related-news{
		display: none;
	}

	/*side banner*/
	.banner-adv-1{
		display: none;
	}

	.categories {
		display: none;
	}


	.section-name-noborder  a[href]:after {
		content: none !important;
	}
	
	.currentSearch  a[href]:after {
		content: none !important;
	}


	/*News End*/

	#comments {
		display: none;
	}

	#sidebar {
		display: none;
	}

	

	#menu {
		display: none;
	}

	#menu-static {
		display: none;
	}

	#headerBanner {
		display: none;
	}

	#back-top {
		display: none;
	}

	.breadcrumb {
		display: none;
	}

	.currentSearch a[href]:after {
		content: none !important;
	}


   .header-menu a[href]:after{
        content: none !important;
    }


    #menu a[href]:after{
       content: none !important;
    }

.search-facet a[href]:after {
		content: none !important;
	}
	.banner-adv a[href]:after {
		content: none !important;
	}


	 .term a[href]:after {
		content: none !important;
	}

	 
	 .nav-tabs a[href]:after {
		content: none !important;
	}



.banner-adv{
	width:400px;
	padding-top:15px;
}

	.header-background-menu {
		display: none;
	}

	.site-description {
		display: none;
	}

	.logo a[href]:after {
		content: none !important;
	}


	.logo-small a[href]:after {
		content: none !important;
	}

	.btn  {
		display: none 
	}


	.link a[href]:after {
		content: none !important;
	}

	.prevNext a[href]:after {
		content: none !important;
	}

	.copyright a[href]:after {
		content: none !important;
	}

	.header-logo-banner 	a[href]:after {
		content: none !important;
	}



	.site-title .section-category {
		display: none;
	}

	
	.site-title .currentSearch .searchbar .search-paging {
		display: none;
	}

	.title a[href]:after {
		content: none !important;
	}

    .boldtitle a[href]:after {
		content: none !important;
	}

    .section-name a[href]:after {
		content: none !important;
	}
        .section-content a[href]:after {
		content: none !important;
	}
        .section-content img[href]:after {
		content: none !important;
	}

	.search-paging {
	display:none;}

	.dataTables_length {
	display:none;
	}


	.pagination-container {display:none;
	}

	.dont-print {
    display: none;
  }



	#resultTableTarget a[href]:after {
		content: none !important;
	}

	body {}

	.gridview th {
	background-color:#555555!important;
	-webkit-print-color-adjust: exact;
	color:white !important;
	}


	.container.Menu .menu-search{
		display:none;
	}
}


@media screen {
	.noPrint {
		display: block;
	}

	.yesPrint {
		display: block !important;
	}
	
}

