﻿/* @import "reset.css"; */
/* ==============================================================a=l=a=v=i========
   portal-css: fonts
   ========================================================================== */

/*................. persian - font ....................*/
@font-face {
	font-family: 'IranYekan';
	src: url('fonts/IranYekan.eot'); /* IE9 Compact Modes */
	src: url('fonts/IranYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/IranYekan.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/IranYekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BYekan';
	src: url('fonts/WebYekan.eot'); /* IE9 Compact Modes */
	src: url('fonts/WebYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/WebYekan.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/WebYekan.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/WebYekan.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('fonts/WebYekan.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;}
	

/*

@font-face {
	font-family: 'BZar';
	src: url('fonts/BZar_bold.eot');
	src: url('fonts/BZar_bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/BZar_bold.woff') format('woff'),
	url('fonts/BZar_bold.ttf')  format('truetype'),
	url('fonts/BZar_bold.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;}
*/

/*
@font-face {
	font-family: 'IRIN';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff') format('woff'),
	url('fonts/fontawesome-webfont.ttf')  format('truetype'),
	url('fonts/fontawesome-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;}
*/

/*
@font-face {
	font-family: 'rezvan';
	src: url('fonts/rezvan.otf');
	src: url('fonts/rezvan.otf?#iefix') format('embedded-opentype'),
	url('fonts/rezvan.ttf')  format('truetype');
    font-weight: normal;
	font-style: normal;}
*/

@font-face {
	font-family: 'IrSans';
	src: url('fonts/IRANSansWeb.eot');
	src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
	url('fonts/IRANSansWeb.woff2') format('woff2'),
	url('fonts/IRANSansWeb.woff') format('woff'),
	url('fonts/IRANSansWeb.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;}

/*................. English - font....................*/
/*
@font-face {
	font-family: 'semibold';
	src: url('fonts/titillium-semibold-webfont.eot');
	src: url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/titillium-semibold-webfont.woff') format('woff'),
	url('fonts/titillium-semibold-webfont.ttf')  format('truetype'),
	url('fonts/titillium-semibold-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;}
*/

/*
@font-face {
	font-family: 'regular';
	src: url('fonts/titillium-regular-webfont.eot');
	src: url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/titillium-regular-webfont.woff') format('woff'),
	url('fonts/titillium-regular-webfont.ttf')  format('truetype'),
	url('fonts/titillium-regular-webfont.svg#svgFontName') format('svg');
}
*/

/*
@font-face {
	font-family: 'regularitalic';
	src: url('fonts/titillium-regularitalic-webfont.eot');
	src: url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/titillium-regularitalic-webfont.woff') format('woff'),
	url('fonts/titillium-regularitalic-webfont.ttf')  format('truetype'),
	url('fonts/titillium-regularitalic-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;}
*/

/*
@font-face {
	font-family: 'light';
	src: url('fonts/titillium-light-webfont.eot');
	src: url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/titillium-light-webfont.woff') format('woff'),
	url('fonts/titillium-light-webfont.ttf')  format('truetype'),
	url('fonts/titillium-light-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/*
@font-face {
	font-family: 'lightitalic';
	src: url('fonts/titillium-lightitalic-webfont.eot');
	src: url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/titillium-lightitalic-webfont.woff') format('woff'),
	url('fonts/titillium-lightitalic-webfont.ttf')  format('truetype'),
	url('fonts/titillium-lightitalic-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;}
*/
/*===== itemView mode panes =====*/
.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;
}
/********** >>>>>>>>>> PORTAL UI >>>>>>>>>> **********/
* {
    font-family: Byekan;
}
#MultiViewAddViewTable ,
.NewsEditContainer {
	background: #fff !important;
}

#MultiViewAddViewTable {
	padding: 5px
}

.top-admin-menu {
    z-index: 9999;
    position: relative;
}

input[type=text] ,
select ,
textarea {
    min-height: 30px !important;
    font-size: 12px;
    line-height: 1.5em;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 5px;
    vertical-align: middle;
    box-sizing: border-box;
}

#LinkErrorMessage ,
#NewsTitleErrorMessage {
    background: #ffdcdc;
    color: #d00000;
    padding: 5px;
    border: 1px solid #ffbaba;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}

input[type=radio] {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    overflow: hidden;
	cursor: pointer;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px solid #ccc;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
    outline: none;
}

input[type=radio]:checked {
    border: 6px solid #1e87f0;
    outline: 0 none;
}

input[type=checkbox] {
	position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
	cursor: pointer;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
    outline: none;
}

input[type=checkbox]:disabled {
	background: #e8e8e8;
	cursor: not-allowed;
}

input[type=checkbox]:checked {
	background-color: #1e87f0;
}

input[type=checkbox]:disabled:checked {
	background-color: #cccccc;
}

input[type=checkbox]:after {
    content: '';
    display: block;
    position:absolute;
    top: 0;
	left: 4px;
    width: 4px;
    height: 8px;
    border: 0px solid #fff;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;   
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}

input[type=checkbox]:checked:after {
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);    
}

.CommandButton {
	color: #0080ff;
	background: #fff;
	font-size: 14px;
	line-height: 1.5em;
	border: 2px solid #1e87f0 !important;
	border-radius: 2px;
	min-height: 35px;
	padding: 5px 10px;
	margin: 5px;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.CommandButton:hover {
	color: #fff;
	box-shadow: inset 0px -35px 0px 0px #1e87f0;
	outline: 0;
}

/********** OK & CONTINUE BTN **********/
.CommandButton[href*=ctl03] ,
.CommandButton[href*=ctl11] ,
.CommandButton[href*=ctl70] ,
#RelatedNewsSaveButton ,
#ImageSaveOrderButton {
    border: 2px solid #00a500 !important;
    color: #00a500;
}

.CommandButton[href*=ctl03]:hover , 
.CommandButton[href*=ctl11]:hover ,
.CommandButton[href*=ctl70]:hover , 
#RelatedNewsSaveButton:hover ,
#ImageSaveOrderButton:hover {
	color: #fff;
	box-shadow: inset 0px -35px 0px 0px #00a500;
}

/********** CANCEL BTN *********/
.CommandButton[href*=ctl05] ,
.CommandButton[href*=ctl10] ,
.CommandButton[href*=ctl12] ,
.CommandButton[href*=ctl72] ,
.CommandButton[href*=ctl63] ,
.CommandButton[id*=cancelButton] ,
#RelatedNewsReturnButton ,
#ImageReturnButton {
    border: 2px solid #ff7800 !important;
    color: #ff7800;
}

.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;
	box-shadow: inset 0px -35px 0px 0px #ff7800;
}

/********** DELETE BTN **********/
.CommandButton[onclick*=confirmDelete] {
    color: red;
    border: 2px solid red !important;
}

.CommandButton[onclick*=confirmDelete]:hover {
	color: #fff;
	box-shadow: inset 0px -35px 0px 0px red;
}

#NewsCategoryDropDownIcon ,
#RNewsCategoryDropDownIcon {
    background: #ffffff url(../../../../../RadControls/Combobox/Skins/VSNET/DropArrow.gif) no-repeat 5px / 12px;
    height: 30px;
    width: 20px;
    cursor:  pointer;
    position: relative;
    left: 5px;
    padding-left: 20px;
    border: 1px solid #cacaca;
    border-radius: 5px 0 0 5px;
}

#NewsCategoryDropDownIcon:hover {
    background-color: #cae4ff;
}

.ui-datepicker-trigger {
    position: relative;
    left: 22px;
	cursor: pointer;
}

#NewsCategoryDropDownItems ,
#RNewsCategoryDropDownItems {
    min-width: 126px;
    border: 1px solid #cacaca;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
	z-index: 999;
}

input[type=file] {
	min-height: 30px;
    border: 1px solid #1e87f0;
    border-radius: 3px;
    color: #1e87f0;
    padding: 5px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

input[type=file]:after {
    content: "انتخاب فایل";
    width: 33%;
    height: calc(100% - 4px);
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    margin: 2px;
    padding: 3px;
    background: #1e87f0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

[id*=EditTable] {
    margin-bottom: 20px !important;
}

.ui-accordion-header ,
td.releasenote input {
	font-family: IrSans,tahoma !important;
}

.ui-accordion-header-icon {
    margin: 5px;
}

/********** <<<<<<<<<< PORTAL UI <<<<<<<<<< **********/


/* ==============================================================a=l=a=v=i========
   portal-css: body
   ========================================================================== */

body {direction: rtl;}

a:link,a:visited , a:active, a:hover { text-decoration: none !important;}
h1, h2, h3, h4, h5, h6{font: normal 15px IranYekan , Tahoma, Verdana, Helvetica, sans-serif ;color: #000;}
th {font: bold 12px IranYekan , Tahoma, Verdana, Helvetica, sans-serif;vertical-align: baseline;color: #000;}	
tr, td {font:normal 12px IranYekan , regular;}

.bg-background {
	background: url("image/bg-body.jpg") repeat;
	background-size: contain;
}
/* ==============================================================a=l=a=v=i========
   portal-css: news - style
   ========================================================================== */
.DPNewsImageLink {
	display: flex;
	width: 100%; 
}

.DPNewsImageLink img:hover
{-ms-filter: "progid:DXImagetransform.Microsoft.alpha(Opacity=80)" !important;filter: alpha(opacity=80) !important;opacity: 0.8 !important}

.DPNewsImageLink img {
	width: 130px !important;
    height: 130px !important;
	display: block;
	margin: auto;
    border: 2px solid #fff !important;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;

    box-shadow: 1px 0 5px 0 #4d4d4d;    
	-moz-box-shadow: 1px 0 5px 0 #4d4d4d;
	-webkit-box-shadow: 1px 0 5px 0 #4d4d4d;

	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
	-o-transition: all 0.3s ease 0s !important;
	-webkit-transition: all 0.3s ease 0s !important;
}

.DPNewsItemTitle span {
    color: #196002;
    font-size: 13px;
    font-weight: normal !important;
    margin: 0;
}

.DPNewsWrap * {color: #888 !important;font: 12px byekan !important}
.NewTextStyle {font: 11px byekan !important}

/* ==============================================================a=l=a=v=i========
   portal-css: pane-responsive
   ========================================================================== */
.table-class { width: 100%; border-spacing: 2px; border-color:#407206; }
.table-row-class { display: flex; }

.toppane,
.bottompane,
.contentpane {padding: 0 7px;  width: 100%; vertical-align: top; box-sizing: border-box;/*border:2px solid transparent;*/border-collapse: collapse;}

.leftpane,
.rightpane {display: table-cell; padding: 0 7px; vertical-align: top; box-sizing: border-box; border:2px solid transparent; border-collapse: collapse; z-index:9999;}

.topleftpane,
.toprightpane {display: table-cell; width: 50%; padding: 0 7px; vertical-align: top; box-sizing: border-box; border:2px solid transparent; border-collapse: collapse;}

.bottomleftpane,
.bottomrightpane {display: table-cell; width: 50%; padding: 0 7px; vertical-align: top; box-sizing: border-box; border:2px solid transparent; border-collapse: collapse;}

.footerpane { width: 100% }

@media screen and (max-width: 960px) {
	.table-row-class {display: block;}
	.toppane,
	.bottompane,
	.contentpane {padding: 0; width: 100%;}
	.leftpane,
	.rightpane {display: table; padding: 0; width: 100%; }
	.topleftpane,
	.toprightpane,
	.bottomleftpane,
	.bottomrightpane {display: table; width: 100%; padding: 0;}
}

.dp-custom-padding {padding: 0 7px;}

div.table-class div[id$=paneheader]{
	margin-bottom: 5px;
	height: 25px;
	background-color: #efefef;
	text-align: center;
	font: 16px IrSans,tahoma;
    line-height: 1.5em;
	border-radius: 3px;
	border: 1px solid #dbd9d9;
}

PORTAL UI
/* ==============================================================a=l=a=v=i========
   portal-css: header
   ========================================================================== */
.bg-header {background: url("image/Website-Pattern-04.jpg") repeat;}

/*................. background - detail....................*/


/*................. banner ....................*/
/*.Portal-Image {display: none;}*/
.Portal-Image img {
	display: block;
    margin: right-side;
	margin-right: -5px;
    padding-top: 10px;

	
}

/*........................icons........................*/
.dp_header_icon {
    float: left;
    background: #196002;
}

.dp_header_icon ul {
    padding: 5px;
    margin: 0;
}

.dp_header_icon ul li {
    display: inline-block;
    width: 33px;
    height: 30px;
    list-style: none;
	border-radius: 100px;
}

.dp_header_icon ul li:hover {
    box-shadow: inset 40px 0px #f8b94f;
	border-radius: 0;
}

.style-icon {
    display: block;
    text-align: center;
    color: #f8b94f !important;
    border-left: 1px solid #f8b94f;
    padding: 5px 10px;
    position: relative;
}

.style-icon:hover {
    color: #196002;
}

/*.......................Year Slogan ........................*/
.header-slogan{
clear: both;
width:100%;
height:calc(100% - 225px);
background: url('image/slogan1401-ff.png') no-repeat left;
background-size : contain;
}

.admin {background: url("image/admin.png") no-repeat center;}
.lang {background: url("image/EN.png") no-repeat center;}
.logon {background: url("image/logon.png") no-repeat center;}
.home-btn {background: url("image/home.png") no-repeat center;}
/*........................company-name........................*/
.company-name a {text-decoration: none;}
.company-name a p {  color: #ffffff;  font: 24px/47px rezvan;  margin: 0;  text-align: right;}

/*........................date........................*/
.dp-date {color: #595757 !important;margin-top: 8px;text-align: right;}
.dp-date-pos {
    float: left;
    background: #196002;
    color: #fff;
    padding: 10px;
    position: relative;
    font-size: 13px;
}

.dp-date span {color: #000000 !important; display: table-cell; font-size: 11px !important; vertical-align: middle;}
.dp-home  {display: block; background: url(home.png) no-repeat;color: #fff ;font: 14px regular;height: 22px;width: 24px;margin-top: -3px; }

/*........................search........................*/
.style-icon .fa-search {
    position: relative;
    cursor: pointer;
}

.dp-search {
    display: none;
    padding: 0 !important;
    position: absolute !important;
    top: 32px !important;
	left: -122px !important;
    width: 232px !important;
    height: 38px;
    background: #f8b94f !important;
    outline: none !important;
}

.dp-search button.HeaderSearchButton {background: url(image/search-icons-edit.png) no-repeat; border:0; height: 18px; text-indent: -9999px; width: 24px; vertical-align: top; margin-top: 8px; cursor: pointer;}

.dp-search button.HeaderSearchButton:hover {background: url(image/search-icons-edit2.png) no-repeat;}

.dp-search input.headerSearchTextBox {
    background: transparent;
    border: 0 none;
    position: relative;
    display: block;
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0 none;
    width: 70%;
    top: 0;
    text-indent: 5px;
	color: #196002 !important;
    font: 14px BYekan;
}

.dp-search input.HeaderSearchButton {
    background: url(image/search-icons.png) no-repeat;
    float: left;
    border: 0;
    height: 18px;
    text-indent: -9999px;
    width: 24px;
    vertical-align: top;
	margin: 10px 0 0 10px;
    cursor: pointer;
}

.dp-search input { outline: none; }
.dp-search input.HeaderSearchButton:hover {background: url(image/search-icons2.png) no-repeat;}

.dp-search #imgLoading {
    position: absolute;
	left: 30px;
    top: 10px;
}

/*........................navigation........................*/
.nav-pos { float: right; margin-top: 20px; height: auto; width: 100%; }
.nav-pos .uk-sticky-placeholder { width: auto !important; height: auto !important; }

/* ==============================================================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 {width: 100%; margin: 0 auto;
/*	position: relative; z-index: 9999;*/
}

.dp_alternatePortalHeader,
.dp_AlternatePortalHeader {width: 1024px; margin: 0 auto;}

.dp_DefaultPortalHeader,
.dp_defaultPortalHeader {width: 100%;margin: 0;padding: 0;border-collapse: collapse;  background: #b9b9b9; /*background: url("image/Website-Pattern-04.jpg") repeat;*/  }

.dp_DefaultPortalFooter,
.dp_defaultPortalFooter {
	width: 100%;
	background: #f7b94c;
	padding: 5px 0;
}

.dp-top-header {
	border-bottom: 2px solid #196002;
    background: #fff;
	position: relative;
	z-index: 1;
}

.dp_alternatePortalFooter,
.dp_AlternatePortalFooter {width:1024px; margin: 0 auto;
	background: rgba(51,102,153,1);
	background: -moz-linear-gradient(top, rgba(51,102,153,1) -1%, rgba(66,116,166,1) 0%, 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) 100%, rgba(53,103,152,1) 100%);
	background: -webkit-linear-gradient(top, rgba(51,102,153,1) -1%, rgba(66,116,166,1) 0%, 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) 100%, rgba(53,103,152,1) 100%);
	background: -o-linear-gradient(top, rgba(51,102,153,1) -1%, rgba(66,116,166,1) 0%, 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) 100%, rgba(53,103,152,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,102,153,1) -1%, rgba(66,116,166,1) 0%, 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) 100%, rgba(53,103,152,1) 100%);
	background: linear-gradient(to bottom, rgba(51,102,153,1) -1%, rgba(66,116,166,1) 0%, 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) 100%, rgba(53,103,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#356798', GradientType=0 );}

.dp_DefaultLayoutTableModule,
.dp_defaultLayoutTableModule {
	padding: 5px 25px !important;
    width: 1177px;
    margin: 5px auto 5px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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 * {font:normal 15px rezvan;}
.ControlPanel #Table2 > tbody > tr > td.SubHead {background: url("image/bg-body.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 BYekan;}
.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 BYekan;color: #333;}
/* .ControlPanel td td td input {color: #000;padding-left: 4px;font: normal 11px BYekan;border-radius: 5px;} */
.ControlPanel td td td select {color: #333;font: normal 14px rezvan; 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 BYekan; margin: 3px 5px;padding: 1px 5px;text-align: center;text-decoration: none}
*/
.Head {color: #404040;font: bold 22px IrSans, Tahoma; letter-spacing: 0}
.SubHead {color: #404040; font:800 12px BYekan,regular}
.SubSubHead {font-weight: bold;font: 11px Tahoma;color: #000;}
.TitleHead {  color: #fff;  font:  18px BYekan, 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;}

/* ==============================================================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 );  }

.border-top-footer {height: 10px;}

/*................. detail ....................*/
.dp-footerlink {color: #fff; font: 12px rezvan, regular, arial;text-decoration: none; text-align: left;}
.dp-footerlink a:visited,
.dp-footerlink a:link,
.dp-footerlink a:active {
	color: #196002;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 100px;
	-webkit-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.dp-footerlink a:hover {
	border-radius: 0;
	box-shadow: inset 0px -34px #196002;
	color: #fff;
	text-decoration: none
}

.dp-footertext { color: #196002; padding: 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: url("image/Website-Pattern-04.jpg") repeat;}

.SiteLink {  direction: rtl; color: #ffffff;  display: block;  padding: 4px;  position: relative;  z-index: 10;  }
.SiteLink a {color: #ffffff; padding: 0 5px; border-left: 1px solid #000000; font:normal 13px BYekan; }
.SiteLink a:hover {color: #336699;}

/*---------- setting buttons styles  --------n.ghelichkhani---------*/
.dp-module-title-btn{
	text-align:center;
	background-color:#f5f5f5;
	border:solid 1px rgba(0, 0, 0, 0.06);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 0 #ffffff;
	-moz-box-shadow:0 1px 0 #ffffff;
	box-shadow:0 1px 0 #ffffff;
	color:#666 !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	width:40px;
	height:30px;
	padding-top:0;
	margin-right:4px;
}
.dp-module-title-btn.sortable-placeholder{
	cursor:grab;
	padding-top: 5px;
}
.dp-modules-title-st-btn{
	margin-top:-4px !important;
}
.dp-modules-title-st{
	display:inline-block;
}
.dp-modules-title-st-list{
	background-color:#fff;
	font: 13px Tahoma;
	display: none;
	width: 150px;
	text-align: right;
	-webkit-box-shadow: 0 1px 3px 0 #333;
	-moz-box-shadow: 0 1px 3px 0 #333;
	box-shadow: 0 1px 3px 0 #333;
	top:30px;
	right:0;
	z-index:9999;
}
.dp-modules-title-st-list a{
	display: block;
	color: #666;
	padding: 10px 15px !important;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	/*-ms-transition: all ease .3s;*/
	-o-transition: all ease .3s;
	transition: all ease .3s;
	border-right:solid 4px transparent;
}
.dp-modules-title-st-list i{
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.dp-modules-title-st-list a:hover{
	color: #fff;
	background-color: #1C2529;
	border-right-color: #367FA9;
}
/*---------- setting buttons styles  ---------end--------*/

/* ==============================================================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"]
{}

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: normal 14px regular;}
.NormalItalic {font: normal 14px regular;}

.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: #54830a}
.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;}
#NewsContent table tr td {  padding: 2px;  }
.MarqueeFont14601 {font: normal  14px BYekan; 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;}

/*................. slider ....................*/
/*
.slider-style {border-radius: 15px; overflow: hidden; border-left: 2px solid #336699; border-right: 2px solid #336699; margin:7px 0; }*/

/* ==============================================================a=l=a=v=i========
   portal-css: slickNav - css
   ========================================================================== */
.slicknav_menu {display:none;}

@media only screen and (max-width: 768px) {

	#navigation-style {display:none;}

	.slicknav_menu {display:block;}
}

.slicknav_btn {background-color: #3C6C9C !important;}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {background: #f8b94f !important; color: #196002 !important;}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover > a {color: #196002 !important;}

.slicknav_menu {background-color: transparent !important;}

/* ==============================================================a=l=a=v=i========
   portal-css: uk-tooltip-custom
   ========================================================================== */
.uk-tooltip {display: none;  position: absolute;  z-index: 1030;  box-sizing: border-box;  max-width: 200px;  padding: 5px 10px;  background: #666666;  font-family: rezvan, arial, sans-serif;  color: #ffffff;  font-size: 14px;  font-weight: normal;  line-height: 18px;  border-radius: 3px;  }
.uk-tooltip:after {content: "";  display: block;  position: absolute;  width: 0;  height: 0;  border: none;  }
.uk-tooltip:before {content: "";  display: block;  position: absolute;  width: 0;  height: 0;  border: 5px dashed #666666;  }
/* Top*/
.uk-tooltip-top:before,
.uk-tooltip-top-left:before,
.uk-tooltip-top-right:before {bottom: -5px;  border-top-style: solid;  border-bottom: none;  border-left-color: transparent;  border-right-color: transparent;  border-top-color: #666666;  }
/* Bottom*/
.uk-tooltip-bottom:before,
.uk-tooltip-bottom-left:before,
.uk-tooltip-bottom-right:before {top: -5px;  border-bottom-style: solid;  border-top: none;  border-left-color: transparent;  border-right-color: transparent;  border-bottom-color: #666666;  }
/*Top/Bottom center*/
.uk-tooltip-top:before,
.uk-tooltip-bottom:before {left: 50%;  margin-left: -5px;}
/* Top/Bottom left*/
.uk-tooltip-top-left:before,
.uk-tooltip-bottom-left:before {left: 10px;}
/* Top/Bottom right*/
.uk-tooltip-top-right:before,
.uk-tooltip-bottom-right:before {right: 10px;}
/* Left*/
.uk-tooltip-left:before {  right: -5px;  top: 50%;  margin-top: -5px;  border-left-style: solid;  border-right: none;  border-top-color: transparent;  border-bottom-color: transparent;  border-left-color: #666666;  }
/*Right*/
.uk-tooltip-right:before {  left: -5px;  top: 50%;  margin-top: -5px;  border-right-style: solid;  border-left: none;  border-top-color: transparent;  border-bottom-color: transparent;  border-right-color: #666666;  }
/*.......End...........Component: Tooltip....................*/

/* ==============================================================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;}

@font-face {
	font-family: 'rezvan';
	src: url('fonts/rezvan.otf'); /* IE9 Compact Modes */
	src: url('fonts/rezvan.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/rezvan.ttf')  format('truetype');/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;}

.register-style h3,
.register-style label,
.register-style dt,
.register-style button {font-family: rezvan,Helvetica,Arial,sans-serif; color: #888888;}

.register-style label {font-family: rezvan,Helvetica,Arial,sans-serif; color: #666666;}

.register-style input,
.register-style textarea,
.register-style select {font-family: rezvan,Helvetica,Arial,sans-serif; background-color: #f5f5f5 !important;  border: 1px solid #dddddd !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: #AAAAAA;}
.register-style select {color: #444444;}

.register-style input:focus,
.register-style textarea:focus {background-color: #ffffff !important; border: 1px solid #AAAAAA !important; color: #444444;
	-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 #444444; background-color: #444444; color: #ffffff;}

.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 {font-family: rezvan,Helvetica,Arial,sans-serif;  color: #666666; 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: #444444; color: #ffffff;}
.register-style .uk-form-row span.userpro-field-icon-hover {background-color: #444444; color: #ffffff;}
.register-style .uk-form-row span.userpro-field-icon-green {background-color: #03A678; color: #ffffff;}
.register-style .uk-button-success {background-color: #03A678; color: #ffffff; margin: 0;}
.register-style .uk-button-danger {color: #ffffff;}
.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: #666666;  border-radius: 50%;  color: #ffffff;  content: attr(data-label);  cursor: help;  font-family: rezvan,arial,sans-serif;  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; font: 12px rezvan; 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: #cccccc; 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 #AAAAAA !important;}
.captcha-padding-bottom { padding-bottom: 35px;}
.pic-profile {
	width: 64px;
	height: 64px;
}
.captcha-refresh-btn { width: 22%; border:1px solid #aaaaaa !important; margin:4px 0 0 0 !important;}
.register-custom-btn {font-family: rezvan !important;}
.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----------------------------*/
/********** BEHBAHAN UNIVERSITY STYLE - DOURAN GROUP - by Mohammad Shabani **********/
/********* HELPER CLASSES *********/
body,p,span,a,h1,h2,h3,h4,h5,h6,button,input,textarea,select,option,table,tbody,th,tr,td { font-family: IrSans , tahoma !important; }

.trans {
    -webkit-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.uk-sticky-placeholder > * {
    -webkit-backface-visibility: initial !important;
    backface-visibility: initial !important;
}

.uk-container ,
.uk-container-expand {
	position: relative;
	z-index: 0;
}

table, table td { border-collapse: separate !important; }

tr td { white-space: normal; }
.txt-algn-right { text-align: right !important; }
.txt-algn-left { text-align: left !important; }
.color-white { color: #fff; }

*{/* outline: 1px solid pink; */}

/********** HEADER LINKS **********/
.header-links {
	float: left;
}

.header-links ul {
	margin: 0 0 0 4px;
	padding: 0;
	display: block;
}

.header-links ul li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}
.header-links ul li a {
	display: block;
}

.header-links ul li a img {
	width: 40px;
	height: 40px;
}

.header-links ul li a img:hover {
	opacity: 0.7;
}

/********** ANCHOR NAVEGATION **********/
.anchor-nav {
    width: 22px;
    height: 126px;
    position: fixed;
    top: calc(50% - 63px);
	right: 2px;
    z-index: 9999;
    background: #196002;
    border-radius: 5px;
}

.anchor-nav ul {
    padding: 0;
}

.anchor-nav li {
	display: block;
	padding: 6px 5px;
	font-size: 16px;
	height: 20px;
}

.anchor-nav a {
    display: block;
    list-style: none;
}

.anchor-nav i {
    display: inline-block;
    color: #fff;
	position: relative;
}

.anchor-nav i:hover {
    color: #f8b94f;
}

.anchor-nav p {
	display: inline-block;
	position: absolute;
	top: 2px;
	color: #196002;
	margin: 0 12px;
	white-space: nowrap;
	font-size: 0;
	-webkit-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.anchor-nav i:hover p {
    font-size: 14px;
}


/*************	Top Right Delete Spaced	***************/
#ctl01_topleftpane .dp-module-title {
	display:none !important;
}

/*************	Top Right Delete Spaced	***************/

.anchor-nav .fa-newspaper-o {
    font-size: 13px;
}

/********** SLIDER **********/
.sliderpack #wowslider-container_quiet {
    width: 100% !important;
    height: auto !important;
}

.ws_images > div > img, .ws_images > ul > li > img {
	/*min-height: 100px;*/
	/*width: auto !important;*/
}

/********** NEWS **********/
.NewsModuleStyle .NewsItemStyle > tbody > tr:first-child ,
.NewsModuleStyle .NewsItemStyle > tbody > tr:nth-child(2) > td:nth-child(3) { display: none; }
.NewsModuleStyle .NewsItemStyle > tbody > tr:nth-child(2) > td:nth-child(1) { width: 130px; }
.NewsModuleStyle .NewsItemStyle > tbody > tr:nth-child(2) > td:nth-child(2) { width: calc(100% - 130px); }

.BorderBackgroundPanel {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.BackgroundPanel {
    background: none !important;
}

[id*=NewsAbstractMorePanel] {
    margin-top: 10px;
}

.AbstractMoreLink {
    color: red;
    padding: 5px;
    font-weight: normal !important;
    font-size: 14px;
}

.AbstractMoreLink:hover {
    color: #fff;
    background: #196002;
    border-radius: 5px;
}

#NewsContent > table > tbody > tr {
	position: relative;
}

#NewsContent > table > tbody > tr > td {
/*	display: inline-block;*/
	background: #fff;
	box-sizing: border-box;
	position: relative;
	right: 0;
    bottom: 0;
	padding: 10px;
	-webkit-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

#NewsContent > table > tbody > tr > td:hover {
	box-shadow: 4px 4px 13px 2px #bdbdbd;
    border-radius: 10px;
	z-index: 1;
	-o-transform: translate(-2px , -2px);
	-moz-transform: translate(-2px , -2px);
	-ms-transform: translate(-2px , -2px);
	-webkit-transform: translate(-2px , -2px);
	transform: translate(-2px , -2px);
}

[id*=DetailsNewsCodeImage] ,
[id*=DetailsSubmitDateImage] ,
[id*=DetailsVisitImage] ,
[id*=DetailsCommentCountImage] ,
[id*=DetailsNewsSourceImage] {
    display: none;
}

[id*=DetailsNewsCodePanel] ,
[id*=DetailsDatePanel] ,
[id*=DetailsVisitPanel] ,
[id*=DetailsCommentCountPanel] ,
[id*=DetailsNewsSourcePanel] {
	position: relative;
    float: right;
    margin-right: 20px;
}

[id*=DetailsNewsCodePanel]:before ,
[id*=DetailsDatePanel]:before ,
[id*=DetailsVisitPanel]:before ,
[id*=DetailsCommentCountPanel]:before , 
[id*=DetailsNewsSourcePanel]:before {
	width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    color: red;
    padding: 2px 0;
    font: 14px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[id*=DetailsNewsCodePanel]:before { content: "\f1ea"; }
[id*=DetailsDatePanel]:before { content: "\f073"; }
[id*=DetailsVisitPanel]:before { content: "\f06e"; }
[id*=DetailsCommentCountPanel]:before { content: "\f086"; }
[id*=DetailsNewsSourcePanel]:before { content: "\f09e"; }

.NewsPreTitleStyle ,
[id*=ContentSubTitle] {
	/*display: none !important;*/
}

.NewsModuleStyle div > [id*=NewsPagingNumbers] {
    display: block;
    margin: 10px 5px;
}

[id*=NewsFooterArchiveLink] {
    float: none !important;
    display: block;
}

.pgNumbersCurrent {
	font-size: 12px !important;
	background: #196002 !important;
    padding: 3px 7px !important;
    margin: 5px;
    border: 1px solid #196002 !important;
    border-radius: 5px;
    color: #f8b94f;
}

.pgNext, .pgPrevious, .pgNumbers {
	color: #196002 !important;
	font-size: 12px !important;
    background: none !important;
    padding: 3px 7px !important;
	margin: 3px;
    border: 1px solid #196002 !important;
    border-radius: 5px;
}

[id*=NewsPagingNumbers_goToBtn] {
    padding: 5px;
}

.pgCurrentPage {
    font-size: 12px;
    color: #196002;
}

/********** NEWS CATGORY **********/
.news-cat-fig {
    position: relative;
	margin-bottom: 40px;
	z-index: 999;
}

.news-cat-fig:hover {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.news-cat-fig img {
    display: block;	
	width: 100%;
	height: auto;
    min-height: 50px;
	background: #fff;
}

.news-cat-fig:before, .news-cat-fig:after {
	z-index: -1;
    height: 20px;
    position: absolute;
    content: "";
    bottom: 38px;
    left: 10px;
    width: 50%;
    max-width: 300px;
    -webkit-box-shadow: 0 35px 20px #000;
    -moz-box-shadow: 0 35px 20px #000;
    box-shadow: 0 35px 20px #000;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.news-cat-fig:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.news-cat-fig figcaption {
	width: 100%;
    position: absolute;
    display: block;
    text-align: center;
    color: #000;
    padding: 5px;
    background: transparent;
}

.news-cat-fig:hover figcaption {
    margin-top: -80px;
    z-index: 9999;
    font-size: 20px;
    background: #fff;
}

/********** SERVICES **********/
.service-lnk {
    display: block;
    margin-bottom: 20px !important;
}

.service-ico {
    width: 100%;
    height: 150px;
    display: block;
    background: #196002;
    position: relative;
    box-shadow: inset 0 0 #f8b94f;
}

.service-ico:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -28px;
    right: calc(50% + -40px);
    border-top: 30px solid #196002;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-ico:before {
    content: "";
    display: block;
    position: relative;
    top: calc(50% - 45px);
    margin: auto;
    width: 70px;
    height: 110px;
    background: url(image/service-icons.png);
    background-size: 500%;
    -webkit-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.ico-sazman:before     {background-position-x: 100%;}
.ico-saminar:before    {background-position-x: 75%;}
.ico-mosavabat:before  {background-position-x: 50%;}
.ico-entesabat:before  {background-position-x: 25%;}
.ico-bakhshname:before { background-position-x: 0; }

.service-lnk:hover .ico-sazman:before ,
.service-lnk:hover .ico-saminar:before ,
.service-lnk:hover .ico-mosavabat:before ,
.service-lnk:hover .ico-entesabat:before ,
.service-lnk:hover .ico-bakhshname:before { background-position-y: 140%; }

.service-title {
    width: 100%;
    height: 120px;
    border: 0;
    font-size: 17px;
    padding: 40px 20px 20px 20px;
    cursor: pointer;
	pointer-events: none;
   color: #575757;
	box-shadow: inset 0 0 #f7b94c;
    background: #e0e0e0;
    background: -moz-linear-gradient(-45deg, #a4a4a4 0%, #efefef 45%, #efefef 55%, #a4a4a4 100%);
    background: -webkit-linear-gradient(-45deg, #a4a4a4 0%,#efefef 45%,#efefef 55%,#a4a4a4 100%);
    background: linear-gradient(135deg, #a4a4a4 0%,#efefef 45%,#efefef 55%,#a4a4a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#a4a4a4',GradientType=1 );
}

.service-lnk:hover .service-title {
    color: #196002;
    padding: 20px;
    box-shadow: inset 0 -120px #f7b94c;
}

.service-lnk:hover  .service-ico {
    box-shadow: inset 0 150px #f8b94f;
}

.service-lnk:hover .service-ico:after {
    bottom: 0;
    border-top-width: 0;
}

/********** ELECTRONIC SERVICE **********/
.e-service-lnk {
    display: block;
    height: calc(100% - 4px);
}

.e-service-fig {
    background: #196002;
    position: relative;
    margin: 2px;
    height: auto;
    overflow: hidden;
}

.e-service-fig figcaption {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-shadow: 1px 1px 3px black;
    box-sizing: border-box;
}

.e-service-fig .txt-black {
    color: #000;
    text-shadow: 1px 1px 3px #fff;
}

.e-service-fig img {
    width: 100%;
    height: auto;
}

.e-service-lnk:hover .e-service-fig img {
    height: auto;
	-webkit-transform: rotate(5deg) scale(1.2 , 1.2);
    -moz-transform: rotate(5deg) scale(1.2 , 1.2);
    -o-transform: rotate(5deg) scale(1.2 , 1.2);
    -ms-transform: rotate(5deg) scale(1.2 , 1.2);
    transform: rotate(5deg) scale(1.2 , 1.2);
    opacity: 0.7;
}

.e-service-lnk:hover .e-service-fig figcaption {
    top: 50%;
    bottom: initial;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    font-size: 20px;
}

/********** TABS **********/
.RadTabStrip_Default_RTL li a {
    background: #fdd533 !important;
    color: #196002 !important;
    font-size: 16px !important;
	height: auto !important;
	border-style:bold !important;
}

.RadTabStrip_Default_RTL li a:not(.selected):hover {
    outline: 1px solid #196002;
	
}

.RadTabStrip_Default_RTL li a > span {
    display: flex; 
	padding: 5px;
	border-radius: 100px;
	-webkit-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -ms-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: all 0.5s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.RadTabStrip_Default_RTL li a.selected > span {
	color: #f7b94c;
	border-radius: 0;
    box-shadow: inset 0px -50px #196002;
}

.RadTabStrip_Default_RTL_rtl li.last a .wrap ,
.RadTabStrip_Default_RTL_rtl li.first a .innerWrap ,
.RadTabStrip_Default_RTL_rtl li a.selected .wrap ,
.RadTabStrip_Default_RTL_rtl li a.selected:hover .wrap ,
.RadTabStrip_Default_RTL_rtl li a .innerWrap ,
.RadTabStrip_Default_RTL_rtl li a .wrap {
    background: transparent !important;
	margin: 0 !important;
}

.RadTabStrip_Default_RTL .levelwrap > ul > li > a {
	margin: 0 5px 5px 0;
}

.RadTabStrip_Default_RTL li a .innerWrap {
    font-size: 18px !important;
    min-width: 160px;
}

[id*=MultiContentViewerContainer] [id*=divContainer] > div[style*=flex] {
	-webkit-animation: opentab 0.5s;
    animation: opentab 0.5s;
	
}

@keyframes opentab {
    0%   { margin: -100% 0 100% 0; }
    100% { margin: 0;  }
}


/********** TAB LINKS **********/
.tab-links {
    background: url(image/bg-body.jpg);
}

/********** FOOTER INFOS **********/
.footer-infos {
    background: #196002;
	color:#FFF;
}

.info-txt-right ,
.info-txt-left {
    color: #fff;
    padding: 10px;
    line-height: 2em;
}

.info-txt-right a ,
.info-txt-left a ,
.info-txt-right a:hover ,
.info-txt-left a:hover {
    color: #f7b94c;
}

.info-txt-left {
	text-align: left;
}

/********** FOOTER **********/
.dp-footerlink table[id*=PortalFooter] {
	float: left;
}

div[align=center] h1[style="font:normal 9px Tahoma; margin:0;"] {
    background: #f7b94c;
}

/********** MEDIA CONTROLL **********/
@media (max-width: 1177px) {
	.dp_DefaultLayoutTableModule,
	.dp_defaultLayoutTableModule {
		width: 100% !important;
	}
}

@media (max-width: 960px) {
	.NewsModuleStyle > table > tbody > tr > td {
		display: block;
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.RadTabStrip_Default_RTL li {
		width: calc(50% - 4px);
		margin: 2px !important;
		padding: 0 !important;
	}
	
	.RadTabStrip_Default_RTL li > a {
    	display: block;
		width: 100%;
		margin: 0;
	}
	
	.RadTabStrip_Default_RTL li > a > span {
    	display: block;
		width: calc(100% - 10px);
		margin: 0 !important;
	}
	
	.RadTabStrip_Default_RTL li a {
/*		padding: 5px 0 !important;*/
	}
	
	.RadTabStrip_Default_RTL li a .innerWrap {
		width: calc(100% - 40px);
	}
	
	.services .uk-grid > *:last-child {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.res-menu.uk-active {
		background: #196002;
		position: fixed !important;
		width: 100% !important;
		padding: 5px 30px;
		border-bottom: 2px solid #f8b94f;
		box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
	}

	.info-txt-left { text-align: right; }
	.header-icons { background: #196002; padding: 0 30px !important; }
	.res-menu:not(.uk-active) .header-icons { margin-left: 30px !important; }
	.nav-pos { margin: 0; }
	.slicknav_btn { background: #f8b94f !important; }
	.res-menu:not(.uk-active) .slicknav_menu { padding-right: 30px; }
	.slicknav_menu .slicknav_icon-bar { background: #196002; }
	.dp-top-header > .uk-container.uk-container-center { padding: 0; }
}

@media (max-width: 640px) {
	.NewsItemStyle > tbody > tr:nth-child(2) td {
		float: right;
		width: 100% !important;
	}
	
	.RadTabStrip_Default_RTL li {
		width: 100%;
		margin: 2px 0 !important;
		

	}
}


.areeomulti {
    background-color:  #FFF;
   
	font-size: 12px;
	padding-right: 7px;
	padding-top: 7px;
}
.areeomulti a:link, .areeomulti a:visited {
    color: #196002
}
.areeomulti em {
    color: #144c01
}
.areeomulti a:hover {
    color:#f7b94c
}


/********** DOURAN COPYRIGHT **********/
.dp-poweredby {
	display: block;
	direction: ltr;
	text-align: center;
	padding: 9px 0 9px;
	background: #333;
	box-shadow: inset 0 4px 10px #222;
}

.dp-poweredby #poweredbylink,
.dp-poweredby .version {
	color: #fff;
	font-size: 0;
	padding-left: 10px;
	display: inline-block;
	transition: .5s;
	vertical-align: middle;
}

.dp-poweredby #poweredbylink {
	padding: 6px;
	border-radius: 5px;
	background: #fc0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#poweredbylink:hover {
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

#poweredbylogo {
	width: 20px;
	height: 20px;
	padding-right: 20px;
	background: url(image/logo-dourtal.png);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .5s;
	transition: .5s;
}

#poweredbylink:hover #poweredbylogo {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#poweredbylink:hover + .version {
	font-size: 14px;
}

span[id$="_newsModuleList_topnewsModule"].tnDialog {
z-index: 402 !important;
}







.top-site-header{
	background: #fff;
    	background: url(https://na.areeo.ac.ir/design/themes/res-tat/default/rtl/image/backgroundup.jpg) no-repeat left;
    	background-size: cover;
}
.bg-background{
	background-color: #ffffff !important;
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #ffffff 9px ), repeating-linear-gradient( #dbffc155, #dbffc1 )!important;
}




