@font-face {
    font-family: IRANSans-faNum;
    font-display: auto;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('/fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
.navigation__link {
    font-size: 0.9em;
}
body, table, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: IRANSans-faNum, Tahoma;
	font-size:13px;
	color:#24292e;
}
.type-post h2,.type-post h3,.type-post h4{
    font-size:initial;
}
.type-post h2{
font-size:1.5em; 
}
#primary-menu{
	direction:rtl;
}
body{
	position: relative;
}
html{
	font-size: initial;
}
table , .module{
	    box-shadow: #d3d3d3bf 0px 0px 7px;
	    border-top-right-radius:10px;
	    border-top-left-radius:10px;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.7);
}
.soc {
    width:48px;
    height:48px;
    background: url('/socials.png')  no-repeat;
    background-size: 192px 48px;
    display: block;
    }
.soc:hover {
    filter: brightness(0.9) saturate(.7);
}
.soc.tg{
   background-position:0; 
}
.soc.ln{
   background-position:-48px 0; 
}
.soc.tw{
   background-position:-96px 0; 
}
.soc.fb{
   background-position:-144px 0; 
}

.socialIcons {
    position: fixed;
    height: 192px;
    width: 48px;
    margin-top: 20px;
    margin-left: 5px;
    left: 0;
}
.has-feedback .form-control {
    padding-right: 10px;
}
.header-img img{
	width:90%;
}
.setion-title {
    padding: 9px 30px;
    text-align: center;
    background-color: #ececec;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px dashed #f0c679;
    /* box-shadow: inset 0 0 11px #d0d0d0; */
}
.module{
	border-radius:0;
	padding: 10px;
	margin-bottom: 15px;
}
thead th, .caption{
    background-color:#6c7ae0;
    color: #fff;
    transition:none;
    font-weight:bold;
    border-bottom: #fbc157 solid 3px;
}
.thchange {
	text-align: right;
}
.caption{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	line-height: 1.428571429;
    padding: 8px 15px;
    margin-bottom: 0;
    clear:both;
    text-align: right;
}
.technical{
	direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.technical h1{
    margin: 0;
    color: unset;
}
.jqTimepsaceContainer .jqTimespaceDataContainer{
	margin-top:0;
	box-shadow: none;
    margin: 0;
}
.jqTimespaceDataContainer {
	border-left: 1px dashed #fbc157!important;
	border-right: 1px dashed #fbc157!important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	
}
.jqTimepsaceContainer {
	--border-dull: none;
}
.timespace>div:first-of-type {
    position: relative;
}
#soundtoggle{   
	width: 24px;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 0px;
    background-color: #fff;
    padding: 2px;
    background-origin: content-box;
    background-clip: content-box;
    box-sizing: content-box;
    background-image: url(\\sound.png);
    background-size: 24px;
    z-index: 10;
    transform: scaleX(-1);
    cursor: pointer;
}
#timespace header time span {
   width: 50px;
   margin-left: calc(50% - 25px);
   text-align: center;
   display: inline-block;
}
#timespace header time{
	direction:ltr;
}
.jqTimespaceEvent p {
    border-radius: 0.6rem 0 0 0.6rem;
}
.neg{color:#bd0a0a;}
.pos{color:#1aa500;}
.row-title{
    white-space: nowrap;
    line-height: 40px;
    z-index: 1;
    text-indent: 10px;
}
section.timetable div .row-title{
    line-height:40px;
    width:130px !important;
    background: #cacaca5c;
    border-radius: 0px;
    margin: 0px 0;
    height:calc(100% );
}
.timespace {  
	max-width: calc(100% - 270px);
    width: 950px;
    float: left;
    }
#timespace{
    direction:rtl;
}
#timelineClock section.timetable div:first-child {
	z-index:1;
}
#mytabs{
	width:260px;
	direction:rtl;
	float: right;
}
section.timetable div:not(:first-child) {
    border-left: none;
    border-right: 1px dashed var(--border-secondary);
}
.tabbable {
	min-height: 405px;
	
}
.nav {
    padding-right: 0;
}
.tab-content{
	float:right;
}
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
#timelineheader {
	direction: rtl;
    display: flex;
    justify-content: space-between;
 }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
    flex-direction: column;
    display: flex;
    min-height: 385px;
    justify-content: space-between;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
#latest  .rows .row:first-child{
	 /*margin-top:10px*/
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
  height: 380px;
}
.tab-pane p {
    margin: 0;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
          padding: 21px 5px;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  border-right: solid #f0c679;
  /*border-left-color: #ffffff;*/
}
.jqTimespaceEvent p {
	background-color:#3835c7 ;
	color:white;
}
.tag-up{
	background-color: #70ce59 !important;
}
.tag-down{
	background-color: #d8694f !important;
}
.rows .row {
    position: relative;
}
.neg:after, .pos:after {
    display: inline-block;
    width: 8px; 
    font-family: 'Glyphicons Halflings';
    top: -2px;
    font-size: 11px;
    position: absolute;
    left: -4px;
}
.change {
	position:relative
}
th.thchange, td.change {
    padding-right: 8% !important;
}

td.change {
    white-space: nowrap;
}
.change.neg:after, .change.pos:after{
    top: unset;
    /* right: calc(50% - 60px); */
    left: 4px;
    position: relative;
    line-height: 14px;
    vertical-align: middle;
}
.bg{
    position: absolute;
    background: url(/wl.svg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 125px;
    opacity: 0.1;
	}
.slicknav_menu input {
    border-color: white;
    outline: none;
    box-shadow: none;
}
.slicknav_menu button{
	border-color: white;
}
[id^=Ctable] td.change {
    text-align: right;
}
.neg:after{
    content: "\e114";
}
.pos:after{
    content: "\e113";
}
#latest .row div {
    display:inline-block
}
.jqTimespaceEvent p.flash, .jqTimespaceEvent p:hover {
    box-shadow: inset 0 0 20px #ffffff;
    transition: box-shadow ease-out 0.1s;
}
.jqTimespaceEvent p{
    transition: box-shadow ease-in 0.9s;

}
.jqTimepsaceContainer header time {
    padding: 0;
}
[id^=Ctable] {
	direction:rtl;
}
[id^=Ctable] td,th {
	text-align:center;
}
[id^=Ctable] .price,[id^=Ctable] .change,[id^=Ctable] .time {
	direction:ltr;
	text-align:center;
}
[id^=Ctable] thead th {
	width:25%;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    transition: background 0s;
}
.mini-flag {
    vertical-align: middle;
    position: relative;
    margin: 0 4px 0 9px;
    float: right;
    bottom: -5px;
}
tr.up td, tr.up th{
	background-color: #a0ffa9 !important;
	transition: background 0.05s;
}
tr.down td, tr.down th{
	background-color: #ffcace !important;
	transition: background 0.05s;
}
tr td, tr th{
	transition: background 2s;
}
.tooltip {
    font-family: IRANSans-faNum !important;
    font-size: 0.8em;
}

.selectize-input{
	border:none;
}
.overflow{
	overflow:visible;
}
.selectize-dropdown {
    border: none !important;
    box-shadow: 0 0 10px #d0d0d0 !important;
}
.header-img{
	overflow: hidden;
}
.tabbable li:not(.active) {
    background: #f5f5f5;
    border-radius: 0 5px 5px 0;
    box-shadow: inset #e9e9e9 -1px 1px 5px;
}

.tabbable li.active a, .tabbable li.active a:focus, .tabbable li.active a:hover {
    background: transparent ;
    border-left-color: transparent ;
}

li.active {
    border-left: 2px solid white;
    width: calc(100% + 2px);
}
@media (min-width: 768px) {
	table#gold-bubble-table tbody th, table#gold-bubble-table tbody td {
	    padding: 14px 8px;
	}
}
@media (max-width: 768px) {
	.bg {background-size: initial;}
	.corner-tg {
    position: fixed;
    z-index: 5;
    background-image: url(/corner-tg.png);
    background-size: 64px;
    width: 64px;
    height: 64px;
	}
	.socialIcons{
		display:none;
	}
	.header-img img{
    width: 590px;
    margin-left: calc(50% - 295px);
	}
  .container {
    width: 100%;
    max-width: none;
  }
  .timespace {
    max-width: calc(100% - 0px);
    width: 950px;
  }
  #mytabs {
    width: 100%;
  }
  #mytabs ul{
  width: calc(100% - 110px);
  }
  .tabsbody{
    margin: auto;
    clear: both;
    /*width: fit-content;*/
  }
  
td.change {
    white-space: initial;
}
}
@media (max-width:576px){
[id^="Ctable"] th.thchange, td.change {
    padding-right: 8px !important;
}
[id^="Ctable"] td.change {
    font-size: .7em !important;
}
[id^="Ctable"] th,td {
    font-size:0.9em;
}
[id^="Ctable"] .mini-flag {
    margin-left:5px;
    margin-right:0;
}
}

[id^="Ctable"] tbody td, tbody th {
    white-space: nowrap !important;
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.5.5
 * (c) 2015 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}