body {
	direction:rtl;
	font-family: Vazirmatn;
	font-feature-settings: "ss01";
	font-size:10pt;
	font-weight:normal;
	line-height: normal;
	background:url('images/back.jpg') no-repeat #ffffff;
	background-size: cover;
	background-attachment: fixed;
	margin:0;
	background-position: center center;
}
a,.likeLink {
	text-decoration: none;
	color:#555555;
}
a:hover,.likeLink:hover {
	text-decoration: none;
	color:#dd0000;
}
.likeLink {
	cursor: pointer;
}
[data-title]:hover {
	z-index: 1000;
	position: relative;
}
[data-title]:hover:after {
	content: attr(data-title);
	padding: 4px 8px;
	color: #333;
	position: absolute;
	font-size: 9pt;
	left: 25px;
	top: 25px;
	white-space: pre;
	z-index: 1000;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #222;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(238, 238, 238, 0.75));
	line-height: 1.5;
	direction: ltr;
}
img {
	border:0 solid;
	max-width:100%;
	max-height: 100%;
}
input, select, textarea {
	font-family:Vazirmatn;
	font-feature-settings: "ss01";
	font-size:9pt;
	font-weight: 300;
}
input:autofill {
	background: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
fieldset {
	padding: 5px 10px 10px;
}
legend {
	width: initial;
	margin-bottom: 0;
	float: unset;
}
label {
	display: initial;
	margin-bottom: initial;
}
.calendar, .calendar table {
	font-family:Vazirmatn;
	font-feature-settings: "ss01";
}
.calendar tbody .day {
	padding: 2px;
	text-align: center;
}
.calendar tbody .day.selected, .calendar tbody .day.hilite {
	padding: 1px;
}
.calendar .button, .calendar tbody .day {
	font-size: 1.2em;
}
.inputBox {
	font-size:9pt;
	width:150px;
	font-weight: 300;
}
.inputBox.inputNumber {
	direction:ltr;
	text-align:right;
}
.highslide-html-content {
	width: auto;
	max-width: 100%;
}
.draggable-header .highslide-header .highslide-close {
	right:unset;
	left:2px;
	top: -1px;
}
.draggable-header .highslide-header .highslide-move {
	left:unset;
}
.draggable-header .highslide-heading {
	right:2px;
	font-family: Vazirmatn;
	font-feature-settings: "ss01";
	font-size: 1.1em;
	top: -6px;
	direction: rtl;
}
.reload-icon {
	font-size: 12pt;
}
#anti_spam_code {
	width:50px;
}
#topBar {
	background: rgba(235,235,235,0.7);
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	box-shadow: 0 2px 3px #aaaaaa;
	display:table;
	height:35px;
}
#topBar .topBarRow {
	display: table;
	width:100%;
}
#topBar #logo {
	background: url("images/logo.png") no-repeat center right;
	width: 250px;
	height: 30px;
	position: relative;
	top: 2px;
	right: 2px;
	line-height: 30px;
	float:right;
	font-size: 13pt;
	animation-name: dropLogo;
	animation-duration: 0.4s;
	animation-timing-function: cubic-bezier(0.11, 0.43, 0.37, 1.35);
}
@keyframes dropLogo {
	from {top:-90px;opacity:0;}
	to {top:2px;opacity:0.8;}
}
.iconContainer {
	margin:4px 0 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
}
.iconContainer li {
	margin-right:10px;
}
.iconContainer .reqbox-container {
	display: none;
}
.iconContainer .icon-size {
	animation-name: fadeIcon;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(.11,.43,.37,1.35);
}
.iconContainer a {
	display:block;
	position: relative;
}
.iconContainer a .icon-size{
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -18px;
	background: #fff;
	min-width: 8px;
	border-radius: 50%;
	color: red;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	line-height: 1;
}
.topBar-icon {
	color:#666666;
	width:100%;
	font-size: 2em;
	vertical-align:middle;
}
.iconContainer a:hover > .topBar-icon{
	color:#00aa00;
}
.iconContainer a:hover > .topBar-icon.icon-cancel, .iconContainer a:hover > .topBar-icon.fa-power-off {
	color:#cc0000;
}
.topBar-icon.fa-power-off {
	padding: 2px 0 2px 3px;
}
.topBar-icon.fa,.topBar-icon.far,.topBar-icon.fas,.topBar-icon.fal,.topBar-icon.fad,.topBar-icon.fab {
	padding-bottom: 5px;
}
#topBar .breadcrumbText {
	display: block;
	color: #ff9d00;
	margin-left: 5px;
	margin-right: 5px;
}
#topBar .breadcrumb-container ol {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
#topBar .breadcrumb-container li {
	display: block;
	float: right;
	border: 1px solid #b6b6b6;
	background: #d8d8d8;
	border-radius: 5px;
	margin: 0 0 3px 0;
}
#topBar .breadcrumb-container li:hover {
	background:#aaaaaa;
	border:1px solid #888888;
}
#topBar .breadcrumb-container li:hover > a {
	color:#ffffff;
}
#topBar .breadcrumb-container li.divider {
	background: transparent;
	border:0;
	margin: 2px 0 3px 0;
}
#topBar .breadcrumb-container li a {
	padding: 2px;
	font-size: 1.1em;
}
#topBar .breadcrumb-container > * {
	float: right;
	margin-top: 5px !important;
}
#topBar .userbar {
	float: left;
	padding: 2px;
	color: #666666;
}
#topBar .userPic {
	border-radius:50%;
	border:1px solid #888888;
	width:25px;
	height:25px;
	vertical-align: middle;
	margin-right: 5px;
}
.slidingSection:not(.customSlidingSection) {
	background: #ffffce;
	margin: 1px 1px 15px 1px;
	border:2px solid #d68239;
	border-radius: 10px;
}
.filtersSlidingContainer .slidingSection:not(.customSlidingSection) {
	background: rgba(255,255,255,0.6);
	margin-bottom: 5px;
}
.slidingSection:not(.customSlidingSection) .sectionHeader {
	color:grey;
	font-size: 15pt;
	padding: 5px;
	display:inline-block;
}
.slidingSection:not(.customSlidingSection) .topBar-icon{
	color:grey;
}
.slidingSection:not(.customSlidingSection) .topBar-icon.icon-minus-circled{
	font-size: 13pt;
}
.slidingSection:not(.customSlidingSection) .sectionHeader a:hover > .topBar-icon{
	color:#00aa00;
}
.errorMessage {
	background: url("images/attention.png") no-repeat scroll right top #ffe8e6;
	border: 1px solid #ee0000;
	border-radius: 7px;
	color: #ee0000;
	font-size: 13pt;
	line-height: 30px;
	padding: 0 33px 0 5px;
	margin:0 auto;
}
.okMessage {
	background: url("images/ok.png") no-repeat scroll right top #ceffca;
	border: 1px solid #078013;
	border-radius: 7px;
	color: #078013;
	font-size: 13pt;
	line-height: 30px;
	padding: 0 33px 0 5px;
	margin:0 auto;
}
.messageContainer {
	text-align: center;
	display: flex;
	flex-direction: column;
}
.fixedMessagesContainer {
	position: fixed;
	top:60px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 101;
	flex-direction: column;
}
.fixedMessage {
	box-shadow: 3px 3px 8px #777777;
	margin-bottom: 3px;
	z-index: 997;
	bottom: 30px;
	opacity: 0;
	position: relative;
}
#iconsTable {
	max-width:800px;
	list-style:none;
	margin:0 auto;
	padding:0;
}
#iconsTable li {
	width:45%;
	float:right;
	text-align:center;
	margin:2.5%;
}
#iconsTable li:nth-child(2n+1) {
	clear:right;
}
#iconsTable li a {
	background-color:rgba(200,80,11,0.4);
	color:#ffffff;
	display:block;
	transition: all 0.2s;
	position: relative;
	animation-name: fadeIcon;
	animation-duration: 0.3s;
	animation-timing-function: cubic-bezier(.11,.43,.37,1.35);
}
@keyframes fadeIcon {
	from {opacity:0;transform: scale(0.1)}
	to {opacity:1;transform: scale(1)}
}
#iconsTable a:hover, #iconsTable a:focus {
	background-color:rgba(200,80,11,0.7);
	box-shadow: #570b00 0 0 7px;
	transform: scale(1.05);
}
.mainpage-icons .page-size {
	position: absolute;
	top: 8px;
	right:50%;
	margin-right: -35px;
	background: #fff;
	min-width: 20px;
	border-radius: 50%;
	color: red;
	font-weight: bold;
	padding: 2px;
	animation-name: fadeIcon;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(.11,.43,.37,1.35);
}
.panel-icon {
	background-color: rgba(255, 254, 140, 0.5);
	color: #926f1b;
	width:100%;
	font-size:30pt;
	line-height: 40pt;
	vertical-align:bottom;
	transition: all 0.2s;
	padding-top:10%;
}
#iconsTable a:hover > .panel-icon, #iconsTable a:focus > .panel-icon {
	color:#ffffff;
}
.dataTable {
	border-spacing: 0;
	border-collapse: collapse;
	font-size:9pt;
	width:100%;
	box-sizing: border-box;
}
.listHeading,.formHeading {
	text-align:center;
	font-size: 17px;
	color: #777;
}
.dataTable .persist-header {
	display: none;
}
.tablesorter th:nth-child(n+2) {
	cursor:pointer;
}
.tablesorter th.headerSortUp::after {
	content:"\e824";
}
.tablesorter th.headerSortDown:after {
	content:"\e826";
}
.tablesorter th.headerSortUp::after,.tablesorter th.headerSortDown:after {
	font-family: "coding";
	margin-right: 5px;
}
.dataTable td,.dataTable th {
	border:0 solid #D2DFD5;
	padding:0 3px 0 3px;
	display: block;
	text-align: right;
}
.dataTable td > .td-container {
	display: inline-block;
}
.dir-ltr {
	direction: ltr;
}
.dir-rtl {
	direction: rtl;
}
.dataTable td .rowAnchor {
	position: relative;
	top: -70px;
}
.dataTable td::before {
	color: #b5755b;
	content: attr(data-tdtitle) " ";
	font-size:10pt;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
	padding: 0 2px 0 5px;
}
.dataTable td::after {
	color: saddlebrown;
	content: " ";
	font-size:10pt;
}
.dataTable td > div:not([class]) {
	display: inline-block;
}
.dataTable td > div:not([class])::before {
	content: " ";
	padding: 0 5px;
}
.dataTable td a:not([class]) > div:not([class]) {
	display: inline-block;
}
.dataTable td a:not([class]) > div:not([class])::before {
	content: " ";
	padding: 0 5px;
}
.dataTable .editRow {
	background-color:#fdf9e5 !important;
}
.dataTable tr:nth-child(2n) {
	background-color:#f3f3f3;
}
.dataTable tr:nth-child(2n+1) {
	background-color:#ffffff;
}
.dataTable .totalRow {
	border-top: 2px solid #f8c671;
	background-color: #f6e4a8 !important;
	color: #5f3e08;
}
.dataTable tbody tr td:first-child, .dataTable tfoot tr td:first-child{
	text-align: center;
	padding: 0;
}
.dataTable tbody tr td:first-child,.dataTable tbody tr td:nth-child(2) {
	display: inline-block;
}
.dataTable:not(.tablesorter) tbody tr td[data-tdheader=ROW_NUM],
.dataTable:not(.tablesorter) tfoot tr td[data-tdheader=ROW_NUM],
.dataTable.tablesorter tbody tr td:nth-child(1),
.dataTable.tablesorter tfoot tr td:nth-child(1) {
	color:#bc8b16;
}
.dataTable .rowCheckBox {
	vertical-align: middle;
	margin: 0;
}
.dataTable tbody tr.trSelected {
	background-color: #fdf9e5;
	box-shadow: 0 0 1px #2C1A01;
}
.dataTable .totalRow td {
	padding:5px 3px 5px 3px;
}
.dataTable .totalRow td:not([data-tdtitle]) {
	display: none;
}
.dataTable tr:not(.editRow):hover, .dataTable tr:focus {
	background-color: #fdf9e5;
}
.dataTable .disabled-row:not(.enabled-row),.dataTable .permanent-disabled-row {
	background-color:#eeeeee !important;
	color:#888888;
}
.dataTable .disabled-row:not(.enabled-row) .list-tools-container a,.dataTable .permanent-disabled-row .list-tools-container a{
	display:none;
}
.dataTable thead th{
	background-color:#F8C671 !important;
	color:#5f3e08;
	text-align:center;
	font-weight: normal;
}
.dataTable tr tr {
	background-color:transparent!important;
}
.multiple-part {
	display: inline-block;
	border-radius: 3px;
	margin: 2px;
	padding: 3px;
	border: 1px solid #aaa;
	line-height: 13px;
}
a:hover .multiple-part {
	border-color:#dd0000;
}
.multiple-part-likechosen {
	background-color: #eeeeee;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	margin-top: -1px;
}
.floatingHeader {
	position: fixed;
	top: 0;
	display: none;
	z-index: 100;
}
#calendar {
	display:table;
	max-width:400px;
	text-align:center;
	margin: 0 auto;
	background: #ffffff;
	padding:5px;
}
#calendar #shDate {
	text-align:center;
	color:green;
	font-size:13pt;
}
#calendar #ghDate {
	color:purple;
	font-size:8pt;
}
#calendar #miDate {
	color:red;
	font-size:8pt;
}
#calendar #dateEvent {
	text-align: justify;
}
.login-logo {
	animation: blur 0.5s linear forwards;
	filter: blur(100px);
	text-align: center;
}
.loginForm {
	max-width: 330px;
	text-align: center;
	animation: blur 0.5s linear forwards;
	filter: blur(100px);
}
@keyframes blur {
	from {
		filter: blur(100px);
	}
	to {
		filter: blur(0px);
	}
}
.loginForm fieldset {
	background: #fff;
}
#antispam {
	vertical-align: middle;
}
fieldset {
	border: 1px solid #999999;
	border-radius: 10px;
	text-align:right;
}
legend {
	font-size:13pt;
	color:#666666;
}
.pageNumbersTable {
	direction:ltr;
	margin:0 auto;
	display:table;
}
.pageNumbersTable a, .pageNumbersTable b {
	display: inline-block;
	margin: 2px;
	padding: .25em;
	min-width: 2.5em;
	text-align: center;
	font-size: 1.1em;
}
.pageNumbersTable a {
	background-color:#cb7f3f;
	color:#ffffff;
}
.pageNumbersTable a:hover {
	background-color: #ee9a46;
}
.pageNumbersTable a .demo-icon{
	position: relative;
	top:2px;
}
.pageNumbersTable b{
	border:1px solid #cccccc;
	background-color:#ffffff;
}
.filtersForm {
	display: flex;
	flex-wrap: wrap;
}
.fieldBox {
	margin: 2px 0 2px 8px;
	float:right;
	max-width: 300px;
	display: table;
	border-collapse: initial;
	height: 26px;
	position: relative;
}
.fieldBox > * {
	min-height:26px;
}
.fieldBox.into-input-icon-container {
	margin-left:8px;
	white-space: nowrap;
}
.into-input-icon,.into-input-icon-2 {
	position: absolute;
	left: -1px;
	top: 0px;
	cursor: pointer;
	font-size: 15pt;
}
.into-input-icon-2 {
	left:20px;
}
.likeInput .into-input-icon {
	top: -3px;
}
.formLabel {
	background: #eee linear-gradient(to bottom, #fff, #e6e6e6);
	border: 1px solid #ccc;
	border-left: 0;
	padding: 0 3px;
	border-radius: 0 3px 3px 0;
	color:#666;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.nowrap {
	white-space: nowrap;
}
.inputForm .formLabel,.loginForm .formLabel {
	width: 110px;
	box-sizing: border-box
}
.formLabel label {
	margin: 0 0 0 3px;
	display: block;
}
.formInput {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.formInput select {
	padding:3px;
	height:26px;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	width: 100%;
}

/*.formInput select[multiple] {
	height:200px;
}*/
.formInput optgroup{
	background: #dddddd;
	text-align: center;
	padding: 2px 0;
}
.formInput input:not([type=radio]):not([type=checkbox]):not(.select2-search__field) {
	height:26px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	padding-right:3px;
	padding-left:3px;
	background-color:#ffffff;
	box-sizing: border-box;
}
.formInput input[type=radio] {
	margin:0 3px 0 1px;
	transform: translate(0, 4px);
	width: 1.5em;
	height: 1.5em;
}
.formInput input[type=file] {
	height: 24px !important;
	display: none;
	/*font-size: 9pt;*/
}
.formInput textarea, .formInput code {
	width:98%;
	padding:3px;
	margin:0;
	height:75px;
	border: 1px solid #ccc;
	display:block;
	background: #fff;
}
.formInput div.likeInput {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	padding-right:2px;
	padding-left:2px;
	background-color:#ffffff;
	max-height: 75px;
	min-height: 24px;
	overflow-x: visible;
	overflow-y: auto;
	text-align: justify;
	box-sizing: content-box;
}
.formInput div.likeInput.readonly, .formInput input[readonly],textarea[readonly] {
	background-color:#f7f7f7!important;
	color: #494949;
	line-height: 24px;
}
.formInput div.likeInput > * {
	/*transform: translate(0,2px);*/
}
.radio-container {
	display: inline-block;
}
.formInput div.likeInput .radio-container label {
	/*transform: translate(0, 2px);*/
	display: inline-block;
}
.formInput div.likeInput .radio-container:last-of-type {
	margin-left: 25px;
}
.formInput div.likeInput .icon-cancel-circled::before {
	transform: translate(0, 2px);
}
.formInput .cancelUpload {
	position: absolute;
	top: -4px;
	left:0;
	display:none;
	font-size: 15pt;
}
.formInput .deleteFile {
	position: absolute;
	top:-2px;
	left:0;
	font-size: 12pt;
}
.formInput .fileIcon {
	position: absolute;
	top:0;
	left:23px;
	font-size: 12pt;
}
.formInput div.likeInput.uploadInside {
	width: 100%;
	padding: 0;
	min-width: 150px;
	overflow-y: visible;
	max-height: none;
}
.formInput div.likeInput.uploadInside .uploadInputContainer {
	position: relative;
	transform: none;
}
.formInput div.likeInput.uploadInside .uploadInputContainer.dragging::after {
	content: "فایل را اینجا رها کنید";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	color: #fff;
	background-color: rgba(53, 53, 53, 0.7);
	pointer-events: none;
}
/*
.formInput .likeLink {
	display: block;
	transform: translate(0,1px)!important;
}
*/
.formInput .likeLink div[class^="icon-"] {
	font-size: 11pt;
}
.formInput .likeLink .progressBar {
	text-align: center;
	background-color: #F6F4A8;
	width: 0;
	transition: width ease;
	line-height: 23px;
	height: 24px;
	white-space: nowrap;
}
.formInput .likeLink .progressBar span {
	display: inline-block;
	margin-left:3px;
}
.formInput .likeLink .progressBar .progressDetails {
	color: #0B803A;
}
.chosen-container-single,.chosen-container-multi {
	min-width: 110px;
}
.chosen-container-single .chosen-single,.chosen-container-multi .chosen-choices {
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	min-height: 26px;
	background: #fff;
}
.chosen-rtl .chosen-choices li.search-choice {
	padding-top:0;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 0;
	height: 22px;
}
.chosen-rtl,.chosen-rtl .chosen-search input[type="text"],.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	font-family: Vazirmatn;
	font-feature-settings: "ss01";
	font-size: 9pt;
	font-weight: 300;
}
.chosen-container-single .chosen-single {
	overflow: hidden;
}
.chosen-container-single .chosen-single span {
	white-space: normal;
}
.chosen-disabled {
	opacity: initial!important;
}
.chosen-disabled a {
	background-color:#f7f7f7!important;
	color:#888888!important;
}
.chosen-disabled a div b {
	display: none!important;
}
.select2-dropdown {
	box-shadow: #0003 2px 2px 3px;
	/*z-index: 10001;*/
}
.select2-container {
	font-size: 9pt;
	min-width: 100%;
	max-width: 100% !important;
}
.inputForm.colNum0 .select2-container {
	min-width: 150px;
}
.select2-container .select2-selection {
	border-radius: 4px 0 0 4px;
	border-color: #ccc;
}
.select2-container .select2-selection--multiple {
	min-height: 26px;
	padding-bottom: 0;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 3px;
}
.select2-container .select2-search--inline .select2-search__field {
	max-width: 100%;
}
.select2-container .select2-selection--single {
	height: 26px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 3px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered, .select2-search.select2-search--inline {
	position: relative;
	top: -2px;
}

#filters.dashboard-filters .select2-selection--single, #filters.dashboard-filters .select2-selection--multiple {
	border: 0!important;
}
.total-select-btn, .clear-combo-btn {
	display: none;
}
.formInput:hover .total-select-btn, #filters fieldset:hover .total-select-btn, .formInput:hover .clear-combo-btn, #filters fieldset:hover .clear-combo-btn {
	display: initial;
}
.submitButton, .cancelButton, .linkButton {
	font-family: Vazirmatn;
	font-feature-settings: "ss01";
	border-radius:3px;
	background-image: linear-gradient(to bottom, #4cc95a, #00600c);
	background-color: #00600c;
	border: 1px solid #00600c;
	padding:0 10px;
	color:#eeeeee;
	height:26px;
	min-width: 100px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	margin-left:5px;
	font-size:12px;
}
.cancelButton{
	background-image: linear-gradient(to bottom, #e8662d, #9c0500);
	background-color: #9c0500;
	border: 1px solid #9c0500;
	padding-top:2px;
}
.linkButton{
	background-image: linear-gradient(to bottom, #00adfe, #0a0290);
	background-color: #0a0290;
	border: 1px solid #0a0290;
	padding-top:2px;
}
.submitButton.center, .cancelButton.center , .linkButton.center{
	margin: 0 auto;
	display: block;
}
.submitButton:hover, .submitButton.active, .submitButton.disabled, .submitButton[disabled],
.linkButton:hover, .linkButton.active, .linkButton.disabled, .linkButton[disabled],
.cancelButton:hover, .cancelButton.active, .cancelButton.disabled, .cancelButton[disabled] {
	background-image: linear-gradient(to bottom, #fff, #d6d6d6);
	background-color: #e6e6e6;
	color: #333;
	cursor:pointer;
}
.submitButton:active {
	background-image: linear-gradient(to bottom, #e6e6e6, #fff);
}
.cancelButton:active {
	background-image: linear-gradient(to bottom, #e6e6e6, #fff);
}
.linkButton:active {
	background-image: linear-gradient(to bottom, #e6e6e6, #fff);
}
.file-icon-in-list {
	font-size: 20pt;
}
.list-tools, .wf-tools, .multi-edit-field {
	font-size: 2.1em;
}
.list-tools.edit, .multi-edit-field.edit {
	color: #085bff;
}
.list-tools.edit:hover, .multi-edit-field.edit:hover {
	color: #49a5ff;
}
.list-tools.delete, .multi-edit-field.delete {
	color: #c5000e;
}
.list-tools.delete:hover, .multi-edit-field.delete:hover {
	color: #ff091f;
}
.list-tools.icon-yes {
	color:green;
}
.list-tools.icon-yes:hover {
	color: #00bd00;
}
.list-tools.icon-no {
	color:red;
}
.list-tools.icon-no:hover {
	color: #ff8784;
}
.reqFlag {
	color:#ff0000;
	font-size:14pt;
	line-height:6pt;
	/*vertical-align:top;*/
}
.sectionTitle {
	font-size: 13pt;
	text-align: center;
	color: #7777cc;
}
.multiColumn{
	margin: 0 auto;
	width:100%;
	display:table;
}
.colNum1 .fieldBox , .colNum2 .fieldBox, .colNum3 .fieldBox {
	width:98%;
	max-width: none;
	margin: 2px 1%;
}
.filtersForm .fieldBox {
	width:98%;
	max-width: none;
}
/*
.colNum1 .fieldBox:nth-of-type(n+1) {
	clear:right;
}
.colNum2 .fieldBox:nth-of-type(2n+1) {
	clear:right;
}
.colNum3 .fieldBox:nth-of-type(3n+1) {
	clear:right;
}*/
.inTdImg {
	height: 30px;
}
.inFormViewImg {
	width:147px;
	margin: 3px 10px;
	float: left;
}
.inFormViewImg img {
	border:2px solid #aaaaaa;
}
.limit {
	color: #ff6a00;
	font-size: smaller;
}
.queryLimit {
	display: inline-block;
	direction: ltr;
	color: #ff0000;
}
.queryLimitBox {
	text-align: center;
	display: block;
}
.queryLimitBox > span > span {
	margin:0 10px;
	display: inline-block;
}
div.percentColContainer {
	border: 1px solid transparent;
}
div.percentCol {
	text-align: center;
	display: inline-block;
	background-color: #5cde64;
}
.popupMultiFuncBar {
	position: fixed;
	padding: .5em;
	background: rgba(255, 255, 255,0.9);
	border: 3px solid #777777;
	border-radius: 5px;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 997;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s linear, bottom 0.3s linear,visibility 0.3s;
	box-shadow: 3px 3px 8px #777777;
}
.centerFixContainer {
	position: fixed;
	padding: 10px;
	display: table;
	background: rgba(255, 255, 255,0.9);
	border: 3px solid #777777;
	border-radius: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.blackout {
	position: fixed;
	width:100%;
	height:100%;
	z-index: 998;
	background: rgba(0, 0, 0,0.7);
	top:0;
	left:0;
}
.blackout.hidden {
	display: none;
}
.download-items-container {
	display: table;
	margin: 0 auto;
}
.download-item {
	margin: 5px;

	border:2px solid #ffa556;
}
.download-item div {
	display: table-cell;
}
.download-item a {
	display: block;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.2s;
}
.download-item div[class^="icon-"] {
	background: #ffa556;
	color: #ffffff;
	font-size: 22pt;
	vertical-align: middle;
	transition: all 0.2s;
}
.download-item-title {
	padding: 5px;
	font-size: 15pt;
}
.download-item a:hover {
	background: rgba(255, 239, 206, 0.5);
}
.download-item a:hover > div[class^="icon-"] {
	color: #8c0600;
	transform: rotateY(180deg);
	content:"a";
}
.chartContainer {
	direction: ltr;
	height:100%;
	width:100%;
	position:absolute;
}
.divTable {
	display: table;
	margin:0 auto;
	width:100%;
}
.mainPageBoxContainer {
	margin:0 auto;
	width:100%;
	border-collapse: separate;
	border-spacing: 5px;
	box-sizing: border-box;
}
.mainPageBox {
	float:right;
	width:100%;
	border-radius: 12px;
	border: 1px solid;
	text-align: center;
	background: rgba(255,255,255,0.7);
	margin: 0 0 5px 5px;
	padding:5px;
	box-sizing: border-box;
}
.mainPageBox > .boxHeader {
	font-size: 13pt;
	border-radius: 10px;
	border: 1px solid;
	border-bottom-width: 5px;
}
.mainPageBox.green {
	border-color: #58af61;
}
.mainPageBox.green > .boxHeader {
	border-color: #58af61;
	color: #58af61;
	background: rgba(88, 175, 97, 0.1);
}
.mainPageBox.blue {
	border-color: #2ab0ec;
}
.mainPageBox.blue > .boxHeader {
	border-color: #2ab0ec;
	color: #2ab0ec;
	background: rgba(42, 176, 236, 0.1);
}
.mainPageBox.orange {
	border-color: #ff9d00;
}
.mainPageBox.orange > .boxHeader {
	border-color: #ff9d00;
	color: #ff9d00;
	background: rgba(255, 157, 0, 0.1);
}
.mainPageBox.red {
	border-color: #ff2600;
}
.mainPageBox.red > .boxHeader {
	border-color: #ff2600;
	color: #ff2600;
	background: rgba(255, 38, 0, 0.1);
}
.mainPageBox.newsBox ul {
	margin:0;
	padding:0;
	list-style-position: inside;
	color: #58af61;
}
.mainPageBox.newsBox ul li {
	text-align: justify;
	margin-bottom:5px;
}
.mainPageBox.newsBox ul li.new {
	font-weight: bold;
}
.mainPageBox.newsBox ul li .icon-alert {
	color:red;
}
.reqboxMenu {
	background: #fff;
	border:1px solid #f6e4a8;
}
.reqboxMenu .title {
	text-align: center;
	font-size:11pt;
	color: #926f1b;
}
.reqboxMenu ul{
	margin:0;
	padding:0;
	list-style: none;
}
.reqboxMenu ul li{

}
.reqboxMenu ul li a{
	display: block;
	padding:2px 2px;
}
.reqboxMenu ul li a:hover {
	background: #ede9a0;
}
.reqboxMenu ul li a.active {
	background: #c5ed9d;
}
.reqboxList{

}
#footer {
	margin-top: 20px;
	text-align: center;
	color:#888888;
	font-size: 9pt;
}
#footer #customerName {
	color:#555555;
}
.div-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #777777;
	z-index: 999;
}
a.coolLink {
	text-decoration: none;
	display: inline-block;
}
a.coolLink::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #dd0000;
	transition: width .3s;
	/*margin:0 auto;*/
}
a.coolLink:hover::after {
	width: 100%;
}
.tall-text {
	margin: 4px 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.btn-view-abs,.btn-view-full {
	display: inline-block;
	border:1px solid #888888;
	background: #fff;
	border-radius: 2px;
	direction: rtl;
	font-size: smaller;
	padding: 0 1px;
}
.btn-view-abs,.span-full-content{
	display: none;
}
.red-text {
	color:#e74c3c;
}
.green-text {
	color:#27ae60;
}
.blue-text {
	color: #2980b9;
}
.tox-toolbar {
	flex-direction: row-reverse;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
	text-align: center;
}
.highcharts-xaxis-labels {
	text-align: center;
	direction: rtl;
}
.highcharts-menu-item {
	direction: rtl;
	text-align: right;
}
.map-field-container {
	clear: both;
	width: 100%;
	padding: 5px 0;
}
.map-field {
	height:350px;
	resize: both;
}
.remeber-login-container {
	margin: 5px 0;
	color: #666;
	font-size: 10pt;
}
.remeber-login-container #remeber-login {
	margin: 5px 5px;
	display: inline-block;
	position: relative;
	bottom: -3px;
}
.tooltip {
	font-family:Vazirmatn;
	font-feature-settings: "ss01";
	font-size: 9pt;
}
.leaflet-container {
	font-family: Vazirmatn;
	font-feature-settings: "ss01";
}
.leaflet-sbs-range {
	transform: rotate(180deg);
}
.map-popup {
	text-align: center;
}
.map-popup .popup-title {
	margin: 5px 0;
	color: #2c3e50;
}
.map-popup .popup-data-table {
	display: table;
	border-collapse: separate;
	border-spacing:2px;
}
.map-popup .popup-data-row {
	display: table-row;
}
.map-popup .popup-key {
	display: table-cell;
	background-color: #ecf0f1;
	color: #7f8c8d;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	font-weight: bold;
	border-radius: 0 3px 3px 0;
}
.map-popup .popup-value {
	display: table-cell;
	text-align: right;
	padding: 1px;
	color: #2c3e50;
	border-radius: 3px 0 0 3px;
	border-color: #ecf0f1;
	border-width: 1px 0 1px 1px;
	border-style:solid;
}
.position-absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
}
.eq-num-width {
	font-family: Vazirmatn;
	font-feature-settings: "ss01","tnum";
}
.noborder {
	outline: 0;
	border: 0;
}
.mt-n1{margin-top:-.25rem!important}
.mt-n2{margin-top:-.5rem!important}
.mt-n3{margin-top:-1rem!important}
.mt-n4{margin-top:-1.5rem!important}
.mt-n5{margin-top:-3rem!important}
.display-none {
	display: none;
}