/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
	text-align: right;
	color: var(--colorDarkGrey);
	line-height: normal;
	font-family: iranyekan;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	font-display: swap;

	src: url('iranyekan/iranyekanwebboldfanum.woff') format('woff');
}

:root {
	--font11px: 11px;
	--font12px: 12px;
	--font13px: 13px;
	--font14px: 14px;
	--font15px: 15px;
	--font16px: 16px;
	--font17px: 17px;
	--font18px: 18px;
	--font19px: 19px;
	--font30px: 30px;

	--colorwhite: #fff;
	--colorDarkGrey: #444;
	--colorlead: #888;
	--coloraccent: #013b82;
}

/* Tabs */
.tabs.primary {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd
}

.tabs.primary li {
	background-color: #eee;
	margin-left: 10px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px
}

.tabs.primary li:hover {
	background-color: #ddd;
}

body .tabs.primary li a {
	padding: 5px 17px;
	width: 100%;
	display: block;
	font-size: 13px;
	background: var(--coloraccent);
	color: #fff;
	border-radius: 7px 7px 0 0;
}

body .tabs.primary li a[href*="revisions"] {
	display: none;
}

body .tabs.primary li a.is-active {
	background: #7b1638;
}

/* General */
#page {
	display: flex;
	flex-direction: column;
}

#page #main {
	display: flex;
	flex-direction: column;
}

#page #main>* {
	margin-bottom: 20px !important;
}

#page #main-wrapper .content-top,
#page .wide .content,
#page .highlighted,
.wide .content-wrapper>h2,
#page .content-second,
#page .content-third {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

#page .highlighted {
	display: inline-block !important;
}

#page #main-wrapper .wide {
	width: 100%;
}

.robben {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
}




/* Header */
.region-secondary-menu {
	display: none;
}




#header {
	display: flex;
	background-color: var(--coloraccent);
	margin-bottom: 20px;
	padding: 6px 10px;
	min-height: 54px;
	align-content: center;
	justify-content: center;
}

#header .section {
	max-width: 1200px;
	width: 100%;
	position: relative
}

#header .site-branding__name,
.node__links {
	display: none;
}

#header .site-branding {
	position: absolute;
	right: 0;
	top: 2px;
	max-width: 120px;
	width: 120px;
}

#header .site-branding__logo {
	position: relative;
	z-index: 9999;
}

#header .block-menu {
	padding-right: 160px;
	margin-top: 10px;
}

#header .block-menu .menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#header .block-menu .menu li {
	position: relative;
}

#header .block-menu .menu li.menu-item--expanded {
	padding-left: 11px;
}

#header .block-menu .menu li.menu-item--expanded::before {
	content: "⮟";
	position: absolute;
	left: 6px;
	top: 6px;
	color: rgb(255, 255, 255);
	font-size: 9px;
}

#header .block-menu .menu li.menu-item--expanded:hover::before {
	content: "⮝";
}

#header .block-menu>.content>ul>li>ul {
	opacity: 0;
	z-index: -999999999;
	position: absolute;
	background-color: var(--colorwhite);
	top: 26px;
	min-width: 150px;
	border-radius: 2px;
	box-shadow: 0 9px 15px -2px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	overflow: hidden;
}

#header .block-menu>.content>ul>li.menu-item--expanded:hover>ul {
	opacity: 1;
	z-index: 9999999
}

#header .block-menu>.content>ul>li.menu-item--expanded>ul>li {
	width: 100%;
}

#header .block-menu>.content>ul>li.menu-item--expanded>ul>li>a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	color: #444;
}

#header .block-menu>.content>ul>li.menu-item--expanded>ul>li>a:hover {
	background: #eee
}

#header .block-menu .menu li a {
	color: var(--colorwhite);
	padding: 5px 10px;
	font-size: 13px;
}




/* Radius Class */
.r1 {
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
}

.block-header h2 {
	width: 100%;
	font-size: var(--font17px);
	margin-bottom: 10px;
	border-top: 3px solid var(--coloraccent);
	color: var(--coloraccent);
	padding: 10px 10px 0;
	border-radius: 7px;
	font-weight: 500;
}

.one-line {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.two-line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wide .content-wrapper>h2 {
	color: var(--colorwhite);
	margin-bottom: 25px;
	font-size: var(--font18px);
}

/* 
#tp-iframe {display: none;} */

/* Footer */
.site-footer {
	width: 100%;
	background-color: #3b78b2;
	margin-bottom: 0;
	padding: 20px 0;
	min-height: 56px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.site-footer>div {
	width: 1200px;
}

.fo-0 {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9a9a9a;
}

.fo-0 img {
	width: 120px;
	height: auto;
}

.site-footer ul {
	width: 100%;
}

.site-footer ul li {
	width: 100%;
	position: relative;
}

.site-footer ul li a {
	width: 100%;
	color: var(--colorwhite);
	font-size: var(--font13px);
	margin-bottom: 15px;
	display: block;
	padding-right: 20px;
}

.site-footer ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: var(--colorwhite);
	margin-left: 10px;
	border-radius: 7px;
	position: absolute;
	top: 6px;
}


.mobile-container {
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	width: 286px;
	background: #262626;
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: 0;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-active .mobile-container {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.mobile-container>div {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.mobile-container #block-mainmenu-menu {
	display: none;
}

.mobile-container .content>.menu {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
}

.mobile-container .content>.menu>li {
	border-bottom: 1px dashed #ffffff80;
}

.mobile-container .content>.menu a {
	display: flex;
	color: var(--colorwhite);
	padding: 10px 0;
	font-size: 13px;
}

.mobile-container .content>.menu .menu-item--expanded>ul {
	padding-right: 20px;
}

.mobile-container .content>.menu .menu-item--expanded {
	position: relative;
}

.mobile-container .content>.menu .menu-item--expanded::before {
	content: "⮟";
	position: absolute;
	left: 6px;
	top: 6px;
	color: rgb(255, 255, 255);
	font-size: 11px;
}

.mobile-container .site-branding__logo {
	width: 100%;
}

.mobile-container .site-branding__logo img {
	max-width: 150px;
	margin: auto;
	display: block;
}




.i-a-pos {
	width: 320px;
	position: fixed;
	z-index: 9999;
	top: 90px;
	right: 20px;
	transition: all .6s;
	opacity: 0;
	visibility: hidden;
}

.i-a-pos.visible-fixed {
	opacity: 1;
	visibility: visible;
}

.i-a-pos .views-row {
	background: rgb(36 36 36/70%);
	box-shadow: 0 8px 32px 0 rgb(31 38 135/37%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 10px 0 10px 10px;
	padding: 15px 10px;
	display: flex;
}

.i-a-pos .views-row .image {
	float: right;
	max-width: 130px;
	margin-left: 10px;
}

.i-a-pos .views-row .image img {
	width: 100%;
	height: auto;
	display: block;
}

.i-a-pos .views-row .title a {
	color: #fff;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
}

.i-a-pos .view-header {
	display: flex;
}

.i-a-pos #close_sticky_notif {
	cursor: pointer;
	background: rgb(36 36 36/70%);
	border: 0;
	padding: 3px 10px;
	display: block;
	color: #fff;
	font-size: 12px;
	border-radius: 5px 5px 0 0;
}

.i-a-pos header {
	width: 30px
}

.vip-fix {
	display: inline-block;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #0ea7ce;
	-webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 16%);
	z-index: 100000;
	height: 40px;
}

.vip-fix .views-row {
	display: none
}

.vip-fix .views-row.active {
	display: inline-block;
	width: 100%;
}

.vip-fix .views-row .title a {
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 40px;
}













.pro-task {
	display: inline-block;
	width: 100%;
	min-height: 100px;
	margin: 30px 0;
	text-align: center;
	padding: 10px 0;
}

.pro-task [class*="subtitle"] {
	display: none;
}

.pro-task * {
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

.pro-task.done [class*="subtitle"] {
	display: inline-block;
	width: 100%;
}

.pro-task.done [class*="timer"] {
	display: none;
}

.pro-task-color-green {
	background: green;
}

.pro-task-color-red {
	background: red;
}

.pro-task-color-yellow {
	background: #8b8b01;
}

.pro-task-color-black {
	background: #333;
}

.pro-task-color-final {
	background: #09ac2f;
}





.node-27793 .content-top .region-content {
	display: flex;
	justify-content: space-between;
}

.dash {
	width: 100%;
	display: flex;
	flex-basis: 100%;
}

.dash .content-wrapper {
	width: 100%;
}

.dash .block-header {
	background-color: var(--coloraccent);
}

.dash .block-header * {
	color: var(--colorwhite);
}

.dash table {
	width: 100%;
}

.dash thead {
	border-bottom: 2px solid #0ea7ce;
}

.dash table tbody tr {
	position: relative;
}

.dash table tbody tr td.red {
	background-color: #ffd9d9;
}

/* .dash table tbody tr:nth-child(2n+1) {background-color:#f3f3f3} */
.dash table tbody tr td,
.dash table tr th {
	padding: 11px 9px 11px 10px;
	font-size: var(--font14px);
}

.dash table tbody tr td,
.dash table tr th {
	text-align: center;
	direction: ltr;
}

.dash table tbody tr td:first-child,
.dash table tr th:first-child {
	text-align: right;
	direction: rtl;

}


.check-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.alert {
	position: relative;
	padding: 0.5rem 1.25rem;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	font-size: 13px;
	flex: 0 0 calc(50% - 5px);
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}



.more-hidden-link.active {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.more-hidden-link a {display:block; height:inherit;}






