﻿/*---------------------------------------------------------------------------------

	Project Name: datahub
	Version: 1.0
	Author: Nibin Nelson
	Author URI: http://www.nibin.in
	Project URI: https://datahub.ae

----------------------------------------------------------------------------------- */

/*===========    Print style starts here!    ==============*/
@media print{
* {-webkit-print-color-adjust: exact !important;color-adjust: exact !important;print-color-adjust: exact !important;}
body {background-color: #fff;}
.card-panel{box-shadow: none;}
header, nav, footer, .btn, .parallax-container, .color-overlay, #left-sidebar-nav, .hide-on-print, .hideInPrint, .toast, .report-view-title > .divider, #pagination-container {display: none!important;}
.show-on-print {display:block;}
.datahub-main {margin-top:0;padding:0;}
.survey-prev-title {width:100%;padding:20px;background-color:#212121!important;color:#fff!important;margin-top:0!important;-webkit-print-color-adjust: exact;}
@page {margin: 1cm 0.5cm;size: A4 portrait;}
.themeInput {margin: 0;}
.card.report-view-card, .survey-preview-q {display: block;page-break-before: avoid;padding:5px 0;}
div.survey-preview-q, div.survey-prev-full-bg-q, .card.report-view-card {page-break-inside: avoid;display:block;}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {border-bottom: 2px solid #E0E0E0!important;}
.survey-prev-full-bg-q input:not([type]), .survey-prev-full-bg-q input[type=text], .survey-prev-full-bg-q input[type=password], .survey-prev-full-bg-q input[type=email], .survey-prev-full-bg-q input[type=url], .survey-prev-full-bg-q input[type=time], .survey-prev-full-bg-q input[type=date], .survey-prev-full-bg-q input[type=datetime-local], .survey-prev-full-bg-q input[type=tel], .survey-prev-full-bg-q input[type=number], .survey-prev-full-bg-q input[type=search], .survey-prev-full-bg-q textarea.materialize-textarea {border-bottom: 2px solid #E0E0E0!important;}
.mini-survey-control [type="radio"]:not(:checked)+label:before, .mini-survey-control [type="radio"].with-gap:checked + label:before {border: 2px solid #000!important;}
.print-footer {width:100%;text-align:center;bottom:0;margin: -5px auto;color:#9E9E9E;font-size:12px;display:block;}
.survey-preview-head {font-size:18px!important;font-weight:500;color:#000!important;}
body:before {background:#fff!important;}
[type="radio"], table.matrix-table > thead > tr > th, .mini-survey-control label, table.matrix-table > tbody > tr > td {color:#000!important;}
.mini-survey-control [type="checkbox"].filled-in:not(:checked) + label:after {border:2px solid #000!important;}
.survey-prev-full-bg-q .image-upload-wrapper {border: 2px dashed #000;}
.survey-prev-full-bg-q .irs-grid-text {color: #000!important;}
.survey-prev-full-bg-q .image-upload-wrapper {color:#555!important;}
.survey-prev-full-bg-q [type="checkbox"] + label {height: 20px; line-height: 20px;}
.card-dashboard {max-height: 100%!important;}
.report-view-card, .tableCard {overflow:hidden!important;}
.comparitive-date-filter {width: 25%!important;margin-left: auto!important;left: auto!important;right: auto!important;padding:0 5px!important;}
span.card-title {font-size: 18px!important;font-weight: 400!important;text-transform: capitalize;}
.report-view-card > .card-content {padding: 5px 15px 10px 15px;}
.report-view-title {padding: 10px;background: #000;color: #fff;border-radius: 2px;}
table { page-break-inside:auto }
tr { page-break-inside:avoid; page-break-after:auto }
#survey-prev-title {color:#fff!important;}
.img-box-print {width:25% !important;}
.card.exam-card {box-shadow: none;}
.result-print-heading {background:#000;padding: 15px;color: #fff;margin:0;}
.eachResult {margin-top: 25px;}
.exam-q {font-size:20px;}
.container{width:98%;}
.exam-a {font-size:14px;}
.fixed-action-btn, aside#right-sidebar-nav, aside#left-sidebar-nav{display:none;}
.matrix-grid-rdo [type="radio"] + label{font-size:0!important;}
#navbar-bottom{display:none!important;}
main.fullwidth-page.two-tone-sp.with-header-sp .datahub-main {margin-top: 20px !important;}
#formTitle, .survey-preview-head{color:#000!important;}
.sp-header-progress-bar {display: none!important;}
.report-new-card .col.report-new-card-top-sec:first-child{width:100%}
.report-new-card .col.report-new-card-top-sec{width:33%;}
.report-new-card, .card.report-view-card{box-shadow:none;border: 0;}
ul.pagination{display:none;}
.report-new-main-ico{margin:0;}
	.dh-survey-report-render-row {
		display: inline;
		width: 100%;
		page-break-inside: avoid;
	}

	.dh-chart-card-half {
		float: left;
		margin-top: 1.5rem;
		border-left: 1.5rem solid transparent
	}

	.dh-chart-card-full, .grid-stack-item-content {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		border-top: 1rem solid transparent;
		margin-top: 1.5rem;
		border-left: 1.5rem solid transparent;
	}

	.dh-chart-card-full {
		border-left: 1.5rem solid transparent;
		float: left;
	}

	.grid-stack-item-content {
		float: none;
		display: inline-block;
		clear: both;
	}

	.custom-rendor {
		width: 100%;
		page-break-inside: avoid;
		float: left;
		margin-left: auto;
		margin-right: auto;
	}

	.report-new-card.render-new, #pagination-container-render, .print-footer, .render-new-groupby-filter, .backdrop, .material-tooltip {
		display: none
	}

}
/*===========    Print style ends here!     ==============*/