@page{
	margin:0px;
	
}

@media print{
    .previewCMS {
        display: none;
    }

    .yui-panel {
        display: none;
    }

    .page-heading{
        display:none;
    }

    #header{
        display:none;
    }


    footer{
        display:none;
   }

   .container {
       width: 100%;
       max-width: 100%;
	   margin:10px;
   }

   .form-custom-actions {
       display: none !important;
   }

   colgroup col{
       width: unset !important;
   }

   tr, td, thead, tbody, tfoot {
       display: inline-table !important;
   }

   td.cell {
       margin-bottom: 0px;
   }
   
   label {
       margin-top: 7px;
   }

   .control {
       margin-left: 5px;
   }

   .checkbox-cell {
       width: 650px !important;
   }

   table.section {
       overflow: unset !important;
       display: unset !important;
       table-layout: unset !important;
       width: 100% !important;

   }

   .zero-cell {
       display: none !important;
   }

   td.form-control-cell, div.control {
       display: inline-block !important;
   }

   #njdcait_location {
       height: 75px;
   }
   
   #njdcait_description {
       width: 750px;
       /* height: 300px; */
   }

   #njdcait_requireeducation {
       width: 750px;
       /* height: 150px; */
   }

    #njdcait_requireexperience {
        width: 750px;
        /* height: 150px; */
    }

    #njdcait_requirelicense {
        width: 750px;
        /* height: 100px; */
    }

    #njdcait_requirespecialtraining {
        width: 750px;
        /* height: 150px; */
    }

    #njdcait_salaryrange {
        width: 300px;
    }

   fieldset {
       page-break-inside: auto;
   }
   .navbar.navbar-default{
	   display:block !important;
	   background-color: #f4f4f4; 
	   padding-bottom: 0px ;
   }
   
   	.visible-lg-block {
    display: block !important;
	}

    .navbar button {
        display: none;
    }
	/*
	html, body {
    height:100%; 
    margin: 0 !important; 
    padding: 0 !important;
    overflow: hidden;
	}
	*/

}