@charset "utf-8";

@font-face {
	font-family: "Merienda Bold";
	src: url("../fonts/merienda.ttf");
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
	font-weight: 200;
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
}

/* CSS Document */
@font-face {
	font-family: 'Segoe-UI';
	src: url('../fonts/segoe-ui.ttf');
}

body {
	font-family: 'Segoe-UI';
}

@media print {
	* {
		-webkit-print-color-adjust: exact;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	:before,
	:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.clear {
		clear: both;
	}

	.pull-right {
		float: right;
	}

	.pull-left {
		float: left;
	}

	.no-print {
		display: none;
	}

	#form .caption,
	#bank_details .caption {
		float: left;
		width: 150px;
		height: 15px;
		margin-left: 20px;
		margin-right: 11px;
		margin-top: 10px;
		text-align: right;
		font-size: 14px;
		color: #333333;
		line-height: 10px;
	}

	#form .fieldDisplay {

		font-size: 12px;
		float: left;
		width: 400px;
		border: 1px solid #DDDDDD;
		padding: 5px;
		height: 20px;
		/* -webkit-box-shadow: #F4F4F4 0 0 0 2px; */
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}

	.text-left {
		text-align: left !important;
	}

	.text-center {
		text-align: center !important;
	}

	.text-right {
		text-align: right !important;
	}

	table {
		border-collapse: collapse !important;
		width: 100%;
	}

	table th {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
	}

	table th {
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #666666;
		background-color: #FFF;
		color: #000;
		font-size: 14px !important;
		padding: 3px !important;
	}

	#deletePanel {
		text-align: center;
		padding: 3px;
		color: #F03;
		font-size: 14px;
		font-weight: bold;
	}

	#deletePanel a {
		text-decoration: none;
		color: #F03;
	}

	#deletePanel a:hover {
		color: #F03;
	}

	div.cashBookTotals {
		text-align: right;
		font-weight: bold;
		font-size: 14px;
	}

	p.reportTopHeading {
		font-weight: bold !important;
		font-size: 20px !important;
		padding: 0px !important;
		margin-top: 50px !important;
	}

	p.reportTopPara {
		margin: 0px;
		margin-top: -20px !important;
		padding: 5px !important;
	}

	.font16x {
		font-size: 16px !important;
	}

	.chart {
		margin: 10px auto;
		border: 1px solid #e3e3e3;
		border-radius: 5px;
	}

	.chart img {
		opacity: 0.5;
	}

	.chart th {
		width: 100%;
		background: #f2f2f2;
		color: #999999;
		border: none;
	}

	.chart tr {
		border: none;
		background: #F2F2F2;
	}
}

/*------------ Reports -------------*/
#deletePanel {
	text-align: center;
	padding: 3px;
	color: #F03;
	font-size: 14px;
	font-weight: bold;
}

#deletePanel a {
	text-decoration: none;
	color: #F03;
}

#deletePanel a:hover {
	color: #F03;
}

div.cashBookTotals {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

p.reportTopHeading {
	font-weight: bold !important;
	font-size: 20px !important;
	padding: 0px !important;
	margin-top: 50px !important;
}

p.reportTopPara {
	margin: 0px;
	margin-top: -20px !important;
	padding: 5px !important;
}

.pazeNum {
	float: right;
	font-size: 14px !important;
}

div.tablePage {
	margin: 0px auto;
	width: 8.27in;
	height: 9.8in;
	position: relative;
	page-break-inside: avoid !important;
	page-break-after: auto !important;
	clear: both;
}

#summary_form {
	font-size: 14px;
	color: #000;
	margin: 10px;
	padding-bottom: 15px
}

.report_heading {
	font-size: 20px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

#summary_form .main_title_1 {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	color: #474b49;
	line-height: 0px;
	padding: 10px 0px 20px 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #222;
}

#summary_form .main_title_middle {
	width: 200px;
	margin: 10px 0px;
	font-size: 18px;
	color: #474b49;
	line-height: 0px;
	padding: 20px 0px;
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #EEE;
}

#summary_form .main_title_amuont {
	width: 200px;
	margin: 10px 10px;
	font-size: 16px;
	color: #474b49;
	line-height: 0px;
	padding: 20px 0px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

.field_column {
	float: right;
	text-align: right;
	margin-right: 180px;
	width: 100px;
	padding: 0px !important;
}

.current_year {
	background-color: #F5F5F5;
	float: right;
	text-align: right;
	width: 100px;
	padding: 5px 0;
}

.previous_year {
	float: left;
	text-align: right;
	margin-left: 30px;
	width: 100px;
	padding: 5px 0;
}

#form .bs_caption {
	float: left;
	width: 200px;
	height: 15px;
	margin-left: 20px;
	margin-right: 11px;
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.caption {
	font-size: 12px;
	width: 100px;
	float: left;
}

.input_readonly {
	float: left;
	width: 295px;
	padding-left: 5px;
	color: #666;
	height: 25px;
	font-size: 14px !important;
	background-color: #f5f5f5;
	cursor: default !important;
	-webkit-box-shadow: #F4F4F4 0 0 0 2px;
	border: 1px solid #CCC !important;

	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 5px;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

	box-shadow: 0 0 2px #eee inset;
	transition: box-shadow 300ms;
	-webkit-transition: box-shadow 300ms;
}

.printStart {
	display: none;
}

.actionFieldTr {
	display: none;
}

input[type='checkbox'] {
	display: none;
}

.caption_P {
	float: left;
	width: 300px;
	margin: 2px 0px 2px 70px;
	padding: 2px;
	line-height: 5px;
}

div.tablePage .pageFoooter {
	height: 30px;
	width: 100%;
}

.searchForm {
	padding: 20px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 2px 0px #f5f5f5;
}

.repo_title {
	margin: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #474b49;
}

.repo_title span {
	font-size: 16px;
	margin: 10px;
}

@media print {
	table {
		border-collapse: collapse !important;
		page-break-inside: auto !important;
		width: 100%;
	}

	tr {
		page-break-inside: avoid !important;
		page-break-after: auto !important;
	}

	th {
		font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif !important;
		page-break-inside: avoid !important;
		border: 1px solid #222 !important;
		padding: 3px !important;
		background-color: #FFF;
		font-weight: bold;
		font-size: 12px !important;
	}

	td {
		padding: 2px !important;
		border: 1px solid #000 !important;
		padding: 3px !important;
		font-size: 12px !important;
	}

	td span.small-span {
		font-size: 12px !important;
	}

	table.bl_sheet td {
		padding: 2px 10px !important;
	}

	table.bl_sheet th {
		padding: 2px 10px !important;
	}
}

#title-trader-print {
	font-family: "Merienda Bold";
	font-size: 18px !important;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.fancy-font {
	font-family: "Merienda Bold";
}

#title-trader-print span {
	font-family: "Merienda Bold";
}

#title-trader-print img {
	height: 100px;
}

.sub-title-print {
	text-align: left;
	font-size: 16px !important;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

tr.tellyable:hover {
	background-color: rgba(100, 100, 100, 0.7);
}

tr.tellyable:hover td {
	color: #FFF !important;
}

tr.telly {
	background-color: green;

}

tr.telly td {
	color: #FFF !important;
}