﻿/* print styles
-----------------------	*/
@media print {

	body {
	}

	header {
	display :none;
	}

	input[type="submit"] { display:none }

	#pageMenu
	,#btnShowHideFilter 
	,#lnkCreate
	,#dataFilter		/**/	
	{	display: none;	} /**/ 

	div#filtersForm { display: none !important; 	} /**/ 
/*	#filtersForm_ { display: none;	} */ 


	/* непечатаемые колонки таблиц	*/
    .noPrint {
        display: none !important;
    }

	table {
		border-collapse:collapse;
	}

	table, th, td {
		border: 1px solid black;
	}

	thead { display: table-header-group;}  /* повторять заголовок на новой странице*/
	tbody { display:table-row-group; }
		
	th {	
	 	/*border: 1px;  #404040 ;solid */	
		font-size:12pt;
		font-weight:600;
		padding: 3pt 5pt 3pt 5pt;
	}
	td {	
	/*	border:#aaa;	solid thin */	
		font-size:12pt;
		padding: 3pt 5pt 3pt 5pt;
	}

	.cardGridPrint {
		width: 250px;
		margin: 0px 1% 0 1%;
		border-style: none;
		border-color: white;
	}

		.cardGridPrint th {
			background-color: #e2e2e2;
			border-style: none;
			font-weight: 400;
		}

		.cardGridPrint tr {
			font-size: 14px;
			border-style: none;
			border-color: black;
		}

			.cardGridPrint tr td {
				font-size: 14px;
				font-weight: 400;
				padding: 2px 1px 2px 1px;
				background-color: #e2e2e2;
				border-style: none;
			}




    
	.dataGrid_Otch_Print {
		/*margin: 0px 1% 10px 1%;*/ 
        border-bottom: none;
	}

		.dataGrid_Otch_Print tr td {
            text-align: right;
		}



	.sectionPrint_Short {
        width: 22.0cm;
	}

	.sectionPrint_Full {
        max-height: 21.0cm;
        max-width: 29.0cm;	

	}



     @page page_reff {

	/* поля и ориентация, если надо  */
        width: 29.0cm;
        height: 21.0cm;	


/*(или 	height:15cm;	width:10cm; )*/

/*orientation: portrait ;  landscape */

     }


    .reff {
        page: page_reff;
        /*padding-left: 5.0cm;
        padding-top: 1.5cm;*/
        width: 28.0cm;
        height: 20.0cm;	

    }




} /* end print styles*/




 @media print and (width: 29cm) and (height: 21cm) {

     /* определение правила */
     @page pageReferatka {

	/* поля и ориентация, если надо  */

        margin: 1cm;
        size: 29cm 21cm;
        width: 29.0cm;
        height: 21.0cm;	
        rotation-point:20%;
     }


    /* присвоение правила*/
    .referatka { 
        page: pageReferatka; 
        /*padding-left: 5.0cm;
        padding-top: 1.5cm;
        width: 9.0cm;
        height: 14.0cm;*/	

    }

}

