html {
    margin: 0;
    padding: 0;
}

body {
    color: #222;
    font: 14px/16px 'DroidNaskh', Tahoma, Arial, sans-serif;
    background: url(../img/main_bg.gif) repeat-y center;
}

@font-face {
    font-family: 'BKoodakBold';
    src: url('fonts/BKoodakBold.eot?#') format('eot'), url('fonts/BKoodakBold.woff') format('woff'), url('fonts/BKoodakBold.ttf') format('truetype');
}

@font-face {
    font-family: 'DroidNaskh';
    src: url('../../front/font/DroidNaskh-Regular.eot?#') format('eot'), url('../../front/font/DroidNaskh-Regular.woff') format('woff'),  url('../../front/font/DroidNaskh-Regular.ttf') format('truetype');
}

h3 {
    font-family: BKoodakBold, Arial, sans-serif;
    line-height: 22px;
    margin: 15px 0;
    font-size: 22px;
}
p,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 20px;
}

hr {
    border-left: none;
    border-bottom: 1px solid #fefdfd;
    border-top: 1px solid #f7f7f7;
    margin: 10px 0 0 0;
}

#header {
    background: #34495E;
    direction: rtl;
    height: 70px;
    overflow: visible;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

#header #title {
    font-family: 'BKoodakBold', Arial, Geneva, sans-serif;
    color:#FFF;
    float: right;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 20px 0 15px;
    text-align: right;
    padding: 0;
}

#header #title img {
    float: right;
}

#header #title span {
    float: right;
    margin: 20px 15px 0 0;
}

#header #date {
    font-family: 'BKoodakBold', Tahoma, Geneva, sans-serif;
    color: #FFF;
    float: left;
    margin: 20px 10px 0 15px;
    text-align: right;
    /*background: url(../img/date.png) no-repeat right;*/
    padding: 7px 37px 7px 15px;
}

#sidebar {
    height: 100%;
    list-style: none;
    padding-top: 80px;
    direction: rtl;
    width: 25%;
    position: absolute;
    right: 0;
    padding-right: 7px;
    padding-left: 12px;
}

.ui-accordion-icons .ui-accordion-header a {
    background-color: #2c3e50;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #FFF !important;

}

.ui-accordion .ui-accordion-header {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
    box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
}

.nav {
    font-family: 'DroidNaskh', Tahoma, Arial, sans-serif;
    font-size: 14px;
    list-style: none;
}

.nav hr {
    border-left: none;
    border-bottom: 1px solid #fefdfd;
    border-top: 1px solid #e4e1d9;
    margin: 0;
}

.nav li {
    border-top: 1px solid #ede9e9;
    margin: 2px 0;
}

.nav li: hover {
    border-top: 1px solid #000;
}

.nav li:last-child {
    border-bottom: none;
}

.nav a {
    color: #1C94C4;
    display: block;
    font-size: 11px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}

.nav .sep {
    padding: 5px;
    font-weight: bold;
}

.nav span {
    color: #CE5252;
    font-size: 10px;
    padding: 5px;
    background: #fdfdfd;
    border: 1px solid #eee;
    margin: 3px 0 3px 3px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav a:visited, .nav a:hover, .nav .active a {
    background: #EEE;
    color: #1C94C4;
    border-right: 2px solid #B74646
}

a.hit:active {
    color: #FFF
}

.nav a.selected {
    background: #EEE;
    color: #1C94C4;
    border-right: 2px solid #B74646
}

.current {
    color: #1C94C4;
    border-right: 2px solid #B74646
}

#container {
    direction: rtl;
    width: 70%;
    text-align: justify;
    float: right;
    margin-right: 28%;
    padding-top: 80px;
    position: relative;
}

#rssOutput  a {
    text-decoration: none;
    color: #1C94C4;
    font-weight: bold;
}
#rssOutput h3 a {
    color:  #525564;
}

#rssOutput h3 a:hover {
    color:  #74828F;
}

#rssOutput  a:hover {
    color: #CCC;
}

/*------------------------------*/
.extract {
    line-height: 24px;
    border: 1px dashed  #E7E4D3;
    background: #F1EFE2;
    margin: 10px 0 10px 0;
    padding: 10px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: right;
}

.other-sources {
    padding-right: 5px;
    padding-top: 10px;
    background: #F8F8F8;
    text-align: right;
    margin: 10px 0 10px 0;
    height: auto;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-right: 2px solid #B74646;
    float: right;
    width: 100%;
}
.other-sources.scrolled {
    max-height: 90px;
    overflow: auto;
    position: relative;
}
.other-sources.scrolled::after {
    position: absolute;
    content: '';
    top: 14px;
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #ff4400 transparent transparent transparent;
}
.other-sources span {
    padding: 7px 10px 5px 5px;
    color: #666;
    margin-right: 0;
}

.other-sources ul {
    margin: 10px 0;
}

.other-sources ul li {
    float: right;
    list-style: none;
    margin: 5px 5px 5px 0;
    padding: 1px 8px 1px 0;
    font-style: italic;
    color: #B74646;
}

.other-sources ul li:first-child {
    margin-right: 0;
}

#rssOutput {
    line-height: 18px;
    text-align: center;
    margin: 40px 7px 10px 7px;
}

#rssOutput img {
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}

#rssOutput p {
    text-align: justify;
    line-height: 30px;
}

#meta {
    border-left: none;
    border-top: 1px solid #f7f7f7;
    margin: 5px 0 0 0;
    font-family: BKoodakBold, Arial, Helvetica, sans-serif;
    text-align: right;
    color: #1C94C4;
    /*background: #f8f8f8; */
    padding: 5px 0 0 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    width: 100%;
}

#meta input[type="button"], button {
    margin: 0;
    padding: 0;
    font-family: BKoodakBold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1C94C4;
    cursor: pointer;
}

#pub-date, #hour, #link, #print {
    width: 60px;
    float: right;
    padding: 10px 25px 10px 10px;
    margin-right: 10px;
    color: #1C94C4;
}

#hour {
    background: url(../img/clock.png) no-repeat right;
}

#pub-date {
    background: url(../img/calendar.png) no-repeat right;
}

#link {
    background: url(../img/link.png) no-repeat right;
}

#print {
    background: url(../img/print.png) no-repeat right;
}
/*table.xdebug-error {
    display: none;
}*/
.news-full {
    position:relative;
}
.news-full .inner-content {
    overflow: -moz-scrollbars-vertical;
    overflow: auto;
    /*height: 400px;*/
}
.news-full.scrolling .inner-content{
    padding-right:  40px;
    padding-left:  40px;
    padding-bottom: 40px;
    background: #f7f7f7;
}
/* Custom Scroll */
.ctrack {
    width: 12px;
    background-clip: padding-box;
    background: #fff;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}
.ctrack a {
    right: 0;
}
.ctrack.dragging,
.ctrack:hover {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.ctrack:active {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.chandle {
    width: 12px;
    background-clip: padding-box;
    background: #ccc; /* No RGBA support */
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.chandle:hover {
    background: #999; /* No RGBA support */
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .chandle,
.chandle:active {
    background: gray; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
/* Shared styles */

.drop-shadow {
    position: relative;
    float: right;
    width: 90%;
    padding: 15px;
    margin: 2em 10px 4em;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.drop-shadow p {
}

/* Lifted corners */

.lifted {
    position: absolute;
    top: 70px;
    margin-top: 40px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/pin.png);
}

.lifted:before,
.lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.clipping {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.clipping img {
    max-width: 100%;
}

.subtitle {
    font-family: BKoodakBold, Arial, sans-serif;
    font-weight: bold;
    padding: 5px;
    font-size: 17px;
    margin-top: 10px;
}

input[type="button"], button {
    color: #234756;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    background: none;
    border: 0;
}

input[type="button"]:hover, button:hover {
    color: #ccc;
}

input[type="button"]:selected, button:selected {
    color: #F00;
}

img.help {
    border: 2px dashed #eee;
}

.help {
    margin-top: 10px;
}

.help-text {
    padding: 15px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.frontpage {
    width: 100%;
    list-style: none
}

.frontpage li img:hover {
    box-shadow: none;
    box-shadow: 0 1px 10px #b9b9b9;
    -moz-box-shadow: 0 1px 3px #b9b9b9;
    -webkit-box-shadow: 0 1px 5px #b9b9b9;
}

.frontpage li {
    float: right;
    width: 150px;
    height: 130px;
    margin: 7px 7px 0 7px;
}

.frontpage li img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #F7F7F7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */ 0 10px 0 -5px #F7F7F7, /* The second layer */ 0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */ 0 20px 0 -10px #F7F7F7, /* The third layer */ 0 20px 1px -9px rgba(0, 0, 0, 0.15)

}

.pishkhan-title {

    margin-top: 15px;
    margin-bottom: 15px;
}

.pishkhan-title li,
.go-to-dashboard li{
    font-family: BKoodakBold, Arial, sans-serif;
    max-width: 300px;
    background-color: #34495E;
    border-radius: 4px;
    padding: 0px 1%;
    list-style: none;

}

.pishkhan-title a,
.go-to-dashboard a {
    text-decoration: none;
    color: #1C94C4;
    font-size: 18px;
    display: block;
    border-radius: 0px;
    color: #fff;
}

.pishkhan-title a {
    background: url(../img/pishkhan.png) right no-repeat;
    padding: 14px 40px 10px 0;
}

.go-to-dashboard a {
    background: url(../img/money-iocn.png) right no-repeat;
    padding: 14px 40px 10px 0;
}

.clear {
    clear: both;
}

@media print {
    #meta {
        display: none;
    }
}
table {
    display: none;
}
/**********Widgets**********/
#widgets {
    min-height: 350px;
}
.dashboard-widget-group {
    padding: 0 110px 0 110px;
    margin: 33px 0 30px
}

.dashboard-widget-group .row-fluid {
    max-width: 974px
}

.widget-holder {
    position: relative;
    display: inline-block;
    width: 31%;
    min-height: 350px;
    margin: 10px;
    /*background-color: rgba(46, 53, 61, 0.25);*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1);
    box-shadow: 0 1px 0 rgba(225, 225, 225, 0.2), inset 1px 1px 1px rgba(225, 225, 225, 0.1), 1px 0 0 rgba(225, 225, 225, 0.1)
}


.widget-holder .widget-white {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget-white .widget-head {
    background-image: url('../img/widget-sprite.png');
    background-repeat: no-repeat;
}

#gold-price .widget-white .widget-head {
    background-color: #F39C12;
    background-position: 10px -144px;
}

#currency-rate .widget-white .widget-head {
    background-color: #E67E22;
    background-position: 10px 4px;
}

#currency-exchange .widget-white .widget-head {
    background-color: #D35400;
    background-position: 10px -68px;

}

.widget-white .widget-head {
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget-area {
    font-family: 'BKoodakBold', Arial;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
/*
    background-image: url('../img/widget-bck.png');
*/
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;

}

.widget-area ul div {
    float: left;
}

#currency-exchange .widget-area ul .lable {
    width: 75px;
    float: right;
}

#currency-exchange .widget-area ul .value {
    float: right;
    width: 40px;
    margin-right: 30px;
    text-align: left;
}

.widget-area ul .lable {
    width: 50%;
    float: right;
}

.widget-area ul .value {
    float: left;
    width: 50%;
    text-align: left;
}

.widget-area ul {
    background-image: url('../img/widget-bck2.jpg');
    background-repeat: repeat;

}

.widget-area ul li {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-top: 1px solid #515860;
    border-bottom: 1px solid #2e343b;
    color: #d1d7df;
    line-height: 39px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    font-family: 'BKoodakBold', Arial;
    font-size: 15px;
}


.widget-holder .widget-white ul li {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    text-shadow: none;
    color: #313131;
}

.widget-holder .widget-white ul li:nth-child(odd) {
    background-color: #EEE;
}


.widget-area ul li:last-child {
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}


.widget-head {
    width: 100%;
    height: 77px;
    padding: 22px 15px;
    border: 1px solid #2b323a;
    border-top: 1px solid #1f2329;
    border-bottom: 1px solid #1f2329;
    background: -moz-linear-gradient(top, rgba(36, 44, 54, 0.35) 0, #10141b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(36, 44, 54, 0.35)), color-stop(100%, rgba(16, 20, 27, 0.35)));
    background: -webkit-linear-gradient(top, rgba(36, 44, 54, 0.35) 0, rgba(16, 20, 27, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(36, 44, 54, 0.35) 0, rgba(16, 20, 27, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(36, 44, 54, 0.35) 0, rgba(16, 20, 27, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(36, 44, 54, 0.35) 0, rgba(16, 20, 27, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#59242c36', endColorstr = '#10141b', GradientType = 0);
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 0 rgba(225, 225, 225, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(225, 225, 225, 0.2);
    box-shadow: inset 0 1px 0 rgba(225, 225, 225, 0.2);
    font-size: 125%;
    color: #fff;
    text-align: right;
}

.widget-head div {
    float: left;
}

.widget-head img {
    width: 21px;
    height: 18px
}


.widget-white-shadow {
    position: absolute;
    display: block;
    top: 248px;
    width: 300px;
    height: 36px
}

.widget-description {
    margin-top: 10px
}

#currency-exchange ul img {
    width: 11px;
    height: 10px;
    margin-left: 5px
}

@media screen and (max-width: 1590px) {
    .widget-holder {
        width: 50%;
    }
}
@media screen and (max-width: 990px) {
    .widget-holder {
        width: 90%;
    }
}
