/* @import "reset.css"; */
/********** FONTS ***********/
@font-face {
	font-family: 'Yekan';
	src: url('fonts/Web_Yekan.eot'); /* IE9 Compact Modes */
	src: url('fonts/Web_Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Web_Yekan.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/Web_Yekan.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/Web_Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BYekan2';
	src: url('fonts/Web_Yekan.eot'); /* IE9 Compact Modes */
	src: url('fonts/Web_Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Web_Yekan.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/Web_Yekan.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/Web_Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YekanNum';
	src: url('fonts/YekanNumbers.eot'); /* IE9 Compact Modes */
	src: url('fonts/YekanNumbers.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/YekanNumbers.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/YekanNumbers.ttf') format('truetype'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/IRANSansWeb_Bold.eot');
	src: url('fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
		 url('fonts/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IRANSansWeb_Bold.ttf') format('truetype') ;
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/IRANSansWeb_Medium.eot');
	src: url('fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),/*  IE6-8 */
		 url('fonts/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/IRANSansWeb_UltraLight.eot');
	src: url('fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

/* ==============================================================a=l=a=v=i========
   portal-css: body
   ========================================================================== */

body {direction: rtl;}

a:link, a:visited, a:active, a:hover { color: #018287; text-decoration: none !important; }
.Normal { font-family: Yekan, tahoma !important; }
.bg-background {background: #eaeaea;}

/********** >>>>>>>>>> PORTAL UI >>>>>>>>>> ****by*m.shabani*****/
#MultiViewAddViewTable ,
.NewsEditContainer {
	background: #fff !important;
}

#MultiViewAddViewTable {
	padding: 5px
}

input[type=text] ,
select ,
textarea {
	min-height: 30px !important;
	font-size: 12px;
	line-height: 2em;
	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;
}

.Normal #RdBtnRadio ,
.Normal #RdBtnCheck{
	border-radius: 99px !important;
	margin: 2px;
	padding: 0 !important;
	vertical-align: middle;
}

label[for] {
	cursor: pointer;
	vertical-align: middle;
}

input[disabled]+label[for] {
	color: #bbb;
	cursor: default;
}

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 ,
.CommandButton {
	display: inline-block;
	text-align: center;
	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;
	min-width: 100px !important;
}

.commandbutton:hover ,
.CommandButton:hover {
	color: #fff !important;
	background: #1e87f0 !important;
	outline: 0;
}

/********** OK & CONTINUE BTN **********/
[id$=_btnSubmit] ,
.CommandButton[id$=_SendButton] ,
.CommandButton[href*=ctl03] ,
.CommandButton[href*=ctl11] ,
.CommandButton[href*=ctl70] ,
#RelatedNewsSaveButton ,
#ImageSaveOrderButton {
	border: 2px solid #00a500 !important;
	color: #00a500 !important;
	outline: 0;
}

[id$=_btnSubmit]:hover ,
.CommandButton[id$=_SendButton]:hover ,
.CommandButton[href*=ctl03]:hover , 
.CommandButton[href*=ctl11]:hover ,
.CommandButton[href*=ctl70]:hover , 
#RelatedNewsSaveButton:hover ,
#ImageSaveOrderButton:hover {
	color: #fff !important;
	background: #00a500 !important;
}

/********** CANCEL BTN *********/
[id$=_btnCancel] ,
.CommandButton[id$=_ClearButton] ,
.CommandButton[href*=ctl05] ,
.CommandButton[href*=ctl10] ,
.CommandButton[href*=ctl12] ,
.CommandButton[href*=ctl72] ,
.CommandButton[href*=ctl63] ,
.CommandButton[id*=cancelButton] ,
#RelatedNewsReturnButton ,
#ImageReturnButton {
	border: 2px solid #ff7800 !important;
	color: #ff7800 !important;
	outline: 0;
}

[id$=_btnCancel]:hover ,
.CommandButton[id$=_ClearButton]:hover ,
.CommandButton[href*=ctl05]:hover ,
.CommandButton[href*=ctl10]:hover ,
.CommandButton[href*=ctl12]:hover ,
.CommandButton[href*=ctl63]:hover ,
.CommandButton[href*=ctl72]:hover ,
.CommandButton[id*=cancelButton]:hover ,
#RelatedNewsReturnButton:hover ,
#ImageReturnButton:hover {
	color: #fff !important;
	background: #ff7800 !important;
}

/********** DELETE BTN **********/
[id$=_btnSubmitDel] ,
.CommandButton[onclick*=confirmDelete] {
    color: red !important;
    border: 2px solid red !important;
}

[id$=_btnSubmitDel]:hover ,
.CommandButton[onclick*=confirmDelete]:hover {
	color: #fff !important;
    background: red !important;
}

#NewsCategoryDropDownIcon ,
#RNewsCategoryDropDownIcon {
	background: #fff url(/RadControls/Combobox/Skins/VSNET/DropArrow.gif) no-repeat 5px / 12px;
	height: 36px;
	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: "Choose file";
	width: 96px;
	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: Yekan,tahoma;
}

.ui-accordion-header-icon {
	margin: 5px;
}

/* module title edit icon --- add by m.shabani */
.isLogon .dp-module-title-text:before {
  content: "\f044";
  padding: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

[class^="icon-"] *,
[class*=" icon-"] * {
  font-family: douran-font;
}

/********** <<<<<<<<<< PORTAL UI <<<<<<<<<< **********/

/********** NEWS **********/
.DPNewsImageLink {
	display: block;
	max-width: 160px;
	text-align: center;
	position:  relative;
	margin:  auto;
	overflow: hidden;
	border-radius: 100%;
	box-sizing:  border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

#NewsContentLayout:hover .DPNewsImageLink img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.DPNewsImageLink img {
    float: none;
    width: 160px !important;
    height:  160px !important;
    border: 3px solid #fff !important;
    border-radius: 100% !important;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.DPNewsImageLink img:hover {}

.DPNewsItemTitle span {color: #018287 !important;margin: 0;font-weight: Bold !important;}
.DPNewsWrap * {color: #888 !important;font: 12px yekan !important}
.NewTextStyle {font: 11px yekan !important}
.ItemTitle {font-size:15px !important}
span#Title {font-size:15px !important}

/********** PANES **********/
.table-class ,
.table-row-class {
	display: block;
	width: 100%;
}

.toppane,
.bottompane,
.contentpane {
	display: block;
	padding: 0 7px;
	margin: 0 !important;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
}

.contentpane {
	display: table-cell;
}

.leftpane,
.rightpane {
	display: table-cell;
	min-width: 220px;
	padding: 0 7px;
	vertical-align: top;
	box-sizing: border-box;
	border-collapse: collapse;
}

.topleftpane,
.toprightpane,
.bottomleftpane,
.bottomrightpane {
	float: right;
	width: 50%;
	padding: 0 7px;
	margin: 0 !important;
	vertical-align: top;
	box-sizing: border-box;
	border-collapse: collapse;
}

[type=pane] {
	margin: 0 !important;
}

.footerpane-container {
	position: relative;
}

.footerpane-container [id^=divMinMax_] {
	color: #4e4e4e;
}

@media screen and (max-width: 960px) {
	.table-row-class {display: block;}
	.toppane,
	.bottompane,
	.contentpane {display: block;; padding: 0; width: 100%;}
	.leftpane,
	.rightpane {display: table; padding: 0; width: 100%; }
	.topleftpane,
	.toprightpane,
	.bottomleftpane,
	.bottomrightpane {display: table; width: 100%; padding: 0;}
	.res-menu{display:block !important;}
}

.dp-custom-padding {padding: 0 7px;}

div.table-class div[id$=paneheader]{
	/* margin-bottom: 5px; */
	height: 25px;
	background-color: #efefef;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #dbd9d9;
}

/********** BANNER **********/
.company-name {
	position: absolute;
	top: -9999px;
}

.portal-image {
	position: relative;
}

.portal-image:before {
	content: '';
	width: 9999px;
	height: 6px;
	background: #ffc703;
	position: absolute;
	bottom: 0;
	left: 100%;
}

.portal-image:after {
	content: '';
	width: 100%;
	height: 6px;
	background: #ffc703;
	position: absolute;
	bottom: 0; right: -2px;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.portal-image img {
	display: block;
	max-width: 100%;
	max-height: 60px;
	margin: -10px 0 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.uk-active .portal-image img {
	max-height: 50px;
	margin: 2px;
}

/********** HEADER ICONS **********/
.dp_header_icon {
	min-height: 50px;
	background: #018287;
	position: relative;
}

.dp_header_icon:before {
	content: '';
	height: 100%;
	width: 9999px;
	position: absolute;
	top: 0;
	right: 100%;
	background: #018287;
}

.dp_header_icon:after {
	content: '';
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0;
	right: -25px;
	background: #018287;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.dp_header_icon ul {
	float: left;
	padding: 0;
	margin: 10px 0 !important;
}

.dp_header_icon ul li {
	display: inline-block;
	padding: 0 2px;
	margin: 0;
	position: relative;
	vertical-align: top;
	font-size: 0;
	z-index: 1;
}

.style-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0 2px;
	box-sizing: border-box;
	border-radius: 100px;
	border: 1px dashed transparent;
	vertical-align: top;
	justify-content: center;
}

.style-icon:hover {
	color: #01e2eb !important;
	border: 1px solid #01e2eb;
}

.style-icon i {
	vertical-align: top;
}

/********** DATE **********/
.dp-date {
	color: #595757 !important;
	margin-top: 8px;
	text-align: right;
}

.dp-date-pos {
	height: 32px;
	color: #018287;
	padding: 5px;
	background: #eaeaea;
	position: relative;
}

.dp-date-pos:before,
.dp-date-pos:after {
	content: '';
	height: 100%;
	width: 9999px;
	background: #eaeaea;
	position: absolute;
	top: 0; left: 100%;
}

.dp-date-pos:after {
	right: 100%;
}

/********** SEARCH **********/
.dp-search {
	position: relative;
    padding: 5px 6px;
    margin: 8px 0;
}

.dp-search img#imgLoading {
	position: absolute;
	visibility: hidden;
}

.dp-search .headerSearchTextBox {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: transparent !important;
	margin: 0px;
	border: 1px solid transparent;
	border-radius: 100px;
	outline: 0 none;
	background: none;
	position: absolute;
	top: -1px;
	left: 2px;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
}

.dp-search .headerSearchTextBox:focus ~ .search-ico ,
.dp-search .headerSearchTextBox:hover ~ .search-ico {
	color: #01e2eb !important;
	border: 1px solid #01e2eb;
}

.dp-search .headerSearchTextBox:focus {
	width: 200px;
	height: 32px;
	padding-left: 34px;
	color: #04279b !important;
	border: 1px solid #0abbdc;
	background: #fff;
	cursor: auto;
}

.search-ico {
	float: right;
	color: #1a79fe;
	position: relative;
	pointer-events: none;
}

.dp-search .headerSearchTextBox:focus ~ .search-ico ,
.dp-search .headerSearchTextBox:hover ~ .search-ico {

}

.dp-search .HeaderSearchButton {
	display:none;
}

.dp-search input:-moz-placeholder {
	color: transparent;
}

.dp-search input::-webkit-input-placeholder {
	color: transparent;
}

/********** STICKY MENU **********/
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); } 
} 

#header-sticky.uk-active nav {}

#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;
}

/********** NAV **********/
#header-sticky {
	background: #fff;
	position: relative;
	z-index: 200;
}

#menu {
	position: relative;
	z-index: 99;
}

.nav-pos {
	height: 100%;
}

.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 {width: 100%;background: #018287;}

.dp-top-header {
    border-top: 6px solid #01e2eb;
    background: #fff;
    overflow: hidden;
}

.dp_alternatePortalFooter,
.dp_AlternatePortalFooter {
	width:1024px;
	margin: 0 auto;
	background: #1a79fe;
}

.dp_DefaultLayoutTableModule,
.dp_defaultLayoutTableModule { padding: 15px; max-width: 1024px !important;  margin: 5px auto 5px auto;  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}

.dp_alternateLayoutTableModule,
.dp_AlternateLayoutTableModule {width: 100%; padding: 15px; border-right: solid 1px #8f9092; border-left: solid 1px #8f9092; background: #DDD;}

.margin-top {margin: 8px auto;}

/* ==============================================================a=l=a=v=i========
   portal-css: admin Control Panel
   ========================================================================== */
.ControlPanel { border: 1px solid}
.ControlPanel * {}
.ControlPanel #Table2 > tbody > tr > td.SubHead {background: url("image/Website-Pattern-04.jpg") repeat; padding: 5px;}
.ControlPanel {border: #aDaDaD solid;border-width: 0 0 2px }
.ControlPanel img {margin: 10px}
.ControlPanel td td td td img {margin: 0}
.ControlPanel td td td {width: auto}
.ControlPanel div {width: 3px;font: normal 11px yekan;}
.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 yekan;color: #333;}
/* .ControlPanel td td td input {color: #000;padding-left: 4px;font: normal 11px yekan;border-radius: 5px;} */
.ControlPanel td td td select {color: #333;cursor: pointer;border-radius: 5px;}

/* .ControlPanel td td td input[type="submit"]
{background: #F8950F;border: 1px solid #006e74;color: #000;display: inline-block;font: 8pt yekan; margin: 3px 5px;padding: 1px 5px;text-align: center;text-decoration: none}
*/
.Head {color: #404040;letter-spacing: 0}
.SubHead {color: #404040; font:800 12px yekan,regular}
.SubSubHead {font-weight: bold;font: 11px Tahoma;color: #000;}
.TitleHead {  color: #fff;  font:  18px yekan, regular;  line-height: 32px;  padding-right: 8px !important;  vertical-align: top;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;}

.CommandButton,
a.CommandButton
{  background-color: #74C2E1;  border: medium none;color: #000000;display: inline-block;font: 8pt yekan; 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 {padding: 10px 0 !important;}

/*................. detail ....................*/
.dp-footerlink {color: #fff; text-align: center; text-decoration: none; padding-left:10px}
.dp-footerlink table,
.dp-footerlink tbody,
.dp-footerlink tr { display: block; }
.dp-footerlink td { display: inline-block; }
.dp-footerlink a:visited,
.dp-footerlink a:link,
.dp-footerlink a:active{ display: block; color: #fff; text-decoration: none; padding: 10px 5px; transition: .5s; -webkit-transition: .5s; }
.dp-footerlink a:hover {color: #ffc703;text-decoration: none;}
.dp-footertext {text-align:  center;color: #fff;}
.dp-footertext p {text-align: center;margin: 5px;}

/*........................icons........................*/
.dp_footer_icon { height: 35px;  width: 100%;}
.dp_footer_icon ul {  content: "";  display: inline-block;  height: 35px; padding: 0; width:220px;}
.dp_footer_icon ul li {  /*border-left: 1px solid #737373;*/  display: block;  float: left;margin: 5px 0; padding: 0 5px;}

.Bloger {background: url("image/Bloger.png") no-repeat center;}
.facebook {background: url("image/facebook.png") no-repeat center;}
.googleplus {background: url("image/googleplus.png") no-repeat center;}
.linkdin {background: url("image/linkdin.png") no-repeat center;}
.towitter {background: url("image/towitter.png") no-repeat center;}
.yahoo {background: url("image/yahoo.png") no-repeat center;}



/* ==============================================================a=l=a=v=i========
   portal-css: admin - menu
   ========================================================================== */
.top-admin-menu {background-color: #0B486B;}

.SiteLink {  direction: rtl; color: #fff;  display: block;  padding: 4px;  position: relative;  z-index: 10;  }
.SiteLink a {color: #fff; padding: 0 5px; border-left: 1px solid #000; font:normal 13px yekan; }
.SiteLink a:hover {color: #336699;}

/* ==============================================================a=l=a=v=i========
   portal-css:
   ========================================================================== */
input[type=text].NormalTextBox,
.NormalTextBox input[type=text],
.NormalTextBox { min-height: 25px; text-align: right;}
input.NormalTextBox, .Normal input, .Normal select, select.NormalTextBox, .NormalTextBox input[type="text"] {
	border-radius: 4px;
	color: #555;
	font-weight: 400;
	margin: 2px 0;
	padding: 0 5px;
	border: 1px solid #bfbdbd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

select.NormalTextBox {padding: 3px 5px !important}
.NormalTextBox {color: #000;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: #000;}

.Calendar {text-decoration: none;font: bold 10px Tahoma;}
.SubModule {background: #CCC;font-weight: bold;line-height: 20px;padding:0 5px;}
.SubSubModule {background: #DDD;color: #000}

div.edmenuback 
{background: #ccc; border:1px solid #929292; width: 100%}
td.edmenuStyle {width: 75px;padding-top: 2px;padding-left: 2px;text-align: right}
td.edmenuHTML {text-align: right;width: 35px}

.MessageTitle {font: normal 11px regular;color: darkblue}
.Messageauthor {font: normal 11px regular;color: darkgray}
.MessageBody{font: normal 11px regular;color: black}
.SurveyQuestion {color: darkred}
.SurveyPanel {color: silver;background: silver}
.SurveyOption {color: black}
.SurveyButton {color: darkred;font-weight: bold}
.bc_Row {padding-left: 57px;border-bottom: solid 2px Black;background: #fc0}
.bc_Text {font-size: 10px}
.bc_Link, .bc_Link:link, .bc_Link:visited {padding-left: 8px;font-size: 10px;text-decoration: none;color: #fff}
.bc_Link:hover {text-decoration: underline;color: #EC872C}
.FilterButton 
{border: black thin solid;padding: 2px 3px;font: 11px Tahoma;background: #999;overflow: visible;color: white;line-height: 12px;text-align: center;}
a.FilterButton {color: white}
a.FilterButton:hover {color: white}
.alternateRow {background: #EEE}
.Message {background: #fc0}
.ItemDate, .ItemTitle {font: bold 13px Tahoma;color: #000; }
.dp_Gallery_alternative_ItemTitle , 
.dp_Gallery_alternative_ItemValue{font-weight: bold;background-color: #D7E7F2}
.dp_Gallery_Item_Image {border: thin;}
.dp_Gallery_Item_Title {color: black;background: #83B7DE;text-align: center}
.dp_Gallery_Item_ItemTitle {font-weight: bold;background: #cadfee}
.dp_Gallery_Item_ItemValue {background: #CaDFEE}
.GridItemStyle {background: #F0F0F0}
.GridHeaderStyle {font-weight: bold;background: url(gridHeader_bg.gif);height: 20px;}
.GridalternatingStyle {background: #F4F8FD;color: #325190 }
.GridalternatingStyle a {color: #325190}
.GridStyle {border:1px solid #EaE9E1; width: 100%}
.Category_treeView_Class {border: darkgray thin solid;vertical-align: top}
.Category_LoadModule_Class {border: darkgray thin solid;vertical-align: top}
.eForm_ControlSelector { direction: ltr;width: 400px}
.eForm_ControlToolBar 
{width: 100px;height: 100%;direction: ltr;vertical-align: top;border-left: #7c7c94 1px solid; border-right: #7c7c94 1px solid}
.eForm_ControlProperties { background: #f1f1f1;vertical-align: top;padding: 0;margin: 0;height: 0}
.eForm_FormToolBar 
{vertical-align: top;height: 100%;width: 15%;min-width: 220px;border-left: #7c7c94 1px solid;border-right: #7c7c94 1px solid; white-space: nowrap}
.eForm_ControlContainer {background: #d1d1d1;vertical-align: top;height: 100%}
.eForm_Edit {width: 100%;height: 100%;border: solid 0 black}
.eForm_DesignerContainer {width: 100%;height: 100%;border: solid 0 black;vertical-align: top;white-space: nowrap}
.eForm_Edit_Links_Left {text-align: left}
.eForm_Edit_Links_Right {text-align: right}
.eForm_Edit_Links {width: 100%;background-color: #e8e8e8}
.eForm_Grid_addButton {float: right}
.ItemDate {font-weight: normal}
.dp_Directorytree {font: 11px Tahoma;}
.MenuCSS-MenuContainer {border-style: none;height: 24px;background: #6B6B6B}
.MenuCSS-MenuBar {border-style: none;height: 24px}
.MenuCSS-MenuItem {border-style: none;height: 24px;color: #FFF}
.MenuCSS-MenuIcon {border-style: none;height: 24px;background-color: #C0C0C0}
.MenuCSS-SubMenu {border-style: none;height: 24px;background-color: #6B6B6B}
.MenuCSS-MenuBreak {border-style: none; height: 24px;background-color: white}
.MenuCSS-MenuItemSel {border-style: none;height: 24px;color: black;background-color: #CCC}
.MenuCSS-Menuarrow {border-style: none;height: 24px}
.MenuCSS-MenuScroll {border-style: none; height: 24px}
.MenuCSS-RootMenuarrow {border-style: none;height: 24px }
.dp_Message_Error {color: Red }
.dp_Message_Confirm {color: Black;font-weight: bold}
.dp_Message_Success {color: Green}
.dp_Message_Normal { color: Black }
.MainMenu_MenuContainer {background: transparent}
.MainMenu_MenuBar {cursor: hand;height: 16px;background: transparent}
.MainMenu_MenuItem ,
.MainMenu_MenuIcon{border: 1px solid #cccccc; font: bold normal 9pt Tahoma;background:transparent;cursor:hand;color: black;}
.MainMenu_SubMenu {z-index: 1000;cursor: hand;background-color: #ccc}
.MainMenu_MenuBreak {height: 1px}
.MainMenu_MenuItemSel {font: 9pt Tahoma;cursor: hand;color: black;background: #aaa}
.MainMenu_Menuarrow {border-right: #ccc 1px solid;border-top: #ccc 0 solid; font: 10pt webdings;cursor: hand;border-bottom: #ccc 1px solid;}
.MainMenu_RootMenuarrow {font: 10pt webdings;cursor: hand;}
.treeView,
.TreeView {direction:rtl !important}
.TabStripTopGroup {z-index: 99;position: relative}
.TabStripDefaultTab {color: black;font: normal  9px regular;cursor: default}
.TabStripDefaultTabHover {color: black;font: normal  9px regular;cursor: default}
.TabStripSelectedTab {color: black;font: normal  9px regular;cursor: default}
.TabStripMultiPage 
{background: White; border: 1px solid #919B9C;width: 650px;height: 250px;position: relative;top: -3px; left: 1px;z-index: 98;padding: 12px}
.availableFieldsCssClass {background-color: #E0EEFF;font: normal  11px regular;color: Blue;direction: ltr}
.SelectedFieldsCssClass { background-color: #E0EEFF;font: normal  11px regular;color: #00F;direction: ltr}
.lnkCssClass {text-transform: uppercase;color: #2F517F}
.lnkCssClass:active {text-transform: uppercase;color: #09F}
.lnkCssClass:visited {text-transform: uppercase;color: #2F517F}
.lnkCssClass {text-transform: uppercase;color: #2F517F}
.lnkCssClass:hover {text-transform: uppercase;color: #09F}
.ComarttrvRelationsCssClass { background: #FFF; padding: 4px 0 0 1px; cursor: default}
.ComarttrvRelationsHoverNodeCssClass, 
.ComarttrvRelationsNodeCssClass, 
.comarttrvRelationsSelectedNodeCssClass{font: 11px tahoma ;padding: 2px 3px 1px;cursor: hand;background: #d7e9ff}

#ctl01_Banner_ctl00 {display: none;}
#NewsContentLayout {
    border-collapse:  collapse;
}
#NewsContent table tr td {padding: 0;}
.MarqueeFont14601 {font: normal  14px yekan; 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 {}
/* ==============================================================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: #018287 !important;margin: 5px !important;}
.slicknav_nav {background: #fff !important;}
.slicknav_nav a {color: #018287 !important;}
.slicknav_nav a:hover, .slicknav_nav a:hover a {color: #fff !important; background-color: #018287 !important;}
.slicknav_menu { background-color: transparent !important; }
.slicknav_arrow { -webkit-transform: scaleX(-1); transform: scaleX(-1); }

/* ==============================================================a=l=a=v=i========
   portal-css: registeration-form-style-custom
   ========================================================================== */

.register-uk-container {padding: 0 15px;}
.register-padding-top {padding-top: 15px;}
.register-style.custom-bg {background-color: #ffffff;}

.register-style h3,
.register-style label,
.register-style dt,
.register-style button {color: #888;}

.register-style label {color: #666;}

.register-style input,
.register-style textarea,
.register-style select {background-color: #f5f5f5 !important;  border: 1px solid #ddd !important; border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);
	-moz-box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);
	box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);}

.register-style textarea {color: #AAA;}
.register-style select {color: #444;}

.register-style input:focus,
.register-style textarea:focus {background-color: #fff !important; border: 1px solid #AAA !important; color: #444;
	-webkit-box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);
	-moz-box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);
	box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);}

.register-style .uk-form-row .custom-margin {margin: 4px 40px 4px 0;}

.register-style .register-accordion-title {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;}

.register-style .register-accordion-title.uk-active,
.register-style .register-accordion-title:hover {border: 1px solid #444; background-color: #444; color: #fff;}

.register-style .uk-alert ul {padding-left: 30px;}
.register-style .uk-alert ul li {position: relative; margin-top: 5px; padding-top: 5px;}
.register-style span.custom-font-style {color: #666; padding: 0 25px; margin: 0;}
.register-style i.alert-icon {position: absolute; right: 0; top: 30%;}

.register-style .uk-form-row .custom-pos {position: relative; padding:  4px 35px 4px 0;}

.register-style .uk-form-row span.userpro-field-icon {background-color: #f5f5f5;  border: 1px solid transparent;  border-radius: 999px;  color: #999999;  cursor: default;  font-size: 18px;  height: 32px;  right: 25px;  line-height: 32px;  position: absolute;  text-align: center;  top: 0;  width: 32px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;}

.register-style .uk-form-row span.userpro-field-icon:hover {background-color: #444; color: #fff;}
.register-style .uk-form-row span.userpro-field-icon-hover {background-color: #444; color: #fff;}
.register-style .uk-form-row span.userpro-field-icon-green {background-color: #03A678; color: #fff;}
.register-style .uk-button-success {background-color: #03A678; color: #fff; margin: 0;}
.register-style .uk-button-danger {color: #fff;}
.register-style .uk-form-horizontal .uk-form-label {width: 100%; font-weight: normal;}
.register-style .uk-form-row .register-important {border-left: 2px solid #e4354f !important;}
.register-style .uk-form-row .register-position {position: relative;}
.register-style .uk-form-row span.info {display: inline-block;  height: 15px;  position: absolute;  left: 10px;  top: 8px;  width: 15px;}
.register-style .uk-form-row span.info::before {background-color: #666;  border-radius: 50%;  color: #fff;  content: attr(data-label);  cursor: help; font-size: 12px;  position: absolute;  text-align: center; height:15px; width: 15px;}
/*.register-style .password-checker {background-color: #fafafa; border: 1px solid #cccccc; border-radius: 3px; margin: 6px 0 0; padding: 5px; position: relative; right: 0;width: 96%; z-index: 100;}*/
.register-style .uk-form-file button.register-button-upload {color: #8c8c8c;}
.register-style .uk-form-row .pic-profile {border: 1px solid #eee;  border-radius: 5px;}


.capture-code-style img {width: 180px; height: 80px; background-color: #ccc; display: block; border-radius: 4px; border: 1px solid #666666 !important;
	-webkit-box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);
	-moz-box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);
	box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);}
.capture-code-style .insert-code-style {height: 26px;  margin: 3px 2px 0 0;  width: 75%; border: 1px solid #aaa !important;}
.captcha-padding-bottom { padding-bottom: 35px;}
.pic-profile {
	width: 64px;
	height: 64px;
}
.captcha-refresh-btn { width: 22%; border:1px solid #aaa !important; margin:4px 0 0 0 !important;}
.register-custom-btn {}
.custom-icon-position {font-size: 20px !important; left: -30px; position: absolute; top: 5px;}
.times-style {color: red;  }
.check-style {color: green; }
.loading-style {}

@media screen and  (max-width: 480px) {
	.register-style .uk-form-row span.userpro-field-icon {
		margin:-9px 0;
	}
}
/*--------end--------------register-style----------------------------*/

/*---------- setting buttons styles  -----------------*/
.dp-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 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff;
	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:  block;width: 100%;height: 100%;position:  relative;}

.dp-navigation-menu {
	display: block;
	margin: 0;
	padding: 0;
	display: block !important;
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dp-navigation-menu li { float: right; padding: 0; margin: 0;white-space: nowrap;width: auto; position: relative !important; list-style: none;}
.dp-navigation-menu ul {
    /* display: block !important; */
    display: none;
    height: auto;
    width: auto;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #018287;
    border-top: 3px solid #018287;
    position: absolute !important;
    z-index: 99999 !important;
}

.dp-navigation-menu ul ul {
  top: 0 !important;
}

.parent-link.active:hover ~ ul {
	-webkit-animation: slidedown .3s;
    animation: slidedown .3s;
}

@keyframes slidedown {
	0% { transform: translateY(10px); opacity: 0; }
	100% { transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes slidedown {
	0% { -webkit-transform: translateY(10px); opacity: 0; }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

* 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: #4e4e4e;}
.dp-navigation-menu li a {color: #fff;cursor: pointer;margin: 0;padding: 20px 10px;-webkit-transition: .5s;transition: .5s;}
.dp-navigation-menu > li > a {margin-top: 0;}
.uk-active .dp-navigation-menu > li > a { margin: 0; }

.dp-navigation-menu ul li {float: none;margin: 0;padding: 0; white-space: nowrap; min-width: 150px; z-index: 99999 !important;}
.dp-navigation-menu ul li a {color: #fff;}


.dp-navigation-menu li.parent a.parent-link {
	padding-left: 15px;
}
.dp-navigation-menu li.parent a.parent-link:after {
	content: "\f0d7"; /* arrow bottom*/
	font: 12px FontAwesome;
	text-indent: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dp-navigation-menu ul li.parent a.parent-link:after {
	content: "\f0d9"; /* arrow left */
	/*content: "\f0da"; arrow right */ 
}

.dp-navigation-menu > li > a:hover {
	/* color: #2c3578; */
	/*background: #fc0;
	border-radius: 50px;*/
}

.dp-navigation-menu ul li a {color: #333 !important;font-size: 12px;padding: 8px;cursor: pointer;border-bottom: 1px solid #018287;}
.dp-navigation-menu ul li a:link,
.dp-navigation-menu ul li a:visited,
.dp-navigation-menu ul li a:hover { margin: 0; }

.dp-navigation-menu ul li a.active, 
.dp-navigation-menu ul li a:hover {
	color: #018287 !important;
	padding: 8px 15px 8px 0;
}

ul.dp-navigation-menu > li.has-sub:active > ul.sub,
ul.dp-navigation-menu > li.has-sub:hover > ul.sub {
	display: block;
}

/*******************************************************************/





















/********** NAGHSHE BARDARI THEME STYLE - DOURAN GROUP - by Mohammad Shabani **********/
/********** HELPER CLASSES **********/
body { direction: rtl !important; }
body,div,p,span,a,h1,h2,h3,h4,h5,h6,button,input,textarea,
select,option,table,tbody,th,tr,td { font-family: Yekan, Tahoma; }
.numfa { font-family: YekanNum, Yekan, Tahoma; }

.trans {
	-webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.ws_shadow { display: none; }
img, marquee { max-width: 100%; }
.slider-style { overflow: hidden; }
tr td { white-space: normal !important; }
#dp-cp-right-canvas { z-index: 990 !important; }
[id^=wowslider-container_] { z-index: 0 !important;}
*, *:before, *:after {/* outline: 1px solid pink !important; */ }

[id*=divHtmlHolder] { clear: both; }
[id^=divMinMax_]:before { content: ""; display: table-cell; }
[id^=divMinMax_]:after { content: ""; display: table; clear: both; }
[id^=divMinMax_]:before, [id^=divMinMax_]:after, [id^=divMinMax_]:empty
{ border-collapse: collapse !important; border-spacing: 0 !important; }

/* ::-moz-selection { background: #f89318 !important; color: #fff !important; }
::selection { background: #f89318 !important; color: #fff !important; } */

/********** HEADER **********/
.head-bar {
	text-align: left;
}

.top-logos {
	padding: 5px 0;
}

.top-links {
	padding: 10px 0;
}

.year-slogan {
	margin-left: 10px;
}

.year-slogan img {
	max-height: 58px;
}

.dp-date-pos * {
	font-family: YekanNum, Yekan, Tahoma !important;
}

/********** MENU **********/
#menu-roller {
	width: 0;
	height: 7px;
	background: #fc0;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}

/********** LINKBOX **********/
#linkbox-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -66px 0 0;
	position: relative;
}

.linkbox-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 12%;
	-moz-box-flex: 1;
	-ms-flex: 1 12%;
	flex: 1 12%;
	height: 140px;
	min-width: 220px;
	margin: 7px 5px 40px;
	border: 1px solid transparent;
	border-radius: 3px;
	overflow:  hidden;
}

.linkbox-item:hover {
	height: auto;
	margin: 10px 5px 10px;
	border: 1px solid #a9a9a9;
	background: #fff;
	overflow: visible;
}

[id$=paneheader] ~ * #linkbox-section {
	margin: 0;
}

.linlbox-ico {
	display:  block;
	width: 110px;
	height: 110px;
	margin: 0 auto 0;
	border: 1px dashed #018287;
	border-radius: 100%;
	background: #018287;
	box-shadow: inset 0 0 0 5px #fff;
	box-sizing: border-box;
	position: relative;
}

.linlbox-ico:before {
	content: '';
	width: 66px;
	height: 66px;
	background: url(image/sprites.png);
	position: absolute;
	top: 50%; right: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translate(50% , -50%);
	transform: translate(50% , -50%);
}

.ico-linkbox1:before { background-position-x: 0px;  }
.ico-linkbox2:before { background-position-x: -66px; }
.ico-linkbox3:before { background-position-x: -132px; }
.ico-linkbox4:before { background-position-x: -198px; }

.linkbox-item:hover .linlbox-ico:before {
	background-position-y: 100%;
	-webkit-transform: translate(50% , -50%) rotateX(180deg) scaleY(-1);
	transform: translate(50% , -50%) rotateX(180deg) scaleY(-1);
}

.linkbox-item:hover .linlbox-ico {
	margin: -55px auto 0;
	border: 5px solid #01e2eb;
	box-shadow: inset 0 0 0 55px #fff;
}

.linkbox-title {
	display: block;
	color: #018287;
	text-align: center;
	font-family: Yekan;
	padding: 5px;
	margin: 0;
}

.linkbox {
	height: 150px;
	list-style: none;
	padding: 0;
	margin: 10px;
	overflow-y: auto;
}

.linkbox li {
	display: block;
}

.linkbox li a {
	display: block;
	color: #7b7b7b;
	text-align: center;
	line-height: 2em;
}

.linkbox li a:hover {
	color: #018287;
}

/********** NEWS **********/
#NewsContent [id$=_NewsContentList] {
	margin-bottom: 10px !important;
	border-collapse: separate !important;
	border-spacing: 15px;
}

#NewsContent [id$=_NewsContentList] td:empty {
	visibility: hidden;
}

#NewsContent [id$=_NewsContentList] > tbody > tr > td {
	padding: 10px !important;
	border-radius: 10px;
	box-sizing: border-box;
	/* background: #f1efef; */
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

#NewsContent [id$=_NewsContentList] > tbody > tr > td:hover {
	box-shadow: 0 0 40px 0 #bbb;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
/* 	border: 1px solid #72b901; */
}

#NewsContent [id$=_NewsContentList] td:empty {
	background: none;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td {
	float: right;
	box-sizing: border-box;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td:first-child {
	float: right;
	/* width: 160px !important; */
	border: 1px solid transparent;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td:nth-child(2) {
	float: right;
	/* width: calc(100% - 160px) !important; */
	padding: 0 10px !important;
	box-sizing: border-box;
	/* flex-shrink: 999; */
	flex: 1;
}

#NewsContent [id$=_NewsAbstract] {
	color: #404040;
}

#NewsContent .BorderBackgroundPanel {
    padding:  0 !important;
    border: 0 !important;
    background: none !important;
}

#NewsContent [id$=_NewsAbstractMorePanel] {
	display: block;
	width: 100%;
	text-align: right !important;
	/* position: absolute; */
	bottom: 10px;
	right: 0;
}

#NewsContent .AbstractMoreLink {
	display: inline-block;
	color: #018287 !important;
	font-weight: normal !important;
	padding: 5px 0;
	border-radius: 25%/100%;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
}

#NewsContent .AbstractMoreLink:before {
	content: "\f1ea";
	display: inline-block;
	font: 16px Fontawesome;
	padding-left:  5px;
	vertical-align: top;
}

#NewsContent .AbstractMoreLink:hover {
	color: #013c92 !important;
	text-indent: 3px;
}

/********** NEWS ICONS **********/
[id*=DetailsNewsCodeImage] ,
[id*=DetailsSubmitDateImage] ,
[id*=DetailsVisitImage] ,
[id*=DetailsCommentCountImage] ,
[id*=DetailsNewsSourceImage] ,
[id*=DetailsCreatedByImage] {
    display: none;
}

[id*=ContentDetailsPanel] {
	display: block;
	text-align: right;
}

[id*=DetailsNewsCodePanel] ,
[id*=DetailsSubmitDateCaption] ,
[id*=DetailsSubmitTime] ,
[id*=DetailsVisitPanel] ,
[id*=DetailsCommentCountPanel] ,
[id*=DetailsNewsSourcePanel] ,
[id*=DetailsCreatedByPanel] {
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	position: relative;
	right: 0;
}

[id*=DetailsNewsCodePanel]:before ,
[id*=DetailsSubmitDateCaption]:before ,
[id*=DetailsSubmitTime]:before ,
[id*=DetailsVisitPanel]:before ,
[id*=DetailsCommentCountPanel]:before ,
[id*=DetailsNewsSourcePanel]:before ,
[id*=DetailsCreatedByPanel]:before {
	width: 16px;
	height: 16px;
	color: #777;
	text-align: center;
	font: 14px FontAwesome;
	padding: 2px 0;
	position: absolute;
	right: -20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[id*=DetailsNewsCodePanel]:before 		{ content: "\f1ea"; } /* icon News Code */
[id*=DetailsSubmitDateCaption]:before 	{ content: "\f073"; } /* icon News Date */
[id*=DetailsSubmitTime]:before 			{ content: "\f017"; } /* icon News Time */
[id*=DetailsVisitPanel]:before 			{ content: "\f06e"; } /* icon News Views */
[id*=DetailsCommentCountPanel]:before 	{ content: "\f086"; } /* icon News Comment */
[id*=DetailsNewsSourcePanel]:before 	{ content: "\f09e"; } /* icon News Source */
[id*=DetailsCreatedByPanel]:before		{ content: "\f007"; } /* icon News User */

/********** NEWS PAGINATION **********/
[id$=_NewsPagingNumbers] .pgCurrentPage ,
[id$=_NewsPagingNumbers] .pgNumbersCurrent ,
[id$=_NewsPagingNumbers] [id*=NewsPagingNumbers] ,
[id$=_NewsPagingNumbers] [id*=NewsPagingNumbers] span {
    font-family: YekanNum, Yekan, Tahoma !important;
}

[id$=NewsPagingNumbers] {float: right;margin-bottom: -33px;}
.pgFont {font-size:10px;color:#909090;}
.pgFont a:link, .pgFont a:visited, .pgFont a:active { font-size:10px; color:#909090; }
.pgFont a:hover{font-size:10px;color:#707070;}
a[id*="NewsPagingNumbers_goToBtn"]{color: #666 !important;}
input[id*="NewsPagingNumbers_goToBtn"]:hover{color: #009dd8 !important;}

[id$=_pagingNumbers_goToTxt],
input[id*="NewsPagingNumbers_goToTxt"]{
    width: 30px !important;
    height:26px;
	min-height: 26px !important;
    margin-right: 5px;
    border:solid 1px #ccc;
    vertical-align: sub;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pgNext, .pgPrevious, .pgNumbers, .pgNumbersCurrent {
    display: inline-block;
    text-align: center;
    border:1px solid;
    min-width: 26px;
    height:26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    line-height:22px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin: 0 3px !important;
    float: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pgNext, .pgPrevious, .pgNumbers {
    color: #666 !important;
    background: #f7f7f7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #eee); /* Standard syntax */
    border-color: rgba(0,0,0,.2) rgba(0,0,0,.2) rgba(0,0,0,.3);
}

.pgNumbersCurrent {
	color: #fff !important;
	background: #018287 !important;
}

.pgNext:hover ,
.pgPrevious:hover ,
.pgNumbers:hover { background-color:#fff !important; border-color: #ccc;}
.pgCurrentPage { color:#505050; }

/********** NEWS ARCHIVE **********/
[id*=NewsFooterArchiveLink] {
	float: left !important;
	color: #018287;
	margin: 0 0 0 30px !important;
	position: relative;
}

[id*=ArchiveLinkCaption] {
    display: inline-block;
    font-size: 14px;
    padding: 4px 0;
    vertical-align: top;
}

[id*=NewsActiveImage] {
    position: absolute;
    top: 0; right: -17px;
    z-index: 9;
}

[id*=NewsFooterArchiveLink]:before {
    content: "\f1ea";
    font: 20px FontAwesome;
    position: absolute;
    top: 5px;
    right: 8px;
    pointer-events: none;
}

[id*=NewsFooterArchiveLink]:after {
	content: "";
	display: table;
	clear: both;
}

[id*=ArchiveLinkImage] { 
    width: 0 !important;
    padding-right: 32px;
}

/********** NEWS PAGE **********/
#NVContentImageContainer {
	width: 100%;
	max-width: 400px;
	margin: 0 15px 5px 0 !important;
}

#NVContentHeader b ,
#NVContentHeader td ,
#NVContentHeader span ,
#NVFooter #FooterButtons .ItemDate {
	font: 12px YekanNum, Yekan, Tahoma !important;
}

#VisitedCount {
	font-family: YekanNum, Yekan, Tahoma !important;
}

#NVContentDescriptionContainer {
	display: block;
	font-size: 14px;
	line-height: 2em !important;
	margin-top: 10px;
}

[id$=_SliderImageItem] {
	width: 100%;
}
#NVContentHeader [id$=Title] {font-size:1.7rem !important; font-weight:bold !important}


 
/********** NEWS SLIDER **********/
.onethirdpane #wowslider-container_terse {
	margin-bottom: 65px;
	border: 3px solid #018287;
	box-sizing:  border-box;
}

.onethirdpane #wowslider-container_terse .ws_next,
.onethirdpane #wowslider-container_terse .ws_prev {
	background-color: #018287;
}

.onethirdpane #wowslider-container_terse .ws-title {
	display: block !important;
	height: 52px;
	width: 100%;
	margin: 0;
	background: transparent;
	bottom: -52px;
	box-sizing: border-box;
	overflow: hidden;
}

.onethirdpane #wowslider-container_terse .ws-title * {
	color: #018287;
	font-size: 14px;
}

/********** SERVICE CAROUSEL **********/
#service-section {
	position: relative;
	z-index: 0;
}

#service-section [id^=divMinMax] {
	padding: 65px 0;
}

#service-section:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: url(image/service-bg.jpg) fixed center / cover;
	-webkit-animation: hue-rotate 5s alternate infinite linear;
	animation: hue-rotate 5s alternate infinite linear;
}

@-webkit-keyframes hue-rotate {to { -webkit-filter: hue-rotate(60deg); }}
@keyframes hue-rotate {to { filter: hue-rotate(60deg); }}


#service-section .owl-box {
	overflow: visible;
}

#service-section .owl-carousel .item {
	display: block;
}

#service-section .owl-carousel .owl-item img {
	display: block;
	width: 138px !important;
	height: 138px !important;
	margin: auto !important;
}

#service-section .owl-stage .owl-image-title {
	display: block;
	color: #fff !important;
	font-size: 14px;
	padding: 5px;
}

#service-section .owl-prev,
#service-section .owl-next {
	font-size: 40px;
	background: none;
	position: absolute;
	top: 50%; right: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%) scaleX(.5);
}

#service-section .owl-next { right: auto; left: -40px; }

/********** TABS VERTICAL ***********/
[id$=_MultiContentViewerContainer] {
	/* margin: 20px 0; */
}

[id$=_MultiContentViewerContainer] .panelbar {
	display: block;
	width: 100% !important;
}

[id$=_MultiContentViewerContainer] [class*=RadPanelbar_] {
	background: none;
}

[id$=_MultiContentViewerContainer] [class*=RadPanelbar_] .rootGroup {
	padding: 0 !important;
	border: 0 !important;
}

[id$=_MultiContentViewerContainer] .panelbar .rootGroup .group {
	height: auto !important;
	overflow: visible;
}

[id$=_MultiContentViewerContainer] .panelbar .rootGroup .group .template > div {
	overflow: visible !important;
}

[id$=_MultiContentViewerContainer] [class*=RadPanelbar_] .rootGroup .item .link {
	font-family: Yekan;
}

[id$=_MultiContentViewerContainer] [class*=RadPanelbar_] .rootGroup .item .expandable {
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
	border: 0;
	box-sizing: border-box;
	background: #909090;
	-webkit-transition: .5s;
	transition: .5s;
}

[id$=_MultiContentViewerContainer] [class*=RadPanelbar_] .rootGroup .item .link .text {
	color: inherit;
	font: inherit;
	background: none;
}

[id$=_MultiContentViewerContainer] [class*=RadPanelbar_] .rootGroup .item .link.selected {
	color: #fff;
	background: #018287;
}

[id$=_MultiContentViewerContainer] .rootGroup .item .link.selected + .slide {
	-wekit-animation: tabopen .5s;
	animation: tabopen .5s;
}

@keyframes tabopen {
	0%	{ transform-origin:top; transform: scaleY(0); }
	100% { transform: scaleY(1) }
}

@-webkit-keyframes tabopen {
	0%	{ -webkit-transform-origin:top; -webkit-transform: scaleY(0);  }
	100% { -webkit-transform: scaleY(1); }
}

/********** TABS HORIZENTAL **********/
#tabs-section {
	background: url(image/tabs-bg.jpg) center fixed;
}

[id$=_MultiContentViewerContainer] {
	margin: 15px 0;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul {
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul:before {
	content: "";
	width: 100%;
	border-top: 1px solid #018287;
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 0;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li {
	display: inline-block;
	float: none !important;
	padding: 5px;
	box-sizing:  border-box;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a ,
[id$=_MultiContentViewerContainer] .levelwrap > ul > li span {
	background: transparent !important;	
	padding: 0 !important;
	margin: 0 !important;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a {
	display:  block;
	width: 100%;
	height:  auto !important;
	text-align: center !important;
	min-width: 110px !important;
	color: #fff;
	line-height:  2em;
	background: #018287 !important;
	padding: 5px 10px !important;
	margin: 0 !important;
	box-sizing:  border-box;
	border-radius: 25px;
	-webkit-transition: background .5s;
	transition: background .5s;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a:hover {
/* 	background: #e14549 !important; */
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a.selected {
	color: #2c3578 !important;
	background: #fc0 !important;
	border-color: #0d2b67;
	-webkit-transform: rotateX(180deg) scaleY(-1);
	transform: rotateX(180deg) scaleY(-1);
	-webkit-transition: .5s;
	transition: .5s;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a span {
	display: block;
	width: 100%;
	height: auto !important;
	text-align: center;
	line-height:  2em !important;
}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a:hover span {}

[id$=_MultiContentViewerContainer] .levelwrap > ul > li > a.selected span {
}

[id$=_MultiContentViewerContainer] [id*=divContainer] > [style*=block] {
	-webkit-animation: tabopen .5s;
	animation: tabopen .5s;
}

@keyframes tabopen { 0%	{ transform: translateY(-100%);} 100% { transform: translateY(0); } }
@-webkit-keyframes tabopen { 0%	{ -webkit-transform: translateY(-100%); } 100% { -webkit-transform: translateY(0); } }

/********** TABS PLUS **********/
.tabstrip[class*=RadTabStrip_Default] > .tabs {
	display:  block;
	text-align: center;
	padding: 0;
	background: none;
	margin: 0;
	position: relative;
	z-index: 1;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs:before {
	content: "";
	width: 100%;
	border-top: 1px solid #018287;
	position: absolute;
	top: 22px;
	right: 0;
	z-index: -1;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab {
	float: none;
	display: inline-block !important;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab > a {
	float:  none;
	height: auto;
	text-align: center;
	min-width: 70px !important;
	color: #fff;
	font-family: Yekan;
	line-height: 2em;
	background: #018287 !important;
	padding: 5px 10px !important;
	margin: 5px !important;
	border-radius: 25px;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab.defaultTab > a {
	color: #333 !important;
	background: #fc0 !important;
	border-color: #0d2b67;
	-webkit-transform: rotateX(180deg) scaleY(-1);
	transform: rotateX(180deg) scaleY(-1);
	-webkit-transition: .5s;
	transition: .5s;
}

.tabstrip[class*=RadTabStrip_Default] .panel-container {
	border: 0;
	background: no-repeat;
	overflow: hidden;
}

.tabstrip[class*=RadTabStrip_Default] .panel-container .active-content-div {
	-webkit-animation: tabopen .5s;
	animation: tabopen .5s;
}

/********** STATS **********/
[id$=_DataListGeneral] td {
	font-family: YekanNum, Yekan, Tahoma;
}

/********** SIMPLE MENU **********/
.menu-v li {
	position: relative;
}

.menu-v li ul {
	top: 0 !important;
	right: 100% !important;
}

/********** FOOTER LINKS **********/
[id$=_myDataList] [id$=_editLink]:not([href]) {
	display: none;
}

[id$=_myDataList] td {
	padding: 0;
}

[id$=_myDataList] [id$=_HyperLink1] {
	display: inline-block;
	line-height: 2em;
	color: #777;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.cubeico:before,
[id$=_myDataList] [id$=_HyperLink1]:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 5px;
    border: 2px solid #018287;
    border-left-width: 0;
    border-bottom-width: 0;
    background: #ffc703;
	vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
}

[id$=_myDataList] [id$=_HyperLink1]:hover {
	color: #018287;
}

.cubeico:hover:before,
[id$=_myDataList] [id$=_HyperLink1]:hover:before {
	border-width: 2px;
    border-top-width: 0;
    border-right-width: 0;
}

/********** 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 QUERY **********/
@media (max-width: 768px) {
	.portal-image img { margin: 5px auto;}
	#header-sticky.uk-active { max-height: 100%; overflow: auto; }
	#linkbox-section {margin: 15px 0;}
	#NewsContent [id$=_NewsContentList] > tbody > tr > td { display: block; width: 100% !important; }
	[id$=NewsPagingNumbers] { float: none; }
	.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab {display: block !important;width: 100%;}
	[id$=_MultiContentViewerContainer] .levelwrap > ul ,
	[id$=_MultiContentViewerContainer] .levelwrap > ul > li {float: right !important;display: block;width: 100%;}
}

@media (max-width: 480px) {
	#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) { display: block; }
	#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td { display: block; width: 100%; }
	[id*=pnlPagerContainer] .pager { display: none; }
	[id*=NewsFooterArchiveLink] { margin: 0 !important; }
}


/*---- custom css ---*/

.DPNewsItemTitle {font-size:16px !important;}

#NVContentHeader #PreTitle {
    font-size: 18px !important;
}





