@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'yekan';
	font-style: normal;
	font-weight: bold;
	src:url('../font/IRANSansWeb_Light.eot');
	src: url('../font/IRANSansWeb_Lightd41d.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../font/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../font/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../font/IRANSansWeb_Light.ttf') format('truetype');
}
.waitMe_text{
    font-family: yekan , "Roboto", sans-serif !important;
}
body , .navbar , .sidebar  , h2 ,  .popover .popover-title , * , .waitMe_text{
    font-family: yekan , "Roboto", sans-serif;

}
.content{
    direction: rtl;
}
.dropdown-menu ul.menu li a{
    text-align: right;
    direction: rtl;
}
.dropdown-menu ul.menu .icon-circle{
    float: right;
}
.dropdown-menu ul.menu .menu-info{
    display: inline-block;
    position: relative;
    top: 3px;
    right: 5px;
    left: auto;
    text-align: right;
}
.progress .progress-bar{
    float: right;
}
.dropdown-menu ul.menu.tasks h4{
    text-align: right;
}
.dropdown-menu ul.menu.tasks h4 small{
    float: left;
}
.sidebar{
   -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    right: 0;
    left: auto;
}
section.content{
    margin: 100px 315px 0  15px;
}
.ls-closed .sidebar{
    margin-left: auto;
    margin-right: -300px;
}
.ls-closed .bars:after, .ls-closed .bars:before {
    left: auto;
    right: 20px;
}
.overlay-open .sidebar{
    margin-right: 0;
}
.ls-closed section.content{
    margin-right: 15px;
}
.navbar-brand{
    float: right;
}
.navbar-toggle{
    float: left;
}
@media (max-width: 767px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand
    {
        margin-left: auto;
        margin-right: 35px;;
    }
}
@media (min-width: 768px) {
    .navbar-header{
        float: right;
    }
}
#mainbox{
    float: left !important;
}
.navbar-right .dropdown-menu{
    left: 0;
    right: auto;
}
.info-box.hover-expand-effect:after{
    left: auto;
    right: 80px;
}
.user-info{
    direction: rtl;
}
.btn-group .user-helper-dropdown i.material-icons{
    position: relative;
    left: 0;
}
.sidebar .user-info .info-container .user-helper-dropdown{
    left: 10px;
    right: auto;
}
.dropdown-menu > li > a i.material-icons{
    float: right;
    margin-left: 7px;
}
.dropdown-menu > li > a{
text-align: right;
}
 .sidebar .menu .list li{
    direction: rtl;
}
.sidebar .menu .list li a i{
    margin-left: 5px;
}
.sidebar .menu .list a {
    direction: rtl;
}
#skins .slimScrollDiv{
    float: left !important;
    width: 100% !important;
    height: 100% !important;
}

.demo-choose-skin{
    float: left !important;    width: 100% !important;
}
.left-sidebar{
    width: 280px;
    height: calc(100vh - 70px);
    position: fixed;
    left: -300px;
    top: 70px;
    background: #fdfdfd;
    z-index: 11 !important;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.left-sidebar.open {
    left:  0;
}
.right-sidebar .nav-tabs {
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    margin-left: 2px; }
.left-sidebar .nav-tabs li {
    text-align: center; }
.left-sidebar .nav-tabs li > a {
    margin-right: 0; }
.left-sidebar .nav-tabs li:first-child {
    width: 45%; }
.left-sidebar .nav-tabs li:last-child {
    width: 55%; }
.left-sidebar .nav-tabs + .tab-content {
    padding: 0; }

.left-sidebar p {
    margin: 20px 15px 15px 15px;
    font-weight: bold;
    text-align: center; }

.left-sidebar #settings .setting-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px; }
.left-sidebar #settings .setting-list li {
    text-align: right;
    padding: 15px;
    position: relative;
    border-top: 1px solid #eee; }
.left-sidebar #settings .setting-list li .switch {
    position: absolute;
    top: 15px;
    left: 5px; }
#settings .slimScrollDiv{
    float: left !important;
    width: 100% !important;
    height: auto !important;
}
.card .header .header-dropdown{
    left: 15px;
    right: auto;
}
.dashboard-stat-list{
    padding-right:0 ;
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
        float: right !important;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
        float: right !important;
    }
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right !important;
    }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    float: right !important;
}
.text-right tr , th {
    text-align: right;
}
.dashboard-donut-chart{
    font-family: 'yekan' !important;
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: 40px;
        margin-left: auto;
    }
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before{
    content: '\E314' !important;
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle){
    margin-left: auto;
    margin-right: 5px;
}
.panel-switch-btn{
    left: 20px;
    right: auto;
}
.graph{
    direction: ltr;
}
.input-group{
    direction: rtl;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align: right;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    right: auto;
    left: 12px;
}
.dropdown-header{
    text-align: right;
}
.form-group .form-line .form-label{
    left: auto;
    right: 0;
}
.wizard > .steps > ul > li{
    float: right;
}
.list-group-item > .badge{
    float: left;
}
code{
    direction: ltr;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.list-group{
    padding-left: inherit;
    padding-right: 0;
}
button.list-group-item{
    text-align: right;
}
.preloader{
    direction: ltr;
}
.sidebar .menu .list .ml-menu li a{
    padding-left: 0;
    padding-right: 55px;
}
.sidebar .menu .list .ml-menu{
    padding-right: 0;
    padding-left: inherit;
}
.nav-tabs > li{
    left: auto;
    right: -2px;
}
.nav-tabs > li{
    float: right;
}
.nav{
    padding-right: 0;
    padding-left: inherit;
}
.info-box-3 .icon , .info-box-4 .icon{
    left: 20px;
    right: auto;
}
[type="checkbox"] + label{
    padding-left: 0;
    padding-right: 26px;
}
[type="checkbox"].filled-in:checked + label:before{
    left: auto;
    right: 11px; /*test*/
}
[type="checkbox"].filled-in:checked + label:after{
    right: 0;
}
[type="checkbox"].filled-in:not(:checked) + label:before{
    left: auto;
    right: 11px;
}
[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after{
    left: auto;
    right: 0;
}
[type="checkbox"]:checked + label:before{
    left:auto;
    right: 5px;
}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{
    left: auto;
    right: 0;
}
[type="radio"] + label:before, [type="radio"] + label:after{
    right:0;
    left: auto;
}
[type="radio"]:checked + label {
    padding-left: 0;
    padding-right: 26px;
}
[type="radio"] + label:before, [type="radio"] + label:after{
    right: 0;
    left: auto;
}
[type="radio"] + label{
    padding-right: 26px;
}
[type="radio"]:not(:checked) + label{
    padding-right: 26px;
    padding-left: 0;
}
.sidebar .menu .list a{
    padding: 7px 13px;
}
.timeline{
    list-style: none;
    margin: 10px;
    border-right: solid 3px #b6b6b6;
}
.timeline li{

    right: 10px;
}
span.timeline-job{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    top: 0;
    float: right;
    right: -20px;
    background: #2196f3;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    text-align: center;
}
span.timeline-job i{
    line-height: 40px;
    float: none;
}
.timeline-date{
    background: #9C27B0 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: bold;
    padding: 5px;
    line-height: 40px;

    color: white;
    border-radius: 3px;
    font-size: 12px;
}
.timeline-content{
    margin-right: 30px;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #303e49;
}
header h1 {
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
    header {
        height: 300px;
        line-height: 300px;
    }
    header h1 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}