﻿/*******************************************************************************
 *              Phoenix-rtl (version 1.0)
 *      Author: Digiao (http://digiao.ir)
 *  Created on: April 6 2017
 *     Project: Phoenix
 *   Copyright: digiao.ir
 *******************************************************************************/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'), /* IE6–8 */ url('../fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'isans';
    src: url('../fonts/IRANSans-Bold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSans-Bold.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: bold;
}

@font-face {
    font-family: 'isans';
    src: url('../fonts/IRANSANSExpanded.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSANSExpanded.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSANSExpanded.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: normal;
}

body {
    direction: rtl;
    font: 12px isans;
}
h1, h2, h3, h4, h5, h6{
    color: #686868;
    font-family: isans;
    margin: 10px 0;
    font-weight: 300;
}
@media (min-width: 1200px){
    #page-wrapper {
        margin: 0 220px 0 0;
    }

}
	.modal-dialog{
		margin-top:80px;
	}

.modal p {
    word-wrap: break-word !important;
}
@media (min-width: 768px){
    #page-wrapper {
        position: inherit;
        margin: 0 220px 0 0;
    }
    .content-wrapper #page-wrapper {
        margin-right: 60px;
        margin-left: 0;
    }
}
.top-left-part {
    width: 220px;
    float: right;
}
.navbar-top-links .dropdown-menu {
    left: 0;
    right: auto;
    float: right;
    text-align: right;
}
.right-sidebar{
    left: -240px;
    right: auto;
}
.shw-rside{
    left: 0;
    right: auto;
}
.nav-small-cap{
    margin: 20px -15px 0 0;
}
.sidebar .left-arrow {
    position: absolute;
    left: 15px;
    top: 18px;
}
#side-menu>li>a {
    padding: 15px 15px 15px 30px;
}
.sidebar .nav-second-level li a
{
    padding-right: 43px;
    padding-left: 0;
}
.bg-title h4{
    color: #686868;
}
.stat-item {
    padding-left: 15px;
    padding-right: 0;
}
.stat-item+.stat-item {
    padding-right: 15px;
    border-right: 1px solid #eee;
    border-left:0 ;
}
.mail-list .list-group-item.active {
    border-right: 3px solid #fb9678;
    border-left: 0;

}
.checkbox label::after ,.checkbox label::before,.radio label::before  {
    right: 0;
    left: auto;
}
.radio label::after{
    right: 5px;
    left: auto;
 }
.mail-contnet a.action{
    margin-right: 10px;
}
#msform input, #msform textarea{
    font-family: isans;
}
@media (min-width: 768px){
    .mail_listing {
        border-right: 1px solid rgba(120,130,140,0.13);
        border-left:0;
        padding-right: 20px;
        padding-left: 0;
    }
}
.b-r {
     border-left: 1px solid rgba(120,130,140,0.13);
 }
@media (min-width: 768px){
    .footer {
        right:  220px;
        left: 0;
}
}

.gs-magic {


    color:#313131;
    -webkit-animation:colorchange 20s infinite alternate;


}

@-webkit-keyframes colorchange {
    0% {

        color: blue;
    }

    10% {

        color: #8e44ad;
    }

    20% {

        color: #1abc9c;
    }

    30% {

        color: #d35400;
    }

    40% {

        color: blue;
    }

    50% {

        color: #34495e;
    }

    60% {

        color: blue;
    }

    70% {

        color: #2980b9;
    }
    80% {

        color: #f1c40f;
    }

    90% {

        color: #2980b9;
    }

    100% {

        color: pink;
    }
}

