/* استایل اختصاصی صفحه نماد */
body:not(.stocks-balancesheet) .header-breadcrumb{
			margin-bottom:0;
			box-shadow: unset;
		}
		#main {
			margin-top: -5px !important;
		}
		.tabs-items li a {
			margin: 10px 0 10px 12px;
		}
		.fix-form-top{
			padding-top: 20px;
			margin-bottom: -13px;
		}
		@media only screen and (max-width: 780px){
			.fix-form-top{
				padding-top: 0;
				margin-bottom: 0;
				padding-right: 10px;
			}
		}

		.widgets .tgju-widget .tgju-widget-title h3 {
			margin-bottom: 0;
			font-size: 14px;
			font-weight: bold;
			display: inline-block;
		}