/********** FONTS **********/
@font-face {
	font-family: 'IranSans';
	src: url('fonts/IranSansWeb.eot'); /* IE9 Compact Modes */
	src: url('fonts/IranSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/IranSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/IranSansWeb.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/IranSansWeb.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IranYekan';
	src: url('fonts/IranSansWeb.eot'); /* IE9 Compact Modes */
	src: url('fonts/IranSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/IranSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/IranSansWeb.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/IranSansWeb.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BYekan';
	src: url('fonts/IranSansWeb.eot'); /* IE9 Compact Modes */
	src: url('fonts/IranSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/IranSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/IranSansWeb.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/IranSansWeb.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

/* ==============================================================a=l=a=v=i========
   portal-css: body
   ========================================================================== */

body {direction: rtl;}

a:link,a:visited , a:active, a:hover {color: #505050;text-decoration: none !important;}
.Normal { font-family: IranSans tahoma !important; }
.bg-background {background: url("image/bg-body.jpg") repeat;}

.login-form .logon-footer {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.logon-forget {
	float: right !important;
	padding: 0px !important;
}

/********** >>>>>>>>>> PORTAL UI >>>>>>>>>> ****by:m.shabani*****/
#eFormDependenciesRadTree input {
	display: inline-block !important;
}

#MultiViewAddViewTable , .NewsEditContainer {
	background: #fff !important;
}

.NewsEditContainer .ImportanceRadioButtons {
	display: block;
}

#MultiViewAddViewTable {
	padding: 5px
}

input[type=text] ,
select ,
textarea {
	min-height: 26px !important;
	font-size: 12px;
	line-height: 2em;
	padding: 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: middle;
}

#LinkErrorMessage ,
#NewsTitleErrorMessage {
	display: inline-block;
	color: #d00000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ffbaba;
	border-radius: 5px;
	background: #ffdcdc;
}

input[type=radio]:not(.uk-input) {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: -4px;
	border-radius: 100px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 2px solid #ccc !important;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-property: background-color,border;
	transition-property: background-color,border;
	outline: none;
}

input[type=radio]:not(.uk-input):checked {
    border: 6px solid #1e87f0 !important;
    outline: 0 none;
}

input[type=checkbox]:not(.uk-input) {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 4px !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ccc !important;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: background-color,border;
	transition-property: background-color,border;
	outline: none;
}

.Normal #RdBtnRadio ,
.Normal #RdBtnCheck{
	padding: 0 !important;
	margin: 2px;
	border-radius: 99px !important;
	vertical-align: middle;
}

label[for] {
	cursor: pointer;
	vertical-align: middle;
}

input[disabled] + label[for] {
	color: #bbb;
	cursor: default;
}

input[type=checkbox]:not(.uk-input):disabled {
	background: #e8e8e8;
	cursor: not-allowed;
}

input[type=checkbox]:not(.uk-input):checked {
	background-color: #1e87f0;
}

input[type=checkbox]:not(.uk-input):disabled:checked {
	background-color: #cccccc;
}

input[type=checkbox]:not(.uk-input):after {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: 0px solid #fff;
	position:absolute;
	top: 0; left: 4px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;   
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);  
}

input[type=checkbox]:not(.uk-input):checked:after {
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);    
}

#btnSubmit ,
.commandbutton ,
.CommandButton {
	display: inline-block;
	min-width: 100px !important;
	min-height: 35px;
	color: #0080ff !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 1.5em !important;
	padding: 5px 10px !important;
	margin: 5px !important;
	border: 2px solid #1e87f0 !important;
	border-radius: 2px !important;
	background: #fff !important;
	cursor: pointer !important;
	box-sizing: border-box;
	box-shadow: none !important;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	outline: 0;
}

#btnSubmit:hover ,
.commandbutton:hover ,
.CommandButton:hover {
	color: #fff !important;
	background: #1e87f0 !important;
	outline: 0;
}

/********** OK & CONTINUE BTN **********/
[id$=_btnOk] ,
[id$=_btnSubmit] ,
.CommandButton[id$=_SendButton] ,
.CommandButton[href*=ctl03] ,
.CommandButton[href*=ctl11] ,
.CommandButton[href*=ctl70] ,
#RelatedNewsSaveButton ,
#ImageSaveOrderButton {
	color: #00a500 !important;
	border: 2px solid #00a500 !important;
	background: #fff !important;
	outline: 0;
}

[id$=_btnOk]:hover ,
[id$=_btnSubmit]:hover ,
.CommandButton[id$=_SendButton]:hover ,
.CommandButton[href*=ctl03]:hover , 
.CommandButton[href*=ctl11]:hover ,
.CommandButton[href*=ctl70]:hover , 
#RelatedNewsSaveButton:hover ,
#ImageSaveOrderButton:hover {
	color: #fff !important;
	background: #00a500 !important;
}

/********** CANCEL BTN *********/
[id$=_btnCancel] ,
.CommandButton[id$=_ClearButton] ,
.CommandButton[href*=ctl05] ,
.CommandButton[href*=ctl10] ,
.CommandButton[href*=ctl12] ,
.CommandButton[href*=ctl72] ,
.CommandButton[href*=ctl63] ,
.CommandButton[id*=cancelButton] ,
#RelatedNewsReturnButton ,
#ImageReturnButton {
	color: #ff7800 !important;
	border: 2px solid #ff7800 !important;
	background: #fff !important;
	outline: 0;
}

[id$=_btnCancel]:hover ,
.CommandButton[id$=_ClearButton]:hover ,
.CommandButton[href*=ctl05]:hover ,
.CommandButton[href*=ctl10]:hover ,
.CommandButton[href*=ctl12]:hover ,
.CommandButton[href*=ctl63]:hover ,
.CommandButton[href*=ctl72]:hover ,
.CommandButton[id*=cancelButton]:hover ,
#RelatedNewsReturnButton:hover ,
#ImageReturnButton:hover {
	color: #fff !important;
	background: #ff7800 !important;
}

/********** DELETE BTN **********/
[id$=_btnSubmitDel] ,
.CommandButton[onclick*=confirmDelete] {
    color: red !important;
    border: 2px solid red !important;
}

[id$=_btnSubmitDel]:hover ,
.CommandButton[onclick*=confirmDelete]:hover {
	color: #fff !important;
    background: red !important;
}

/* #NewsCategoryDropDownIcon ,
#RNewsCategoryDropDownIcon {
	width: 20px;
	height: 36px;
	padding-left: 20px;
	border: 1px solid #cacaca;
	border-radius: 5px 0 0 5px;
	background: #fff url(/RadControls/Combobox/Skins/VSNET/DropArrow.gif) no-repeat 5px / 12px;
	cursor: pointer;
	position: relative;
	left: 5px;
} */

/* #NewsCategoryDropDownIcon:hover {
  background-color: #cae4ff;
} */

.ui-datepicker-trigger {
	position: relative;
	left: 22px;
	cursor: pointer;
}

#NewsCategoryDropDownItems ,
#RNewsCategoryDropDownItems {
	min-width: 126px;
	padding: 5px;
	border: 1px solid #cacaca;
	border-radius: 0px 0px 5px 5px;
	z-index: 999;
}

input[type=file] {
	min-height: 30px;
	color: #1e87f0 !important;
	font: inherit !important;
	padding: 5px !important;
	border: 1px solid #1e87f0 !important;
	border-radius: 3px !important;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	cursor: pointer;
}

input[type=file]:after {
	content: "Choose file";
	width: 96px;
	height: calc(100% - 4px);
	color: #fff;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
	margin: 2px;
	background: #1e87f0;
	position: absolute;
	top: 0; right: 0;
}

[id*=EditTable] {
	margin-bottom: 20px !important;
}

.ui-accordion-header ,
td.releasenote input {
	font-family: IranSans, Tahoma;
}

.ui-accordion-header-icon {
	margin: 5px;
}

/********** module title edit icon **********/
[id$=paneheader] ~* .dp-module-title-text:before {
  content: "\f044";
  width: 11px;
  padding: 0 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  cursor: pointer;
}

[class^=icon-] *,
[class*=" icon-"] * {
  font-family: douran-font;
}

.sweet-alert.showSweetAlert,
.sweet-alert.showSweetAlert h2,
.sweet-alert .sa-button-container button {
	font-family: inherit;
}

.dp-cp-modules-box > h1 {
	color: #fc0;
	text-align: center;
	font-family: inherit;
	font-size: 16px;
}

.fa.fa-envelope ,
.uk-icon-envelope {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

/********** <<<<<<<<<< PORTAL UI <<<<<<<<<< **********/

#tagBody {background: none;}

/* ==============================================================a=l=a=v=i========
   portal-css: news - style
   ========================================================================== */
.DPNewsItemTitle span {margin: 0;font-weight: normal !important;}
.DPNewsWrap * {color: #999 !important;font: 12px IranSans !important;}
.NewTextStyle {font: 11px IranSans !important}

/********** PANES **********/
[type=pane] {
	max-width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}

[side-pane] {
    width: 280px;
}

[pane-pad] {
	padding-right: 7px !important;
	padding-left: 7px !important;
}

[id$=paneheader] {
	line-height: 24px;
	height: 25px;
	background-color: #efefef;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #dbd9d9;
	position: relative;
	z-index: 1;
}

[id$=paneheader] ~* [id^=divMinMax_]:first-of-type { margin: 0 !important }

@media (max-width: 768px) {
	.sliderpane [id^=divMinMax_]:first-of-type {
		min-height: auto !important;
		margin-top: 0 !important;
	}
}

.footerpane-box {
	padding-top: 20px;
	background: #012ba3;
	position: relative;
}

.footerpane-box [id^=divMinMax_] {
	color: #fff;
}

@media (max-width: 768px) {
	[type=pane] { display: block; width: 100%; }
	.res-menu { display:block !important; }
}

/* ==============================================================a=l=a=v=i========
   portal-css: header
   ========================================================================== */
.bg-header {background: url("image/Website-Pattern-04.jpg") repeat;}

/*................. background - detail....................*/
/********** HEADER ICONS **********/
.dp_header_icon ul {
	float: left;
	padding: 0;
	margin: 0;
}

.dp_header_icon ul li {
	display: inline-block;
	font-size: 0;
	padding: 0 2px;
	margin: 0;
	position: relative;
	vertical-align: top;
}

.style-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #0e2a7b !important;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0 0;
	box-sizing: border-box;
	border-radius: 100px;
	border: 1px solid transparent;
	vertical-align: top;
	justify-content: center;
}

.style-icon:hover {
	color: #0da9e0 !important;
	font-size: 24px;
	border-color: #0da9e0;
	overflow: hidden;
}

.style-icon i {
	vertical-align: top;
}

.dp-icons {
	margin-top: 10px !important;
}

/********** DATE **********/
.dp-date {
	clear: both;
	display: block;
	text-align: left;
	color: #015;
	padding: 5px 5px 5px 60px;
	margin: 0 auto;
}

/********** HEADER ICONS **********/
.header-alts {
	float: right;
}

.header-alts {
	float: left;
	margin-top: 5px;
}

.header-alt-icons {
	float: right;
	clear: both;
	list-style: none;
	padding: 5px;
	margin: 0;
}

.header-alt-icons li {
	display: inline-block;
	vertical-align: top;
}

.header-alt-icons li a {
	display: block;
	width: 36px;
	height: 36px;
	background: url(image/ar-sprites.png);
}

.header-alt-icons .ico-halt1 { background-position-x: -72px }
.header-alt-icons .ico-halt2 { background-position-x: -36px }
.header-alt-icons .ico-halt3 { background-position-x: 0px }
.header-alt-icons .ico-halt4 { background: url(image/emam_icon.jpg) }

.ico-irflag {
	width: 51px;
	height: 28px;
	margin: 4px 0;
	background: url(image/ar-sprites.png) -108px -0px;
}

/********** SEARCH **********/
.dp-search {
	float: right;
	font-size: 0;
	position: relative;
	padding: 5px 6px;
	margin: 14px 0;
}

.dp-search img#imgLoading {
	position: absolute;
	visibility: hidden;
	top: 7px;
	left: 32px;
	z-index: 1;
}

.dp-search #SearchLoading {
	position: absolute !important;;
}

.dp-search .headerSearchTextBox {
	display: inline-block;
	width: 130px;
	height: 32px;
	color: #0e2a7b !important;
	font-size: 12px;
	padding-right: 22px;
	margin: 0px;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0 none;
	background: none;
	position: relative;
	top: 0;
	right: 5px;
	-webkit-transition: .4s;
	transition: .4s;
}

.dp-search .headerSearchTextBox:focus {
	width: 200px;
	border-bottom: 1px solid #0da9e0;
}

.dp-search .headerSearchTextBox:focus ~ .search-ico ,
.dp-search .headerSearchTextBox:hover ~ .search-ico {
	color: #0e2a7b !important;
}

.dp-search .headerSearchTextBox.active {
	width: 200px;
	height: 32px;
	padding: 4px 34px;
	color: #ed1c24 !important;
	border: 1px solid #ed1c24;
	background: #fff;
	cursor: auto;
}

.search-ico {
	float: left;
	font-size: 17px;
	color: #7f7f7f;
	position: absolute;
	top: 12px;
	right: 15px;
}


.dp-search [id$=_HeaderSearch_SearchButton] {
	display: none;
}

.dp-search [id$=_HeaderSearch_SearchEditButton] {
	float: left
}

/*---------------sticky menu style----------------*/
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); } 
} 

#header-sticky.active nav ul.dp-navigation-menu {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}    
    
#header-sticky.active nav .res-menu{
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/********** NAVIGATION **********/
#header-sticky {
	border-bottom: 1px solid #00a4de;
	background: #011f74;
	position: relative;
	z-index: 200;
	opacity: .95;
}

#header-sticky.active {
	box-shadow: 0 0 40px rgba(34,34,34,.5);
}

#menu {
	float: left;
	width: calc(100% - 240px);
	padding-right: 40px;
	position: relative;
	z-index: 999;
}

/* ==============================================================a=l=a=v=i========
   portal-css: Structure - theme
   ========================================================================== */

.dp_DefaultLayoutdiv,
.dp_defaultLayoutdiv { direction: rtl;margin: 0 auto}

.dp_AlternateLayoutDiv,
.dp_alternateLayoutDiv {width: 100%;margin: 0;padding: 0;border-collapse: collapse}

.dp_DefaultLayoutTable,
.dp_defaultLayoutTable {background: transparent;margin: 0 auto;width: 100%}

.dp_alternateLayoutTable,
.dp_AlternateLayoutTable { display: block; width: 100%; margin: 0 auto; }

.dp_alternatePortalHeader,
.dp_AlternatePortalHeader { width: 1024px; margin: 0 auto; }

.dp_DefaultPortalHeader,
.dp_defaultPortalHeader { width: 100%; margin: 0; padding: 0; border-collapse: collapse; }

.dp_DefaultPortalFooter,
.dp_defaultPortalFooter {width: 100%;color: #fff;background: #01356a;position: relative;z-index: 1;}

.dp_alternateLayoutTable > tbody , .dp_alternateLayoutTable > tbody > tr ,
.dp_alternateLayoutTable > tbody > tr > td , .dp_AlternateLayoutTable > tbody ,
.dp_AlternateLayoutTable > tbody > tr , .dp_AlternateLayoutTable > tbody > tr > td {
	display: block; width: 100%; padding: 0; margin: 0 auto;
}

.dp-top-header {
	background: none;
	position: relative;
	z-index: 200;
}

.dp_alternatePortalFooter,
.dp_AlternatePortalFooter {
	width:1024px;
	margin: 0 auto;
	background: #015;
}

.dp_DefaultLayoutTableModule,
.dp_defaultLayoutTableModule { padding: 15px; max-width: 1024px !important;  margin: 25px auto 5px auto;  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}

.dp_alternateLayoutTableModule,
.dp_AlternateLayoutTableModule {width: 100%; padding: 15px; border-right: solid 1px #8f9092; border-left: solid 1px #8f9092; background: #DDD;}

.margin-top {margin: 8px auto;}

/* ==============================================================a=l=a=v=i========
   portal-css: admin Control Panel
   ========================================================================== */
.ControlPanel { border: 1px solid}
.ControlPanel * {}
.ControlPanel #Table2 > tbody > tr > td.SubHead {background: url("image/Website-Pattern-04.jpg") repeat; padding: 5px;}
.ControlPanel {border: #aDaDaD solid;border-width: 0 0 2px }
.ControlPanel img {margin: 10px}
.ControlPanel td td td td img {margin: 0}
.ControlPanel td td td {width: auto}
.ControlPanel div {width: 3px;font: normal 11px IranSans;}
.ControlPanel td.SubHead {background: url("image/Website-Pattern-04.jpg") repeat;font: bold 12px tahoma;color: #fff;}
.ControlPanel td.subhead {background: url("image/Website-Pattern-04.jpg") repeat;font: bold 12px tahoma;color: #fff;}
.ControlPanel td td .SubHead {background: transparent;border: 0;font: normal 11px IranSans;color: #333;}
/* .ControlPanel td td td input {color: #000;padding-left: 4px;font: normal 11px IranSans;border-radius: 5px;} */
.ControlPanel td td td select {color: #333;cursor: pointer;border-radius: 5px;}

/* .ControlPanel td td td input[type="submit"]
{background: #F8950F;border: 1px solid #006e74;color: #000;display: inline-block;font: 8pt IranSans; margin: 3px 5px;padding: 1px 5px;text-align: center;text-decoration: none}
*/
.Head {color: #404040;letter-spacing: 0}
.SubHead {color: #404040; font:800 12px IranSans, regular}
.SubSubHead {font-weight: bold;font: 11px Tahoma;color: #000;}
.TitleHead {  color: #fff;  font:  18px IranSans, regular;  line-height: 32px;  padding-right: 8px !important;  vertical-align: top;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;}

.CommandButton,
a.CommandButton
{  background-color: #74C2E1;  border: medium none;color: #000000;display: inline-block;font: 8pt IranSans; margin: 3px 5px;padding: 1px 5px;text-align: center;text-decoration: none; border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);}

.CommandButton,
a.CommandButton :hover {background-color:#336699; color: #ffffff; cursor: pointer; }
/* ==============================================================a=l=a=v=i========
   portal-css: footer
   ========================================================================== */

/*................. background ....................*/
.bg-footer {height: 65px;
	background: rgba(51,102,153,1);
	background: -moz-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(66,116,166,1) 12%, rgba(80,123,165,1) 24%, rgba(79,121,163,1) 36%, rgba(68,113,158,1) 48%, rgba(62,110,157,1) 61%, rgba(59,107,156,1) 74%, rgba(56,105,155,1) 87%, rgba(53,103,152,1) 100%);
	background: -webkit-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(66,116,166,1) 12%, rgba(80,123,165,1) 24%, rgba(79,121,163,1) 36%, rgba(68,113,158,1) 48%, rgba(62,110,157,1) 61%, rgba(59,107,156,1) 74%, rgba(56,105,155,1) 87%, rgba(53,103,152,1) 100%);
	background: -o-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(66,116,166,1) 12%, rgba(80,123,165,1) 24%, rgba(79,121,163,1) 36%, rgba(68,113,158,1) 48%, rgba(62,110,157,1) 61%, rgba(59,107,156,1) 74%, rgba(56,105,155,1) 87%, rgba(53,103,152,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(66,116,166,1) 12%, rgba(80,123,165,1) 24%, rgba(79,121,163,1) 36%, rgba(68,113,158,1) 48%, rgba(62,110,157,1) 61%, rgba(59,107,156,1) 74%, rgba(56,105,155,1) 87%, rgba(53,103,152,1) 100%);
	background: linear-gradient(to bottom, rgba(51,102,153,1) 0%, rgba(66,116,166,1) 12%, rgba(80,123,165,1) 24%, rgba(79,121,163,1) 36%, rgba(68,113,158,1) 48%, rgba(62,110,157,1) 61%, rgba(59,107,156,1) 74%, rgba(56,105,155,1) 87%, rgba(53,103,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#356798', GradientType=0 );
}

.footer-content {
	position: relative;
	z-index: 2;
}

.dp-footer-container {
}

.dp-footer-nav {
	height: 30px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

.dp-footer-nav table,
.dp-footer-nav tbody,
.dp-footer-nav tr { display: block }
.dp-footer-nav td { display: inline-block }

.dp-footer-nav a {
	display: block;
	color: #fff;
	line-height: 2em;
	padding: 0 10px;
	margin: 5px;
	border-radius: 30px;
	text-decoration: none;
	transition: .5s;
	-webkit-transition: .5s;
}

.dp-footer-nav a:hover {
	color: #fff;
	background: #f61c1c;
}

.dp-copyright-text {
	text-align: left;
	font-size: 13px;
}


.footer-hr {
	margin: 8px 0 
}

/*................. detail ....................*/
.dp-footerlink {color: #fff;text-align: left;text-decoration: none;}
.dp-footerlink table,
.dp-footerlink tbody,
.dp-footerlink tr { display: block; }
.dp-footerlink td { display: inline-block; }
.dp-footerlink a:visited,
.dp-footerlink a:link,
.dp-footerlink a:active{display: block;color: #fff;text-decoration: none;padding: 5px 10px;box-shadow: inset 0 30px transparent;transition: .5s;-webkit-transition: .5s;}
.dp-footerlink a:hover {color: #fff; text-decoration: none; border-radius: 3px; box-shadow: inset 0 -30px #f00;}
.dp-footertext {color: #fff;line-height: 2em;}
.dp-footertext p {text-align: center;margin: 5px;}

/*........................icons........................*/
.dp_footer_icon { height: 35px;  width: 100%;}
.dp_footer_icon ul {  content: "";  display: inline-block;  height: 35px; padding: 0; width:220px;}
.dp_footer_icon ul li {  /*border-left: 1px solid #737373;*/  display: block;  float: left;margin: 5px 0; padding: 0 5px;}

.Bloger {background: url("image/Bloger.png") no-repeat center;}
.facebook {background: url("image/facebook.png") no-repeat center;}
.googleplus {background: url("image/googleplus.png") no-repeat center;}
.linkdin {background: url("image/linkdin.png") no-repeat center;}
.towitter {background: url("image/towitter.png") no-repeat center;}
.yahoo {background: url("image/yahoo.png") no-repeat center;}

/* ==============================================================a=l=a=v=i========
   portal-css: admin - menu
   ========================================================================== */
.top-admin-menu {background-color: #0B486B;}

.SiteLink {  direction: rtl; color: #fff;  display: block;  padding: 4px;  position: relative;  z-index: 10;  }
.SiteLink a {color: #fff; padding: 0 5px; border-left: 1px solid #000; font:normal 13px IranSans; }
.SiteLink a:hover {color: #336699;}

/* ==============================================================a=l=a=v=i========
   portal-css:
   ========================================================================== */
input[type=text].NormalTextBox,
.NormalTextBox input[type=text],
.NormalTextBox { min-height: 25px; text-align: right;}
input.NormalTextBox, .Normal input, .Normal select, select.NormalTextBox, .NormalTextBox input[type="text"] {
	border-radius: 4px;
	color: #555;
	font-weight: 400;
	margin: 2px 0;
	padding: 0 5px;
	border: 1px solid #bfbdbd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

select.NormalTextBox {padding: 3px 5px !important}
.NormalTextBox {color: #000;}
.NormalTextBox:focus {-moz-box-shadow: 0 0 3px #729CE0;-webkit-box-shadow: 0 0 3px #729CE0;box-shadow: 0 0 3px #729CE0;}
.NormalRed {color: #fc0;font: bold 11px regular;}
.NormalBold { font-weight: bold; }
.NormalItalic { font-style: italic; }
#EditTable .NormalTextBox {font-family: inherit;}

.CommandButton:hover,
a.CommandButton:hover {background-color: #74C2E1; color: #000;}

.Calendar {text-decoration: none;font: bold 10px Tahoma;}
.SubModule {background: #CCC;font-weight: bold;line-height: 20px;padding:0 5px;}
.SubSubModule {background: #DDD;color: #000}

div.edmenuback 
{background: #ccc; border:1px solid #929292; width: 100%}
td.edmenuStyle {width: 75px;padding-top: 2px;padding-left: 2px;text-align: right}
td.edmenuHTML {text-align: right;width: 35px}

.MessageTitle {font: normal 11px regular;color: darkblue}
.Messageauthor {font: normal 11px regular;color: darkgray}
.MessageBody{font: normal 11px regular;color: black}
.SurveyQuestion {color: darkred}
.SurveyPanel {color: silver;background: silver}
.SurveyOption {color: black}
.SurveyButton {color: darkred;font-weight: bold}
.bc_Row {padding-left: 57px;border-bottom: solid 2px Black;background: #fc0}
.bc_Text {font-size: 10px}
.bc_Link, .bc_Link:link, .bc_Link:visited {padding-left: 8px;font-size: 10px;text-decoration: none;color: #fff}
.bc_Link:hover {text-decoration: underline;color: #EC872C}
.FilterButton 
{border: black thin solid;padding: 2px 3px;font: 11px Tahoma;background: #999;overflow: visible;color: white;line-height: 12px;text-align: center;}
a.FilterButton {color: white}
a.FilterButton:hover {color: white}
.alternateRow {background: #EEE}
.Message {background: #fc0}
.ItemDate, .ItemTitle {font: bold 11px Tahoma;color: #000; }
.dp_Gallery_alternative_ItemTitle , 
.dp_Gallery_alternative_ItemValue{font-weight: bold;background-color: #D7E7F2}
.dp_Gallery_Item_Image {border: thin;}
.dp_Gallery_Item_Title {color: black;background: #83B7DE;text-align: center}
.dp_Gallery_Item_ItemTitle {font-weight: bold;background: #cadfee}
.dp_Gallery_Item_ItemValue {background: #CaDFEE}
.GridItemStyle {background: #F0F0F0}
.GridHeaderStyle {font-weight: bold;background: url(gridHeader_bg.gif);height: 20px;}
.GridalternatingStyle {background: #F4F8FD;color: #325190 }
.GridalternatingStyle a {color: #325190}
.GridStyle {border:1px solid #EaE9E1; width: 100%}
.Category_treeView_Class {border: darkgray thin solid;vertical-align: top}
.Category_LoadModule_Class {border: darkgray thin solid;vertical-align: top}
.eForm_ControlSelector { direction: ltr;width: 400px}
.eForm_ControlToolBar 
{width: 100px;height: 100%;direction: ltr;vertical-align: top;border-left: #7c7c94 1px solid; border-right: #7c7c94 1px solid}
.eForm_ControlProperties { background: #f1f1f1;vertical-align: top;padding: 0;margin: 0;height: 0}
.eForm_FormToolBar 
{vertical-align: top;height: 100%;width: 15%;min-width: 220px;border-left: #7c7c94 1px solid;border-right: #7c7c94 1px solid; white-space: nowrap}
.eForm_ControlContainer {background: #d1d1d1;vertical-align: top;height: 100%}
.eForm_Edit {width: 100%;height: 100%;border: solid 0 black}
.eForm_DesignerContainer {width: 100%;height: 100%;border: solid 0 black;vertical-align: top;white-space: nowrap}
.eForm_Edit_Links_Left {text-align: left}
.eForm_Edit_Links_Right {text-align: right}
.eForm_Edit_Links {width: 100%;background-color: #e8e8e8}
.eForm_Grid_addButton {float: right}
.ItemDate {font-weight: normal}
.dp_Directorytree {font: 11px Tahoma;}
.MenuCSS-MenuContainer {border-style: none;height: 24px;background: #6B6B6B}
.MenuCSS-MenuBar {border-style: none;height: 24px}
.MenuCSS-MenuItem {border-style: none;height: 24px;color: #FFF}
.MenuCSS-MenuIcon {border-style: none;height: 24px;background-color: #C0C0C0}
.MenuCSS-SubMenu {border-style: none;height: 24px;background-color: #6B6B6B}
.MenuCSS-MenuBreak {border-style: none; height: 24px;background-color: white}
.MenuCSS-MenuItemSel {border-style: none;height: 24px;color: black;background-color: #CCC}
.MenuCSS-Menuarrow {border-style: none;height: 24px}
.MenuCSS-MenuScroll {border-style: none; height: 24px}
.MenuCSS-RootMenuarrow {border-style: none;height: 24px }
.dp_Message_Error {color: Red }
.dp_Message_Confirm {color: Black;font-weight: bold}
.dp_Message_Success {color: Green}
.dp_Message_Normal { color: Black }
.MainMenu_MenuContainer {background: transparent}
.MainMenu_MenuBar {cursor: hand;height: 16px;background: transparent}
.MainMenu_MenuItem ,
.MainMenu_MenuIcon{border: 1px solid #cccccc; font: bold normal 9pt Tahoma;background:transparent;cursor:hand;color: black;}
.MainMenu_SubMenu {z-index: 1000;cursor: hand;background-color: #ccc}
.MainMenu_MenuBreak {height: 1px}
.MainMenu_MenuItemSel {font: 9pt Tahoma;cursor: hand;color: black;background: #aaa}
.MainMenu_Menuarrow {border-right: #ccc 1px solid;border-top: #ccc 0 solid; font: 10pt webdings;cursor: hand;border-bottom: #ccc 1px solid;}
.MainMenu_RootMenuarrow {font: 10pt webdings;cursor: hand;}
.treeView,
.TreeView {direction:rtl !important}
.TabStripTopGroup {z-index: 99;position: relative}
.TabStripDefaultTab {color: black;font: normal  9px regular;cursor: default}
.TabStripDefaultTabHover {color: black;font: normal  9px regular;cursor: default}
.TabStripSelectedTab {color: black;font: normal  9px regular;cursor: default}
.TabStripMultiPage 
{background: White; border: 1px solid #919B9C;width: 650px;height: 250px;position: relative;top: -3px; left: 1px;z-index: 98;padding: 12px}
.availableFieldsCssClass {background-color: #E0EEFF;font: normal  11px regular;color: Blue;direction: ltr}
.SelectedFieldsCssClass { background-color: #E0EEFF;font: normal  11px regular;color: #00F;direction: ltr}
.lnkCssClass {text-transform: uppercase;color: #2F517F}
.lnkCssClass:active {text-transform: uppercase;color: #09F}
.lnkCssClass:visited {text-transform: uppercase;color: #2F517F}
.lnkCssClass {text-transform: uppercase;color: #2F517F}
.lnkCssClass:hover {text-transform: uppercase;color: #09F}
.ComarttrvRelationsCssClass { background: #FFF; padding: 4px 0 0 1px; cursor: default}
.ComarttrvRelationsHoverNodeCssClass, 
.ComarttrvRelationsNodeCssClass, 
.comarttrvRelationsSelectedNodeCssClass{font: 11px tahoma ;padding: 2px 3px 1px;cursor: hand;background: #d7e9ff}

#ctl01_Banner_ctl00 {display: none;}
#NewsContentLayout {
    border-collapse:  collapse;
}
#NewsContent table tr td {padding: 0;}
.MarqueeFont14601 {font: normal  14px IranSans; display: table-cell; padding-right: 40px;}
#tabel1 {  margin: 20px auto;  width: 500px !important;  }
#tabel1 ~ p {  margin: 0 auto;  width: 500px !important;  }

#lblDate span {color: #083453}
.Error {font: bold 11px Tahoma, Helvetica, sans-serif;color: red;}
.HeadBg {background-color: #fff}

/* ==============================================================a=l=a=v=i========
   portal-css: custom - css
   ========================================================================== */
#Table2 tr td {padding: 5px 0;}
#Table6 {padding: 5px 0;}

.contentpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.leftpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.rightpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.toppane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.toprightpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.topleftpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
/*................. slider ....................*/
/*
.slider-style {border-radius: 15px; overflow: hidden; border-left: 2px solid #336699; border-right: 2px solid #336699; margin:7px 0; }*/

/*-----------SLIDER STYLE------------*/
#sliderpack {
	margin-top: 0;
	margin-bottom: 0;
	height:100% !important;
	position: relative;
}

#sliderpack:after {
/* 	content: '';
	width: 100%;
	height: 80px;
	background: url(image/slider-curve.png) top center;
	position: absolute;
	bottom: -2px;
	right: 0; */
}

/* @media (max-width: 768px) { #sliderpack:after { display: none }} */

#sliderpack iframe {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
}

/* ==============================================================a=l=a=v=i========
   portal-css: slickNav - css
   ========================================================================== */
.slicknav_menu {display:none;}

@media only screen and (max-width: 768px) {
	#navigation-style {display:none !important;}
	.slicknav_menu {display:block;}
}

.slicknav_btn {background-color: #d31002 !important;margin: 5px !important;}
.slicknav_nav a {color: red !important;}
.slicknav_nav a:hover , .slicknav_nav a:hover span { color: #fff !important; background-color: #006d5c !important;}
.slicknav_menu { background-color: transparent !important; }
.slicknav_nav {background: transparent !important;}
.slicknav_arrow { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

/* ==============================================================a=l=a=v=i========
   portal-css: registeration-form-style-custom
   ========================================================================== */

.register-uk-container {padding: 0 15px;}
.register-padding-top {padding-top: 15px;}
.register-style.custom-bg {background-color: #ffffff;}

.register-style h3,
.register-style label,
.register-style dt,
.register-style button {color: #888;}

.register-style label {color: #666;}

.register-style input,
.register-style textarea,
.register-style select {background-color: #f5f5f5 !important;  border: 1px solid #ddd !important; border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);
	-moz-box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);
	box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);}

.register-style textarea {color: #AAA;}
.register-style select {color: #444;}

.register-style input:focus,
.register-style textarea:focus {background-color: #fff !important; border: 1px solid #AAA !important; color: #444;
	-webkit-box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);
	-moz-box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);
	box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);}

.register-style .uk-form-row .custom-margin {margin: 4px 40px 4px 0;}

.register-style .register-accordion-title {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;}

.register-style .register-accordion-title.uk-active,
.register-style .register-accordion-title:hover {border: 1px solid #444; background-color: #444; color: #fff;}

.register-style .uk-alert ul {padding-left: 30px;}
.register-style .uk-alert ul li {position: relative; margin-top: 5px; padding-top: 5px;}
.register-style span.custom-font-style {color: #666; padding: 0 25px; margin: 0;}
.register-style i.alert-icon {position: absolute; right: 0; top: 30%;}

.register-style .uk-form-row .custom-pos {position: relative; padding:  4px 35px 4px 0;}

.register-style .uk-form-row span.userpro-field-icon {background-color: #f5f5f5;  border: 1px solid transparent;  border-radius: 999px;  color: #999999;  cursor: default;  font-size: 18px;  height: 32px;  right: 25px;  line-height: 32px;  position: absolute;  text-align: center;  top: 0;  width: 32px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;}

.register-style .uk-form-row span.userpro-field-icon:hover {background-color: #444; color: #fff;}
.register-style .uk-form-row span.userpro-field-icon-hover {background-color: #444; color: #fff;}
.register-style .uk-form-row span.userpro-field-icon-green {background-color: #03A678; color: #fff;}
.register-style .uk-button-success {background-color: #03A678; color: #fff; margin: 0;}
.register-style .uk-button-danger {color: #fff;}
.register-style .uk-form-horizontal .uk-form-label {width: 100%; font-weight: normal;}
.register-style .uk-form-row .register-important {border-left: 2px solid #e4354f !important;}
.register-style .uk-form-row .register-position {position: relative;}
.register-style .uk-form-row span.info {display: inline-block;  height: 15px;  position: absolute;  left: 10px;  top: 8px;  width: 15px;}
.register-style .uk-form-row span.info::before {background-color: #666;  border-radius: 50%;  color: #fff;  content: attr(data-label);  cursor: help; font-size: 12px;  position: absolute;  text-align: center; height:15px; width: 15px;}
/*.register-style .password-checker {background-color: #fafafa; border: 1px solid #cccccc; border-radius: 3px; margin: 6px 0 0; padding: 5px; position: relative; right: 0;width: 96%; z-index: 100;}*/
.register-style .uk-form-file button.register-button-upload {color: #8c8c8c;}
.register-style .uk-form-row .pic-profile {border: 1px solid #eee;  border-radius: 5px;}


.capture-code-style img {width: 180px; height: 80px; background-color: #ccc; display: block; border-radius: 4px; border: 1px solid #666666 !important;
	-webkit-box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);
	-moz-box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);
	box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);}
.capture-code-style .insert-code-style {height: 26px;  margin: 3px 2px 0 0;  width: 75%; border: 1px solid #aaa !important;}
.captcha-padding-bottom { padding-bottom: 35px;}
.pic-profile {
	width: 64px;
	height: 64px;
}
.captcha-refresh-btn { width: 22%; border:1px solid #aaa !important; margin:4px 0 0 0 !important;}
.register-custom-btn {}
.custom-icon-position {font-size: 20px !important; left: -30px; position: absolute; top: 5px;}
.times-style {color: red;  }
.check-style {color: green; }
.loading-style {}

@media screen and  (max-width: 480px) {
	.register-style .uk-form-row span.userpro-field-icon {
		margin:-9px 0;
	}
}
/*--------end--------------register-style----------------------------*/
/*---------- setting buttons styles  -----------------*/
.dp-modules-settings {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.dp-module-title-btn {
	display: inline-block;
	width:40px;
	height:30px;
	color:#666 !important;
	text-align:center;
	padding: 5px;
	margin: 2px 0;
	border-radius: 4px;
	border:solid 1px rgba(0, 0, 0, 0.06);
	box-sizing:border-box;
	background:#f5f5f5;
	box-shadow:0 1px 0 #fff;
	position: relative;
}

.dp-module-title .dp-module-title-btn.ui-sortable-handle {
	float: none !important;
	padding-top: 8px;
}

.dp-module-title-btn.uk-open + .dp-modules-title-st-list {
	display: block !important
}

.sortable-placeholder {
	cursor:grab;
}

.dp-modules-title-st-btn {}

.dp-modules-title-st {
	display:inline-block;
}

.dp-modules-title-st-list {
	display: none;
	text-align: right;
	font: 13px Tahoma;
	width: 150px;
	background-color:#fff;
	box-shadow: 0 1px 3px 0 #333;
	position: absolute;
	top:30px;
	right: 0;
	z-index:99;
}

.dp-modules-title-st-list a {
	display: block;
	color: #666 !important;
	padding: 10px 15px !important;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.dp-modules-title-st-list i {
	display: inline-block;
	width: 21px;
	font-size: 16px;
	vertical-align: middle;
}

.dp-modules-title-st-list a:hover {
	color: #fff !important;
	border-right: 4px solid #fc0;
	background-color: #1C2529;
}
/********** ADD MODULE ON PANE **********/
#mdl-modal .uk-modal-close:after {
	margin: 5px;
	font-size: 20px;
	font-weight: 100;
	font-family: 'Font Awesome 5 Pro', FontAwesome;
}

.add-mdl-opt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.add-mdl-opt > * {
	margin: 5px;
}

.add-mdl-opt > :last-child {
	margin-right: auto;
}

#mdl-modal select,
#mdl-modal input[type=text] {
	height: 30px;
	border-radius: 0;
}

#mdl-modal select {
	padding: 0 10px 0 20px;
	box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg fill='%23bbb' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0l5,4.5L10,0V1.5L5,6,0,1.5V0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 5px 50%;
	background-size: 10px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

#mdl-modal select:focus {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23f90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0l5,4.5L10,0V1.5L5,6,0,1.5V0Z'/%3E%3C/svg%3E");
}

#mdl-modal input:focus,
#mdl-modal select:focus {
	border-color: #fc0
}

#mdl-modal .uk-button {
	border-radius: 0;
}

.mdl-loading {
	display: none;
	color: #9400e6;
	font-size: 16px;
    padding: 0 10px;
}

.mdl-loading i {
	padding: 0 5px;
	font-size: 160%;
	vertical-align: middle;
}

.added-mdls {
	list-style: none;
	padding: 0;
	margin: 0;
}

.added-mdls .uk-panel-box {
	padding: 10px;
	margin: 10px 0;
	border-radius: 0;
}

.added-mdls li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.added-mdls li > * {
	margin: 0 5px;
}

#mdl-modal .mdl-lst-msg:not(:empty) {
	font-size: 14px;
	padding: 4px 8px;
	border: 1px solid rgba(0,0,0,.2);
	background: rgba(0,0,0,.3);
}

#mdl-modal .mdl-del-btn,
#mdl-modal .mdl-dup-btn {
	color: #fff !important;
	padding: 2px 5px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.2);
	background: #009dd8;
}

#mdl-modal .mdl-del-btn {
	background: #ee465a;
}

#mdl-modal .mdl-dup-btn {
	margin-right: auto;
	background: #009dd8;
}

.add-module-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.add-module-list li {
	display: flex;
	flex-direction: column;
	vertical-align: top;
	transition: .5s;
}

.add-module-list li:not(.active) {
	opacity: .3;
	order: 1;
	outline: 0;
}

.add-module-list li a {
	flex: 1;
	display: flex;
	align-items: center;
	width: 250px;
	color: #222d32;
	padding: 5px;
	margin: 5px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	position: relative;
}

.add-module-list li a.clicked {
	box-shadow: 0 0 0 1px #999;
	-webkit-animation: shadow-up .5s;
	animation: shadow-up .5s;
}

@keyframes shadow-up {
	100% {
		box-shadow: 0 -100px 0 -10px transparent;
	}
}

.add-module-list li a span {
	display: block;
	font-size: 8px;
	line-height: 1.5em;
	position: absolute;
	bottom: 0; left: 3px;
    opacity: 1;
}

.add-module-list li a:hover:after {
	content: '\f067';
	font: 20px 'Font Awesome 5 Pro', FontAwesome;
	position: absolute;
	top: 50%; left: 10px;
	transform: translateY(-50%);
}

.add-module-list li a:hover {
	border-color: #ffca08;
	background: #ffca08;
}

.add-module-list li a i:before {
	display: inline-block;
	width: 40px;
	font-size: 30px;
}

.add-module-list li a p {
	margin: 0;
	word-break: break-word;
}

.add-module-btn {
	display: inline-block;
	color: #374850 !important;
	text-align: center;
	font-size: 16px;
	padding: 2px 4px;
	margin: 2px 5px;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
}

.add-module-btn:hover {
	background: #fff;
	box-shadow: 0 0 0 1px #a1acc5;
}

#mdl-modal > .uk-modal-dialog:before {
	/* content: ''; */
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0; right: 0; 
	z-index: 10;
}

#mdl-modal > .uk-modal-dialog:after {
	/* content: '\f1ce'; */
	font: 22px 'Font Awesome 5 Pro';
	position: absolute;
	top: 10%;
}
/*******************************************************************/
















/********** THEME STYLE - DOURAN GROUP - by Mohammad Shabani **********/
body { direction: rtl !important; }
body,div,p,span,a,h1,h2,h3,h4,h5,h6,button,input,textarea,
select,option,label,table,tbody,th,tr,td { font-family: IranSans, Tahoma; }

.transall, .transall:before, .transall:after ,
.transall *, .transall *:before, .transall *:after ,
.trans, .transudo, .transudo:before, .transudo:after {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

* {outline: 0 none}
td img[src] {min-width: 10px;}
.ws_shadow { display: none }
tr td { white-space: normal !important }
.ImportanceRadioButtons { display: block }
[id$=_galleryItemsPlace] { overflow: hidden }
img, video, table, marquee {max-width: 100%;}
#dp-cp-right-canvas { z-index: 990 !important }
.ComArtTrvRelationsCssClass img { min-width: 20px }
*, *:before, *:after {/* outline: 1px solid pink !important; */}
#eFormDependenciesRadTree input { display: inline-block !important }

.mod-calss { font-family: tahoma }
[id*=divHtmlHolder] { clear: both }
[id^=divMinMax_]:empty { display: none }
[id^=divMinMax_] {margin-bottom: 20px;}
[id^=divMinMax_] [id^=divMinMax_] { margin: 0 }
[id^=divMinMax_]:before { content: ''; display: table-cell }
[id^=divMinMax_]:after { content: ''; display: table; clear: both }
[id^=divMinMax_]:before, [id^=divMinMax_]:after, [id^=divMinMax_]:empty
{ border-collapse: collapse !important; border-spacing: 0 !important }
#divMinMax_16100 {margin-top: -65px;text-align: center;}

.uk-clearfix:before,
.uk-clearfix:after,
.uk-container:before,
.uk-container:after {
	display: table !important;
	border-spacing: 0;
}

::-moz-selection { background: #f00 !important; color: #fff !important }
::selection { background: #f00 !important; color: #fff !important }

/********** SCROLLBAR **********/
::-webkit-scrollbar-track { background: #ccc }
::-webkit-scrollbar { width: 8px; height: 8px; background: #ccc; }
::-webkit-scrollbar-thumb { border-radius: 5px; 
/*background: #f00*/ 
}
:root, * { scrollbar-width: thin; scrollbar-color: #f00 #ccc; }

/********** HEADER **********/
.year-slogan {
    padding: 0;
    margin: 0 5px 40px;
}

.site-logo {
	float: right;
	width: 240px;
	background: #fff;
	position: relative;
	top: -72px;
	right: -7px;
	z-index: 300;
}

.site-logo:before {
	content: '';
	width: 130px;
	height: 130px;
	background: #00a4de;
	position: absolute;
	top: 0;
	left: -14px;
	z-index: 201;
	-webkit-transform: skewX(37deg);
	transform: skewX(37deg);
}

.site-logo:after {
	content: '';
	width: 120px;
	height: 58px;
	background: #00a4de;
	position: absolute;
	top: 72px;
	right: 18px;
	z-index: 201;
	-webkit-transform: skewX(-37deg);
	transform: skewX(-37deg);
}

.company-name {
	position: absolute;
	top: -9999px;
}

.portal-image {
    display: block;
    width: 130px;
    background: #fff;
    position: absolute;
    top: 16px;
    right: 50%;
    z-index: 300;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.portal-image:before {
	content: '';
	width: 130px;
	height: 130px;
	background: #fff;
	position: absolute;
	top: -16px;
	left: -65px;
	transform: skewX(35deg);
	z-index: -1;
}

.portal-image:after {
	content: '';
	width: 130px;
	height: 130px;
	background: #fff;
	position: absolute;
	top: -16px;
	right: -60px;
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
	z-index: -1;
}

.portal-image img {
	display: block;
	max-width: 100%;
	margin: 5px 0;
	-webkit-transition: .5s;
	transition: .5s;
}


@media (min-width: 581px) {
    #header-sticky.active .portal-image img {
		margin: 62px auto 0;
		max-height: 44px;
	}
}

.dp_header_icon {
	float: left;
	width: calc(100% - 296px);
	/* min-width: 340px; */
	box-sizing: border-box;
}

.contact-lnk {
	float: right;
	height: 71px;
	color: #0e2a7b !important;
	padding: 27px 5px 18px 18px;
	box-sizing: border-box;
	background: #0da9e0;
	-webkit-transform: skewX(37deg);
	transform: skewX(37deg);
}

.contact-lnk:hover {
	color: #fff !important;
}

.contact-lnk > * {
	display: inline-block;
	-webkit-transform: skewX(-37deg);
	transform: skewX(-37deg);
}

.contact-lnk i {
	font-size: 20px;
	padding: 0 10px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

#lang-switch {
	float: right;
	width: 30px;
	padding-top: 12px;
	box-sizing: border-box;
}

#lang-switch a {
	color: #fff;
	margin-right:-30px;
}

#lang-switch a:hover {
	text-decoration: underline !important
}

#body-panes {
	background: #fff;
	background: url(image/panes-bg.png), url(image/body-bottom-bg.png);
	background-position: top center, bottom center;
	background-repeat: repeat-x;
}

/********** PAGE ZOOM **********/
#pg-zoom {
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	border-left: 0;
	border-radius: 20px;
	padding: 2px;
	background: #0e2a7b;
	position: fixed;
	top: 50%; left: 10px;
	z-index: 400;
	box-shadow: 0 0 30px rgba(0,0,0,.15);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#pg-zoom .zoom-ico {
	display: block;
	color: #fff;
	padding: 5px;
}

#pg-zoom .zoom-ico:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#zoom-box a {
	display: block;
	width: 18px;
	height: 24px;
	color: #fff;
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	background: url(image/ar-sprites.png) -159px -0px;
	-webkit-transition: .5s;
	transition: .5s;
}

#zoom-box a:hover {
	-webkit-filter: sepia(1) brightness(10);
	filter: sepia(1) brightness(10);
}

#zoom-box .pgz-ref { background-position-x: -177px }
#zoom-box .pgz-min { background-position-x: -195px }
#zoom-box .font-zoom-in { background-position-x: -213px }
#zoom-box .font-zoom-out { background-position-x: -231px }

#zoom-box a:last-child { border: 0 }

#pg-zoom a.dis {
	opacity: .5;
	cursor: default;
}

#pg-zoom a:not(.dis):hover i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#pg-zoom .zoom-txt {
	display: block;
	text-align: center;
	font-size: 10px;
}

/********** MAIN NAV **********/
#main-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main-nav > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main-nav > ul > li:hover {
   z-index:1;
}
#main-nav ul ul li {
	display: block;
	position: relative;
}

#main-nav ul li a {
	display: block;
	color: #fff;
	padding: 10px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

#main-nav ul ul {
	min-width: 200px;
	border: 1px solid #0e2a7b;
	border-radius: 4px;
	position: absolute;
	top: 100%; right: 0;
	-weblit-transition: .5s;
	transition: .5s;
}

#main-nav ul ul ul {
	top: 0; right: 100%;
}


#main-nav ul ul li a {
	color: #0e2a7b;
	padding: 5px 10px;
}

#main-nav > ul >  li:hover > a {
	box-shadow: inset 0 -3px #f00;
}

#main-nav ul ul li a:hover {
	color: #f00;
	text-indent: 5px;
}

#main-nav .nav-sub {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border: 1px solid #0e2a7b;
	pointer-events: none;
	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s, transform 0s .5s;
	transition: all .5s, transform 0s .5s;
}

#main-nav .nav-parent:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-animation: navslide .5s;
	animation: navslide .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#main-nav .nav-parent > a {
	padding-left: 15px;
}

#main-nav .nav-parent > a:after {
	content: "\f107"; /* arrow bottom */
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 5px;
}

#main-nav ul ul .nav-parent > a:after {
	content: "\f104"; /* arrow left */
	/* content: "\f105"; arrow right */
}

@-webkit-keyframes navslide {
	0% { -webkit-transform: translateY(-5px); opacity: 0 }
	to { -webkit-transform: translateY(0); opacity: 1 }
}

@keyframes navslide {
	0% { transform: translateY(-5px); opacity: 0 }
	to { transform: translateY(0); opacity: 1 }
}

/********* RESPONSIVE NAV **********/
.uk-offcanvas-page {
	position: static !important;
}

.menu-btn {
	float: left;
	color: #fff !important;
	font-size: 18px;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 4px;
	background: #00a4de;
}

.menu-btn i {
	vertical-align: middle;
}

#res-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#res-menu > div > ul {
	padding: 15px;
}

#res-menu ul ul {
	height: 0;
	padding-right: 10px;
	overflow: hidden;
	border-right: 1px solid #00a4de;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .5s;
	transition: .5s;
}

#res-menu li {
	position: relative;
}

#res-menu li:hover > a {
	background: #00a4de;
}

#res-menu li:hover > ul {
	height: auto;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

#res-menu a {
	display: block;
	color: #fff;
	padding: 5px;
}

#res-menu .nav-parent > a:after {
	content: "\f107"; /* arrow bottom */
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 5px;
}

/********** SLIDER **********/
.sliderpane [id^=divMinMax_] {
	margin: 0
}

/********** VIDEO GALLERY **********/
[id$=_videogallerycontainer] {
	padding: 0 !important;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] {
	text-align: center;
	justify-content: center;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] > * {
	width: 384px;
	max-width: 100%;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .voverlay {
	width: 100% !important;
	max-width: 100%;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .voverlay img {
	height: auto;
}

[id$=_videogallerycontainer] .video-box > .uk-overlay {
	position: relative;
}

[id$=_videogallerycontainer] .video-box > .uk-overlay:before {
	content: '\f01d';
	color: #fff;
	font: 80px FontAwesome;
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50% , -50%);
	pointer-events: none;
	z-index: 1;
}

[id$=_videogallerycontainer] .video-box > .uk-overlay .uk-overlay-panel {
	pointer-events: none;
}

#voverlay:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	position: fixed;
	top: 0; right: 0;
	z-index: -1;
}

/********** NEWS COLLECTOR **********/
[id$=_NewsList] > .NewsItemStyle > div {
	height: 100%;
	padding: 0 !important;
	border: 1px solid #eee !important;
	background: #fff !important;
}

[id$=_NewsList] .dp-normNewsClt {
	display: block;
	width: 100%;
}

[id$=_NewsList] .dp-normNewsClt .newsCollectorImages {
	display: block !important;
	width: 100% !important;
	padding: 0;
	height: auto !important;
	position: static;
}

[id$=_NewsList] .dp-normNewsClt .newsCollectorImages img {
	width: 100%;
	height: 200px;
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	object-fit: cover;
}

[id$=_NewsList] .dp-listNewsClt.abstract {
	padding: 5px;
	background: #fff !important;
}

[id$=_NewsList] .dp-listNewsClt.title,
[id$=_NewsList] .dp-listNewsClt.title a,
[id$=_NewsList] .dp-listNewsClt.title a span {
	color: #0e2a7b;
	font-family: inherit !important;
	font-weight: normal;
	font-size: 14px;
}

/********** NEWS ROTATOR  ***********/
[id$=_NewsRotator] .rotatorBox {
	z-index: auto !important;
}

/********** NEWS **********/
#NewsContent table ,
#NewsContent tbody ,
#NewsContent tr ,
#NewsContent td {
	display: block;
}

#NewsContent [id$=_NewsContentList] {
	display: block;
}

#NewsContent [id$=_NewsContentList] > tbody  {
	display: block;
}

#NewsContent [id$=_NewsContentList] > tbody > tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: -25px;
}

#NewsContent [id$=_NewsContentList] > tbody > tr > td {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 240px;
	margin-right: 25px;
	margin-bottom: 15px;
	vertical-align: top;
	box-sizing: border-box;
	background: #e7e8e8;
	-webkit-transition: .5s;
	transition: .5s;
}

#NewsContent [id$=_NewsContentList] > tbody > tr > td:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

#NewsContent [id*=NewsContentList][id$=_NewsContentPanel] ,
#NewsContent #NewsContentLayout ,
#NewsContent #NewsContentLayout > tbody {
	height: 100%;
}

#NewsContent [id$=_NewsContentList] td:empty {
	visibility: hidden;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(3) > td:first-child {
	display: block;
	width: 100%;
	border: 0;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(3) > td:nth-child(2) {
	display: block;
	float: none;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 10px 35px !important;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}

#NewsContent [id$=_NewsAbstract] {
	color: #777;
}

#NewsContent .BorderBackgroundPanel {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

#NewsContent [id$=_NewsAbstractMorePanel] {
	text-align: right !important;
	position: absolute;
	bottom: 0;
	right: 10px;
}

#NewsContent .AbstractMoreLink {
	display: inline-block;
	color: #012ba3 !important;
	font-weight: normal !important;
	padding: 5px 0;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
}

#NewsContent .AbstractMoreLink:hover {
	color: #f00 !important;
	letter-spacing: .5px;
}

#NewsContent .PanelTitle {
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

#NewsContent  .DPNewsItemTitle span {
	color: #4463bb;
	font-weight: normal !important;
}

#NewsContent .DPNewsWrap * {
	color: #777;
	font-weight: normal;
}

#NewsContent .NewTextStyle {
	font-weight: normal !important;
}

#NewsContent [id$=_ContentRightImageLink] {
	display: block;
	text-align: center;
}

#NewsContent .DPNewsImageLink img {
	float: none;
	display: block;
	width: 260px !important;
	height: 180px !important;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	border: 0 !important;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
	object-fit: cover;
}

.news-date {
	text-align: left;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-date:after {
	content: '\f073';
	display: inline-block;
	color: #fff;
	font: 14px FontAwesome;
	text-rendering: auto;
	padding: 5px;
	margin-right: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #012ba3;
}

.news-date:before {
	content: '';
	border: 4px solid transparent;
	border-left-color: #012ba3;
	position: absolute;
	top: 8px;
	left: 23px;
}

@media (max-width: 768px) {
	#NewsContent [id$=_NewsContentList] > tbody > tr {display: block;margin: 0;}
	#NewsContent [id$=_NewsContentList] > tbody > tr { -ms-flex-wrap: wrap; flex-wrap: wrap }
	#NewsContent [id$=_NewsContentList] > tbody > tr > td {width: 100% !important;padding: 0;margin: 20px 0;}
}

/********** NEWS ICONS *********/
[id*=DetailsNewsCodeImage] ,
[id*=DetailsSubmitDateImage] ,
[id*=DetailsVisitImage] ,
[id*=DetailsCommentCountImage] ,
[id*=DetailsNewsSourceImage] ,
[id*=DetailsCreatedByImage] {
    display: none;
}

[id*=ContentDetailsPanel] {
	display: block;
	text-align: right;
}

[id*=DetailsNewsCodePanel] ,
[id*=DetailsSubmitDateCaption] ,
[id*=DetailsSubmitTime] ,
[id*=DetailsVisitPanel] ,
[id*=DetailsCommentCountPanel] ,
[id*=DetailsNewsSourcePanel] ,
[id*=DetailsCreatedByPanel] {
	display: inline-block;
	text-align: right;
}

[id*=DetailsNewsCodePanel]:before ,
[id*=DetailsSubmitDateCaption]:before ,
[id*=DetailsSubmitTime]:before ,
[id*=DetailsVisitPanel]:before ,
[id*=DetailsCommentCountPanel]:before ,
[id*=DetailsNewsSourcePanel]:before ,
[id*=DetailsCreatedByPanel]:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #777;
	font: 14px FontAwesome;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[id*=DetailsNewsCodePanel]:before 		{content:'\f1ea'} /* icon News Code */
[id*=DetailsSubmitDateCaption]:before 	{content:'\f073'} /* icon News Date */
[id*=DetailsSubmitTime]:before 			{content:'\f017'} /* icon News Time */
[id*=DetailsVisitPanel]:before 			{content:'\f06e'} /* icon News Views */
[id*=DetailsCommentCountPanel]:before 	{content:'\f086'} /* icon News Comment */
[id*=DetailsNewsSourcePanel]:before 	{content:'\f09e'} /* icon News Source */
[id*=DetailsCreatedByPanel]:before		{content:'\f007'} /* icon News User */

/********** NEWS PAGINATION **********/
[id$=_NewsPagingNumbers] {
    float: right;
    padding: 5px;
    border-radius: 5px;
    background: #e4e4e4;
}

[id$=PagingNumbers] .pgNumbersCurrent {
	background: #012ba3;
}

[id$=PagingNumbers] a,
[id$=PagingNumbers] span {
	width: auto;
	min-width: 24px;
	padding: 1px 4px;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	font-family: inherit !important;
}

/********** NEWS ARCHIVE **********/
[id*=NewsFooterArchiveLink] {
	float: left !important;
	clear: none !important;
	width: auto !important;
	color: #012ba3;
	font-size: 0 !important;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	margin: 0 !important;
	background: #e4e4e4;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

[id*=NewsFooterArchiveLink]:hover {
	letter-spacing: .5px
}

[id*=ArchiveLinkCaption] {
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
    font-size: 12px;
}

[id*=NewsActiveImage] {}

[id*=NewsFooterArchiveLink]:before {
    content: '\f1ea';
    font: 18px FontAwesome;
    position: absolute;
    top: 8px;
    left: 5px;
    pointer-events: none;
}

[id*=NewsFooterArchiveLink]:after {
	content: "";
	display: table;
	clear: both;
}

[id*=ArchiveLinkImage] {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    position: absolute;
    top: 0; right: 0;
    opacity: 0;
}

/********** NEWS PAGE **********/
#NewsViewContainer .Title {
	color: #0e2a7b;
}

#NVContentImageContainer {
	width: 100%;
	max-width: 400px;
	margin: 0 15px 5px 0 !important;
}

#NVContentHeader b ,
#NVContentHeader td ,
#NVContentHeader span {
	font: 12px IranSans Tahoma !important;
}

#VisitedCount {
	font-family: IranSans Tahoma !important;
}

#NVContentDescriptionContainer {
	display: block;
	font-size: 14px;
	line-height: 2em !important;
	margin-top: 10px;
}

[id$=_SliderImageItem] {
	width: 100%;
}

/********** NEWS LIGHTBOX **********/
#jquery-lightbox > table > tbody > tr:not(:nth-child(2)) ,
#jquery-lightbox > table > tbody > tr > .ml ,
#jquery-lightbox > table > tbody > tr > .mr {
	display: none;
}

#lightbox-nav ,
#lightbox-image ,
#lightbox-container-image ,
#lightbox-container-image-box ,
#lightbox-container-image-data-box {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

#jquery-lightbox > table > tbody > tr > .mc {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

/********** SLIDESHOW PLUS **********/
[id$=_fakeDiv] .owl-box {
	overflow: visible;
}

[id$=_fakeDiv] .owl-item .item {
	display: block;
	margin: 0;
	cursor: pointer;
}

[id$=_fakeDiv] .owl-item .item img {
	width: auto !important;
	/*height: auto !important;*/
	margin: auto !important;
}

/********** SERVICES ************/
.pa-serv {
	position: relative;
	z-index: 1;
}

.pa-serv .dp-module-title-text {
	color: #fff !important;
}

.pa-serv [id^=divMinMax_] {
	margin: 0
}

.pa-serv:before {
	content: '';
	height: 100%;
	width: calc(82vw - 8px);
	background: url(image/servbg.jpg);
	background-size: cover;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.pa-serv .owl-item .item img {
	width: 90px !important;
	height: 75px !important;
	margin: 26px auto !important;
	object-fit: contain;
}

.pa-serv .owl-item .item:hover img {
	-webkit-transform: rotate(180deg) scale(-1);
	transform: rotate(180deg) scale(-1);
	-webkit-filter: grayscale(1) brightness(10);
	filter: grayscale(1) brightness(10);
}

.pa-serv .owl-item .item:before {
	content: '';
	width: 128px;
	height: 128px;
	margin: 0 auto 15px;
	border: 5px solid transparent;
	border-radius: 100%;
	box-sizing: border-box;
	background: linear-gradient(0,#0cf, #02b);
	background-position: center;
	background-size: 100% 110%;
	box-shadow: inset 0 0 0px 70px #015;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.pa-serv .owl-item .item:hover:before {
	margin-bottom: 10px;
	border: 64px solid #f00;
	-webkit-transform: translateX(50%) rotate(90deg);
	transform: translateX(50%) rotate(90deg);
}

.pa-serv .owl-item .owl-image-title {
	color: #fff !important;
	font-family: inherit !important;
	font-size: 14px !important;
	padding: 5px!important;
	animation: none;
}

.pa-serv .owl-item .item:hover .owl-image-title {
	color: #f00 !important;
}

.pa-serv .owl-controls .owl-prev,
.pa-serv .owl-controls .owl-next {
	color: #fff !important;
	font-size: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pa-serv .owl-controls .owl-prev { right: -20px }
.pa-serv .owl-controls .owl-next { left: -20px }

/********** NEWS COLLECTOR **********/
[side-pane] [id$=_NewsList] {
	display: block;
	width: 100%;
	margin: 0;
}

[side-pane] .newsCollectorImages ,
[side-pane] [id$=_NewsList] .dp-normNewsClt[class$=-img] {
	width: 100px !important;
}


[side-pane] [id$=_NewsList] [id$=_tblCollectedNews] {
	padding: 0;
	margin: 0 !important;
	border-bottom: 1px solid #747474;
}

[side-pane] [id$=_NewsList] [id$=_tblCollectedNews] > div ,
[side-pane] [id$=_NewsList] [id$=_tblCollectedNews] > div > div {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 5px 0;
	margin: 0 !important;
	background: none !important;
}

[side-pane] [id$=_NewsList] .dp-listNewsClt.title {
	line-height: 15px;
	margin: 0;
}

[side-pane] [id$=_NewsList] .dp-listNewsClt.title .NormalFontNewsTitle {
	display: inline-block;
	color: #015;
	padding-right: 10px;
}

[side-pane] [id$=_NewsList] .dp-listNewsClt.title i {
	display: none;
}

[side-pane] [id$=_NewsList] .dp-listNewsClt.title:hover i {
	width: 6px;
	color: #f00;
}

[side-pane] [id$=_NewsList] .NormalFontNewsTitle {
	font: 14px IranSans Tahoma;
	-webkit-transition: .5s;
	transition: .5s;
}

[side-pane] [id$=_NewsList] .dp-listNewsClt.title:hover .NormalFontNewsTitle {
	color: #015;
}

[side-pane] [id$=_NewsList] .dp-normNewsClt.content {
	padding: 0;
	margin: 0;
}

/********** SIDE NEWS **********/
[side-pane] #NewsContent [id$=_NewsContentList] {
	border-spacing: 0;
}

[side-pane] #NewsContent [id$=_NewsContentList] > tbody > tr > td {
	padding: 0 !important;
}

[side-pane] #NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td:first-child ,
[side-pane] #NewsContent [id*=ContentDetailsPanel] ,
[side-pane] #NewsContent [id$=_NewsAbstractArea] ,
[side-pane] #NewsContent .NewsPreTitleStyle ,
[side-pane] #NewsContent [id$=_ContentSubTitle] {
	display: none;
}

[side-pane] #NewsContent .DPNewsItemTitle span:before {
	content: '\f111';
	display: inline-block;
	width: 10px;
	color: #f00;
    font: 8px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/********* TOP NEWS TEXT **********/
.dp-TNText.news_thumb ul li {
	background: #e7e7e7;
}

.dp-TNText.detail {
	display: block;
	width: 100%;
}

.dp-TNText.image {
	margin: 0 !important;
}

.dp-TNText.image a {
	display: block !important;
}

.dp-TNText.PreTitle {
	font-family: inherit !important;
	padding: 0 !important;
}

.dp-TNText.title {
	float: right;
	color: #555 !important;
	font-family: inherit !important;
	font-size: 14px !important;
	padding: 0 !important;
}

.dp-TNText.date {
	display: block;
	width: 100%;
	text-align: left;
}

.dp-TNText.date .main_news {
	display: inline-block !important;
	padding: 3px 10px !important;
	margin: 0 0 5px;
	border-radius: 15px;
	background: #015;
}

.dp-TNText.abstract span {
	display: none;
}
.dp-TNText.abstract p {
	margin: 0;
	background: none !important
}

.dp-TNText.abstract p {
	font-family: inherit !important;
}

.dp-TNText.bottom-bar:before {
	height: auto !important;
	background: none !important;
}

.TNContainer .dp-TNText.pagerbar {
	float: right !important;
	margin: 0 !important;
	box-sizing: border-box;
}

/********** TABS PLUS **********/
.tabstrip[class*=RadTabStrip_Default] > .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-top: 20px;
	background: none;
	z-index: 2;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	min-width: 140px;
	margin: 0 10px;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab > a {
	float: none;
	min-width: 140px !important;
	/* max-width: 200px; */
	color: #015;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: inherit;
	line-height: 2em;
	padding: 10px 15px 10px !important;
	margin: 0 0 15px !important;
	border: 1px solid #cacaca;
	border-radius: 3px;
	box-sizing: border-box;
	background: #e1e1e1 url(image/tabs-bg.png) no-repeat center / 100%;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab > a:after {
	content: '';
	border: 55px solid transparent;
	border-top: 15px solid #dedede;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	-webkit-transition: .5s;
	transition: .5s;
}


.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab.defaultTab > a {
	color: #fff;
	background: #015;
	-webkit-transition: .5s;
	transition: .5s;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab.defaultTab > a:after {
	border-top: 15px solid #015;
}

.tabstrip[class*=RadTabStrip_Default] .panel-container {
	display: block;
	width: 100%;
	border: 0;
	background: none;
	overflow: hidden;
	box-sizing: border-box;
	background: none;
	position: relative;
	z-index: 1;
}

.tabstrip[class*=RadTabStrip_Default] .panel-container .active-content-div {
	-webkit-animation: tabopen .5s;
	animation: tabopen .5s;
}

/********** SIMPLE MENU **********/
.menu-v li {
	position: relative;
}

.menu-v li ul {
	top: 0 !important;
	right: 100% !important;
}

/********** STATS **********/
[id$=_DataListGeneral] fieldset {
	padding: 0;
	border: none;
}

[id*=_DataList] .StatisticsHeader {
	display: none
}

/********** SITEMAP **********/
.ComArtTrvRelationsCssClass td img {
	min-width: 22px
}

/********** FOOTER **********/
#footer-box {
	background: #01356a;
	position: relative;
	overflow: hidden;
}

#footer-box [id^=divMinMax_] {
	color: #fff;
}

#footer-box [id^=divMinMax_] a {
	color: #0da9e0;
}

#footer-box .dp_DefaultPortalFooter:before ,
#footer-box .dp_defaultPortalFooter:before {
	content: '';
	width: 200%;
	height: 164px;
	min-width: 2800px;
	background: url(image/footer-bg.jpg);
	-webkit-animation: bgmove 100s linear infinite;
	animation: bgmove 100s linear infinite;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -8;
}

#footer-box .dp_DefaultPortalFooter:after ,
#footer-box .dp_defaultPortalFooter:after {
	content: '';
	width: 200%;
	height: 164px;
	min-width: 2800px;
	background: url(image/footer-bg.jpg);
	-webkit-animation: bgmove 100s linear reverse infinite, fadeOutHalf 20s infinite;
	animation: bgmove 100s linear reverse infinite, fadeOutHalf 20s infinite;
	pointer-events: none;
	position: absolute;
	bottom: 0; right: 0;
	z-index: -1;
}

@-webkit-keyframes bgmove { to { -webkit-transform: translateX(1400px) }}
@keyframes bgmove { to { transform: translateX(1400px) }}
@-webkit-keyframes fadeOutHalf { 50% { opacity: .5 }}
@keyframes fadeOutHalf { 50% { opacity: 0.5 }}

#footer-box [id$=_divHtmlHolder] a:link {color: #fff;}

#footer-box [id^=divMinMax_] { color: #fff }
@media (max-width: 768px) { [type=pane] { display: block; width: 100% }}

/********** FOOTER LINKS **********/
[id$=_myDataList] ,
[id$=_myDataList] tbody ,
[id$=_myDataList] tr ,
[id$=_myDataList] td {
	display: block
}

[id$=_myDataList] [id$=_editLink]:not([href]) {
	display: none;
}

[id$=_myDataList] td {
	padding: 0;
}

[id$=_myDataList] [id$=_HyperLink1] {
	display: inline-block;
	line-height: 2em;
	padding-left: 5px;
	color: #fff !important;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

[id$=_myDataList] [id$=_HyperLink1]:hover {
	padding: 0 5px 0 0;
}

[id$=_myDataList] [id$=_HyperLink1]:before {
	content: '';
	display: inline-block;
	width: 0;
	margin-left: 3px;
	border-bottom: 1px solid #f61c1c;
	vertical-align: middle;
	transition: .5s;
}

[id$=_myDataList] [id$=_HyperLink1]:hover:before {
	content: '';
	display: inline-block;
	width: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #f61c1c;
	vertical-align: middle;
}

.footerpane-box [id$=_myDataList] [id$=_HyperLink1] {
	color: #fff !important;
}

.footerpane-box [id$=_myDataList] [id$=_HyperLink1]:hover {
	color: #fff !important;
}

/********** SOCIAL NETWORKS **********/
/********** SOCIAL **********/
.social-network {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-network li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.social-network li a {
	display: block;
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	box-shadow: inset 0 32px transparent;
}

.social-network li a:hover {
	box-shadow: inset 0 -32px #f61c1c;
}

/********** CONTACT US **********/
.ar-contact-box {
	background: #f00;
	padding: 15px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

[id$=paneheader] ~* .ar-contact-box { margin: 0 }
@media (max-width: 768px) { .ar-contact-box { margin: 0 }}

.ar-title {
	display: block;
	color: #015;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

/********** TOTOP BTN **********/
#totop-btn {
	display: block;
	width: 36px;
	height: 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #f00;
	position: fixed;
	bottom: 25px;
	right: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
	z-index: 100;
}

#totop-btn.active {
	height: 36px;
	padding: 5px;
}

/********** DOURAN COPYRIGHT **********/
.dp-poweredby,
.dp-poweredby *,
.dp-poweredby :before,
.dp-poweredby :after {
	-webkit-transition: .3s;
	transition: .3s
}

.dp-poweredby {
	position: relative;
}

#poweredbylink img {
	font-size: 0;
	opacity: 0;
}

#poweredbylink {
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 2;
}

#poweredbylink:hover {
	width: 62px;
}

#poweredbylink:before {
	content: '';
	width: 20px;
	height: 20px;
	padding: 2px;
	background: #777;
	position: absolute;
	top: 0; left: 0;
}

#poweredbylink:hover:before {}

#poweredbylink:after {
	content: '';
	width: 15px;
	height: 15px;
	margin: 4px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13px' viewBox='0 0 49.5 63'%3E %3Cpath d='M2.6 47H28a2.5 2.5 0 1 0 0-5H2.6a2.5 2.5 0 1 0 0 5zm0 8H28a2.5 2.5 0 1 0 0-5H2.6a2.5 2.5 0 1 0 0 5zm0 8H28a2.5 2.5 0 1 0 0-5H2.6a2.5 2.5 0 1 0 0 5z' fill='%23fc0'/%3E%3Cpath d='M2.6 39.5h3.8v-.4q0-9 5.5-14.8a18.5 18.5 0 0 1 14-5.8 19.9 19.9 0 0 1 8.8 1.9 24.3 24.3 0 0 1 7.5 6v-5.5a25.6 25.6 0 0 0-7.7-4.7 23.4 23.4 0 0 0-8.6-1.6 24.3 24.3 0 0 0-9.4 1.8 22.4 22.4 0 0 0-7.7 5.3 24.6 24.6 0 0 0-5 8A25.8 25.8 0 0 0 2 39v.5h.5z' fill='%23fff' /%3E %3Cpath d='M45.4 0v36.7q0 10.6-5.3 16.9a17 17 0 0 1-7.3 5 4.7 4.7 0 0 1 .4 1.9 4.8 4.8 0 0 1-.5 2 23 23 0 0 0 4.7-2 24.5 24.5 0 0 0 8.8-8.7 21 21 0 0 0 2.5-6.5 44.5 44.5 0 0 0 .8-9V0z' fill='%23fff' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0; left: 0;
}

.dp-poweredby .version {
	width: 50px;
	color: #fff;
	font-size: 12px;
	padding: 2px 0;
	text-align: center;
	background: #777;
	box-sizing: border-box;
	position: absolute;
	bottom: 4px;
	right: 0;
	pointer-events: none;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 1;
}

#poweredbylink:hover + .version {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/********** MEDIA QUERY **********/
@media (max-width: 768px) {
	#menu { margin: 0; clear: none }
	#NewsContent [id$=_NewsContentList] > tbody > tr > td {display: block;width: 100% !important;margin-bottom: 20px;}
	[id$=NewsPagingNumbers] { float: none; }
	.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab { display: block !important; width: 100%; }
	[id$=_MultiContentViewerContainer] .levelwrap > ul > li {display: block;padding: 0;margin: 5px 0;}
	.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab > a {/* margin: 10px auto !important; */}
	.footerpane-container .uk-grid > * { margin: 0 !important; }
}

@media (max-width: 580px) {
	.dp_header_icon { width: 100%; }
	.site-logo { width: 100%; top: 0; right: 0; border-radius: 5px; }
	.site-logo:before, .site-logo:after, .portal-image:before, .portal-image:after { display: none; }
	.portal-image { position: relative; top: 0; }
	.uk-active .site-logo { display: none; }
}

@media (max-width: 480px) {
	#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) { display: block; }
	#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td { display: block; width: 100%; }
	[id*=pnlPagerContainer] .pager { display: none; }
	[id*=NewsFooterArchiveLink] { margin: 0 !important; }
}


/* ===== itemView mode panes - n.ghelichkhani ===== */
.dp-itemViewMode {
    padding:0 25px !important;
}

.dp-itemViewMode .leftpane,
.dp-itemViewMode .rightpane {
    min-width: 300px;
}

.dp-itemViewMode .leftpane:empty ,
.dp-itemViewMode .rightpane:empty {
    min-width:0;
    padding:0;
}

@media only screen and (max-width : 768px) {
    .dp-itemViewMode div[type='pane'] {
        display: block !important;
    }
}
@media only screen and (max-width : 480px) {
	.dp-itemViewMode .leftpane,
	.dp-itemViewMode .rightpane {
        min-width: 100% !important;
    }
}

/*====== responsive modules layout ======*/
.dp_res_DesktopLayout {
    width: 100% !important;
    max-width:100% !important;
    padding: 15px;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dp_tableCls, .dp-tableCls {
    text-align: right;
    display: table;
    /*background: pink;*/
}
.dp_tableRowCls,
.dp-tableRowCls {
    text-align: right;
    display: table-row;
    /*background-color:aquamarine;*/
}
.dp_tableCellCls, .dp-tableCellCls {
    display: table-cell;
    width: auto;
    vertical-align: top;
}
.dp_tableCls, .dp_tableRowCls,
.dp-tableCls, .dp-tableRowCls {
    width: 100%;
}
.dp_tableCls, .dp_tableRowCls, .dp_tableCellCls,
.dp-tableCls, .dp-tableRowCls, .dp-tableCellCls {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.dp_tableCellCls > div{
    width:100px;
}*/
.dp-dInlineBlock{
    display:inline-block;
}
.dp-m-0{
    margin:0;
}
.dp-p-0{
    padding:0;
}
/*.dp-clearfix{
    float:none !important;
    clear:both !important;
}*/
.dp-clearfix::before ,
.dp-clearfix::after {
    content:'';
    display:block;
    width:100%;
    float:none;
    clear:both;
}

#LastUpdatePortal {
}

#LastUpdatePortal * {
	display: inline-block
}

.footer-icons {
    direction: ltr;
    display: block;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-icons li a {
    display: block;
    width: 24px;
    height: 24px;
    color: #045700;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    box-sizing: border-box;
    position: relative;
    transition: .5s;
    z-index: 1;
}

#divMinMax_16041{
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0;
	border: 2px solid #fff;
    border-radius: 5px;
    padding: 7px;
	/*width:220px*/
}

/* end */

.toppane .dp-module-content span[id*=_eFormEditData][id*=_ContainerControl]>table>tbody>tr>td table {
            width: 100% !important;
            max-width: 100% !important;
            display: inline-block;
            vertical-align: super;
        }

        .toppane .dp-module-content span[id*=_eFormEditData][id*=_ContainerControl]>table>tbody>tr>td table tbody tr td {
        	width: auto !important;
        }

        .toppane .dp-module-content span[id*=_eFormEditData][id*=_ContainerControl]>table>tbody>tr>td table tbody tr td span {
        	width: auto !important;
        }
		
		
/***************/

.p-15.dp-directory > .uk-grid.uk-grid-small {
	display: flex !important;
}

.p-15.dp-directory .dp-groupContainer {
	height: auto !important;
	flex-direction: column;
	border: 0;
}

.p-15.dp-directory .dp-groupContainer > img {
	width: 170px !important;
    height: 120px !important;
    padding: 5px;
    background: #a5a5a5;
    box-sizing: border-box;
    border-radius: 5px;
}

.p-15.dp-directory .dp-groupContainer .dp-overly {
	position: relative;
	min-height: auto;
	max-height: none;
	background-color: transparent;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.p-15.dp-directory .dp-groupContainer .dp-overly .dp-overly-icons {
	order: 1;
}

.p-15.dp-directory .dp-groupContainer .dp-overly .dp-overly-icons > div:first-child {
	margin-left: 15px
}

.p-15.dp-directory .dp-groupContainer .dp-overly .dp-overly-icons > div {
	color: #000;
}

.p-15.dp-directory .dp-groupContainer .dp-overly hr {
	display: none;
}

.p-15.dp-directory .dp-groupContainer .dp-overly .dp-overly-text {
	color: #0964D5;
	margin: 10px 0 15px;
	text-align: center;
}


[id$=_galleryItemsPlace] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

[id$=_galleryItemsPlace] > a,
[id$=_galleryItemsPlace] > a:hover {
	background: none !important;
	border: 0;
}

[id$=_galleryItemsPlace] .thumbnail-parent  {
	height: auto !important;
	border: 0 !important;
	width: auto;
	background: #ececec;
	padding: 5px;
	border-radius: 5px;
	display: inline-block !important;
	box-sizing: border-box;
}

[id$=_galleryItemsPlace] .thumbnail-parent img {
	width: 200px;
	height: 100% !important;
	border-radius: 5px;
}
[id$=_divContainer]{
	width:100%;
}

@media screen and (max-width: 992px) {

	.slide-grid .owl-carousel.owl-rtl .owl-stage {
		max-width: 100%;
		width: 100% !important;
		transform: none !important;

	}
	
	.slide-grid .owl-carousel.owl-rtl .owl-item {
		width: 50% !important;
		margin-left:  0 !important;
		float: none;
		text-align: right;
		display: inline-flex;
		align-items: stretch;
		justify-content: center;
	}
}

/*****************************/
.Style-Table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  }
  .Style-Table td, .Style-Table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .Style-Table tr:nth-child(even){
    background-color: #f2f2f2;
  }
  .Style-Table tr:hover {
    background-color: #ddd;
  }
  .Style-Table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #387fbf;
    color: white;
  }