/* @import "reset.css"; */
/* ==============================================================a=l=a=v=i========
   portal-css: fonts
   ========================================================================== */

/*................. persian - font ....................*/
@font-face {
	font-family: 'BYekan';
	src: url('fonts/WebYekan.eot');
	src: url('fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
	url('fonts/WebYekan.woff2') format('woff2'),
	url('fonts/WebYekan.woff') format('woff'),
	url('fonts/WebYekan.ttf')  format('truetype'),
	url('fonts/WebYekan.svg#svgFontName') format('svg');
	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;}*/

/*................. 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;}*/

/* ==============================================================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 Tahoma, Verdana, Helvetica, sans-serif ;color: #000;}
input, select, textarea {font: 11px Tahoma, arial; }
th {font: bold 12px Tahoma, Verdana, Helvetica, sans-serif;vertical-align: baseline;color: #000;}	
tr, td {font:normal 12px IRIN, regular;}

.bg-background { background: #dbdbff; }

.dp-cp-modules-box div {
    margin: 10px 0;
}

/********** >>>>>>>>>> PORTAL UI >>>>>>>>>> **********/
#MultiViewAddViewTable ,
.NewsEditContainer {
	background: #fff !important;
}

#MultiViewAddViewTable {
	padding: 5px
}

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: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px 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;
}

input[type=radio]:checked {
    border: 6px solid #1e87f0 !important;
    outline: 0 none;
}

input[type=checkbox] {
	position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    margin: 4px !important;
    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;
}

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 !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    border: 2px solid #1e87f0 !important;
    border-radius: 2px !important;
    min-height: 35px;
    padding: 5px 10px !important;
    margin: 5px !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;
}

.CommandButton:hover {
	color: #fff !important;
    box-shadow: inset 0px -35px 0px 0px #1e87f0 !important;
    outline: 0;
}

/********** OK & CONTINUE BTN **********/
.CommandButton[href*=ctl03] ,
.CommandButton[href*=ctl11] ,
.CommandButton[href*=ctl70] ,
#RelatedNewsSaveButton ,
#ImageSaveOrderButton {
    border: 2px solid #00a500 !important;
    color: #00a500 !important;
	outline: 0;
}

.CommandButton[href*=ctl03]:hover , 
.CommandButton[href*=ctl11]:hover ,
.CommandButton[href*=ctl70]:hover , 
#RelatedNewsSaveButton:hover ,
#ImageSaveOrderButton:hover {
	color: #fff !important;
	box-shadow: inset 0px -35px 0px 0px #00a500 !important;
}

/********** 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 !important;
	outline: 0;
}

.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;
	box-shadow: inset 0px -35px 0px 0px #ff7800 !important;
}

/********** DELETE BTN **********/
.CommandButton[onclick*=confirmDelete] {
    color: red !important;
    border: 2px solid red !important;
}

.CommandButton[onclick*=confirmDelete]:hover {
	color: #fff !important;
    box-shadow: inset 0px -35px 0px 0px red !important;
}

#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] {
    font: inherit !important;
    background: #fff;
    min-height: 30px;
    border: 1px solid #1e87f0 !important;
    border-radius: 3px !important;
    color: #1e87f0 !important;
    padding: 5px !important;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

input[type=file]:after {
    content: "انتخاب فایل";
    width: 34%;
    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: news - style
   ========================================================================== */
.DPNewsImageLink img {
    border: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100%;
    margin: auto;
}

.DPNewsImageLink img:hover {
}

.DPNewsItemTitleNewFont span ,
.DPNewsItemTitle span {
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #13133f;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: normal !important;
}

.DPNewsWrap * {}
.NewTextStyle {font: 11px byekan !important}

/* ==============================================================a=l=a=v=i========
   portal-css: pane-responsive
   ========================================================================== */
.table-class { width: 100%; }
.table-row-class { display: flex; width: 100%; }

.toppane,
.bottompane,
.contentpane {display: block;  padding: 0 7px;  width: 100%; vertical-align: top; box-sizing: border-box; border:2px solid transparent; border-collapse: collapse;}

.leftpane,
.rightpane {display: table-cell;  min-width: 200px; padding: 0 7px; vertical-align: top; box-sizing: border-box; border:2px solid transparent; border-collapse: collapse;}

.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-container{
	background: url("footerpane-bg.png") no-repeat 60% 0 / auto 100%;
	position: relative;
	background-color: #283541;
	border-bottom: 1px solid #4c5762;
	color: #fff !important;
}

@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;}
}

@media screen and (max-width: 768px) {
	.res-menu {
		width: calc(100% + 50px);
    	margin-right: -25px;
		display: block !important;
		border-radius: 5px;
		background: #21214a;
		position: relative;
		z-index: 999;
	}
}

.dp-custom-padding { padding: 0 7px; }

div.table-class div[id$=paneheader] {
	margin-bottom: 5px;
	height: 25px;
	background-color: #efefef;
	text-align: center;
	font: 200 18px rezvan,tahoma;
	border-radius: 3px;
	border: 1px solid #dbd9d9;
}
/* ==============================================================a=l=a=v=i========
   portal-css: header
   ========================================================================== */
.bg-header {background: url("image/Website-Pattern-04.jpg") repeat;}

/*................. background - detail....................*/


/*................. banner ....................*/
.portal-image {
	background: #292951;
	background: -moz-linear-gradient(left, #292951 1%, #6868a6 50%, #292951 100%);
	background: -webkit-linear-gradient(left, #292951 1%,#6868a6 50%,#292951 100%);
	background: linear-gradient(to right, #292951 1%,#6868a6 50%,#292951 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292951', endColorstr='#292951',GradientType=1);
}

.portal-image a {
    display: flex;
    width: 100%;
}

.portal-image img {max-width:100%;height:auto;overflow: hidden; visibility: visible; margin: 2px auto;  border-radius: 5px; padding-bottom: 20px;}

/*........................icons........................*/
.dp_header_icon { text-align: left; }
.dp_header_icon ul { display: inline-block; padding: 2px 0;}
.dp_header_icon ul li { display: block; float: right; margin: 0 2px; }
.dp_header_icon ul li:hover { box-shadow: inset 0 0 0 15px #fff; border-radius: 100px; }
.dp_header_icon ul li:hover a i { color: #13133f; }

.admin { background: url("image/admin.png") no-repeat center; }
.lang { background: url(image/EN.png) no-repeat 5px; }
.logon { background: url("image/logon.png") no-repeat center; }
.home-btn { background: url("image/home.png") no-repeat center; }

.dp_header_icon ul li:hover .lang { background: url(image/EN-h.png) no-repeat 5px; }

.style-icon {
	display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 5px;
    font-size: 17px;
}

.style-icon i {
	display: block;
    margin: -2px;
}

/*........................company-name........................*/
.company-name a { text-decoration: none; }
.company-name a p { color: #ffffff; font: 24px/33px rezvan; margin: 0; text-align: right; }

/*........................date........................*/
.dp-date { color: #595757 !important;margin-top: 8px;text-align: right; }
.dp-date-pos { display: inline-block; text-align: right; color: #fff; padding: 3px 0; 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........................*/
.dp-search {
    border-radius: 5px;
    margin: 5px 20px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 9999;
}

.dp-search img#imgLoading { position: relative; }

.dp-search button.HeaderSearchButton
{background: url(image/search-icons-edit.png) no-repeat; opacity: 0.8; border:0; height: 20px; text-indent: -9999px; width: 20px; vertical-align: top; margin-top: 5px; cursor: pointer;}

.dp-search button.HeaderSearchButton:hover {background: url(image/search-icons-edit.png) no-repeat; opacity: 1}

.dp-search input.headerSearchTextBox
{ background-color: #74C2E1;  border: 0 none;  color: #04279b !important;  height: 22px;  margin: 2px;  outline: 0 none;  width: 100px;}

.dp-search input.HeaderSearchButton
{display:none; background: url(image/search-icons.png) no-repeat; border:0; height: 18px; text-indent: -9999px; width: 24px; vertical-align: top; margin-top: 5px; cursor: pointer;}

.dp-search input.HeaderSearchButton:hover {background: url(image/search-icons2.png) no-repeat;}

/*toggle search box with css by Jnamazi*/

.togglesearch{
	margin-left: -25px;
}

.togglesearch input[type=text] {
    background: transparent url(image/search-icons.png) no-repeat 8px center;
    padding: 0;
    padding-right: 8px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.togglesearch input[type=text] {
	width: 32px;
    height: 32px;
	padding-left: 0;
	color: transparent;
	cursor: pointer;
}
.togglesearch input[type=text]:hover {
	background: #fff url(image/search-icons2.png) no-repeat 8px center;
}

.togglesearch input[type=text]:focus {
    background: url(image/search-icons2.png) no-repeat 8px center;
    width: 150px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

.togglesearch input::-webkit-input-placeholder {
  color: transparent;
}

.togglesearch input::-moz-placeholder {
  color: transparent;
}

.togglesearch input:-ms-input-placeholder {
  color: transparent;
}

.togglesearch input:-moz-placeholder {
  color: transparent;
}

/*---------------sticky menu style----------------*/

@keyframes fadeInDown { 
0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

#header-sticky.uk-active nav {
        height: 50px !important;
        background-color: #3DB5AC;
        -webkit-box-shadow:0 5px 5px -5px #333;
        -moz-box-shadow: 0 5px 5px -5px #333;
        box-shadow:0 5px 5px -5px #333;
        border-bottom: 1px solid #fff;
    }

#header-sticky.uk-active nav ul.dp-navigation-menu{
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }    
    
#header-sticky.uk-active nav .res-menu{
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
#header-sticky.uk-active img {
    width: 15%;
    min-width: 320px;
    animation-duration: 1s; 
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
/*........................navigation........................*/
.nav-pos { display:table; width: 100%; height:40px;}
.res-menu{display:none}

/* ==============================================================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;}

.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 { background: #13133f; min-height: 50px; }

.dp-top-header {
	height: 30px;
	background: #13133f;
}

.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: 15px; max-width: 1024px !important; width: 100% !important; margin: 5px auto 5px auto;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; border-radius: 10px;
	background: #fff;
}

.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/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 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 rezvan, 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;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;}

.CommandButton,
a.CommandButton
{  background-color: #74C2E1;  border: medium none;color: #000000;display: inline-block;font: 8pt BYekan; 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 );  }

.dp-footer-container{
}

/*................. detail ....................*/
.dp-footerlink {color: #fff; font: 12px rezvan, regular, arial;text-decoration: none; direction:ltr; padding-left:10px}
.dp-footerlink a:visited,
.dp-footerlink a:link,
.dp-footerlink a:active{color: #fff; text-decoration: none; font: normal 14px rezvan;}
.dp-footerlink a:hover {color: #000000; text-decoration: none}
.dp-footertext { color: #fff; float: right; clear: both; margin-top: 15px; font-size: 13px; }

/*........................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: #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;}

/* ==============================================================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"]
{   color: #555;  font: normal 14px regular;  font-weight: 400;  margin: 2px 0;  padding: 0 5px;  border: 1px solid #BFBDBD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;}

select.NormalTextBox {padding: 3px 5px !important}
.NormalTextBox {color: #000;font: normal 12px regular;}
.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;}

.CommandButton:hover,
a.CommandButton:hover {background-color: #74C2E1; color: #000000;}

.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: 13px BYekan , tahoma !important;
    font-family: BYekan !important;
    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}

[id*=NewsContentList] { display: block; }

.NewsModuleStyle > Table > tbody {
	display: block;
	margin: 0 0 -20px -20px;	
}

.NewsModuleStyle > Table > tbody > tr {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ctl01_Banner_ctl00 {display: none;}
#NewsContentLayout { border-spacing: 0; }
#NewsContent > table > tbody > tr > td {
    padding: 0;
}

[id*=NewsContentPanel] {
    margin: 0 0 20px 20px;
    background: #fff;
	border: 1px solid #dbdbff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.20);
}

.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;}

.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;
}
#sliderpack .dp-module{
	margin-top: 47px;
	/*padding-top: 47px;*/
}

#sliderpack .dp-module-content{
	border:none !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-top: 0;
}
#sliderpack iframe{
	display:block !important;
	margin:0 !important;
	width: 100% !important;
}
.sliderpack table{
	border-spacing:0;
}
.sliderpane{
	padding: 0 !important;
}

.dp-slider-container{
	position: relative;
    z-index: 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 !important;}
	.slicknav_menu {display:block;}
}

.slicknav_btn { background-color: #dbdbff !important; margin: 4px !important; }
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover { background-color: #dbdbff !important; color: #21214a !important; }
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover a { background-color: #dbdbff !important; color: #21214a !important; }
.slicknav_menu { background-color: rgba(33, 33, 74, 0.7) !important; padding: 5px 20px !important; }
.slicknav_menu .slicknav_icon-bar { background: #21214a !important; }

.slicknav_nav .slicknav_arrow {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ==============================================================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----------------------------*/

/*---------- setting buttons styles  -----------------*/
.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;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:40px;
	height:30px;
	padding-top:5px;
	margin-right:4px;
}
.sortable-placeholder{
	cursor:grab;
}
.dp-modules-title-st-btn{
	margin-bottom:5px !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;
	left:0;
	z-index:99;
}
.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;
}

/******************** MENU ********************/
.clearfix:before,
.clearfix:after {content: "";display: table;} 
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

#navigation-style { display: inline-block; min-height: 50px; direction: rtl;  text-align: right; }

#menu {
	background: #21214a;
    border-top: 2px solid #dbdbff;
	height: 50px;
}

#menu.uk-active {
	background: rgba(74, 33, 75, 0.9);
	border-top: 0;
	box-shadow: 0 2px 20px -2px black;
	z-index: 999;
}

.menu-home-ico {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    margin: 4px 10px;
}

.dp-navigation-menu {
	display: inline-block !important;
    margin: 0;
    padding: 0;
}
.dp-navigation-menu  li { display: inline-block; margin: 0;white-space: nowrap;width: auto; position: relative !important; list-style: none;}
.dp-navigation-menu ul {
	/* display: block !important; */
	background: #21214a;
    display: none;
    margin: 0;
    padding: 5px;
    border: 1px solid #dbdbff;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 48px !important;
    height: auto;
    width: auto;
    z-index: 99999 !important;
}

#menu.uk-active .dp-navigation-menu ul {
	background: rgba(47, 47, 96, 0.95);
}

#menu.uk-active .dp-navigation-menu > li > ul {
    top: 50px !important;
}

.dp-navigation-menu ul ul {
	top: 0 !important;
    right: calc(100% + 5px) !important;
    border-radius: 5px 0 0 5px;
	border: 1px solid #dbdbff;
}

* html .dp-navigation-menu ul li {width: 223px !important; position: relative; z-index: 99999 !important;}

.dp-navigation-menu li a:link, 
.dp-navigation-menu li a:visited, 
.dp-navigation-menu li a:hover {display: block;white-space: nowrap; color: #fff;}
.dp-navigation-menu li a {
	margin-left: 5px;
    padding: 13px 5px;
    font-size: 13px;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.dp-navigation-menu ul li { display: block; margin: 0;padding: 0; white-space: nowrap; min-width: 150px; z-index: 99999 !important;}
.dp-navigation-menu ul li a { padding: 5px; }

.dp-navigation-menu ul li {}

.dp-navigation-menu ul li:last-child {border-bottom: none !important;}
.dp-navigation-menu li.parent  > a {background: url(image/arrow-down.png) no-repeat 5% 55% ;}
.dp-navigation-menu li.parent   a.parent-link {    background: url(image/arrow-down.png) no-repeat 5% 55%; padding-left: 20px;}
.dp-navigation-menu ul li.parent > a { background: url(image/arrow-right.png) no-repeat 5% 55% !important;}
.dp-navigation-menu ul li.parent  a.parent-link{ }

.dp-navigation-menu li.parent:hover > a {  }

.dp-navigation-menu ul li.parent:hover  > a {  }

.dp-navigation-menu li a:hover {
    border-radius: 0;
    border-bottom: 4px solid #dbdbff;
}

.dp-navigation-menu ul li a {  font: normal 12px/18px byekan;  color: #ffffff;  cursor: pointer;  margin: 4px;    }
.dp-navigation-menu ul li a:hover {
    border: 0;
    border-radius: 0;
	color: #21214a;
}

.dp-navigation-menu ul li a:after {
    content: "";
    width: 0%;
    height: 100%;
    background: #dbdbff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.dp-navigation-menu ul li a:hover:after {
    width: 100%;
}

ul.dp-navigation-menu > li.has-sub:active > ul.sub,
ul.dp-navigation-menu > li.has-sub:hover > ul.sub {
    display: block;
/*    animation-duration: 0.5s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;*/}

.uk-sticky-placeholder {
	position: relative;
}

#menu.uk-active .nav-pos {
	max-width: 100%;
    width: 100%;
	height: 100%;
    margin: 0;
	border-bottom: 2px solid #dbdbff;
	background: rgba(33, 33, 74, 0.7);
    z-index: 99999;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/*---------- setting buttons styles  ---------end--------*/











/********** LAVENDER GLASSS THEME STYLE - DOURAN GROUP - by Mohammad Shabani **********/
/********* HELPER CLASSES *********/
body { direction: rtl !important; }
body,p,span,a,h1,h2,h3,h4,h5,h6,button,input,textarea,select,option,table,tbody,th,tr,td { font-family: BYekan, Tahoma; }

.trans {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.uk-sticky-placeholder > * {
/*    -webkit-backface-visibility: initial !important;*/
/*    backface-visibility: initial !important;*/
}

.uk-container ,
.uk-container-expand {
/*	position: relative;*/
/*	z-index: 0;*/
}

tr td { white-space: normal !important; }
.txt-algn-right { text-align: right !important; }
.txt-algn-left { text-align: left !important; }
.color-white { color: #fff; }

*{/* outline: 1px solid pink; */}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

marquee { max-width: 100%; }

/********* MENU *********/
#menu.uk-active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 99;
  box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.5);
}

#menu.uk-active::after {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

#menu figure.snap {
	display: none;
}

#menu.uk-active figure.snap {
	max-height: 100%;
    overflow: hidden;
    display: block;
	margin-top: -52px;
}

#menu.uk-active .res-menu figure.snap {
    background: none;
    width: calc(100% + 50px);
    max-height: calc(100% + 100px);
    overflow: hidden;
    display: block;
    margin-top: -74px;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#menu.uk-active figure.snap canvas {
	margin-top: 242px;
}

.blurred {
	background: #fff;
	-webkit-filter: blur(0.5em);
	filter: blur(0.5em);
}

/********** SLIDER **********/
.sliderpack #wowslider-container_quiet {
    width: 100% !important;
    height: auto !important;
}

/********** NEWS **********/
.NewsItemStyle > tbody > tr:first-child > td:first-child {
   display: none;
}

.NewsItemStyle > tbody > tr:nth-child(2) > td:first-child {
    float: right;
    padding: 0;
    overflow: hidden;
}

.NewsItemStyle > tbody > tr:nth-child(2) > td:nth-child(2) {
	float: right;
    height: 110px;
	width: calc(100% - 150px);
	position: relative;
	background: #fff;
	background: -moz-linear-gradient( 0deg, #fff 95%, #dbdbff 100%);
	background: -webkit-linear-gradient( 0deg, #fff 95%, #dbdbff 100%);
	background: -ms-linear-gradient( 0deg, #fff 95%, #dbdbff 100%);
}

[id*=NewsAbstractPanel] {
    height: 40px;
    overflow: hidden;
    border: 0 !important;
    background: transparent !important;
    padding: 0 10px !important;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

.PanelTitle {
	height: 25px;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

[id*=ContentDetailsPanel] {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.DPNewsWrap {
    position: relative;
	float: right;
}

[id*=DetailsVisitPanel] b ,
[id*=DetailsNewsCodePanel] ,
[id*=DetailsDatePanel] img ,
[id*=DetailsDatePanel] b ,
[id*=DetailsSubmitTime] ,
[id*=DetailsDatePanel] span:nth-child(4) ,
[id*=DetailsDatePanel] span:nth-child(5) ,
[id*=DetailsVisitPanel] span:nth-child(3) ,
[id*=DetailsCommentCountPanel] span:nth-child(3) ,
[id*=DetailsCommentCountPanel] b ,
[id*=DetailsNewsSourcePanel] ,
[id*=ContentPreTitle] ,
[id*=ContentSubTitle] {
    display: none !important;
}

[id*=DetailsVisitCount] {
    font-size: 14px;
	color: #3030c0;
	margin-right: 20px;
}

[id*=DetailsVisitCount]:before {
    content: "\f06e";
    display: block;
    color: #3030c0;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
	top: 2px;
    right: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[id*=DetailsSubmitDate] td {
    font-size: 14px;
    color: #3030c0;
	margin-right: 20px;
}

[id*=DetailsSubmitDate] td:before {
    content: "\f073";
    display: block;
	color: #3030c0;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
	top: 4px;
    right: -16px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[id*=NewsFooterArchiveLink] {
	margin-top: 0 !important;
    display: inline-block;
    float: none !important;
    clear: none !important;
	padding: 0 20px 20px 0;
}

[id*=DetailsCommentCount] {
    font-size: 14px;
	color: #3030c0;
	margin-right: 14px;
}

[id*=DetailsCommentCount]:before {
	content: "\f0e6";
    display: block;
	color: #3030c0;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
	top: 4px;
	right: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[id*=NewsAbstractMorePanel] ,
[id*=NewsAbstractMorePanel]:hover {
    position: absolute;
    left: 0;
    bottom: 0;
}

[id*=NewsAbstractMoreLink] {
    display: block;
    height: 24px;
    color: #fff;
	background: #21214a;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal !important;
    padding: 2px 14px;
    margin: 8px;
    border-radius: 100px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

[id*=NewsAbstractMoreLink]:hover {
    color: #fff;
	padding-left: 26px;
}

[id*=NewsAbstractMoreLink]:after {
    content: "\f053";
    width: 0;
    overflow: hidden;
    position: absolute;
    top: 14px;
    left: 18px;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

[id*=NewsAbstractMoreLink]:hover:after {
    width: 10px;
}

[id*=NewestNewsNewLabel] {
    position: absolute;
    top: 9px;
    right: -36px;
    background: red;
    color: #fff !important;
    padding: 0 5px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

[id*=NewestNewsNewLabel]:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-left: 8px solid red;
    border-bottom: 9px solid red;
    position: absolute;
    top: 0;
    right: -16px;
}

[id*=NewestNewsNewLabel]:after {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-right: 8px solid red;
    border-bottom: 9px solid red;
    position: absolute;
    top: 0px;
    left: -16px;
}

[id*=NewsCategoryContainer] {
    margin: -10px 5px 0 0 !important;
    display: block;
    float: none !important;
    padding: 10px 10px 0 10px;
}

[id*=NewsListContainer] {
    padding: 10px 10px 0 10px;
}

.NewsModuleStyle > div {
    margin: 15px 0 5px 0;
    display: inline-block;
}

[id*=ArchiveLinkCaption] {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
}

.pgCurrentPage {
    font-size: 14px !important;
    color: #21214a !important;
}

.pgNumbersCurrent {
    font-size: 14px;
	background: #21214a !important;
    color: #fff;
    border: 1px solid #21214a !important;
    border-radius: 5px;
    padding: 2px 5px !important;
    margin: 0 2px;
}

.pgNext , .pgPrevious , .pgNumbers {
    font-size: 14px !important;
    background: #fff !important;
    color: #21214a !important;
    border: 1px solid #21214a !important;
    border-radius: 5px;
    padding: 2px 5px !important;
    margin: 0 2px;
}

.pgNext:hover , .pgPrevious:hover , .pgNumbers:hover {
    background: #21214a !important;
    color: #fff !important;
}

[id*=NewsPagingNumbers_goToBtn] {
	height: 25px;
	display: inline-block;
    font-size: 14px;
	line-height: 16px;
    background: #21214a;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0 5px 5px 0;
    vertical-align: middle;
}

[id*=NewsPagingNumbers_goToBtn]:hover {
    color: #fff;
}

input[id*=NewsPagingNumbers_goToTxt] {
    min-height: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
    border: 1px solid #21214a !important;
    border-radius: 5px 0 0 5px !important;
    padding: 0px 5px !important;
    outline: none;
}

[id*=NewsActiveImage] {
    position: absolute;
    top: 0;
    right: -17px;
    z-index: 9;
}

.NewsItemStyle > tbody > tr:nth-child(2) > td:first-child .DPNewsImageLink {
    display: flex;
	position: relative;
    overflow: hidden;
	border-radius: 0 5px 5px 0;
	width: 150px;
    height: 110px;
	margin: auto;
}

.DPNewsImageLink:before {
    content: "";
    position: absolute;
    top: -100%;
    right: -100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: -moz-linear-gradient(left, transparent 0%, #fff 100%);
    background: -webkit-linear-gradient(left, transparent 0%, #fff 100%);
    background: linear-gradient(to right, transparent 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff',GradientType=1 );
}

.DPNewsImageLink:hover:before {
	width: 50px;
    height: 300px;
    top: 0;
    right: 140%;
}

/********** TABS **********/
[id*=MultiContentViewerContainer] {
    margin-bottom: 20px;
}

[id*=MultiContentViewerContainer] [id*=divContainer] {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px 0 5px 5px;
	padding: 10px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.20);
	position: relative;
}

.RadTabStrip_Default_RTL li a.selected {
    display: block;
    height: auto;
    font-size: 18px !important;
    color: #21214a !important;
    padding: 5px 30px !important;
    margin: 0 !important;
    border: 1px solid #fff;
    border-radius: 5px 5px 0 0;
	background: -moz-linear-gradient( 90deg, #fff 36%, #dedef7 100%) !important;
    background: -webkit-linear-gradient( 90deg, #fff 36%, #dedef7 100%) !important;
    background: -ms-linear-gradient( 90deg, #fff 36%, #dedef7 100%) !important;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.2);
	z-index: 9 !important;
}

.RadTabStrip_Default_RTL li a ,
.RadTabStrip_Default_RTL li a span {
	background: none !important;
	margin: 0 !important;
}

.RadTabStrip_Default_RTL li a {
	height: auto !important;
    color: #777 !important;
    font-size: 14px !important;
    border: 2px solid #fff;
    margin: 8px 0px 0px 2px !important;
	background: -moz-linear-gradient( 90deg, #fff 36%, #dedede 100%) !important;
    background: -webkit-linear-gradient( 90deg, #fff 36%, #dedede 100%) !important;
    background: -ms-linear-gradient( 90deg, #fff 36%, #dedede 100%) !important;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.2);
	z-index: 0 !important;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.RadTabStrip_Default_RTL li a.selected:after {
    content: "";
    background: #fff;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    right: 0;
}

[id*=MultiContentViewerContainer] [id*=divContainer] > div {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	
}

[id*=MultiContentViewerContainer] [id*=divContainer] > div[style*=block] {
	-webkit-animation: opentab 0.5s;
	animation: opentab 0.5s;
}

@keyframes opentab {
    0%   { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
    200% { -webkit-transform: scale(1); -ms-transform: scale(0); transform: scale(0); }
}

.tabstrip ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabstrip ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.tabstrip ul::-webkit-scrollbar{
	height: 15px;
	background-color: #F5F5F5;
}

.tabstrip ul::-webkit-scrollbar-thumb{
	background-color: #21214a;
}

/********** SIDE MENU **********/
[id*=simple_menu] li {
    position: relative;
	background: none !important;
}

[id*=simple_menu] ul {
    position: absolute !important;
    top: 0 !important;
}

[id*=simple_menu] a {
    font: 13px byekan , tahoma !important;
	color: #21214a !important;
    background: #fff !important;
    padding: 8px 5px !important;
    border: 1px solid #20204b !important;
    margin-bottom: -1px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

[id*=simple_menu] a:hover {
   	background: #4d4d80 !important;
    color: #fff !important;
}

[id*=simple_menu] a.arrow:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    border: 5px solid transparent;
    border-right: 5px solid #21214a;
}

[id*=simple_menu] a.arrow:hover:after {
    border-right: 5px solid #fff;
}

[id*=simple_menu] > li:last-child a {
    border-radius: 0 0 5px 5px;
}

.dp-module-content .menu-v { margin: -10px !important; }

.menu-v, .menu-v ul {
	width: 182px !important;
	border: 0 !important;
}

/********** LINKS MOUDLE **********/
table[id*=myDataList] a[id*=HyperLink] {
    color: #4a214b;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

table[id*=myDataList] a[id*=HyperLink]:hover {
    padding-right: 5px;
}

table[id*=myDataList] [id*=editLink] img {
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/********** DOCUMENTS **********/
.DocSmallImageContainer {
    width: auto !important;
    display: inline-block;
}

.DocSmallFields {
    display: inline-block;
}

/********** FOOTER **********/
footer#footer {
    background: #292951;
    background: -moz-linear-gradient(left, #292951 1%, #6868a6 50%, #292951 100%);
    background: -webkit-linear-gradient(left, #292951 1%,#6868a6 50%,#292951 100%);
    background: linear-gradient(to right, #292951 1%,#6868a6 50%,#292951 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292951', endColorstr='#292951',GradientType=1);
	border-top: 2px solid #13133f;
}

.blurbox ~ script ~ div[align=center] {
    z-index: 0;
    position: relative;
    float: left;
    clear: both;
    margin: -32px 8%;
	background: #13133f;
}

div[align=center] h1[style="font:normal 9px Tahoma; margin:0;"] {
    font-size: 10px !important;
    color: #fff !important;
}

div[align=center] h1[style="font:normal 9px Tahoma; margin:0;"] a {
	color: #fff !important;
}

#footer .table-row-class {
	display: block;
}

/********** SOCIAL **********/
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-social li {
    display: inline-block;
	overflow: hidden;
}

.footer-social li a {
	display: block;
    width: 48px;
    height: 48px;
    box-shadow: inset 0 0 0 30px #fff;
    color: #1da1f2;
    margin: 5px;
    padding: 12px 0;
    text-align: center;
    font-size: 26px;
    box-sizing: border-box;
}

.footer-social li.socilal-telegram a { background: #2aa1dd; }
.footer-social li.socilal-facebook a { background: #4867aa; }
.footer-social li.socilal-twitter a { background: #1da1f2; }
.footer-social li.socilal-googleplus a { background: #e04a39; }
.footer-social li.socilal-pinterest a { background: #bd081c; }
.footer-social li.socilal-instagram a { background: #d6249f;
	background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.footer-social li.socilal-linkedin a { background: #007ab5; }

.footer-social li.socilal-telegram a .fa { color: #2aa1dd; }
.footer-social li.socilal-facebook a .fa { color: #4867aa; }
.footer-social li.socilal-twitter a .fa { color: #1da1f2; }
.footer-social li.socilal-googleplus a .fa { color: #e04a39; }
.footer-social li.socilal-pinterest a .fa { color: #bd081c; }
.footer-social li.socilal-instagram a .fa { color: #d6249f; }
.footer-social li.socilal-linkedin a .fa { color: #007ab5; }

.footer-social li a:hover {
    color: #fff;
    padding: 6px 0;
    box-shadow: inset 0 0 0 0 #fff;
}

.footer-social li.socilal-telegram a:hover { border: 5px solid #196f9a; }
.footer-social li.socilal-facebook a:hover { border: 5px solid #2e416b; }
.footer-social li.socilal-twitter a:hover { border: 5px solid #0b7bc1; }
.footer-social li.socilal-googleplus a:hover {border: 5px solid #b02a1c;}
.footer-social li.socilal-pinterest a:hover { border: 5px solid #7a0513; }
.footer-social li.socilal-instagram a:hover { border: 5px solid #831660; }
.footer-social li.socilal-linkedin a:hover { border: 5px solid #005580; }

.footer-social li.socilal-telegram a:hover .fa ,
.footer-social li.socilal-facebook a:hover .fa ,
.footer-social li.socilal-twitter a:hover .fa ,
.footer-social li.socilal-googleplus a:hover .fa ,
.footer-social li.socilal-pinterest a:hover .fa ,
.footer-social li.socilal-instagram a:hover .fa ,
.footer-social li.socilal-linkedin a:hover .fa { color: #fff; }

/********** 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;
}

/********** MEDIA CONTROLL **********/
@media (max-width: 1220px) {
	#NewsContent > table > tbody > tr > td {
		width: 100% !important;
    	display: block;
	}
}

@media (max-width: 768px) {
	.blurbox ~ script ~ div[align=center] {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 600px) {
	.NewsItemStyle > tbody > tr:nth-child(2) > td:first-child {
		width: 100% !important;
		display: block;
	}
	
	.NewsItemStyle > tbody > tr:nth-child(2) > td:nth-child(2) {
		width: 100% !important;
		display: block;
		height: 190px;
	}
	
	[id*=ContentDetailsPanel] {
		bottom: 37px;
	}
}



/*===== 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;
}






