
html { overflow-y: scroll }

.carousel {
    direction: ltr !important;
}

.animsition,
.animsition-overlay {
    opacity: 1;
}

.widget a:hover {
    text-decoration: none
}

/* ==================================================================
CSS Reset ltr to rtl
================================================================== */

* {
    direction: rtl;
}

@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;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 0;
        left: 100%;
    }

    .col-sm-pull-11 {
        right: 0;
        left: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 0;
        left: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 0;
        left: 75%;
    }

    .col-sm-pull-8 {
        right: 0;
        left: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 0;
        left: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 0;
        left: 50%;
    }

    .col-sm-pull-5 {
        right: 0;
        left: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 0;
        left: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 0;
        left: 25%;
    }

    .col-sm-pull-2 {
        right: 0;
        left: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 0;
        left: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0;
        left: 0;
    }

    .col-sm-push-12 {
        right: 0;
        left: 100%;
    }

    .col-sm-push-11 {
        right: 0;
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        right: 0;
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        right: 0;
        left: 75%;
    }

    .col-sm-push-8 {
        right: 0;
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        right: 0;
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        right: 0;
        left: 50%;
    }

    .col-sm-push-5 {
        right: 0;
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        right: 0;
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        right: 0;
        left: 25%;
    }

    .col-sm-push-2 {
        right: 0;
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        right: 0;
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        right: 0;
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: auto;
        margin-right: 100%;
    }

    .col-sm-offset-11 {
        margin-left: auto;
        margin-right: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: auto;
        margin-right: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: auto;
        margin-right: 75%;
    }

    .col-sm-offset-8 {
        margin-left: auto;
        margin-right: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: auto;
        margin-right: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: auto;
        margin-right: 50%;
    }

    .col-sm-offset-5 {
        margin-left: auto;
        margin-right: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: auto;
        margin-right: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: auto;
        margin-right: 25%;
    }

    .col-sm-offset-2 {
        margin-left: auto;
        margin-right: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: auto;
        margin-right: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: auto;
        margin-right: 0;
    }
}

@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;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 0;
        left: 100%;
    }

    .col-md-pull-11 {
        right: 0;
        left: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 0;
        left: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 0;
        left: 75%;
    }

    .col-md-pull-8 {
        right: 0;
        left: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 0;
        left: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 0;
        left: 50%;
    }

    .col-md-pull-5 {
        right: 0;
        left: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 0;
        left: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 0;
        left: 25%;
    }

    .col-md-pull-2 {
        right: 0;
        left: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 0;
        left: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0;
        left: 0;
    }

    .col-md-push-12 {
        right: 0;
        left: 100%;
    }

    .col-md-push-11 {
        right: 0;
        left: 91.66666667%;
    }

    .col-md-push-10 {
        right: 0;
        left: 83.33333333%;
    }

    .col-md-push-9 {
        right: 0;
        left: 75%;
    }

    .col-md-push-8 {
        right: 0;
        left: 66.66666667%;
    }

    .col-md-push-7 {
        right: 0;
        left: 58.33333333%;
    }

    .col-md-push-6 {
        right: 0;
        left: 50%;
    }

    .col-md-push-5 {
        right: 0;
        left: 41.66666667%;
    }

    .col-md-push-4 {
        right: 0;
        left: 33.33333333%;
    }

    .col-md-push-3 {
        right: 0;
        left: 25%;
    }

    .col-md-push-2 {
        right: 0;
        left: 16.66666667%;
    }

    .col-md-push-1 {
        right: 0;
        left: 8.33333333%;
    }

    .col-md-push-0 {
        right: 0;
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: auto;
        margin-right: 100%;
    }

    .col-md-offset-11 {
        margin-left: auto;
        margin-right: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: auto;
        margin-right: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: auto;
        margin-right: 75%;
    }

    .col-md-offset-8 {
        margin-left: auto;
        margin-right: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: auto;
        margin-right: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: auto;
        margin-right: 50%;
    }

    .col-md-offset-5 {
        margin-left: auto;
        margin-right: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: auto;
        margin-right: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: auto;
        margin-right: 25%;
    }

    .col-md-offset-2 {
        margin-left: auto;
        margin-right: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: auto;
        margin-right: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: auto;
        margin-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;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 0;
        left: 100%;
    }

    .col-lg-pull-11 {
        right: 0;
        left: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 0;
        left: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 0;
        left: 75%;
    }

    .col-lg-pull-8 {
        right: 0;
        left: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 0;
        left: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 0;
        left: 50%;
    }

    .col-lg-pull-5 {
        right: 0;
        left: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 0;
        left: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 0;
        left: 25%;
    }

    .col-lg-pull-2 {
        right: 0;
        left: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 0;
        left: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0;
        left: 0;
    }

    .col-lg-push-12 {
        right: 0;
        left: 100%;
    }

    .col-lg-push-11 {
        right: 0;
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        right: 0;
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        right: 0;
        left: 75%;
    }

    .col-lg-push-8 {
        right: 0;
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        right: 0;
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        right: 0;
        left: 50%;
    }

    .col-lg-push-5 {
        right: 0;
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        right: 0;
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        right: 0;
        left: 25%;
    }

    .col-lg-push-2 {
        right: 0;
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        right: 0;
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        right: 0;
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: auto;
        margin-right: 100%;
    }

    .col-lg-offset-11 {
        margin-left: auto;
        margin-right: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: auto;
        margin-right: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: auto;
        margin-right: 75%;
    }

    .col-lg-offset-8 {
        margin-left: auto;
        margin-right: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: auto;
        margin-right: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: auto;
        margin-right: 50%;
    }

    .col-lg-offset-5 {
        margin-left: auto;
        margin-right: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: auto;
        margin-right: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: auto;
        margin-right: 25%;
    }

    .col-lg-offset-2 {
        margin-left: auto;
        margin-right: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: auto;
        margin-right: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .lt-lg-x-0 {
        margin-left: auto;
        margin-right: 0;
    }

    .lt-lg-x-1 {
        margin-right: 25.25%;
        margin-left: auto;
    }

    .lt-lg-x-2 {
        margin-right: 50.5%;
        margin-left: auto;
    }

    .lt-lg-x-3 {
        margin-right: 75.75%;
        margin-left: auto;
    }

    .lt-lg-y-0 {
        margin-top: 0;
    }

    .lt-lg-y-1 {
        margin-top: 17.16666667%;
    }

    .lt-lg-y-2 {
        margin-top: 34.33333333%;
    }

    .lt-lg-y-3 {
        margin-top: 51.5%;
    }

    .lt-lg-y-4 {
        margin-top: 68.66666667%;
    }

    .lt-lg-y-5 {
        margin-top: 85.83333333%;
    }

    .lt-lg-y-6 {
        margin-top: 103%;
    }

    .lt-lg-y-7 {
        margin-top: 120.16666667%;
    }

    .lt-lg-y-8 {
        margin-top: 137.33333333%;
    }

    .lt-lg-y-9 {
        margin-top: 154.5%;
    }

    .lt-lg-w-1 {
        width: 24.25%;
    }

    .lt-lg-w-2 {
        width: 49.5%;
    }

    .lt-lg-w-3 {
        width: 74.75%;
    }

    .lt-lg-w-4 {
        width: 100%;
    }

    .lt-lg-h-1 {
        padding-bottom: 16.16666667%;
    }

    .lt-lg-h-2 {
        padding-bottom: 33.33333333%;
    }

    .lt-lg-h-3 {
        padding-bottom: 50.5%;
    }

    .lt-lg-h-4 {
        padding-bottom: 67.66666667%;
    }

    .lt-lg-h-5 {
        padding-bottom: 84.83333333%;
    }

    .lt-lg-h-6 {
        padding-bottom: 102%;
    }

    .lt-lg-h-7 {
        padding-bottom: 119.16666667%;
    }

    .lt-lg-h-8 {
        padding-bottom: 136.33333333%;
    }

    .lt-lg-h-9 {
        padding-bottom: 153.5%;
    }

    .lt-lg-h-10 {
        padding-bottom: 170.66666667%;
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right;
}

/* ==================================================================
CSS @media change to rtl
================================================================== */

@media (min-width: 560px) {
    .player-controls-left {
        float: right;
    }

    .player-controls-right {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }

    .site-navbar .navbar-container {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .modal-fill-in .modal-dialog button.close {
        right: auto;
        left: 20px;
    }

    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: auto;
    }

    .dl-horizontal dt {
        float: right;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-nav > li {
        float: right;
    }

    .navbar-text {
        float: right;
    }
}

/* ==================================================================
CSS padding & margin  style change to rtl
================================================================== */

.margin-left-0 {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.margin-left-3 {
    margin-left: auto !important;
    margin-right: 3px !important;
}

.margin-left-5 {
    margin-left: auto !important;
    margin-right: 5px !important;
}

.margin-left-10 {
    margin-left: auto !important;
    margin-right: 10px !important;
}

.margin-left-15 {
    margin-left: auto !important;
    margin-right: 15px !important;
}

.margin-left-20 {
    margin-left: auto !important;
    margin-right: 20px !important;
}

.margin-left-25 {
    margin-left: auto !important;
    margin-right: 25px !important;
}

.margin-left-30 {
    margin-left: auto !important;
    margin-right: 30px !important;
}

.margin-left-35 {
    margin-left: auto !important;
    margin-right: 35px !important;
}

.margin-left-40 {
    margin-left: auto !important;
    margin-right: 40px !important;
}

.margin-left-45 {
    margin-left: auto !important;
    margin-right: 45px !important;
}

.margin-left-50 {
    margin-left: auto !important;
    margin-right: 50px !important;
}

.margin-left-60 {
    margin-left: auto !important;
    margin-right: 60px !important;
}

.margin-left-70 {
    margin-left: auto !important;
    margin-right: 70px !important;
}

.margin-left-80 {
    margin-left: auto !important;
    margin-right: 80px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.margin-right-3 {
    margin-right: 0 !important;
    margin-left: 3px !important;
}

.margin-right-5 {
    margin-right: 0 !important;
    margin-left: 5px !important;
}

.margin-right-10 {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.margin-right-15 {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

.margin-right-20 {
    margin-right: 0 !important;
    margin-left: 20px !important;
}

.margin-right-25 {
    margin-right: 0 !important;
    margin-left: 25px !important;
}

.margin-right-30 {
    margin-right: 0 !important;
    margin-left: 30px !important;
}

.margin-right-35 {
    margin-right: 0 !important;
    margin-left: 35px !important;
}

.margin-right-40 {
    margin-right: 0 !important;
    margin-left: 40px !important;
}

.margin-right-45 {
    margin-right: 0 !important;
    margin-left: 45px !important;
}

.margin-right-50 {
    margin-right: 0 !important;
    margin-left: 50px !important;
}

.margin-right-60 {
    margin-right: 0 !important;
    margin-left: 60px !important;
}

.margin-right-70 {
    margin-right: 0 !important;
    margin-left: 70px !important;
}

.margin-right-80 {
    margin-right: 0 !important;
    margin-left: 80px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-3 {
    padding-left: 0 !important;
    padding-right: 3px !important;
}

.padding-left-5 {
    padding-left: 0 !important;
    padding-right: 5px !important;
}

.padding-left-10 {
    padding-left: 0 !important;
    padding-right: 10px !important;
}

.padding-left-15 {
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.padding-left-20 {
    padding-left: 0 !important;
    padding-right: 20px !important;
}

.padding-left-25 {
    padding-left: 0 !important;
    padding-right: 25px !important;
}

.padding-left-30 {
    padding-left: 0 !important;
    padding-right: 30px !important;
}

.padding-left-35 {
    padding-left: 0 !important;
    padding-right: 35px !important;
}

.padding-left-40 {
    padding-left: 0 !important;
    padding-right: 40px !important;
}

.padding-left-45 {
    padding-left: 0 !important;
    padding-right: 45px !important;
}

.padding-left-50 {
    padding-left: 0 !important;
    padding-right: 50px !important;
}

.padding-left-60 {
    padding-left: 0 !important;
    padding-right: 60px !important;
}

.padding-left-70 {
    padding-left: 0 !important;
    padding-right: 70px !important;
}

.padding-left-80 {
    padding-left: 0 !important;
    padding-right: 80px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-right-3 {
    padding-right: 0 !important;
    padding-left: 3px !important;
}

.padding-right-5 {
    padding-right: 0 !important;
    padding-left: 5px !important;
}

.padding-right-10 {
    padding-right: 0 !important;
    padding-left: 10px !important;
}

.padding-right-15 {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.padding-right-20 {
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.padding-right-25 {
    padding-right: 0 !important;
    padding-left: 25px !important;
}

.padding-right-30 {
    padding-right: 0 !important;
    padding-left: 30px !important;
}

.padding-right-35 {
    padding-right: 0 !important;
    padding-left: 35px !important;
}

.padding-right-40 {
    padding-right: 0 !important;
    padding-left: 40px !important;
}

.padding-right-45 {
    padding-right: 0 !important;
    padding-left: 45px !important;
}

.padding-right-50 {
    padding-right: 0 !important;
    padding-left: 50px !important;
}

.padding-right-60 {
    padding-right: 0 !important;
    padding-left: 60px !important;
}

.padding-right-70 {
    padding-right: 0 !important;
    padding-left: 70px !important;
}

.padding-right-80 {
    padding-right: 0 !important;
    padding-left: 80px !important;
}

/* ==================================================================
CSS all style change to rtl
================================================================== */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: right;
    font-family: 'iransans';
    line-height: 30px;
}

.mega-content ul {
    padding: 0;
}

ul li {
    text-align: right;
}

.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    text-align: center !important;
}

.table.text-right > tbody > tr > td,
.table.text-right > tbody > tr > th,
.table.text-right > tfoot > tr > td,
.table.text-right > tfoot > tr > th,
.table.text-right > thead > tr > td,
.table.text-right > thead > tr > th {
    text-align: right !important;
}

.table-bordered > thead:first-child > tr:first-child > th {
    text-align: right;
}

.tablesaw th,
.tablesaw td {
    text-align: right;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ==================================================================
CSS gride drag & drop style change to rtl
================================================================== */

.grid-stack > .grid-stack-item[data-gs-x='1'] {
    right: 8.33333333%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='2'] {
    right: 16.66666667%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='3'] {
    right: 25%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='4'] {
    right: 33.33333333%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='5'] {
    right: 41.66666667%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='6'] {
    right: 50%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='7'] {
    right: 58.33333333%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='8'] {
    right: 66.66666667%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='9'] {
    right: 75%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='10'] {
    right: 83.33333333%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='11'] {
    right: 91.66666667%;
    left: auto;
}

.grid-stack > .grid-stack-item[data-gs-x='12'] {
    right: 100%;
    left: auto;
}

/* ==================================================================
CSS all page style change to rtl
================================================================== */

.navbar-toolbar {
    float: right;
}

.navbar-toolbar > li {
    float: right;
}

.input-search .input-search-icon {
    left: auto;
    right: 8px
}

.input-search .input-search-icon + .form-control {
    padding-right: 43.5px;
    padding-left: 10px;
}

.input-search .input-search-close {
    right: auto;
    left: 8px;
}

.blocks > li,
[class*=blocks-] > li {
    float: right;
}

.panel-group-simple .panel-title {
    padding-left: 30px;
    padding-right: 0;
}

.panel-group-simple .panel-title:after,
.panel-group-simple .panel-title:before {
    right: auto;
    left: 5px;
}

.dropdown-menu .flag-icon {
    margin-left: 5px;
    margin-right: 0;
}

.dropdown-menu li .icon:first-child,
.dropdown-menu li > a .icon:first-child {
    margin-left: .5em;
    margin-right: 0;
}

.dropdown-menu-media .dropdown-menu-header .badge,
.dropdown-menu-media .dropdown-menu-header .label {
    left: 20px;
    right: auto;
}

.padding-right-10 {
    padding-left: 10px !important;
    padding-right: 0px !important;
}

.padding-left-10 {
    padding-right: 10px !important;
    padding-left: 0px !important;
}

.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn {
    left: 0;
    right: auto;
}

.scrollable-bar {
    right: auto;
    left: 0;
}

.dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.site-menu-section-wrap {
    right: 20px;
    left: 20px;
}

.site-menu-sub .site-menu-arrow {
    right: auto;
    left: 15px;
}

.site-menu-sub .site-menu-arrow:before {
    content: '\f17e';
}

.site-menu-icon {
    margin-left: 4px;
    margin-right: auto;
}

.site-menu-arrow {
    margin-left: 0;
    margin-right: 5px;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    left: auto;
    right: 20px;
}

.jvectormap-zoomout {
    left: auto;
    right: 50px;
}

.progress-bar {
    float: right
}

#widgetWeather div.font-size-40 {
    direction: ltr
}

.list-group-item .icon {
    margin-left: 10px;
    margin-right: auto;
}

.page-aside {
    left: auto;
    right: 0
}

.page-aside + .page-main {
    margin-right: 260px;
    margin-left: auto;
}

.page-header-actions,
.panel-actions {
    right: auto;
    left: 30px;
}

.dropdown-menu-right {
    right: auto;
    left: 0;
}

.wb-chevron-right:before {
    content: "\f17d";
}

.page-content .CodeMirror {
    direction: ltr
}

.mfp-counter {
    right: auto;
    left: 0
}

.nav-tabs > li {
    float: right
}

.checkbox-custom label {
    padding-left: 0;
    padding-right: 25px;
}

.checkbox-custom label::before,
.checkbox-custom label::after {
    left: auto;
    right: 0;
}

.page-login form a,
.page-login-v2 form a,
.page-login-v3 form a {
    margin-right: 20px;
    margin-left: auto;
}

.form-material .floating-label {
    left: auto;
    right: 0
}

.list-group .media .media-left,
.list-group .media .pull-left {
    padding-right: 0;
    padding-left: 20px
}

.padding-left-20 {
    padding-right: 20px !important;
}

.wb-chevron-right-mini:before {
    content: "\f17e";
}

.pagination > li > a,
.pagination > li > span {
    float: right;
}

.page-user .page-content .page-user-sortlist {
    right: auto;
    left: 0;
}

.slick-list,
.owl-carousel,
.owl-carousel .owl-stage-outer {
    direction: ltr
}

.color-primaries > div {
    margin-left: 40px;
    margin-right: auto;
}

.opacity-four i,
.opacity-six i,
.opacity-eight i,
.blue-grey-700 i {
    margin-right: auto;
    margin-left: 5px;
}

.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
    float: right;
}

.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
    clear: right;
}

.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
    float: left;
    clear: left;
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu.bullet:after,
.dropdown-menu.bullet:before {
    right: 10px;
    left: auto;
}

.dropdown-menu > .dropdown-submenu > a:after {
    left: 10px;
    right: auto;
    border-right: 4px dashed;
    border-left: none;
}

.dropdown-menu > .dropdown-submenu.dropdown-menu-left .dropdown-menu {
    right: -100%;
    left: auto
}

.dropdown-menu > .dropdown-submenu .dropdown-menu {
    right: 100%;
    left: auto
}

.list-group-item > .badge {
    float: left
}

.close {
    float: left;
}

.panel-group .panel-title:after,
.panel-group .panel-title:before {
    right: auto;
    left: 30px;
}

.modal-footer {
    text-align: left;
}

.nav-tabs > li > a > .icon {
    margin-left: .5em;
    margin-right: auto;
}

.popover.top > .arrow,
.webui-popover.top > .arrow,
.webui-popover.top-right > .arrow,
.webui-popover.top-left > .arrow {
    margin-left: auto;
    margin-right: -9px;
}

.popover.top > .arrow:after,
.webui-popover.bottom > .arrow:after,
.webui-popover.bottom-right > .arrow:after,
.webui-popover.bottom-left > .arrow:after,
.webui-popover.top > .arrow:after,
.webui-popover.top-right > .arrow:after,
.webui-popover.top-left > .arrow:after {
    margin-left: auto;
    margin-right: -8px;
}

.tool-container.tool-top .arrow,
.tool-container.tool-bottom .arrow {
    margin-left: auto;
    margin-right: -8px;
}

.list-icons > li i {
    float: right;
    margin: 0 0 0 6px
}

.drop-cap {
    float: right;
    margin-right: auto;
    margin-left: 5px
}

.list-icons {
    padding-right: 10px;
    padding-left: 0;
}

.input-search .input-search-btn {
    right: auto;
    left: 0;
    outline: none;
}

.input-search .input-search-btn i {
    margin-top: 6px;
}

.ms-container:before {
    right: 3.5%;
    left: auto;
}

.spinnerUi > input[type="text"] {
    border-radius: 0 3px 3px 0;
}

.spinnerUi-up {
    border-radius: 3px 0 0 0;
    border-right: none;
    border-left: 1px solid #e4eaec
}

.spinnerUi-down {
    border-radius: 0 0 0 3px;
    border-right: none;
    border-left: 1px solid #e4eaec
}

.colorInputUi-clear {
    right: auto;
    left: 39px;
}

.colorInputUi-wrap .colorInputUi-trigger {
    right: auto;
    left: 1px;
}

.strength-container .strength-meter {
    right: auto;
    left: 6px;
}

input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
    margin-left: auto;
    margin-right: 7px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
    float: left !important;
}

.multi-select-methods {
    display: none;
}

.datepicker-dropdown {
    direction: ltr;
    float: none;
    left: auto;
    right: auto;
}

.ace_content {
    text-align: left;
    direction: ltr;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: right;
}

.has-feedback .form-control {
    padding-right: 15px;
    padding-left: 45px;
}

.has-feedback .form-control-feedback {
    right: auto;
    left: 15px;
}

.panel-actions .wb-chevron-right:before {
    content: "\f17c";
}

.panel-actions .wb-chevron-left:before {
    content: "\f17d";
}

.pearl:after {
    left: 0;
    right: auto;
}

.pearl:before {
    left: auto;
    right: 0;
}

.tablesaw-toolbar {
    float: right;
}

.tablesaw-advance {
    float: left;
}

.tablesaw-toolbar label {
    margin-right: auto;
    margin-left: 20px;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    content: "\f17f";
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    content: "\f17e";
}

.jsgrid-header-sortable {
    text-align: center !important;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    padding-left: 5px;
    padding-right: 0;
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
    content: "\f17e"
}

div.dataTables_filter {
    float: left;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    right: auto;
    left: 6px;
}

div.dataTables_info {
    float: right;
    display: none !important;
}

div.dataTables_paginate {
    float: left
}

.fixed-table-toolbar .columns-right {
    margin-left: auto;
    margin-right: 5px;
}

.pull-right .dropdown-menu {
    left: 0;
    right: auto;
}

.c3 text {
    direction: ltr
}

.widget-actions-sidebar {
    right: 20px;
    left: auto;
}

.widget-actions-sidebar + .widget-content {
    margin-left: auto;
    margin-right: 80px;
}

.widget-actions-sidebar a {
    border-right: none;
    border-left: 1px solid #e4eaec;
}

.list-group {
    padding: 0;
}

.widget-watermark {
    right: auto;
    left: 0;
}

.page-aside .list-group-item .item-right {
    float: left;
}

.page-aside .list-group.has-actions .list-group-item .item-actions {
    left: 20px;
    right: auto;
}

.page-content-table .table > tbody > tr > td:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > thead > tr > th:first-child {
    padding-left: 5px;
    padding-right: 30px;
}

.site-action {
    right: auto;
    left: 32px;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
    right: auto;
    left: 0;
}

.fc-toolbar .fc-right {
    float: left;
    right: auto;
    left: 0;
}

.fc-toolbar .fc-left {
    float: right;
    left: auto;
    right: 0;
}

.color-selector > li input[type=radio]:checked + label:after {
    left: auto;
    right: 8px;
}

.addMember-list {
    padding: 0;
}

.page-aside-inner .input-search .input-search-icon {
    right: auto;
    left: 8px;
}

.page-aside-inner .list-group .list-group-item .info .icon.wb-folder {
    float: right;
}

.page-aside-inner .list-group .list-group-item .info .category {
    float: right;
}

.page-aside-inner .list-group .list-group-item .info .time {
    float: left;
}

#mdEdit {
    text-align: left;
    direction: ltr;
}

.page-aside {
    border-right: none;
    border-left: 1px solid #e4eaec;
}

.taskboard-stage-content .add-item-toggle > .icon {
    margin-right: auto;
    margin-left: 6px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    left: 12px;
    right: auto;
}

.modal-footer {
    text-align: left !important
}

.page-aside + .page-main {
    margin-left: auto;
    margin-right: 300px;
}

.list-group .media .media-right,
.list-group .media .pull-right {
    padding-left: 0;
    padding-right: 20px;
}

.app-projects .overlay .btn-group {
    right: auto;
    left: 5px;
}

.select2-container .select2-search--inline {
    float: right;
}

.app-media .media-list.is-grid .media-item .checkbox-custom {
    right: 10px;
    left: auto;
    top: 10px;
}

.app-media .media-list.is-grid .media-item .dropdown {
    float: left
}

.input-group .input-search-btn {
    left: 0;
    right: auto;
}

.app-documents .form-group .input-search-btn + .form-control {
    padding: 8px 13px 8px 48px;
    border-radius: 3px 0 0 3px;
}

.app-documents .form-group .dropdown-toggle {
    border-radius: 0 3px 3px 0 !important;
    border-width: 1px 1px 1px 0 !important;
}

.app-documents .article-sidebar {
    float: right;
}

.app-documents .article-content {
    margin-left: auto !important;
    margin-right: 30px;
    float: left;
}

.app-documents .article-footer-actions {
    float: left;
}

.app-documents .articles-item > .icon {
    left: auto;
    right: 0;
}

.app-documents .articles-item {
    padding-left: 0;
    padding-right: 45px;
}

.wb-chevron-left:before {
    content: "\f17c";
}

.wb-chevron-right:before {
    content: "\f17d";
}

.testimonial-author,
.testimonial-company {
    text-align: left;
}

.step-number {
    left: auto;
    right: 20px;
}

.step-number ~ .step-desc {
    margin-left: auto;
    margin-right: 50px;
}

.step-desc {
    text-align: right;
}

.step-icon {
    float: right;
    margin-left: .5em;
    margin-right: auto;
}

.pricing-features li {
    text-align: center
}

.wb-arrow-right:before {
    content: "\f184";
}

.caret {
    margin-left: auto;
    margin-right: 2px;
}

.nav-pills > li {
    float: right;
}

.nav-quick .badge,
.nav-quick .label {
    left: 0;
    right: auto;
}

.media-left,
.media > .pull-left {
    padding-left: 20px;
}

.media-right,
.media > .pull-right {
    padding-right: 20px;
}

.wb-chevron-left:before {
    content: "\f17d";
}

.wb-chevron-right:before {
    content: "\f17c";
}

.comment-actions {
    text-align: left;
}

.comment-actions a {
    margin-left: 10px;
    margin-right: 0;
}

.chat-left .chat-avatar {
    float: right;
}

.chat-avatar {
    float: left;
}

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

.chat-left .chat-body {
    margin-left: 0;
    margin-right: 30px;
}

.chat-left .chat-content {
    float: right;
    margin: 0 20px 10px 0;
    color: #76838f;
    background-color: #dfe9ef;
}

.chat-left .chat-content:before {
    left: auto;
    right: -10px;
    border-left-color: #dfe9ef;
    border-right-color: transparent;
}

.chat-content {
    float: left;
    margin: 0 0 10px 20px
}

.chat-content:before {
    left: -10px;
    right: auto;
    border-right-color: #62A8EA;
    border-left-color: transparent;
}

blockquote {
    border-left: none;
    border-right: 5px solid #e4eaec;
    border-right-width: 2px;
}

.alert ul li {
    list-style: none;
    line-height: 30px;
}

.alert-dismissible {
    padding-left: 40px;
    padding-right: 20px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: auto;
    left: -21px;
}

.alert-icon > .icon {
    right: 20px;
    left: auto;
}

.alert-icon {
    padding-right: 45px;
}

.alert-alt {
    border-left: none;
    border-right: 3px solid transparent;
}

.app-mailbox .checkbox-important {
    margin-right: 21px;
}

.page-header-actions .wb-chevron-right:before {
    content: "\f17d";
}

.alert .margin-top-15 {
    text-align: left;
}

.alert-social > .icon {
    top: auto;
    bottom: 14px;
    font-size: 20px;
    left: 14px;
}

/* ==================================================================
CSS resp style change to rtl
================================================================== */

@media (max-width: 767px) {
    .nav {
        padding: 0;
    }

    .navbar-toggle {
        float: left;
        margin-right: 0;
    }

    .navbar-toggle-left {
        float: right;
        margin-left: 15px;
        margin-right: 0;
    }

    .site-menubar-body .row {
        margin: 0;
    }

    .logo-768 {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .phone,
    .alert-notifications {
        display: none;
    }

    .navbar-toolbar-right {
        float: none !important;
        text-align: center;
    }

    .navbar-collapse-toolbar .navbar-toolbar-right li {
        display: block;
    }

    .navbar-toolbar-right li {
        float: none !important;
        text-align: center;
        display: inline-block
    }

    .list-group-item a {
        display: block;
    }

    .instagram-body {
        padding: 10px 15px !important;
    }

    .site-menubar-open .page,
    .site-menubar-open .site-footer {
        -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
    }

    .site-navbar-small .site-menubar {
        right: 0;
    }

    .site-menubar-hide .site-menubar {
        visibility: hidden;
        -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
    }

    .site-menubar-open .site-menubar {
        visibility: visible;
        overflow: auto;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .navbar-collapse-toolbar {
        padding: 0;
    }
}

#widgetCurrentChart > div .btn-floating,
#widgetUserList .widget-content .btn-floating {
    right: auto;
    left: 20px;
}

.chat-body .chat-content:before {
    border-right-color: transparent;
}

/* ==================================================================
CSS iranserver
================================================================== */

@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }

    .site-navbar-small .site-navbar {
        position: relative;
        margin: 0;
    }

    body.site-navbar-small,
    body {
        padding: 0;
        font-family: 'iransans' !important;
    }

    .site-menubar,
    .site-navbar-small .site-menubar {
        position: relative;
        top: 0;
        z-index: 10;
        border: 1px solid #e4e4e4;
        border-right: 0;
        border-left: 0;
    }

    .site-logo {
        padding: 40px 25px;
    }

    .site-logo .row {
        margin: 0;
    }

    .site-logo .navbar-toolbar > li > a > .icon {
        font-size: 20px;
        top: 5px;
    }

    .site-logo .navbar-toolbar > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    ul.site-menu {
        display: inline-block;
        margin-left: -15px;
        padding-right: 0;
    }

    .site-menubar form {
        padding: 0 22px;
        margin: 7px;
    }
}

p {
    margin: 0 0 5px;
}

body.site-navbar-small,
body {
    font-family: 'iransans' !important;
}

.site-navbar .navbar-toolbar > li {
    font-family: 'iransans';
    font-size: 13px;
}

.site-navbar .dropdown-menu > li > a {
    font-size: 12px;
}

.phone {
    padding: 0;
    direction: ltr;
    clear: both;
    font-size: 18px !important;
}

.phone.padding-right-20 {
    padding-left: 22px !important
}

.site-menu-title {
    font-family: 'iransans';
    font-size: 13px;
}

.alert-dismissible,
.alert-dismissible span {
    font-size: 12px;
}

.alert-dismissible .close {
    top: -1px;
}

.alert-dismissible span.alert-notifications {
    height: 100%;
    padding: 15px 16px 16px;
    background: rgba(254, 159, 41, 0.4);
    color: #747474;
}

.carousel.slide {
    margin-bottom: 30px;
}

.carousel-inner > .item > img {
    height: 250px;
}

.panel-heading {
    display: block;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.panel-heading span {
    padding: 14px 30px;
    line-height: 30px;
}

.panel-heading .panel-title {
    display: inline-block;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 16px;
    color: #56575a;
    line-height: 0.801;
    text-align: center;
}

.panel-body {
    padding: 0 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.panel-body ul {
    padding: 0;
}

.instagram-header .row {
    margin: 0;
}

.col-lg-4 video {
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E0;
}

.panel-body-video {
    padding: 30px 10px;
    padding-top: 30px !important;
}

.site-footer {
    height: auto;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.h1 .icon:first-child,
.h2 .icon:first-child,
.h3 .icon:first-child,
.h4 .icon:first-child,
.h5 .icon:first-child,
.h6 .icon:first-child,
h1 .icon:first-child,
h2 .icon:first-child,
h3 .icon:first-child,
h4 .icon:first-child,
h5 .icon:first-child,
h6 .icon:first-child {
    margin-right: auto;
    margin-left: .5em;
}

.panel-title > .icon {
    margin-right: auto;
    margin-left: 10px;
    color: #3d4bb4;
}

.navbar-form .form-control {
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    box-shadow: 0px 4px 2px 0px #eeeeee70;
}

table.table {
    border-collapse: separate;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
}

table.table tr th {
    font-size: 14px !important;
    color: #8F98AE;
}

table.table tr td {
    font-size: 15px !important;
    color: rgb(93, 91, 91);
}

.table a {
    text-decoration: none;
    font-size: 15px;
    color: #434650;
    line-height: 37px;
    text-align: center;
}

.table a.waves-effect {
    font-size: 14px;
    color: #757575;
    line-height: 1.688;
    text-align: center;
}
.table a.waves-effect span {
    vertical-align:middle;
}

.table a i {
    float: right;
    margin-left: 7px !important;
    margin-top: 0 !important;
}

.nav > li > a {
    padding: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent !important;
}

.media-column img,
.fade-img {
    width: 100%;
}

.instagram-social {
    text-align: center;
}

.instagram-social .likes {
    display: none
}

.instagram-social .comments {
    display: none
}

.instagram-social li {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #e7e7e7;
    height: 115px;
    width: 115px;
    padding: 0px;
    margin: 5px;
    opacity: 0.8;
    transition-duration: 200ms;
}

.instagram-social li:hover {
    opacity: 1;
}

.instagram-social li img {
    width: 100%
}

.domain-search {
    width: 100% !important;
}

.domain-search input {
    width: 100% !important;
    font-family: iransans;
    font-size: 12px !important;
    padding: 0 35px;
    border: none !important;
}

.domain-search button {
    right: 0 !important;
    left: auto !important;
}

/* ==================================================================
CSS label
================================================================== */

.label-dismissible,
.unpaid {
    background: #fffcf7;
    border: 1px solid #f7a340;
    padding: 3px 15px;
    color: #f7a340;
    border-radius: 20px;
}

.ticket-customer-reply {
    background: #868ea3;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    min-width: 90px;
    margin-bottom: 0;
}
.ticket-customer-reply span,
.ticket-customer-reply span {
    color: #fff !important;
}


.status-customer-reply {
    background: #fffcf7;
    border: 1px solid #f7a340;
    padding: 5px 10px;
    margin: 15px;
    text-align: center;
    color: #f7a340;
    border-radius: 38px;
    font-size: 11px;
    min-width: 90px;
}

.status-answered,
.status-on-hold {
    background: #F7FBFC;
    border: 1px solid #2196F3;
    border-radius: 38px;
    font-size: 11px;
    color: #2196F3;
    padding: 5px 10px;
    margin: 15px;
    text-align: center;
    min-width: 90px;
}

.status-resolution-verification {
    background: #FFF9F9;
    border: 1px solid #D21D1D;
    border-radius: 38px;
    font-size: 11px;
    color: #D21D1D !important;
    padding: 5px 10px;
    margin: 15px;
    text-align: center;
}

.status-resolution-verification span {
    color: #D21D1D !important;
}

.status-open {
    background: #f8fcf7;
    border: 1px solid #52bd36;
    border-radius: 38px;
    font-size: 11px;
    color: #46b828;
    padding: 5px 10px;
    margin: 15px;
    text-align: center;
    min-width: 90px;
}

.ticket-open {
    background: #FC6325;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 25px;
    text-align: center;
    min-width: 90px;
    margin-bottom: 0;
}

/*.status-open span,
.ticket-open span {
    color: #fff !important;
}*/

.status-answered span,
.status-on-hold span {
    color: #2196F3 !important;
}

.label.cancelled,
.label.expired {
    background: #FC6325;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
}

.label.expired span {
    color: #f44336;
}

.label.pending {
    background: #868ea3;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    min-width: 90px;
    margin-bottom: 0;
}

.ticket-answered {
    background: #3d4bb4;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    min-width: 90px;
    margin-bottom: 0;
}

.label.pending span,
.ticket-answered span {
    color: #fff !important;
}

.label.suspended {
    background: #f8fcf7;
    border: 1px solid #ff9800;
    border-radius: 38px;
    font-size: 13px;
    color: #ff9800;
    padding: 2px 31px;
    text-align: center;
    min-width: 90px;
}

.ticket-in-progress {
    background: #f8fcf7;
    border: 1px solid #ff9800;
    border-radius: 38px;
    font-size: 9px;
    color: #ff9800;
    padding: 2px;
    text-align: center;
    min-width: 90px;
}

.label.pending span,
.ticket-in-progress span {
    color: #ff9800;
}

.label.active {
    background: #49bb4d;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 25px;
    text-align: center;
    min-width: 90px;
    margin-bottom: 0;
}

.label.active span {
    color: #46b828;
}

.label.terminated {
    background: #F5F5F5;
    border: 1px solid #b0b0b0;
    border-radius: 38px;
    font-size: 13px;
    color: #969696;
    padding: 2px 20px;
    text-align: center;
    min-width: 90px;
}

.ticket-closed {
    background: #49bb4d;
    border: unset;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    min-width: 90px;
    margin-bottom: 0;
}

.label.terminated span,
.ticket-closed span {
    color: #fff !important;
}

.factor-label.unpaid {
    background: #fffcf7;
    border: 1px solid #f7a340;
    padding: 3px 15px;
    color: #f7a340;
    border-radius: 20px;
    margin: 10px;
}

.factor-label.cancelled {
    background: #fff8f7;
    color: #f44336;
    border: 1px solid #f44336;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 10px;
}

.factor-label.pending {
    background: #f7feff;
    color: #00bcd4;
    border: 1px solid #00bcd4;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 10px;
}

.factor-label.paid {
    background: #f7fff8;
    color: #4caf50;
    border: 1px solid #4caf50;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 10px;
}

.factor-label.refunded {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #b0b0b0;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 10px;
}

.alert-warning {
    color: #ff9800;
    background-color: rgba(255, 224, 178, .8);
    border-color: #ffe0b2;
}

.alert-warning a {
    color: #ff9800;
}

.status-in-progress {
    background: #f8fcf7;
    border: 1px solid #ff9800;
    border-radius: 38px;
    font-size: 11px;
    color: #ff9800;
    padding: 5px 10px;
    margin: 15px
}

.status-in-progress span {
    color: #ff9800 !important;
}

/* ==================================================================
CSS label end
================================================================== */

input[type=checkbox] {
    cursor: pointer !important;
}

.radio-custom label::before {
    left: auto;
    right: 0;
}

.radio-custom label::after {
    left: auto;
    right: 7px;
}

.radio-custom label {
    padding-right: 25px;
    padding-left: 10px;
}

.articles-item > .icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}

.articles-item h4 {
    margin-top: 0;
}

.articles-item a {
    text-decoration: none;
    direction: rtl;
    text-align: right;
}

/* ==================================================================
CSS table start
================================================================== */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 2.3;
}

.panel > .table-responsive > .table > tbody > tr > td:first-child,
.panel > .table-responsive > .table > tbody > tr > th:first-child,
.panel > .table-responsive > .table > tfoot > tr > td:first-child,
.panel > .table-responsive > .table > tfoot > tr > th:first-child,
.panel > .table-responsive > .table > thead > tr > td:first-child,
.panel > .table-responsive > .table > thead > tr > th:first-child,
.panel > .table-responsive > .table > tr > td:first-child,
.panel > .table-responsive > .table > tr > th:first-child,
.panel > .table > tbody > tr > td:first-child,
.panel > .table > tbody > tr > th:first-child,
.panel > .table > tfoot > tr > td:first-child,
.panel > .table > tfoot > tr > th:first-child,
.panel > .table > thead > tr > td:first-child,
.panel > .table > thead > tr > th:first-child,
.panel > .table > tr > td:first-child,
.panel > .table > tr > th:first-child {
    padding-left: 8px;
    padding-right: 30px;
}

.panel > .table-responsive > .table > tbody > tr > td:last-child,
.panel > .table-responsive > .table > tbody > tr > th:last-child,
.panel > .table-responsive > .table > tfoot > tr > td:last-child,
.panel > .table-responsive > .table > tfoot > tr > th:last-child,
.panel > .table-responsive > .table > thead > tr > td:last-child,
.panel > .table-responsive > .table > thead > tr > th:last-child,
.panel > .table-responsive > .table > tr > td:last-child,
.panel > .table-responsive > .table > tr > th:last-child,
.panel > .table > tbody > tr > td:last-child,
.panel > .table > tbody > tr > th:last-child,
.panel > .table > tfoot > tr > td:last-child,
.panel > .table > tfoot > tr > th:last-child,
.panel > .table > thead > tr > td:last-child,
.panel > .table > thead > tr > th:last-child,
.panel > .table > tr > td:last-child,
.panel > .table > tr > th:last-child {
    padding-right: 8px;
    padding-left: 8px;
}

/* ==================================================================
CSS table end
================================================================== */

.number-widget {
    border: 2px solid;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 10%;
    border-radius: 50%;
    top: 30%;
    width: 60px;
    height: 60px;
}

.padding-t-b {
    padding: 5px 0;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-social {
    padding: 0 5px !important;
}

.site-footer a {
    text-decoration: none !important;
}

.padding-widget {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    padding-right: 5px !important;
}

.padding-right-5 {
    padding-right: 5px;
}

.drop-border {
    border-left: 1px solid #E0E0E0;
}

.site-menu-item {
    border-bottom: 1px solid #E8E8E8;
}

.site-menu-item:last-child {
    border-bottom: none;
}

.send-ticket {
    background: rgba(164, 224, 167, 0.19);
}

.searchbox,
.resultsbox {
    margin: 20px 0;
}

.resultsbox {
    line-height: 37px;
}

.pager {
    margin: 0 0 35px 0 !important;
}

.alert-default {
    background: #ffffff;
    color: #747474;
    border-radius: 2px;
    box-shadow: 0px 6px 10px 0px #3c3d4233;
}

.ticket-footer {
    margin-bottom: 30px;
}

/* ==================================================================
CSS Login
================================================================== */

.page-login-v2 {
    height: 100%;
}

.page-login-v2:before {
 background-repeat: no-repeat;
    background-size: cover;
}

.page-login-v2.page-dark.layout-full:after {
    /*background-color: rgba(33, 33, 33, .6);*/
}

.page-login-v2 .page-login-main {
    position: absolute;
    top: 50%;
    margin-top: -342px;
    right: 50%;
    padding: 25px 45px;
    color: #757575;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 60px 0px rgba(63, 67, 76, 0.12);
    width: 505px;
    margin-right: -253px;
    border-radius: 3px;
}

.page-login-v2 .page-login-main .brand {
    float: right;
    width: 100%;
    margin-top: 40px;
}

.page-login-v2 .page-login-main .brand-img {
    vertical-align: middle;
}

.page-login-v2 .page-login-main .brand-text {
    display: inline-block;
    margin: 11px 0 11px 20px;
    color: #3f51b5;
    vertical-align: middle;
}

.page-login-v2 form {
    margin: 45px 0;
}

.form-material .form-control:-webkit-autofill ~ .floating-label {
    top: -18.2px !important;
    font-size: 11.2px;
}

.page-login-v2 form a {
}

.page-login-v2 footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 75px;
    margin: 0;
    text-align: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.page-login-v2 .social .icon,
.page-login-v2 .social .icon:hover,
.page-login-v2 .social .icon:active {
    color: #fff;
    margin-left: 2px;
    padding-top: 2px;
}

@media (min-width: 992px) {
    .page-login-v2 .page-content {
        padding-right: 500px;
    }
}

@media (max-width: 768px) {
    .page-login-v2 .page-login-main {
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-login-v2 .page-login-main {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .page-login-v2 .page-login-main {
        width: 100%;
        margin-right: 0 !important;
        right: 0 !important;
        padding-top: 60px;
    }

    .page-login-v2 form {
        width: auto;
    }
}

@media (max-width: 480px) {
    .page-login-v2 .page-login-main {
        padding: 50px 30px 180px;
    }

    .page-login-v2 form {
        width: auto;
    }
}

/* ==================================================================
CSS login end
================================================================== */

.halfwidthcontainer {
    position: absolute;
    width: 500px;
    height: 400px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    margin-top: 10%;
    border-radius: 10px;
}

.page-forgot-password {
    background-color: #eee;
}

.page-forgot-password p {
    color: #9e9e9e;
}

.page-forgot-password form {
    width: 250px;
    margin: 30px auto !important;
}

.page-forgot-password .brand {
    margin-top: -160px !important;
    margin-bottom: 75px !important;
}

.site-navbar-small .site-navbar .navbar-nav > li > a.navbar-avatar,
.site-navbar-small .site-navbar .navbar-toolbar > li > a.navbar-avatar {
    padding-top: 19px;
    padding-bottom: 18px;
}

.padding-width-30 {
    padding: 0 30px;
}

/* ==================================================================
CSS  product  cart
================================================================== */

#order-slider .product .name,
#order-slider .product .pricing {
    font-family: 'iransans' !important;
}

#order-slider .cartslider {
    border-left: none !important;
    border-right: none !important;
}

#order-slider .cartprods {
    background-color: #FBFBFB;
    border-right: none !important;
    border-left: none !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-tooltip-content {
    display: none;
}

.ui-widget-content {
    border: none !important;
}

#productslider {
    border: 1px solid #a9a9a9 !important;
}

.news-email {
    display: inline-block;
    float: left;
    padding: 20px 30px;
}

.news-email button {
    padding: 0 !important;
    background: none;
    border: none;
}

.news-email button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.announcement-single {
    margin-bottom: 10px;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ebebeb;
}

.announcement-single:last-child {
    border-bottom: none;
}

.announcement-single h2 {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
}

.announcement-single h2 a:hover {
    text-decoration: none;
}

.announcement-single p {
    font-size: 14px;
}

.announcement-single span.label {
    float: left;
    font-size: 13px;
    display: inline;
    margin-bottom: 11px;
    background: none;
    color: #8E8E8E;
}

.announcement-single span.label i {
    margin-right: 12px;
}

.announcement-readmore {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.page-view {
    border: 1px solid #E0E0E0;
    border-top: none;
    border-bottom: none;
    margin: 0 !important;
}

.service-name {
    color: #757575;
    transition: all ease-in-out 0.4s;
}

.service-name:hover {
    color: #333;
}

.page-copyright .social a {
    width: 43px;
}

/* ==================================================================
CSS  viow  invoice
================================================================== */

.viow-invoice .table > tbody > tr > td {
    border-top: none;
    border-left: 1px solid #dadada;
}

.viow-invoice .table > tbody > tr > td:last-child {
    border-top: none;
    border-left: none;
}

.viow-invoice .ribbon {
    height: 65px;
}

.bank-btns { }

.bank-btns form {
    display: block;
}

.bank-btns .form-payment {
    margin: 30px 0 20px;
}

.bank-btns .form-payment > div {
    display: inline;
}

.bank-btns .form-payment > div > i {
    font-size: 25px;
    margin-left: 12px;
    color: #f16726;
}

.bank-btns .form-payment > div > label {
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.bank-btns .form-payment > .select-bank {
    vertical-align: middle;
}

.bank-btns .select-bank .radio-bank {
    display: inline-block;
    background-color: #f2f3f8;
    margin-right: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #f2f3f8;
    position: relative;
}

.bank-btns .select-bank .radio-bank.checked {
    border: 2px solid #3cb34d;
    background-color: #fff;
}

.bank-btns .select-bank .radio-bank:before {
    content: '\f26d';
    font-family: Material-Design-Iconic-Font;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 8px;
}

.bank-btns .select-bank .radio-bank.checked:before {
    content: '\f269';
    font-family: Material-Design-Iconic-Font;
    font-style: normal;
    font-weight: 400;
    color: #3cb34d;
}

.bank-btns .select-bank .radio-bank > input {
    display: none;
}

.bank-btns .select-bank .radio-bank > span {
    margin: 0;
    color: #333335;
    font-weight: bold;
    padding-right: 30px;
}

.bank-btns .select-bank .radio-button {
    float: left;
}

.bank-btns .select-bank .radio-button > button { }

.manual-apply-credit {
    padding: 30px;
    background-color: #f6f7fb;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.manual-apply-credit > div {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.manual-apply-credit > div > span {
    line-height: 30px;
    font-size: 15px;
}

.manual-apply-credit > div > form {
    float: left;
}

.manual-apply-credit > div > form > input {
    border: 1px solid #dde1ea;
    background-color: #fff;
    height: 37px;
    padding: 5px;
    margin-left: 20px;
    border-radius: 3px;
    text-align: center;
}

.manual-apply-credit > div > form > button { }

.payment-table-details-label-delta {
    clear: both;
    padding: 20px 0 40px;
    margin-bottom: 35px;
}

.payment-table-details-label {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    clear: both;
    padding: 20px 0 40px;
    margin-bottom: 20px;
}

.payment-table-details-label > div { }

.payment-table-details-label > div > span { }

.payment-table-details {
    box-shadow: none !important;
    border: none !important;
}

.payment-table-details tr > td { width: 50%; }

.payment-table-details-info {
    background-color: #f2f3f8;
    border-radius: 3px;
}

.table.factor-info {
    border: 0;
    box-shadow: none;
}

.table.balance-factor {
    border: 0;
    box-shadow: none;
}

.bank-btns .radio-custom input[type=radio] {
    margin-left: 0;
    left: 0;
}

.radio-custom input[type=radio] {
    cursor: pointer;
}

.bank-btns .radio-custom input[type=radio]:hover,
.bank-btns .radio-custom input[type=radio]:focus {
    border: none;
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
}

.bank-btns .radio-custom label::before {
    left: 0;
    right: auto;
}

.bank-btns .radio-custom label::after {
    right: auto;
    left: 7px;
}

.bank-btns .radio-inline + .radio-inline {
    margin-left: 0;
    margin-right: 30px;
}

.bank-btns .radio-default input[type=radio]:checked + label::after {
    border: none;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    background: #79c615;
}

.bank-btns .radio-default input[type=radio]:checked + label::before {
    border-color: #79C615;
}

.bank-btns .select-bank-submit {
    background: none;
    border: none;
    margin-right: 35px;
    color: #6fb514;
    font-size: 16px;
}

.bank-btns .select-bank-submit:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bank-btns .select-bank-submit:after {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2ea';
    padding-right: 11px;
    top: -2px;
    font-size: 20px;
    position: absolute;
}

.bank-btns .radio-custom label {
    padding-right: 30px;
    padding-left: 10px;
}




.viow-invoice .table > tbody > tr > td strong {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.viow-invoice .balance-factor .info td:first-child {
    text-align: right !important;
    padding-right: 35px;
}

.viow-invoice .balance-factor .info td,
.viow-invoice .balance-factor .info td:last-child {
    background: #eef5fa;
    color: #83a9c4;
    border-top: none !important;
    border-bottom: 1px solid #83a9c4;
}

.viow-invoice .factor-info > tbody > tr > td:first-child {
    text-align: right !important;
    padding-right: 35px;
}

.viow-invoice .factor-info > tbody > tr.info > td {
    background: #f0fae0;
    color: #79b830;
}

.viow-invoice .balance-factor > tbody > tr > td,
.viow-invoice .balance-factor > tbody > tr > td:last-child {
    border: 1px solid #dadada;
    border-left: 0;
    border-right: 0;
}

.viow-invoice .factor-status {
    height: 65px;
}

/* ==================================================================
CSS  service-page
================================================================== */

#service-page {
    margin: 50px 0;
}

#service-page .iranserver-service {
    padding: 58px 0 58px 0;
    text-align: center;
    margin: 0 1% 1%;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 48%;
    position: relative;
    margin-bottom: 26px;
}

.service-logo {
    background: no-repeat center 0;
    width: 100%;
    height: 132px;
}


.iranserver-service .btn {
    margin-bottom: 2px;
    border-radius: 34px;
    width: 157px;
    background-color: #3cb365;
}

.iranserver-service .left-line { border-left: 1px solid #dbdbdb; }

.iranserver-service h3 {
    color: #3b5fc6;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 32px;
    text-align: center;
}

.service-list {
    font-size: 17px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.service-list ul {
    list-style: none;
}

.service-list ul li {
    text-align: center;
}

.service-list a:link, .service-list a:visited { color: #666; }

.service-list a:hover { color: #444; }

.mgool {

    width: 16px;
    height: 32px;
    display: block;
    position: absolute;
    top: -2px;
    right: 20px;
}

#service-page .prodcats a {
    font-size: 20px;
    text-decoration: none;
}

#service-page .prodcats a:hover,
#service-page .prodcats a:focus {
    text-decoration: none;
    border: none;
    outline: none;
}

.service-group-child {
    margin-bottom: 0;
    margin-top: 18px;
}

.service-group-child li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #E0E0E0;
}

.service-group-child li:last-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.service-group-child li a {
    color: #757575;
}

/* ==================================================================
CSS  product, domains and ticket table sort 
================================================================== */
div[style='margin:0 0 10px 0;padding:10px 35px;background-color:#ffffd2;color:#555;font-size:16px;text-align:center;'] {
    display: none;
}

.product-table > thead > tr > th,
.domain-table > thead > tr > th,
.ticket-table > thead > tr > th {
    border-left: 1px solid #d8d8d8;
    /*border-top: 1px solid #d8d8d8!important;*/
}

.product-table > thead > tr > th:last-child,
.domain-table > thead > tr > th:last-child,
.ticket-table > thead > tr > th:last-child {
    border-left: none;
}

.product-table > thead > tr > th > a,
.domain-table > thead > tr > th > a,
.ticket-table > thead > tr > th > a {
    color: #8F98AE !important;
    font-size: 14px;
}

.product-table > thead > tr > th:first-child,
.domain-table > thead > tr > th:first-child,
.ticket-table > thead > tr > th:first-child {
    /*border-right: 1px solid #d8d8d8;*/
    /*border-top: 1px solid #d8d8d8!important;*/
}

.product-table > tbody > tr > td:first-child,
.domain-table > tbody > tr > td:first-child,
.ticket-table > tbody > tr > td:first-child {
    /*border-right: 1px solid #d8d8d8!important;*/
}

.product-table > tbody > tr > td:last-child,
.domain-table > tbody > tr > td:last-child,
.ticket-table > tbody > tr > td:last-child {
    /*border-left: 1px solid #d8d8d8!important;*/
}

.product-table > tbody > tr:last-child > td,
.domain-table > tbody > tr:last-child > td,
.ticket-table > tbody > tr:last-child > td {
    /*border-bottom: 1px solid #d8d8d8!important;*/
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    /*border-top: 1px solid #d8d8d8 !important;*/
}

.product-table > thead > tr > th i,
.domain-table > thead > tr > th i,
.ticket-table > thead > tr > th i {
    padding-left: 10px;
}

/*      addfunds table        */

.addfunds-table {
    margin-top: 25px;
}

.addfunds-table > thead > tr > th {
    width: 100%;
    text-align: right !important;
    padding-right: 35px;
}

.addfunds-table > tbody > tr > td {
    text-align: right !important;
    padding-right: 35px;
}

.addfunds-table > thead > tr > th:first-child {
    border-right: 1px solid #d8d8d8 !important;
}

.addfunds-table > thead > tr > th {
    border-left: 1px solid #d8d8d8 !important;
    border-top: 1px solid #d8d8d8 !important;
}

.addfunds-table > tbody > tr > td:first-child {
    border-right: 1px solid #d8d8d8 !important;
    border-top: 1px solid #d8d8d8 !important;
}

.addfunds-table > tbody > tr > td:last-child {
    /*border-left: 1px solid #d8d8d8!important;*/
}

.addfunds-table > tbody > tr:last-child > td {
    /*border-bottom: 1px solid #d8d8d8!important;*/
}

.masspay-table > thead > tr > th {
    background: #FAFAFA;
    color: #949494;
}

.masspay-table > thead > tr > th:first-child {
    text-align: right !important;
    padding-right: 25px;
}

.masspay-table > tbody > tr > td { }

.masspay-table > tbody > tr > td:first-child {
    text-align: right !important;
    padding-right: 25px;
}

.masspay-table > tbody > tr.subtotal > td {
    background: #f0fae0;
    color: #79b830;
}

.masspay-table > tbody > tr.total > td {
    background: #eef5fa;
    color: #83a9c4;
    border-top: 1px solid #C7D0D6 !important;
    border-bottom: 1px solid #83a9c4 !important;
}

/* ==================================================================
CSS  product sort
================================================================== */

.widget-title p:first-child {
    margin-bottom: 0;
    margin-top: 15px;
}

.widget-title-name {
    font-family: 'iransans';
}

/* ==================================================================
CSS  other
================================================================== */

.form-actions {
    margin-bottom: 15px;
}

.internalpadding,
.internalpadding button {
    margin-bottom: 15px;
}

.domain-dropdown .dropdown,
.productdetalis-tab .dropdown {
    display: block !important;
}

/* ==================================================================
CSS  block clientarea sort five item
================================================================== */

.sort-five .list-group-item:nth-child(n+6) {
    display: none;
}

.sort-five-table > tbody > tr:nth-child(n+6) {
    display: none;
}

/* ==================================================================
CSS  feedback
================================================================== */

.feedback {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.feedback button {
    border-radius: 5px 0 0 0;
}

textarea {
    max-width: 100%;
}

/* ==================================================================
CSS  other
================================================================== */

.alert-danger-light {
    background: #FFF9F9;
    border: 1px solid #FFC8C4 !important;
}

.alert-success-light {
    background: #EBFDEB;
    border: 1px solid #C8DACA !important;
}

.pager li:first-child > a {
    border-radius: 3px 0 0 3px;
}

.pager li > a {
    border-radius: 0;
    border-right: 0;
    border-left: 1px solid #ccc;
}

.pager li:last-child > a {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #ccc;
}

.clientheader h5 {
    border-radius: 3px 3px 0 0 !important;
    padding: 14px 30px !important;
    background: #434650 !important;
    color: #fff;
    border-bottom: 1px solid #ffffff !important;
}

.adminheader h5 {
    border-radius: 3px 3px 0 0 !important;
    padding: 14px 30px !important;
    background: #3d4bb4 !important;
    border-bottom: 1px solid #3d4bb4 !important;
    color: #fff !important;
}

.clientticket {
    border-radius: 3px;
    margin-bottom: 30px;
    word-break: break-all;
    box-shadow: 0px 4px 12px 0px #34353c30;
}

.pull-left-md { float: left; }

.adminticket {
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    margin-bottom: 20px;
    word-break: break-all;
    box-shadow: 0px 4px 12px 0px #34353c30;
}

.clientmsg,
.ticket-footer,
.adminmsg {
    padding: 14px 30px !important;
    margin-bottom: 0 !important;
}

.send-ticket-replay {
    padding: 0 64px !important;
    margin: 40px 0 0;
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px #34353c30;
}

.adminreturndiv {
    display: none !important;
}

.viow-customfields {
    display: block;
    padding: 15px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    color: #2B942F;
    font-weight: normal;
}

.viow-customfields:hover,
.viow-customfields:focus {
    text-decoration: none;
    color: #2B942F;
}

.tab-pane .row {
    margin: 0;
}

/* dataTables_wrapper */

.dataTables_wrapper .row:first-child {
    margin-bottom: 10px;
}

.dataTables_wrapper .row:first-child .col-sm-6 {
    float: left;
}

.dataTables_wrapper .row:last-child,
.dataTables_wrapper .dataTables_length {
    text-align: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 30px;
}

.paginate_button .md-chevron-right:before {
    content: '\f2fa';
}

.paginate_button .md-chevron-left:before {
    content: '\f2fb';
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-vertical .nav-tabs > li {
    margin-left: -1px;
}

.nav-tabs-vertical .nav-tabs {
    float: right;
    border-left: 1px solid #e0e0e0;
    border-right: none;
}

.nav-tabs-vertical .nav-tabs-line > li.active > a,
.nav-tabs-vertical .nav-tabs-line > li.active > a:focus,
.nav-tabs-vertical .nav-tabs-line > li.active > a:hover {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 0 4px 4px 0;
}

.nav-tabs-vertical .nav-tabs-line > .nav-tabs-autoline {
    left: 0 !important;
    right: auto !important;
}

.nav-tabs-vertical .nav-tabs-line > li > a {
    border-left: 2px solid transparent;
    border-radius: 0 4px 4px 0;
}

.nav-tabs-vertical .nav-tabs-line > li > a:hover {
    border-right: 2px solid transparent;
    border-left: 2px solid #bdbdbd;
}

.table.table-bordered td:last-child {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.dataTables_wrapper {
    margin-bottom: 40px;
}

/*
*
*   whois
*
**/
.whois {
    direction: ltr !important;
    text-align: left !important;
    font-family: sans-serif;
    text-transform: capitalize;
}

/*
*
*   Drop Down Hover Radius
*
**/
.drop-radius li a.drop-radius-link {
    text-align: center;
    -ms-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.drop-radius li a.drop-radius-link:hover {
    background: #F6F7FB;
}

.drop-radius li a.drop-radius-link .icon {
    top: 0 !important
}

.drop-radius li a.drop-radius-link .badge.up {
    top: -15px !important
}

/**
 * FeedBack
 */
.page_feedback {
    position: relative;
    min-height: -webkit-calc(100%);
    min-height: calc(100%);
    background: #f3f4f5;
}

.page_feedback h2 {
    line-height: 40px !important;
}

.page_feedback .showSweetAlert:focus {
    outline: none !important;
    border: none !important;
}

/*
*
*   Header Notification Css
*
**/
.list-group .media .media-heading {
    line-height: 25px;
    font-size: 13px;
}

/*
*
*   Rating 
*
**/
.rating {
    display: inline-block;
    margin: 0;
}

.rating .icon {
    width: 15px;
    height: 20px;
    padding: 0;
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #bdbdbd;
    vertical-align: middle;
    cursor: pointer;
}

.section-rating-group {
    border-bottom: 1px solid #ebebeb;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
}

.ticket-feedback {
}

/*
*
*   Feedback Send succes
*
**/
.feedbacksuccess {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.73);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.feedbackerror .alert {
    background: #FFEBE9;
}

.page-dark .page-404 {
    margin-top: 10%;
}

.page-dark .page-404 .page-content {
    padding-right: 30px !important;
}

.inline-link {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

/**
 * tab style for panels
 */
.home_tabs {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 6px;
    padding: 0 21px !important;
    background: #F5F5F5;
}

.home_tabs li {
}

.home_tabs li.active {
}

.home_tabs li a {
    border: none;
    border-radius: 0;
    color: #818181;
    margin-top: -1px;
    margin-right: 0;
    padding: 12px 10px 10px;
}

.home_tabs li.active a,
.home_tabs li.active a:hover,
.home_tabs li.active a:focus {
    background: #FFF;
    border: none;
    border-radius: 0;
    color: #818181;
    margin-top: -1px;
}

/**
 * social icons color
 */
.md-google-plus:hover { color: #C04130 !important; }

.md-linkedin-box:hover { color: #3FA1DA; }

.md-twitter:hover { color: #1CB7EB; }

.md-facebook-box:hover { color: #2B3990; }

.md-instagram:hover { color: #444444; }

/**
 * simple classes
 */
.padding-2 { padding: 2px; }

.link-el { cursor: pointer; }

.alert p { font-family: 'iransans'; font-size: 14px; }

.alert ul li { margin-right: 15px; line-height: 21px; list-style: disc inside; }

.alert ul li:after { content: "." }

.hidd { display: none; }

.radius-5 { border-radius: 5px !important; }

.nav-avatar { width: 30px; height: 30px; margin-top: 15px; }

/* .btn + .btn {margin-right: 5px;} */
.clearb { clear: both }

.margin-top-2 { margin-top: 2px !important; }

.margin-top-8 { margin-top: 8px !important; }

.padding-vertical-1 { padding-top: 1px !important; padding-bottom: 1px !important; }

.panel .view-all {
    height: 60px;
    font-size: 14px;
    font-family: 'iransans';
    color: #919191;
    background: #FEFEFE;
    padding: 11px 26px;
    text-align: left;
    border-top: 1px solid #DADADA;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.panel .view-all a, .panel .view-all a:link, .panel .view-all a:hover {
    text-decoration: none;
    color: #919191;
}

.panel .view-all-bar {
    font-size: 14px;
    font-family: 'iransans';
    padding: 11px 26px;
    border-top: 1px solid #DADADA;
    position: relative;
    width: 100%;
    visibility: hidden;
}

.webui-popover-content {
    overflow: visible;
}

.twitter-social .list-group-item {
    height: 109px;
    border: none !important;
    background: none;
    padding: 5px;
}

.twitter-social .img {
    width: 88px;
    height: 88px;
    float: right;
    margin-left: 10px;
    background-color: #E7E7E7;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}

#inputCaptcha {
}

.alert.light-green {
    background: #f7fff8;
    color: #4caf50;
    border: 1px solid #4caf50;
}

.has-loader:after {
    content: "";

    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.ticket-service {
    margin: 8px 0 0 29px;
}

.checkbox-custom input[type=radio]:focus + label::before,
.checkbox-custom input[type=checkbox]:focus + label::before {
    outline: none;
}

.domain-search-text {
    border-left: none !important;
    border-right: none !important;
    outline: none !important;
}

.domain-search-fix-height {
    padding: 18px !important;
    height: 49px !important;
    outline: none !important;
}

.domain-search-drp-height {
    padding: 12px !important;
    height: 49px !important;
    outline: none !important;
}

select:focus, input[type='text']:focus, input:not([type]):focus {
    border-color: #aeb8f3 !important;
}

.header-send-ticket {
    color: #fff;
}

.header-send-ticket a {
    padding: 0px 15px !important;
    line-height: 26px !important;
    top: -11px;
    margin-left: 10px;
    margin-right: 20px;
    background-color: #41bc44;
    border-radius: 3px;
}

.header-send-ticket a:hover {
    background-color: #47c74a;
    color: #fff;
}

.header-send-ticket a i {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.header-send-ticket a span {
    color: #fff;
}

.pagination-gap > li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

label.switcheryBox {
    width: 130px;
    text-align: right;
    padding-right: 4px;
}

.arrow-bottom:after {
    content: '\f2f2';
}

.customDomain {
    float: left;
    margin: 9px 9px 9px 30px;
    color: rgb(149, 149, 149);
    font-size: 13px;
}

.boxManage {
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: #fdfdfd !important;
    border-radius: 0;
    box-shadow: none;
    margin-top: 20px;
}

.boxManage .list-group-item {
    background: transparent;
}

.boxManage .list-group-item marquee {
    direction: ltr;
}

.boxManage .panel-body {
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.boxManage .panel-heading {
    border-bottom: none;
    background: transparent;
}

.titleBox {
    font-size: 23px;
    color: rgb(68, 68, 68);
    font-weight: 900;
}

.titleBox a i {
    margin-right: 6px !important;
}

.leftStatus {
    margin: 20px 30px !important;
    float: left;
}

.boxManage .panel-body .list-group-item {
    font-size: 13px;
    color: rgb(115, 115, 115);
    padding-bottom: 0;
    padding-top: 0;
}

.customButton {
    width: 140px !important;
    text-align: right;
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin: 5px;
    transition-duration: 200ms;
}

/*.customButton:hover {*/
/*border: 1px solid rgb(60, 180, 77) !important;*/
/*color: rgb(60, 180, 77) !important;*/
/*}*/
.customButton i {
    float: left;
    font-size: 15px;
}

.Rectangle_1 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    background-color: rgb(253, 253, 253);
    position: absolute;
    left: 430px;
    top: 357px;
    width: 918px;
    height: 181px;
    z-index: 4;
}

.listTitle {
    font-size: 16px;
    color: rgb(125, 125, 125);
    padding: 10px 15px;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
}

.tabsView .listTitle {
    padding: 10px 0;
}

.rightPan {
    font-size: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px;
}

.rightPan i {
    float: right;
}

.leftPan {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 7px 0;
}

.leftPan i {
    float: left;
}

.addonsList {
    margin-bottom: 0;
}

.addonsList li {
    font-size: 15px;
    color: rgb(117, 117, 117);
}

.addonsList li span i {
    font-size: 21px;
    float: right;
}

.addonsList li i.md-help {
    color: #c8c8c8;
    display: inline-block;
    height: 100%;
    font-size: 16px;
    vertical-align: middle;
}

.addonsList a.btn-default {
    float: left;
    font-size: 12px !important;
    line-height: 22px;
    padding: 0 15px;
    text-align: center !important;
    background: #737373;
    color: white;
}

.addonsList a.btn-success {
    float: left;
    font-size: 12px !important;
    line-height: 22px;
    padding: 0 15px;
    text-align: center !important;
}

.addonsList a i.icon {
    margin-left: 0;
}

.tabsView {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.tabsView i.md-help {
    color: #c8c8c8;
    display: inline-block;
    height: 100%;
    font-size: 16px;
    vertical-align: middle;
}

.tabsView .listTitle {
    border-bottom: none;
}

.tabsView .switcheryBox {
    width: auto;
}

.extraData {
    line-height: 45px;
}

.extraData label {
    font-size: 14px;
    color: rgb(162, 161, 161);
}

.extraData .customButton {
    width: 120px !important;
    background: #fbfbfb;
    border: 1px solid rgb(160, 160, 160);
    color: rgb(160, 160, 160);
    font-size: 15px;
}

.extraData .customButton.green-c-b {
    border: 1px solid rgb(60, 180, 77);
    color: rgb(60, 180, 77);
}

.ta-left {
    text-align: left;
}

.inContent {
    font-size: 15px;
}

.inContent i.md-check {
    font-size: 20px;
    margin-left: 5px;
}

.border-none {
    border: 0 !important;
}

.emailHilight {
    color: rgb(60, 180, 77);
    border-bottom: 1px solid rgb(60, 180, 77);
}

.leftPanel {
    width: 335px;
    display: inline-block;
    padding: 0 15px;
    float: left;
}

.rightPanel {
    display: inline-block;
    padding: 0 15px;
    float: right;
    width: calc(100% - 335px);
}

.tab-pane h5 {
    font-size: 15px;
    color: rgb(100, 100, 100);
    line-height: 30px;
}

.custom.alert-warning {
    color: rgb(230, 161, 40);
    border: 1px solid rgb(230, 161, 40);
    background: #fffcfa;
    font-size: 14px;
}

.alert-dismissible i {
    font-size: 18px;
    margin-left: 10px;
}

.select-icon > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 40px;
}

.select-icon:after {
    content: '\f312';
    font-family: "Material-Design-Iconic-Font";
    position: relative;
    left: 20px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.bg-description {
   height: 86px;
    width: 124px;
    float: left;
    position: relative;
    top: 50px;
}

button.addonService {
    background: #ed783f;
}

button.addonService:hover {
    background: #ed8b23;
}

.radio-custom input[type=radio]:focus + label::before {
    outline: none !important;
    outline-offset: -2px;
}

#passwordResData > div {
    padding-top: 30px;
}

.searchFilter label {
    padding: 0 5px;
    line-height: 20px;
}

a.pcalBtn {
    margin-left: 0 !important;
}

.list-gi { font-size: 27px; }

.list-gl { position: relative; top: -5px; }

.ticket-feedback-staff { margin-right: 18px; padding-bottom: 20px; }

.ticket-feedback-staff > div { display: inline-block; }

.ticket-feedback-staff > div:first-child { width: 55px; height: 55px; }

.ticket-feedback-staff > div:last-child { margin-right: 20px; }

.ticket-feedback-staff > div:last-child > div > p { font-size: 15px; position: relative; top: -5px; }

.ticket-feedback-staff > div:last-child > div > p > strong { font-weight: bold; padding: 0 5px; }

.mrating > span:first-child,
.mrating > span:last-child { display: inline-block; font-size: 15px; position: relative; top: -5px; }

.mrating > span:first-child { padding-left: 10px; }

.mrating > span:last-child { padding-right: 10px; }

.mrating > div { display: inline-block; }

.mrating > div > i { font-size: 23px; }

.mrating > div > i:hover,
.mrating > div > i.star-fill,
.mrating > span:last-child { color: #feb453; }

.mrating > div > i.star-empty { color: #c4c4c4; }

.ticket-feedback-staff-comment { padding: 20px; }

.ticket-feedback-staff-comment > p,
.ticket-feedback-comment > p { padding: 12px 0; font-size: 15px; }

.ticket-feedback-staff-comment > p > strong { font-weight: bold; padding: 0 5px; }

.ticket-feedback-comment { padding: 20px; margin-top: 40px; }

.ticket-feedback-button { padding: 20px; }

.ticket-feedback-button > button { margin-left: 10px; }

.panel-body > :last-child { padding-bottom: 20px !important; }

.alert.alert-error {
    color: #f44336 !important;
    background-color: rgba(255, 205, 210, .8) !important;
    border-color: #ffcdd2 !important;
    margin-bottom: 0;
}

.panel { border-radius: 3px !important; background-color: rgb(255, 255, 255) !important; box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08) !important; }

#tbl-partitions tr th { font-weight: 900; border-right-width: 1px; }

#tbl-partitions tr th:first-child { border-right-width: 0; }

#tbl-partitions tr td { border-left: none !important; border-color: #d8d8d8; border-right: none !important; }

.enDigit { font-family: 'tahoma'; }

.ipTitle i { color: #3cb34d; font-size: 18px; margin-left: 4px !important; }

.ipTitle .color-green { color: #3cb34d; font-weight: 900; }

.selectLabel { font-size: 14px; color: rgb(142, 142, 142); margin: 10px 0; }

.orderDetails b { font-weight: 900; }

.td-disable { position: relative; }

.div-disable { position: absolute; background-color: #0000; width: 100%; height: 100%; top: 0px; left: 0; }

.text-bold { font-weight: bold; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #fbfaff; }

.font-iran span,
.font-iran p,
.font-iran div { font-family: 'iransans' !important; line-height: 30px; }

.affiliatestatcontainer { padding: 30px 0; padding-bottom: 10px; }

.blue-is { color: rgb(64, 84, 178) !important; }

.blue-is .stat { color: rgb(64, 84, 178); border-color: rgb(64, 84, 178);; }

.green-is { color: #3cb34d; }

.green-is .stat { color: #3cb34d; border-color: #3cb34d; }

.orange-is { color: #f5593b; }

.orange-is .stat { color: #f5593b; border-color: #f5593b; }

.affiliatestatblock { display: inline-block; font-size: 14px; margin-left: 12px; line-height: 40px; font-weight: 900; }

.affiliatestatblock .stat { width: 33px; height: 33px; -webkit-border-radius: 33px; -moz-border-radius: 35px; border-radius: 35px; line-height: 33px; text-align: center; display: inline-block; margin-right: 8px; }

.affiliateBox { border-style: solid; border-width: 1px; border-color: rgb(211, 213, 221); border-radius: 4px; box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.07); background-color: rgb(255, 255, 255); padding: 10px 20px; }

.affiliateBox h3 { display: inline-block; color: #4054b2; font-size: 14px; font-weight: 900; margin: 0; padding: 0; }

.affiliateBox h4 { float: left; color: black; font-size: 14px; font-weight: 900; margin: 0; padding: 0; }

.affiliateBox h4 button { background: #f8854d; border: none; padding: 1px 15px; margin-left: 5px; color: white; }

.affiliateBox i { display: inline-block; color: #f8854d; font-size: 20px; font-weight: 900; float: right; margin: 5px 0px 0px 5px; }

.styled_title h3 { font-size: 15px; font-weight: 900; color: rgb(102, 102, 102); }

.styled_title h3 i { float: right; margin: 5px 0 0 5px; font-size: 18px; }

.affiliateResult { list-style: none; font-size: 15px; color: rgb(118, 118, 118); font-weight: 900 }

.affiliateResult li { line-height: 45px; text-align: left; border-bottom: 1px solid; display: inherit; border-color: #d3d5dd; }

.affiliateResult li i { float: right; margin: 13px 0 0 10px; font-size: 18px; }

.affiliateResult li span { margin-left: 10px; min-width: 50%; text-align: right; display: inline-block; float: right; }

.requestPr { top: 19px; }

.clientBox .panel-body {
    /*padding-bottom: 44px !important;*/
}

.clBox {
    margin-top: 20px;
}

.boxTitle { font-size: 13px; color: rgb(86, 87, 90); line-height: 30px; }

.boxTitle a { font-size: 13px; color: rgb(71, 187, 75) !important; line-height: 25px; font-weight: 900 }

.boxTitle a i { margin-right: 5px; }

.cancelTitle { font-size: 14px; color: rgb(243, 115, 71); font-weight: bold; }

.cancelTitle i { float: right; margin: 4px; font-size: 19px; margin-right: 0; }

.cancelTitle strong { color: rgb(64, 84, 178); font-weight: bold; }

.orangeBack { background-color: rgb(243, 115, 71); border-color: rgb(243, 115, 71); }

.orangeBack:hover { background-color: rgb(255, 135, 78); }

.ioTitle { font-size: 14px; color: rgb(86, 87, 90); font-weight: 600; }

.ioTitle i { color: #f55a15; float: right; margin: 5px 0 0 5px; font-size: 18px; }

/*.rollsList { padding-right:16px;}*/
.rollsList li { list-style: none; font-weight: 600; margin: 20px 0; }

.rollsList li span { display: block; font-weight: 100; }

.loginSocial { line-height: 45px; }

.loginSocial i { color: gray !important; }

.loginDesc {
    font-size: 15px;
    color: rgb(67, 70, 80);
}

.customLoginInputA input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    font-family: 'calibri', 'iransans';
}

.customLoginInputB input {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    outline: 0;
    font-size: 14px;
    font-family: 'calibri', 'iransans';
}

.remembermeCheck label {
    font-size: 15px;
    color: rgb(67, 70, 80);
    font-weight: bold;

}

.forgetPass {
    font-size: 15px;
    color: rgb(67, 70, 80);
    font-weight: bold;
}

.forgetPass i {
    margin-left: 7px;
    font-size: 18px;
    color: #f26e51;
    margin-top: 2px;
    float: right;
}

.captchaInput {
    border-radius: 3px;
    padding: 5px;
    border: 1px solid rgb(204, 204, 204);
}

#inputCaptcha {
    border: 0;
    text-transform: uppercase;
    font-family: calibri, 'iransans' !important;
}

.registerClick {
    font-size: 15px;
    color: rgb(67, 70, 80);
    font-weight: bold;
    border-bottom: 1px solid rgb(67, 70, 80);
}

.registerClick:hover {
    text-decoration: inherit;
    border-bottom: 1px solid #3f51b5;
}

.backToIran {
    width: 120px;
    height: 180px;
    background: #4054b2;
    position: fixed;
    top: -69px;
    left: -57px;
    transform: rotate(45deg);
}

.backToIran span {
    font-size: 22px;
    position: absolute;
    right: 23px;
    top: 66px;
    color: white;
}

.cursor-t { cursor: pointer; }

.rm-padding-right { padding-right: 0 !important; }

.rm-padding-left { padding-left: 0 !important; }

.title-header-h3 { position: relative; margin-top: 25px; margin-bottom: 50px; }

.title-header-h3:after { content: ''; position: absolute; background-color: #e3e3e3; width: 100%; height: 1px; top: 14px; z-index: 2; }

.title-header-h3 h3 { position: relative; z-index: 3; }

.title-header-h3 h3 span:last-child { background-color: #fff; color: #4154b3; font-size: 17px; padding: 0 15px; }

.select-icon { position: relative; }

.table-responsive {
    display: contents;
}
.heading-title{
    display:inline-block;
    margin-right:35px;
    margin-top:8px;
    font-weight:600;
}
.heading-title span{
    padding:2px;
}
.form-payment{}

.form-landing-step{padding-top: 20px !important;}
.form-landing-step>label{width: 15%;font-size: 20px;}
.form-landing-step>div{display: inline-block;width: 85%;}
.form-landing-step>div>div{display: inline-block;width:33%;}
.form-landing-step>div>div>span:first-child{font-size: 18px;border: 1px solid #757575;border-radius: 30px;padding: 0 11px;}
.form-landing-step>div>div>span:last-child{font-size: 16px;padding-right: 10px;}
.form-landing-step>div>div.active{position: relative;}
.form-landing-step>div>div.active>span:first-child{background-color: #41bc44;border-color: #41bc44;color: #fff;}
.form-landing-step>div>div.active>span:last-child{color: #41bc44;background-color: #fff;}

.span-fix>div:first-child{padding: 15px 30px;}
.span-fix>div:first-child>i{color: #41bc44;margin-left:10px;font-size:19px;}
.span-fix>div:first-child>span{padding: 0 2px;font-size: 16px;}
.span-fix>div:first-child>span:last-child{color: #3d4bb4;}

.btn-landing-reset{float: left;position: relative;top: -46px;background-color: #3d4bb4;padding: 0 9px;color: #fff;border-radius: 0 3px 3px 0;}
.btn-landing-reset>i{transform: rotateY(180deg);}
.btn-landing-reset>span{padding: 5px;}

.table-package{border:0 !important;}
.table-package tr td{vertical-align:middle !important;min-width:140px;font-weight:600;}
.table-package tr:first-of-type{background:#fbfcfe !important;height:75px !important;font-weight:bold;}
.table-package tr:first-of-type td{color:#ff620d !important;line-height:80px !important;}
.table-package tr:first-of-type td.special{background-color:#ff620d;color:#fff !important;border-radius:20px 20px 0 0;}
.table-package tr td:first-of-type{text-align:right;height:75px;}
.table-package tr td{border-left:1px solid #e0e0e0;}
.table-package tr td:last-child{border-left:0;}
.table-package td .ok:before{content:'\f269';font-family:Material-Design-Iconic-Font;font-size:25px;color:#41bd45;}
.table-package td .err:before{content:'\f135';font-family:Material-Design-Iconic-Font;font-size:25px;color:#989ba2;}
.table-package td a{color:#fff!important;background:#41bc44!important;border-radius:3px;padding:4px 10px;width:154px;font-size:18px;letter-spacing:-1px;display:inline-block;transition:all .4s;margin:0 7px;text-align:center;}
.no-border{border:0}
.cursor-pointer{cursor:pointer;}
.show-more-flag{display:none}
td a.landing-select-plan-one-year{display:block;background-color:transparent !important;color:#000 !important;font-size:13px;font-weight:500;margin:0 auto;text-decoration:underline;}

div.order-change-div {
    margin:50px -20px 30px !important;
}
.order-change-month {
    display:inline-block;
}
.order-change-month > div {
    margin-right: 20px;
    border: 1px solid #41bd45;
    border-radius: 5px;
}
.order-change-month > div > div {
    display:inline-block;
}
.order-change-month > div > div > input {
    display:none;
}
.order-change-month > div > div > label {
    background-color: #fff;
    color: #000;
    padding: 9px 9px 7px;
    font-size:15px;
    margin: 0;
    transition: all 0.5s;
}
.order-change-month > div > div > input:checked + label {
    background-color: #41bd45;
    color:#fff;
    transition: all 0.5s;
}
.order-change-month > div > div:first-child > label {
    border-radius: 0 3px 3px 0;
}
.order-change-month > div > div:last-child > label {
    border-radius: 3px 0 0 3px;
}

.form-success-info{}
.form-success-info>div:first-child{}
.form-success-info>div:first-child>i{font-size: 19px;color: #41bc44;}
.form-success-info>div:first-child>span{font-size: 16px;margin-right: 10px;font-weight: bold;}
.form-success-info>div:last-child{}
.form-success-info>div:last-child>div:first-child{text-align:left;}
.form-success-info>div:last-child>div:first-child>span:first-child{font-size: 15px;}
.form-success-info>div:last-child>div:first-child>span:last-child{margin-right: 5px;font-weight: bold;border-bottom: 1px solid;}
.form-success-info>div:last-child>div:last-child{text-align:left;padding-left:0;}

.form-success-theme{margin-top:80px;padding-bottom:30px;}
.form-success-theme>div:first-child{}
.form-success-theme>div:first-child>div:nth-child(1){font-size:16px;font-weight:bold;}
.form-success-theme>div:first-child>div:nth-child(2){margin-top:16px;font-size:14px;margin-bottom:50px;}
.form-success-theme>div:first-child>div:nth-child(3){
    margin-bottom: 25px;
}
.form-success-theme>div:first-child>div:nth-child(3)>ul{}
.form-success-theme>div:first-child>div:nth-child(3)>ul>li{
    display: inline-block;
    width: calc( 100% / 3 );
    padding-right: 20px;
    line-height: 35px;
    position:relative;
}
.form-success-theme>div:first-child>div:nth-child(3)>ul>li:before{
  display: block;
    width: 17px;
    position: absolute;
    right: 0;
    top: 4px;
}
.form-success-theme>div:first-child>div:nth-child(4){font-size:18px}
.form-success-theme>div:first-child>div:nth-child(4)>button{padding: 9px 20px;background-color: #41bd45;border: 0;border-radius: 3px;margin-left: 10px;color: #fff;outline:0;}
.form-success-theme>div:first-child>div:nth-child(4)>a{padding: 9px 20px;background-color: #868ea3;border: 0;border-radius: 3px;margin-left: 10px;color: #fff;text-decoration:none;outline:0;}
.form-success-theme>div:last-child{}
.form-success-theme>div:last-child>div{}
.form-success-theme>div:last-child>div>img{width:100%;float:left;box-shadow:0px 2px 12px 2px #ddd;}

.loading-page{position:absolute;width:calc( 100% + 20px );height:calc( 100% + 10px );top:-20px;right:-10px;background-color:#d0d0d036;z-index:10;display:none}

.input-group-addon:first-child{border:1px solid #e0e0e0;border-left:0;}
.table i.icon.check-box{padding:0;margin:0;font-size:22px;vertical-align:middle;color:#4caf50;}
.vertical-middle{vertical-align:middle !important;}

.domain-bulk-domain-list{padding:3px 15px;}
.list-group-full>.domain-bulk-domain-list .media{border-bottom:1px solid #ddd;}
.list-group-full>.domain-bulk-domain-list:last-child .media{border-bottom:0;}
.add-field-dns{cursor:pointer;}

.waves-effect:after, .waves-effect:before {
    display: table;
    content: " ";
}
.waves-effect:after {
    clear: both;
}

@media screen and (max-width:767px) {
    .header-send-ticket>a{margin-top:30px;}
    .number-widget {line-height: 45px;left: 8%;border-radius: 50%;top: 20%;width: 45px;height: 45px;font-size: 20px !important;}
    .dashboard .panel{display:inline-block;width:100%;}
    .panel-title small{display:block;font-size:14px;margin-top:20px;line-height:20px;}
    .select-icon:after{left:10px;position:absolute;top:-29px;}
    .btn-block-xs{display:block;width:100%;margin-bottom:20px;}
    .margin-top-20-xs{margin-top:20px;}
    .margin-right-0-xs{margin-right:0 !important;}
    .radio-custom{width:100%;padding-right:0;}
    .padding-right-0-xs{padding-right:0}
    .panel-body{padding:0 15px;}
    #service-page .iranserver-service{width:100%;height:600px;}
    .iranserver-service .left-line{border:0;display:block;margin-top:-50px;}
    .service-list{top:420px;}
    .padding-30{padding:10px !important;}
    .navbar-form{padding:0 15px;}
    .site-menu-arrow {transform: rotate(90deg);right: auto;}
    .site-navbar .navbar-toolbar>li{border-bottom: 1px solid #ddd;height: 53px;}
    .checkbox-custom {padding-left: 0;padding-bottom: 15px;padding-top: 15px !important;}
    .rightPanel {display:block;width: 100%;float: none;}
    .leftPanel {display:block;width: 100%;float: none;}
    .padding-0-sm{padding:0;}
    .padding-0-xs-i{padding:0 !important;}
    .pull-right-sm{float:right;}
    .titleBox>a{line-height:40px;}
    .titleBox>a>i{display:none;}
    .boxManage .titleBox{font-size:16px;}
    .boxManage .titleBox>a{font-size:16px;word-break:break-all;}
    .panel-heading .panel-title{padding:20px 10px;word-break:break-all;}
    .alert{margin:0 15px;}
    .alert.alert-dismissible{margin:0}
    .boxManage .label{width:calc(100% - 20px);float:none;display:inline-block;margin:10px !important;}
    .boxManage .panel-body .list-group-item{text-align:center;}
    .customButton{width:100% !important;margin:5px 0;}
    .padding-top-0-sm{padding-top:0 !important;}
    .panel-heading .panel-title{text-align:right;}
    .nav-tabs>li{display:block;width:100%;}
    .bank-btns .select-bank .radio-bank{margin-right: 5px;padding: 10px 7px;font-size: 13px;margin-top:10px;}
    .bank-btns .select-bank .radio-bank:before,
    .bank-btns .select-bank .radio-bank.checked:before{margin-top:-4px;}
    .manual-apply-credit>div{width:100%;}

    .form-landing-step>label{width:100%;}
    .form-landing-step>div{width:100%;}
    .form-landing-step>div>div{width:100%;margin-top:15px;}
    .form-landing-step>div>div>span:first-child{font-size:14px;padding:0 9px;}
    .form-step-error{padding:5px 30px 4px;}
    .form-success-info>div:last-child>div:first-child{
        padding: 0;
        display: inline-grid;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .form-success-info>div:last-child>div:first-child>span:first-child{
        text-align: right;
    }
    .form-success-info>div:last-child>div:first-child>span:last-child{
        text-align: left;
        margin-top: 10px;
    }
    .form-success-info>div:last-child>div:last-child{
        display: inline-flex;
        padding: 0;
    }
    .form-success-info>div:last-child>div:last-child>span:first-child{
        text-align:center;
    }
    .form-success-info>div:last-child>div:last-child>span:last-child{
        text-align:center;
    }
    .form-success-theme>div:first-child>div:nth-child(3)>button{
        margin-left: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .form-success-theme>div:first-child>div:nth-child(3)>a{
        margin-left: 0;
        margin-bottom: 35px;
        text-align: center;
        display: block;
    }
    .form-success-theme>div:last-child>div>img{width:100%;}
    .bank-btns .select-bank .radio-button{margin-top:11px;}
}

@media screen and (max-width:635px) {
    .bank-btns .select-bank .radio-bank{margin-right: 16px;padding:10px 20px;width:150px;}
}

@media screen and (max-width:585px) {
    .bank-btns .select-bank .radio-bank{margin-right: 16px;padding:10px 7px;width:125px;}
}

@media screen and (max-width:560px) {
    .bank-btns .select-bank .radio-bank{margin-right: 0;width: 100%;display: block;margin-top: 20px;}
    .bank-btns .select-bank .radio-button{width:100%;}
    .bank-btns .select-bank .radio-button > button{width: 100%;}
}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:768px) and (max-width:991px)  {
    .table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #e0e0e0}
    .table-responsive>.table{margin-bottom:0}
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}
    .table-responsive>.table-bordered{border:0}
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}

    .header-send-ticket>a{margin-top:30px;}
    .number-widget {line-height: 45px;left: 8%;border-radius: 50%;top: 20%;width: 45px;height: 45px;font-size: 20px !important;}
    .dashboard .panel{display:inline-block;width:100%;}
    .panel-title small{display:block;font-size:14px;margin-top:20px;line-height:20px;}

    .site-menu-title{font-size:11px;}
    .logo-768{margin-bottom: 20px;}
    .nav-notification{float: left !important;}
    #is_search_form {padding:0 !important;margin:0 !important;}
    .btn-send-ticket-tablet{border-radius: 5px;}
    #service-page .iranserver-service{width:100%;height:600px;}
    .iranserver-service .left-line{border:0;display:block;margin-top:-50px;}
    .service-list{top:420px;}

    .rightPanel {display:block;width: 100%;float: none;}
    .leftPanel {display:block;width: 100%;float: none;}
    .padding-0-sm{padding:0;}
    .pull-right-sm{float:right;}
    .pull-non-sm{float: none !important;}
    .panel-heading .panel-title{text-align:right}
    .navbar-right .dropdown-menu{left:0;right:auto;}
    .radio-custom{width:100%;padding-right:0;}
    .padding-0-sm-i{padding:0 !important;}
    .ioTitle{margin-top:18px !important;}

    .form-landing-step>div>div>span:last-child{font-size:14px;}
    .form-step-error{padding:5px 30px 4px;}
    .form-success-info>div:last-child>div:first-child{
        margin-bottom: 30px;
    }
    .form-success-theme{
        margin-top: 40px;
    }
    .form-success-theme>div:first-child>div:nth-child(3){
        margin-bottom: 25px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .site-menu-title{font-size:11px;}
    .table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #e0e0e0}
    .table-responsive>.table{margin-bottom:0}
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}
    .table-responsive>.table-bordered{border:0}
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}

    .header-tel{position: absolute;left: 33px;top: 90px;}
    .hidden-man{display:none;}
    .form-success-info>div:last-child>div:last-child>span:first-child{display: inherit;}
    .form-success-info>div:last-child>div:last-child>span:last-child{display: inline-block;}
    .form-success-info>div:last-child>div:first-child>span:first-child{display: inline-block;}
}
.table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid transparent; display:inline-block;}
.table-responsive>.table{margin-bottom:0}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}
.table-responsive>.table-bordered{border:0}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}

/*
    spinner
*/
.spinner {
    width: 30px;
    height: 30px;
    border: 5px solid rgba(61, 75, 180, 0.38) !important;
    position: relative;
    margin: 100px auto;
}

.spinner:before {
    border-top: 5px solid rgb(61, 75, 180) !important;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinnerTitle {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #747886;
    position: relative;
    top: -80px;
    font-size: 13px;
}

label[for='dnsManageTabLabel'] {
    float: left;
}
.backToDomain {
    margin-top: -37px;
}
.addonBox {
    line-height: 25px;
}
pre {
    direction: ltr !important;
}
code {
    border: none !important;;
}
.link-register-domain{}
.link-register-domain>a{
    color:#fff;
    text-decoration:none;
}
.font-roboto {
    font-family: Roboto,sans-serif;
}

.m-icon-title{
    border-bottom:1px solid #d8d8d8;
    margin-top: 50px !important;
}
.m-icon-title div{
    display: inline-block;
    border-bottom: 2px solid #49bb4d;
    padding-bottom:5px;
}
.m-icon-title span{
    position: relative;
    font-size: 19px;
    top: -5px;
}
.m-icon:before{
    display:inline-block;
    width:25px;
}

.m-form {}
.m-form p {
    margin:25px 0;
}
.m-form .alert{}
.m-form .alert{}
.m-form form{}
.m-form form input{}
.m-form form div{}
.m-form form div button{}

.m-form-price{}
.m-form-price>div{}
.m-form-price>div>div{}
.m-form-price>div>div>form{
    display: block;
    height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}
.m-form-price>div>div:last-child>form{
    border-bottom:0;
    margin-bottom:35px;
}
.m-form-price>div>div>form>button{
    width: 100%;
    height: 100%;
    text-align: right;
    background: #fff;
    border: 0;
    outline: 0;
    font-size: 17px;
    padding-right: 15px;
}
.m-form-price>div>div>form>button:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 7px solid #879687;
    border-bottom: 5px solid transparent;
    display: inline-block;
    position: relative;
    top: 2px;
    right: -10px;
}

.m-form-download{}
.m-icon-title-download{
    margin-top: 20px !important;
}
.m-icon-title-download>div{}
.m-icon-title-download>div>i{
    position: relative;
    top: 5px;
}
.m-icon-title-download>div>span{
    font-size: 22px;
    color: #49bb4d;
}
.m-icon-title-download>p{
    font-size: 16px;
    margin: 10px 0 30px;
}

.m-download-div{
    margin-top: 50px;
    margin-bottom: 60px;
}
.m-download-div>a{
    background-color: #49bb4d;
    padding: 8px 30px;
    color: #fff;
    border-radius: 7px;
}
.m-download-title{
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}
.m-download-title:before{
    content:'';
}
.m-download-title>div{
    display: inline-block;
    border-bottom: 3px solid #49bb4d;
    padding-bottom: 10px;
}
.m-download-title>div>span{

}
.m-download-desc{
    font-size: 15px;
    margin-bottom: 30px;
}

.modal-feedback-dialog {
    width:460px;
    text-align:center;
}
.modal-feedback-dialog .modal-body {
    display:inline-block;
}
.modal-feedback {
    text-align: center;
    margin: 15px !important;
}
.modal-feedback>div:nth-child(1) {}
.modal-feedback>div:nth-child(1)>p:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.modal-feedback>div:nth-child(1)>p:last-child {
    font-size: 13px;
    font-weight: 200;
}
.modal-feedback>div:nth-child(2) {
    margin:25px 0;
}
.modal-feedback>div:nth-child(2)>div {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    padding: 20px 30px;
}
.modal-feedback>div:nth-child(2)>div:last-child {
    margin-left:0;
}
.modal-feedback>div:nth-child(2)>div.active {
    border: 2px solid #f7cd6a;
    border-radius: 3px;
}
.modal-feedback>div:nth-child(2)>div>img {
    cursor:pointer;
}
.modal-feedback>div:nth-child(2)>div>label {
    display: block;
    cursor:pointer;
}
.modal-feedback>div:nth-child(3) {
    margin-bottom: 10px;
}
.modal-feedback>div:nth-child(3)>input {
    border: 1px solid #c1c1c1;
    width: 400px;
    font-size: 12px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
}
.modal-feedback>div:nth-child(4) {}
.modal-feedback>div:nth-child(4)>button {
    margin-top:10px;
}
.modal-feedback>div:nth-child(4)>button>span {}
.modal-feedback>div:nth-child(4)>button>i {}
/*#inputAuthCode , .input-epp{*/
    /*direction: ltr !important;*/
/*}*/

.input-epp:-moz-placeholder {
    text-align: right;
}
.input-epp:-ms-input-placeholder {
    text-align: right;
}
.input-epp::-webkit-input-placeholder {
    text-align: right;
}

.well-information{}
.well-information>p{
    line-height:30px;
}
#modal-show-auth .modal-title > span:last-child{
    float: left;
    margin-left: 10px;
    color: #ec493c;
}
#modal-show-auth .modal-body > div .alert{
    margin-bottom:0;
}
#modal-show-auth .modal-body > div p{
    color: #42474c;
    padding: 20px;
    text-align: justify;
}
#modal-show-auth .modal-body > div input{
    display: block;
    width: calc(100% - 40px);
    margin: -10px 20px 10px;
    border-radius: 4px;
    border: 1px solid #7b7770;
    padding: 8px;
    color: #4a4a4a;
}
#modal-show-auth .modal-body > div #btn-auth,
#modal-show-auth .modal-body > div #btn-auth-site-builder{
    margin: 10px 20px 20px;
    background-color: #2ec347;
    border: 0;
    color:#fff;
    padding: 5px 10px;
    border-radius: 4px;
    width: calc(100% - 40px);
}
#modal-show-auth .modal-body > div #btn-resend,
#modal-show-auth .modal-body > div #btn-resend-site-builder{
    margin: -5px 20px 20px;
    background-color:#c37d00;
    color:#fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 4px;
    width: calc(100% - 40px);
}
#modal-show-auth .modal-body > div #btn-change-exit,
#modal-show-auth .modal-body > div #btn-change-exit-site-builder{
    margin: -5px 20px 20px;
    background-color: #c3392e;
    color:#fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 4px;
    width: calc(100% - 40px);
}
.panel-title>.icon:before {
    font-size: 22px;
}
textarea[id=replymessage]
{
    font-family: iransans !important;
}


/* responsive */
@media screen and (max-width:320px) {}
@media screen and (max-width:360px) {}
@media screen and (max-width:400px) {
    .landing-theme-image>div{
        width: 270px !important;
        margin-left:0 !important;
    }
}
@media screen and (max-width:500px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width:700px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:800px) {}