﻿

/*header*/
.dashboard__wrapper .header
{
    padding: 0 10px;
    border-radius: 10px;
    background-color: #fff;
}

.header__logo__img
{    
    width: 70%;
    padding-top: 5px;
}
@media (max-width: 1600px)
{
    .header__logo__img
    {
        width: 90%;       
    }
}

.dashboard__wrapper .header__title
{
    text-align: center;
}
.dashboard__wrapper .header__title__logo
{
    display: block;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dashboard__wrapper .header__title__logo img{
 width:170px
}
.dashboard__wrapper .header__title__text
{
    font-family: 'AJannatLT';
    font-size: 18px;
    line-height: 18px;

    display: block;

    margin-bottom: 8px;

    color: #24507a;
    text-shadow: 0 0  8px #b5b5b5;
}
.dashboard__wrapper .header__title__EnText
{
    font-family: 'AJannatLT';
    font-size: 12px;

    display: block;
}

.dashboard__wrapper .isDarkBlue
{
    color: #09339f;
}
.dashboard__wrapper .updateNews
{
    padding-top: 60px;
}
@media (max-width: 767px)
{
    .dashboard__wrapper .updateNews
    {
        position: relative;
        right: 50%;

        display: inline-block;

        transform: translateX(50%);
    }
}


.dashboard__wrapper .updateNews__item
{
    margin-bottom: 15px;
}
.dashboard__wrapper .updateNews__item__logo
{
    vertical-align: bottom;
}
.dashboard__wrapper .updateNews__item__textBox
{
    display: inline-block;
}
.dashboard__wrapper .updateNews__item__textBox__text
{
    font-family: DiodrumArabicRegular;

    margin-bottom: 0;
}

.dashboard__wrapper .sysyemNews
{
    padding-top: 45px;

    text-align: center;
}
.dashboard__wrapper  .sysyemNews__title
{
    font-family: 'AJannatLT';
    font-size: 18px;
}




/*cellBox*/

/*/////////*/
.nav-tabs
{
    border: unset;
}
.nav-tabs > li a:hover
{
    color: unset;;
    background: unset;
}
.nav-tabs > li > a:hover
{
    border-color: unset;
}
.nav > li > a:hover,
.nav > li > a:focus
{
    text-decoration: unset;

    background-color: unset;
}

/*/////////*/
.cellBox {
    font-size: 0
} 
.cellBox .row {
    margin-right: -5px;
    margin-left: -5px;
}
.cellBox .col-md-3,
.cellBox .col-md-6,
.cellBox .col-lg-3
{
    padding-right: 5px;
    padding-left: 5px;
}
.cellBox__item
{
    text-align: center;
}
.cellBox__item__title
{
    height: 67px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #86bfeb;
}
.cellBox__item__title__text
{
    font-family: 'AJannatLT';
    font-size: 24px;
    line-height: 67px;

    color: #fff;
}
.cellBox__itemS {
    position: relative;
    height: 128px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #0068a6;
}
.cellBox__itemS__text {
    font-family: 'AJannatLT';
    font-size: 36px;
    line-height: 128px;
    color: #fff;
}
.cellBox__itemS__multiIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.cellBox__itemS__item {
    margin-bottom: 10px;
}
.cellBox__itemS__item__title {
    font-family: DiodrumArabicRegular;
    margin-left: 10px;
    color: #70c9f3;
    font-size:13px;
}
.cellBox__itemS__item__desc {
    font-family: 'AJannatLT';
    color: #fff;
    font-size: 13px;
}

/* charts */
.charts
{
    min-height: 290px;
    margin-top: 17px;

    border-radius: 10px;
    background:         radial-gradient(circle at 0% 150%, #46ace2 ,#4e8aa7 55%);
    background: -webkit-radial-gradient(circle at 0% 150%, #46ace2 ,#4e8aa7 55%);
    background:      -o-radial-gradient(circle at 0% 150%, #46ace2 ,#4e8aa7 55%);
    background:    -moz-radial-gradient(circle at 0% 150%, #46ace2 ,#4e8aa7 55%);
}

.chart__numeric
{
    float: left;

    width: 420px;
    padding-top: 28px;
    padding-left: 100px;
}
.chart__numeric__item
{
    padding-top: 12px;
    padding-bottom: 12px;

    text-align: left;

    border-bottom: 1px solid #228ecb;
}
.chart__numeric__item:last-child
{
    border-bottom: unset;
}
.chart__numeric__item__textBox
{
    display: inline-block;
}
.chart__numeric__item__textBox__num
{
    font-family: 'AJannatLT';
    font-size: 26px;

    margin-bottom: 0;

    color: #fff;
}
.chart__numeric__item__textBox__text
{
    font-family: 'AJannatLT';
    font-size: 14px;

    margin-bottom: 0;

    color: #fff;
}
.chart__numeric__item__img
{
    width: 50px;
    margin-right: 35px;

    vertical-align: baseline;
}
.chart__numeric__item__textBox .fa
{
    margin-left: 10px;
}


/*bestselling*/
.bestselling
{
    margin-top: 10px;
    padding: 40px 10px 35px;
    
	
    border-radius: 10px;
    background-color: #fff;
}
.bestselling__logo
{
    text-align: center;
}
@media (min-width: 768px)and (max-width: 991px){
	.bestselling__item{
		height: 300px;
		overflow-y: auto;
		padding: 0 10px;
	}
}
.bestselling__item__title
{
    font-family: 'IRANSans_Fa';
    font-size: 16px;

    padding-bottom: 15px;

    border-bottom: 1px solid #c5c5c5;
}
@media (min-width: 992px)and (max-width: 1399px){
	.bestselling__item__title{
		min-height: 50px;
	}
}
.bestselling__item__list
{
    padding-top: 10px;
    padding-right: 0;

    list-style: none;
}
.bestselling__item__list__link
{
    font-family: 'IRANSans_Fa';
    font-size: 14px;

    transition: color .2s ease-in-out;
}
.bestselling__item__list__link:hover
{
    transition: none;

    color: #109f96;
}
.bestselling__item__list .num
{
    float: left;

    color: #109f96;
}

