
/* Print */
@media print
{
	@page {size: portrait }
	body
	{
		-webkit-print-color-adjust: exact !important;
	}
	iframe, canvas
	{
		display:block !important;
		-webkit-print-color-adjust: exact !important;
	}
	.main-content
	{
		-webkit-print-color-adjust: exact !important;
	}
	.container, .outer-wrapper 
	{
		width: 1244px !important;
		-webkit-print-color-adjust: exact !important;
	}
	.login-wrapper, #nav, #search_part, .footer  { display:none; }
	.site, .row { width:98% !important; }
	.navbar,  .mobile-menu,  .main-settings,  .wpthemeCrumbTrail,  .row.lft_to_rgt_pstn .col-md-3-5.col-lg-3-5,  footer,
	.happiness-meter-button-block, #livechat-compact-container 
	{
		display: none !important;
		-webkit-print-color-adjust: exact !important;
	}
	.top_logo_sec span.logo-desk {
		display: block !important;
	}
	.top_logo_sec span.logo-mb {
		display: none !important;
	}
	.padding_box {
		padding: 0px !important;
	}
	h3.form-title {
		background-color: #00867b !important;
		-webkit-print-color-adjust: exact !important;
		color: white !important;
	}
	h3.form-title i, h3.form-title i:before {
		color: white !important;
		-webkit-print-color-adjust: exact !important;
	}
	a[href]:after {
		content: none !important;
	}
	input.form-control
	{
		border-bottom:solid 1px #d2d2d2 !important;
	}
	.home-used-services > .selected-service {
		float: left !important;
		width: 14.28% !important;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-md-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
	{
		float: left !important;
	}
	.col-lg-12, .col-md-12, .col-sm-12 {
		width: 100% !important;
	}
	.col-lg-11, .col-md-11, .col-sm-11 {
		width: 91.66666666666666% !important;
	}
	.col-lg-10, .col-md-10, .col-sm-10 {
		width: 83.33333333333334% !important;
	}
	.col-lg-9, .col-md-9, .col-sm-9 {
		width: 75% !important;
	}
	.col-lg-8, .col-md-8, .col-sm-8 {
		width: 66.66666666666666% !important;
	}
	.col-lg-7, .col-md-7, .col-sm-7 {
		width: 58.333333333333336% !important;
	}
	.col-lg-6, .col-md-6, .col-sm-6 {
		width: 50% !important;
	}
	.col-lg-5, .col-md-5, .col-sm-5 {
		width: 41.66666666666667% !important;
	}
	.col-lg-4, .col-md-4, .col-sm-4 {
		width: 33.33333333333333% !important;
	}
	.col-lg-3, .col-md-3, .col-sm-3 {
		width: 25% !important;
	}
	.col-lg-2, .col-md-2, .col-sm-2 {
		width: 16.666666666666664% !important;
	}
	.col-lg-1, .col-md-1, .col-sm-1 {
		width: 8.333333333333332% !important;
	}
	.dashboard-content { padding: 10px !important; }
	.box { background-color:#ffffff !important; }
	.box .footer { background-color:#000000 !important; display:block !important;  margin:0px 5px !important;}
	.box .footer a { color:#ffffff !important; background: url(../images/icons/dashboard/arrow-right-white.png) no-repeat right 22px !important;}
	.box .body .box-content h2, .box .body .box-content p { color:#000000 !important; }
}