/*
	Document   : ipt-fsqm-preview
	Created on : Aug 16, 2013, 9:45:42 PM
	Author     : Swashata
	Description:
		To design the result tables
*/

body .ipt_fsqm_preview,
body .ipt_fsqm_preview table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #01a8Bd;
	background-color: #fff;
	color: #333;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	margin: 20px auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	vertical-align: middle;
	font-weight: normal;
	word-wrap: break-word;
}
body .ipt_fsqm_preview a {
	color: #2a5db0 !important;
}
body .ipt_fsqm_preview a:visited {
	color: #7189b0;
}
body .ipt_fsqm_preview a:hover {
	color: #2200cc !important;
}
body .ipt_fsqm_preview .ipt_fsqm_tb {
	word-wrap: break-word;
	word-break: break-all;
}
body .ipt_fsqm_preview tbody * {
	text-shadow: none !important;
}

body .ipt_fsqm_preview table {
	margin: 0;
	border-width: 0 0 1px 0;
	height: 310px;
}
body .ipt_fsqm_preview table tbody {
	height: 300px;
}

body .ipt_fsqm_preview thead th,
body .ipt_fsqm_preview tfoot th,
body .ipt_fsqm_preview tr.head th {
	background-color: #3ac7ff;
	font-weight: bold;
	font-size: 12px;
	background-image: -webkit-linear-gradient(top, #3ac7ff, #41cadb);
	background-image: -moz-linear-gradient(top, #3ac7ff, #41cadb);
	background-image: -o-linear-gradient(top, #3ac7ff, #41cadb);
	background-image: -ms-linear-gradient(top, #3ac7ff, #41cadb);
	background-image: linear-gradient(top, #3ac7ff, #41cadb);
	color: #fff;
	text-shadow: 0 0 2px #888;
	text-transform: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	word-wrap: break-word;
	white-space: normal;
	text-align: left;
}
body .ipt_fsqm_preview tr.head th.head_th {
	background-image: none !important;
	background-color: #fff !important;
	color: #333 !important;
	text-shadow: none !important;
	vertical-align: top !important;
}
body .ipt_fsqm_preview thead tr,
body .ipt_fsqm_preview tfoot tr {
	border: 1px solid #01a8Bd;
}

body .ipt_fsqm_preview tr,
body .ipt_fsqm_preview th,
body .ipt_fsqm_preview td {
	border: 1px solid #01a8Bd;
	vertical-align: top;
	text-transform: none;
	color: inherit;
	font-size: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: inherit;
	line-height: 1.3;
	vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
	text-align: left;
}
body .ipt_fsqm_preview th {
	font-weight: bold;
}
body .ipt_fsqm_preview table thead th,
body .ipt_fsqm_preview table tfoot th,
body .ipt_fsqm_preview table tr.head th {
	font-size: 12px;
}

body .ipt_fsqm_preview th,
body .ipt_fsqm_preview td {
	padding: 5px;
}
body .ipt_fsqm_preview td.data {
	padding: 0;
}
body .ipt_fsqm_preview tr.avg {
	white-space: nowrap;
}

body .ipt_fsqm_preview th {
	padding: 10px;
}
body .ipt_fsqm_preview .matrix table thead,
body .ipt_fsqm_preview .matrix table tfoot,
body .ipt_fsqm_preview .matrix table tbody td {
	text-align: center;
}
body .ipt_fsqm_preview .data {
	vertical-align: top;
	border: 0 none;
}
body .ipt_fsqm_preview .data table,
body .ipt_fsqm_preview .data table tbody,
body .ipt_fsqm_preview .data table thead,
body .ipt_fsqm_preview .data table tfoot,
body .ipt_fsqm_preview .data table tr {
	border: 0 none;
}
body .ipt_fsqm_preview .data table thead td,
body .ipt_fsqm_preview .data table thead th,
body .ipt_fsqm_preview .data table tr.head:first-child th {
	border-top: 0 none;
	border-left: 0 none;
	font-size: 12px;
}
body .ipt_fsqm_preview .data table thead td:last-child,
body .ipt_fsqm_preview .data table thead th:last-child,
body .ipt_fsqm_preview .data table tr.head:first-child th:last-child  {
	border-right: 0 none;
}
body .ipt_fsqm_preview .data table tfoot td,
body .ipt_fsqm_preview .data table tfoot th,
body .ipt_fsqm_preview .data table tr.head:last-child th {
	border-bottom: 0 none;
	border-left: 0 none;
	font-size: 12px;
}
body .ipt_fsqm_preview .data table tfoot td:last-child,
body .ipt_fsqm_preview .data table tfoot th:last-child,
body .ipt_fsqm_preview .data table tr.head:last-child th:last-child {
	border-right: 0 none;
}
body .ipt_fsqm_preview .data table tbody th:last-child,
body .ipt_fsqm_preview .data table tbody td:last-child {
	border-right: 0 none;
}
body .ipt_fsqm_preview .data table tbody td:first-child,
body .ipt_fsqm_preview .data table tbody th:first-child {
	border-left: 0 none;
}

body .ipt_fsqm_preview td {
	vertical-align: middle;
	text-shadow: none;
	font-weight: normal;
}
body .ipt_fsqm_preview td.visualization {
	vertical-align: top;
}

body .ipt_fsqm_preview td.icons,
body .ipt_fsqm_preview th.icons {
	text-align: center;
	width: 20px;
	line-height: 1;
}
body .ipt_fsqm_preview td.upload_td,
body .ipt_fsqm_preview th.upload_td {
	text-align: center;
}

body .ipt_fsqm_preview td.icons_matrix {
	text-align: center;
	line-height: 1;
}

body .ipt_fsqm_preview img {
	display: inline !important;
	border: 0 none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .ipt_fsqm_preview .description {
	display: block;
	font-size: 10px;
	color: #888;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
}
body .ipt_fsqm_preview .ipt_uif_richtext {
	font-weight: normal;
	margin: 10px 0;
}

body .ipt_fsqm_preview thead .description,
body .ipt_fsqm_preview tfoot .description,
body .ipt_fsqm_preview tr.head .description {
	color: #fff;
	font-size: 12px;
}

body .ipt_fsqm_preview th.logout a {
	border: 0 none;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 1px #666, 0 2px 2px #ddd;
	box-shadow: 0 0 1px #666, 0 2px 2px #ddd;
	height: 30px;
	line-height: 30px;
	background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
	background-image: -o-linear-gradient(top, #fff, #e7e7e7);
	background-image: -ms-linear-gradient(top, #fff, #e7e7e7);
	background-image: linear-gradient(top, #fff, #e7e7e7);
	cursor: pointer;
	color: #333;
	text-shadow: 0 0 2px #fff;
	font-weight: bold;
	float: right;
	text-decoration: none;
	padding: 0 20px;
}
body .ipt_fsqm_preview.ipt_fsqm_user_portal tfoot th {
	padding: 2px;
	border: 0 none;
}
body .ipt_fsqm_preview th.logout a:hover,
body .ipt_fsqm_preview th.logout a:hover:focus {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #e6f2f4, #fff);
	background-image: -moz-linear-gradient(top, #e6f2f4, #fff);
	background-image: -o-linear-gradient(top, #e6f2f4, #fff);
	background-image: -ms-linear-gradient(top, #e6f2f4, #fff);
	background-image: linear-gradient(top, #e6f2f4, #fff);
	color: #3ac7ff;
}
body .ipt_fsqm_preview th.logout a:active,
body .ipt_fsqm_preview th.logout a:active:focus {
	background-color: #e7e7e7;
	background-image: none;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
body .ipt_fsqm_preview img {
	border: 0 none !important;
	opacity: 1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
body .ipt_fsqm_report_container,
body .ipt_uif_front .ipt_fsqm_report_container {
	margin-bottom: 20px;
}

body .ipt_uif_common .ipt_fsqm_print {
	text-align: center;
	margin: 10px auto;
	display: block;
	float: none;
	display: none;
}
/*==============================================================================
 * Form Logo
 *============================================================================*/
body .ipt_fsqm_form_logo {
	margin: 10px auto 20px;
	padding: 0;
}
body .ipt_fsqm_form_logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0 none;
}

/*==============================================================================
 * Survey Reports
 *============================================================================*/
body .ipt_fsqm_report .ipt_uif_container_head .subtitle {
	font-size: 0.625em !important;
	font-weight: 400 !important;
	float: right !important;
	margin-right: 10px !important;
	font-style: italic !important;
	text-transform: lowercase !important;
	color: inherit !important;
}
body .charts-tooltip {
	color: #333;
}

/*==============================================================================
 * Override for borderless table
 *============================================================================*/
body .ipt_fsqm_report_no_border .ipt_fsqm_preview,
body .ipt_fsqm_report_no_border .ipt_fsqm_preview thead,
body .ipt_fsqm_report_no_border .ipt_fsqm_preview tfoot,
body .ipt_fsqm_report_no_border .ipt_fsqm_preview tbody,
body .ipt_fsqm_report_no_border .ipt_fsqm_preview tr,
body .ipt_fsqm_report_no_border .ipt_fsqm_preview th,
body .ipt_fsqm_report_no_border .ipt_fsqm_preview td {
	border: 0 none !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #333 !important;
	text-shadow: none !important;
}

/* Report Print button */
body .ipt_fsqm_report_print {
	display: none;
}
/* Report container for no wrap */
body .ipt_fsqm_report.ipt_fsqm_report_no_wrap .ipt_fsqm_report_container {
	background: transparent none !important;
}
