/*
Psd to Html: Mojtaba Sabeti (sabeti05@gmail.com)
*/
@font-face{font-family:"Yekan";font-style:normal;font-weight:normal;src:url("../font/BYekan.ttf") format("truetype"), url("../font/BYekan.eot?#") format("eot"), url("../font/BYekan.woff") format("woff");}
@font-face{font-family:"IRANSans";font-style:normal;font-weight:normal;src: url("../font/IRANSans-Light-web.woff") format("woff");}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	direction: rtl;
	text-align: right;
	box-sizing: border-box;
}
body {
  background: #EDF0F5;
  font-family: "IRANSans";
  font-size: 11px;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
	max-width: 100%;
}
* {
	outline: 0;
}
a {
	text-decoration: none;
	color: #000;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/** {
	max-width: 100%;
}*/
iframe {
  max-width: 100vw;
}
img {
	height: auto;
}
input {
	font-family: "IRANSans";
}
.redbg {
    background-color: #FFD2D2;
}
.greenbg {
    background-color: #E9FFD2;
}
.hide {
    display: none;
}
.support-user
{
    clear: both;
	background-color: rgb(219, 218, 218);
	padding: 15px;
	width: 75%;
	height: auto;
	margin-right: 10px;
	color: rgb(0, 0, 0);
	border-right: 30px solid rgb(60, 102, 121);
	border-radius:10px;
	margin:0 0 10px;
}
.support-admin
{
    clear: both;
	background-color: rgb(219, 218, 218);
	padding: 15px;
	width: 75%;
	margin-left: 10px; 
	height: auto;
	float: left; 
	color: rgb(0, 0, 0);
	border-Left: 30px solid rgb(60, 102, 121);
	border-radius:10px;
	margin:0 0 10px
}
.line
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    height: 3px;
    width: 100%;
    color: Black;
    margin-top:5px;
    margin-bottom:5px;
}
.plus {
    background-image: url(../img/plus.gif);
    width: 20px;
    height: 20px;
    float: right;
    display: inline;
    cursor: pointer;
}
.treeNode {
    display: none;
    padding-right: 30px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.overflow {
  overflow: auto;
}
.relative {
  position: relative;
}
.absolute {
    position: absolute;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
}
.bg, .notify-message::before, .breadcrumbs-links li + li::before, .checkbox input:checked + span, .text-checkbox input:checked + span, .text-checkbox input:checked + span, .text-checkbox span, .check-checkbox span {
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
}
.i, span.bg {
  display: inline-block;
  vertical-align: middle;
}
.login-box {
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  height: 446px;
  left: 50%;
  margin: -223px auto 0 -263px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 526px;
}
.login-head {
  background-color: #2a2f43;
  line-height: 80px;
  margin-top: 18px;
  padding-top: 10px;
  text-align: center;
}
.login-head a {
    color: #fff !important;
    display: block;
}
.login-head a > * {
    display: inline-block;
    vertical-align: middle;
}
.upper {
  background-color: #eb2362;
  border-radius: 10px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin-right: -52px;
  top: 40px;
  width: 52px;
}
.login-head h1 {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: -6px;
}
.login-menu a {
  color: #bbb;
  font-size: 11px;
  font-weight: bold;
}
.login-menu li {
    display: inline-block;
    height: 67px;
    line-height: 67px;
    padding: 0 10px;
    vertical-align: middle;
}
.login-menu a::before {
    background-color: #eb2362;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: 7px;
    width: 5px;
}
.login-box input[type="text"], .login-box input[type="password"] {
  height: 48px;
  padding-right: 50px;
  width: 450px;
}
input, textarea {
    border: 1px solid #d7d9de;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    margin: 2px;
}
textarea {
	text-align: right;
}
input::-moz-placeholder {
    color: #bbbbbb !important;
    font-size: 14px;
    opacity: 1 !important;
}
.login-form-holder .field-holder {
    margin-bottom: 25px;
}
.btn {
    cursor: pointer;
	border-radius: 5px;
}
.submit {
    cursor: pointer;
}
.green-o-btn {
    background-color: #6eccda;
    color: #fff;
}
.login-box .submit {
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  width: 100px;
}
input[type="submit"] {
    border: none;
}
.btn:hover {
    opacity: 0.8;
}
.login-box .links {
    border-top: 1px solid #f0f0f0;
}
.login-box .links > div {
    width: 50%;
}
.login-box .links .left {
    border-right: 1px solid #f0f0f0;
}
.login-form-holder .field-holder:last-child {
    margin-bottom: 10px;
}
.login-box .links a {
  color: #9a9a9a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.login-box a:hover {
    color: #000;
}
.login-box * {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.login-box .field-holder .bg {
    height: 20px;
    right: 15px;
    top: 14px;
    width: 17px;
}
.user-i {
    background-position: -18px 0;
}
.lock-i {
    background-position: 0 0;
}
.field-holder {
    display: inline-block;
    position: relative;
}
.login-box .field-holder .bg::after {
  border: 3px solid #d0d0d0;
  border-radius: 50%;
  content: "";
  height: 40px;
  max-width: none;
  position: absolute;
  right: -11px;
  top: -9px;
  width: 40px;
}
.container {
    margin: 0 auto;
    width: 1083px;
}
.header {
    color: #fff;
}
.top-header a {
    color: #fff;
}
.white-user-i {
  background-position: -40px 0;
  height: 19px;
  margin-left: 10px;
  width: 15px;
}
.bottom-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  min-height: 90px;
}
.menu > li {
  float: right;
  height: 90px;
  width: 120px;
}
.submenu > ul {
  background-color: #34495e;
  border-radius: 5px;
  min-width: 233px;
  padding: 5px 3px;
  position: absolute;
  white-space: nowrap;
}
.index-navigation {
    text-align: center;
}
.top-header {
  background-color: #2a2f43;
  line-height: 70px;
  min-height: 70px;
}
.user-name {
    color: #e91e63;
}
.menu li .bg {
  height: 23px;
  margin-bottom: 5px;
  width: 23px;
}
.menu > li > a {
  color: #6a6c6f;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  padding-top: 20px;
}
.menu span {
    display: block;
    margin: auto;
}
.home-i {
    background-position: 2px -31px;
}
.envelope-i {
    background-position: -195px -34px;
}
.inbox-i {
    background-position: -159px -34px;
}
.tv-i {
    background-position: -120px -33px;
}
.star-i {
    background-position: -23px -33px;
}
.support-i {
    background-position: -51px -33px;
}
.gear-o-i {
    background-position: -257px -35px;
}
.help-i {
    background-position: -82px -30px;
}
.shield-i {
    background-position: -227px -34px;
}
li:hover .home-i, li.active .home-i {
  background-position: 2px -60px;
}
li:hover .envelope-i, li.active .envelope-i {
  background-position: -195px -63px;
}
li:hover .inbox-i, li.active .inbox-i {
    background-position: -159px -64px;
}
li:hover .tv-i, li.active .tv-i {
    background-position: -120px -63px;
}
li:hover .star-i, li.active .star-i {
    background-position: -23px -61px;
}
li:hover .support-i, li.active .support-i {
    background-position: -51px -61px;
}
li:hover .gear-o-i, li.active .gear-o-i {
    background-position: -257px -62px;
}
li:hover .help-i, li.active .help-i {
    background-position: -83px -60px;
}
li:hover .shield-i, li.active .shield-i {
    background-position: -227px -62px;
}
.menu > li:hover > a, .menu li.active > a {
  color: #6eccda;
}
.menu > li:hover, .menu > li.active {
  background-color: #edf0f5;
}
@media screen and (min-width: 981px){
li:hover > .submenu {
    display: block;
}
.icons-menu li:hover .tooltip {
	height: 50px;
	opacity: 1;
	overflow: visible;
	width: 150px;
}
.tooltip:hover {
  display: none;
}
}
.submenu a {
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 5px;
}
.submenu li:hover {
    background-color: #1abc9c;
}
.submenu li {
    border-radius: 3px;
}
.submenu {
	display: none;
	padding-top: 10px;
	position: relative;
	z-index: 99;
}
.submenu > ul::before {
  border-color: transparent transparent #34495e;
  border-style: solid;
  border-width: 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 60px;
  top: -16px;
  width: 0;
  z-index: 9999;
}
.change-password {
  padding: 25px 15px;
}
.change-password .frz {
    height: 34px;
    width: 100px;
}
.change-password .field-holder {
    margin-left: 10px;
}
.popup-curtain {
  background-color: rgba(0, 0, 0, 0.66);
  height: 100%;
  left: 0 !important;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 999999;
}
.popup-contents-holder {
    background-color: #fff;
    left: 50%;
    padding:15px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	border-radius: 5px;
}
.popup-tile {
  margin-bottom: 50px;
}
.login-form-holder {
  text-align: center;
}
.popup-curtain .popup-content > * {
  display: block;
}
.show-popup {
  cursor: pointer;
}
.close-popup {
  background-position: 0 -92px;
  cursor: pointer;
  height: 28px;
  left: 0;
  top: 0;
  width: 27px;
}
.popup-head h4 {
    color: #000;
    font-weight: bold;
}
.popup-content input, .popup-content textarea {
    width: 250px;
}
.popup-content label {
    padding-left: 10px;
    text-align: left;
}
.popup-content .field-holder {
    margin-bottom: 27px;
    text-align: center;
}
.popup-content input.frz {
    width: 100px;
}
.popup-content .field-holder:last-child {
    display: block;
    text-align: center;
}
.popup-content textarea {
    height: 100px;
}
main {
  min-height: 450px;
}
.handy-box, .white-box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(140,140,140,.15);
	-moz-box-shadow: 0 0 10px rgba(140,140,140,.15);
	box-shadow: 0 0 10px rgba(140,140,140,.15);
}
.handy-box {
	width: 204px;
	height: 87px;
	float: right;
}

.handy-boxes2 {
    margin: 20px 0 15px;
}

.handy-boxes {
    margin: 60px 0 15px;
}
.handy-box + .handy-box {
    margin-right: 15px;
}
.handy-box-title {
  color: #6a6c6f;
  font-size: 12px;
  font-weight: bold;
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
}
.handy-box-title h4, .notify-message, .notify-message p {
  font-weight: bold;
}
.colorful-area a {
  color: #fff;
  display: block;
  font-size: 11px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.red-box .colorful-area {
    background-color: #ff5b5b;
}
.blue-box .colorful-area {
    background-color: #2a93e4;
}
.green-box .colorful-area {
    background-color: #23c975;
}
.gold-box .colorful-area {
    background-color: #f9cc5f;
}
.handy-box .bg {
    height: 28px;
    margin-top: 12px;
    width: 28px;
}
.mobile-comment-i {
    background-position: -178px 0;
}
.mobile-i {
    background-position: -151px 0;
}
.notify-message {
  background-color: #fcf8e3;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 12px;
  margin: 15px 0;
  min-height: 70px;
  padding: 21px 50px;
  position: relative;
}
.warning-message{
	background-color: #fcf8e3;
	border-color: #FAEBCC;
	color: #F0B477;
}
.notify-message .close-i {
    background-position: 2px -132px;
    cursor: pointer;
    height: 19px;
    left: 15px;
    position: absolute;
    top: 23px;
    width: 18px;
}
.warning-message .close-i {
    background-position: -55px -132px;
}
.info-message .close-i {
    background-position: -36px -132px;
}
.success-message .close-i {
    background-position: -17px -132px;
}
.info-message {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #5fbfe8;
}
.info-message2 {
    background-color: #c6e6ff;
    border: #91999a 1px solid;
    color: #424a52;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    width: auto;
    margin: 0 auto;
}
.success-message {
    background-color: #dff0d8;
    border-color: #b6eeac;
    color: #80a861;
}
.danger-message {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #f35343;
}
.notify-message::before {
  content: "";
  height: 28px;
  position: absolute;
  right: 10px;
  top: 18px;
  width: 28px;
}
.warning-message::before {
    background-position: -98px -93px;
}
.info-message::before {
    background-position: -70px -93px;
}
.success-message::before {
    background-position: -37px -93px;
}
.danger-message::before {
    background-position: 1px -93px;
}
.bar-container, .news-container {
    margin-bottom: 40px;
    padding: 9px 17px;
    width: 528px;
}
.bar-container, .news-container2 {
    margin-bottom: 40px;
    padding: 9px 17px;
    width: 528px;
}
.bar-container {
    height: 336px;
}
.white-box-title h5 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.frz {
    background-color: #6eccda;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
	border: none;
}
.bar-container select {
    background-position: -258px -126px;
    height: 32px;
    line-height: 32px;
    padding: 0 14px 0 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
  font-family: "IRANSans";
  font-size: 11px;
  font-weight: bold;
}
.white-box-title {
    border-bottom: 1px solid #e1e1e1;
    line-height: 42px;
    min-height: 42px;
}
.news-container .frz {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}
.news-container2 .frz {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}
.bar-container .white-box-title .left span {
  color: #b9bdc2;
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
}
.news-titles {
    margin: 23px 25px 0;
    padding: 0 10px;
}
.news-container {
    margin-bottom: 18px;
}
.news-title-holdder::before {
    background-color: #eb2362;
    border-radius: 50%;
    content: "";
    height: 10px;
    position: absolute;
    right: -16px;
    top: 6px;
    width: 10px;
}
.news-date {
  color: #a2a5aa;
  font-size: 11px;
  font-weight: bold;
}
.news-title {
  color: #666;
  font-size: 10px;
  font-weight: bold;
}
.resellers-count h6, .customers-count h6 {
  font-size: 15px;
  font-weight: bold;
}
.news-title-holdder {
    margin-bottom: 10px;
}
.news-titles::before {
    background-color: #2a2f43;
    content: "";
    height: calc(100% - 10px);
    position: absolute;
    width: 2px;
    right: -2px;
    top: 6px;
}
.resellers-count, .customers-count {
  height: 100px;
  width: 250px;
}
.resellers-count .bg {
    background-position: 0 -156px;
    height: 54px;
    margin: 20px 0 0 28px;
    width: 52px;
}
.customers-count .bg {
    background-position: -63px -156px;
    height: 61px;
    margin: 20px 0 0 28px;
    width: 48px;
}
.resellers-count .right, .customers-count .right {
    color: #b9bdc2;
    font-size: 25px;
    margin-top: 19px;
    text-align: center;
    width: 160px;
}
.resellers-count .digit, .customers-count .digit {
    color: #6a6c6f;
}
.footer {
    background-color: #2a2f43;
    color: #f3f7fe;
    margin-top: 40px;
    padding: 13px 0;
}
.copyright {
  font-size: 12px;
  margin-top: 5px;
}
.to-top-i {
    background-position: -241px 0;
    height: 20px;
    width: 28px;
}
.to-top {
    border: 1px solid #f3f7fe;
    border-radius: 5px;
    cursor: pointer;
    height: 57px;
    line-height: 57px;
    margin-left: 50px;
    text-align: center;
    width: 50px;
}
.footer a {
  color: #f3f7fe;
  font-size: 11px;
}
.footer-menu li {
    float: right;
    font-size: 14px;
}
.footer-menu a::before {
    background-color: #eb2362;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: 5px;
    width: 5px;
}
.footer-menu li + li {
    padding-right: 40px;
}
.m-i {
    background-position: -128px -169px;
    height: 40px;
    margin-top: 10px;
    width: 65px;
}
.site-title {
  font-size: 17px;
  margin-right: 10px;
}
.icons-menu > li {
    float: right;
    position: relative;
    text-align: center;
    background: #edf0f5;
    margin: 0px 3px;
    border-radius: 115px;
}
.tooltip {
	background-image: url('../img/black_arrow.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	height: 0;
	line-height: 42px;
	max-width: none;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: -50px;
	text-align: center;
	top: -54px;
	transition: opacity 1s ease 0s;
	white-space: nowrap;
	width: 0;
}
.icons-menu .bg {
    height: 32px;
    width: 32px;
webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.icons-menu .bg:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(50%);
}
.icons-menu-holder {
    padding: 65px 0 30px;
}
.gear-o2-i {
background-image: url(../img/32/repp.png);
}
.fast-envelope-i {
background-image: url(../img/32/phone-icon.png);
}
.phone {
    background-image: url(../img/32/phone.png);
}
.container-o {
    width: 1120px;
}
.bulb-i {
    background-image: url(../img/32/ta.png);
}
.bulbi {
    background-image: url(../img/32/ta.png);
}
.envelope-o-i {
    background-image: url(../img/32/m.png);
}
.user-o-i {
    background-image: url(../img/32/report.png);
}
.list-i {
    background-image: url(../img/32/accunt.png);
}
.airplan-i {
    background-image: url(../img/32/pay.png);
}
.comment-i {
    background-image: url(../img/32/send.png);
}
.forbidden-i {
    background-image: url(../img/32/doc.png);
}
.social-i {
     background-image: url(../img/32/order.png);
}
.link-i {
    background-image: url(../img/32/online.png);
}
.picture-i {
      background-image: url(../img/32/tarif.png);
}
.game-i {
    background-image: url(../img/32/cp.png);
}
.mice-i {
background-image: url(../img/32/da.png);
}
.book-i {
     background-image: url(../img/32/m3.png);
}
.heart-i {
background-image: url(../img/32/t.png);
}
.arrow-i {
    background-image: url(../img/32/j.png);
}
.download-i {
    background-image: url(../img/32/madoule.png);
}
span.repo.bg {
    background-image: url(../img/32/rep.png);
}
.l-i {
    background-image: url(../img/32/tasks.png);
}
.folder-i {
background-image: url(../img/32/card.png);
}
.mobile-o2-i {
    background-image: url(../img/32/n.png);
}
.mobile-o-i {
    background-image: url(../img/32/a.png);
}
.marker-i {
    background-image: url(../img/32/main.png);
}
.cloud-i {
    background-image: url(../img/32/admin.png);
}
.bar-o-i {
 background-image: url(../img/32/out.png);
}
.breadcrumbs {
    margin: 17px 0 26px;
    padding: 12px 15px;
}
.breadcrumbs-links a {
  color: #6a6c6f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  vertical-align: -6px;
}
.breadcrumbs-links li {
    float: right;
    margin-left: 8px;
}
.breadcrumbs-links li + li::before {
  background-position: -77px -134px;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 8px;
  vertical-align: -10px;
  width: 9px;
}
.buy-links .frz {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 110px;
}
.buy-minilinks .frz {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 80px;
}
.buy-links .frz + .frz {
  margin-right: 10px;
}
.buy-minilinks .frz + .frz {
  margin-right: 6px;
}
.information {
  color: #6a6c6f;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 25px;
  padding: 20px 20px 20px;
  font-weight: bold;
}
.information li::before {
    background-color: #2a2f43;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: 15px;
    width: 5px;
}
.information li.red-bullet::before {
    background-color: #f05a89;
}
.elements {
    padding: 10px 30px 20px;
	margin-bottom: 10px;
}
.mini-form {
    width: 320px;
    /*width: 240px;*/
}
.mini-forms {
    width: 240px;
}
.mini-thirdforms {
    width: 820px;
}
label {
  display: inline-block;
  width: 100px;
}
.mini-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    height: 35px;
	background-position: -256px -149px;
}
.mini-forms select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    height: 35px;
	background-position: -256px -149px;
}
.mini-thirdforms select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    height: 35px;
	background-position: -256px -149px;
}
.mini-form .field-holder {
    margin-bottom: 10px;
}
.mini-forms .field-holders {
    margin-bottom: 10px;
}
.mini-thirdforms .field-holders {
    margin-bottom: 10px;
}
.mini-form textarea {
    height: 183px;
}
.mini-forms textarea {
    height: 183px;
}
.mini-thirdforms textarea {
    height: 155px;
}

[class*="-button"] {
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    margin: 8px 0 0;
    width: 210px;
}

[class*="-minibutton"] {
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    margin: 8px 0 0;
    width: 120px;
}

[class*="-fbutton"] {
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    margin: 8px 0 0;
    font-size: 11px;
}
.progress-bar-marked .progress-meter::after {
  background-color: #16a085;
  border-radius: 50%;
  content: "";
  height: 18px;
  max-width: none;
  position: absolute;
  right: -9px;
  top: -3px;
  width: 18px;
}
.three-btns {
  margin: 15px 0 10px;
}
.error {
  color: red;
}
.three-btns .frz {
  font-size: 11px;
  height: 30px;
  padding: 0 12px 0 11px;
}
button, select {
  cursor: pointer;
  font-family: "IRANSans";
}
.block {
    display: block;
}
[class*="progress-bar"] {
    background-color: #ecf0f1;
    border-radius: 10px;
    height: 12px;
    margin: 40px auto;
    position: relative;
    width: 318px;
}
.progress-meter {
  background-color: #1abc9c;
  border-radius: 10px 0 0 10px;
  height: 12px;
  left: 0;
  position: absolute;
  z-index: 9;
}
.markers > li {
    float: left;
    height: 1px;
    position: relative;
    width: 20%;
}
.markers > li::after {
    background-color: #d7dcde;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 6px;
}
.markers > li:last-child::after {
    display: none;
}
.progress-meter-o {
    background-color: #d7dcde;
  border-radius: 10px 0 0 10px;
    height: 12px;
    left: 0;
    position: absolute;
}
.red-button {
    background-color: #eb2362;
}
.blue-button {
    background-color: #2a93e4;
}
.blue-fbutton {
    background-color: #6eccda;
}
.green-button {
    background-color: #1abc9c;
}
.light-red-button {
    background-color: #e74c3c;
}
.light-black-button {
    background-color: #34495e;
}
.red-minibutton {
    background-color: #eb2362;
}
.blue-minibutton {
    background-color: #2a93e4;
}
.green-minibutton {
    background-color: #1abc9c;
}
.light-red-minibutton {
    background-color: #e74c3c;
}
.light-black-minibutton {
    background-color: #34495e;
}
.mini-form input, .mini-form select, .mini-form textarea {
  border: 1px solid #d7d9de;
  width: 210px;
  font-family:"IRANSans";
}
.mini-forms select, .mini-forms textarea {
  border: 1px solid #d7d9de;
  width: 210px;
  font-family:"IRANSans";
}
.mini-forms input {
  border: 1px solid #d7d9de;
  width: auto;
}
.mini-thirdforms select, .mini-thirdforms textarea {
  border: 1px solid #d7d9de;
  width: 160px;
  font-family:"IRANSans";
}
.mini-thirdforms input {
  border: 1px solid #d7d9de;
  width: 160px;
}

.navigator {
  background-color: #34495e;
  border-radius: 7px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  width: 210px;
}
.navigator .bg, .go-next-i, .go-prev-i {
  height: 17px;
  vertical-align: -6px;
  width: 13px;
}
.go-next-i {
    background-position: -238px -99px;
}
.go-prev-i {
    background-position: -258px -99px;
}
.navigator a {
    display: inline-block;
    width: 50px;
}
.navigator > span {
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
  display: inline-block;
  font-size: 15px;
  width: 100px;
}
.display-modes span {
  height: 17px;
  width: 18px;
}
.display1-i {
    background-position: -133px -97px;
}
.display2-i {
    background-position: -159px -97px;
}
.display3-i {
    background-position: -185px -97px;
}
.display4-i {
    background-position: -211px -97px;
}
.display-modes > div {
    background-color: #1abc9c;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 45px;
}
.display-modes > div.active {
    background-color: #16a085;
}
.display-modes {
    border-radius: 8px;
    overflow: hidden;
}
.pages-navigation {
    background-color: #d7dcde;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
}
.ltr {
    direction: ltr;
}

.page-numbers li {
    background-color: #fff;
    border-radius: 50%;
    color: #d7dcde;
    display: inline-block;
    font-size: 0;
    font-weight: bold;
    height: 13px;
    margin: 4px;
    text-align: center;
    vertical-align: middle;
    width: 13px;
	position: relative;
	
}
.page-numbers  .current {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.page-numbers li a {
  background-color: #1abc9c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 25px;
  left: -5px;
  line-height: 25px;
  max-width: none;
  position: absolute;
  top: -5px;
  width: 25px;
}
.pages-navigation .go-prev, .pages-navigation .go-next {
    text-align: center;
    width: 47px;
}
.page-numbers {
    border-left: 1px solid #ebeeef;
    border-right: 1px solid #ebeeef;
    padding: 0 10px;
}
.checkbox span {
    background-color: #d7dcde;
    border-radius: 4px;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.checkbox input:checked + span {
  background-position: -145px -132px;
  background-color: transparent;
}
.green-checkbox input:checked + span {
  background-position: -115px -132px;
}
.text-checkbox span {
  background-position: -101px -346px;
  display: inline-block;
  height: 31px;
  width: 82px;
}
.text-checkbox input:checked + span {
  background-position: 1px -346px;
}
.check-checkbox span {
  background-position: -102px -394px;
  display: inline-block;
  height: 31px;
  width: 81px;
}
.radio input, .checkbox input, .check-checkbox input, .text-checkbox input {
  display: none;
}
.check-checkbox input:checked + span {
  background-position: 1px -394px;
}
.radio span {
  border: 4px solid #d7dcde;
  border-radius: 50%;
  display: inline-block;
  height: 21px;
  position: relative;
  vertical-align: middle;
  width: 21px;
}
.radio input:checked + span::before {
  background-color: #d7dcde;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 7px;
  position: absolute;
  right: 3px;
  width: 7px;
}
.green-radio input:checked + span::before {
	background-color: #20be9f;
}
.green-radio input:checked + span {
  border-color: #20be9f;
}
.checkbox, .radio, .check-checkbox, .text-checkbox {
  margin-bottom: 5px;
}
.text-left {
    text-align: left;
}
.input-un-active {
    border: 1px solid #dde0e2;
    color: #9aa1aa;
}
.border-radius {
  border-radius: 10px;
}
.input-disabled {
    background-color: #eaeced;
    border-color: #eaeced;
    color: #bdc3c7;
}
.input-alert {
    border-color: #e74c3c;
    color: #e74c3c;
}
.input-success {
    border-color: #1abc9c;
    color: #34495e;
}
br {
  display: block;
  margin: 5px;
}
.report-table tbody tr:nth-child(2n+1) {
    background-color: #edf0f5;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.report-table thead tr {
    border-bottom: 2px solid #c9c9c9;
}
.table-holder {
    padding: 17px 22px;
}
.text-center {
    text-align: center;
}
th {
    color: #6a6c6f;
    font-weight: bold;
}
.report-table {
    border: 2px solid #c9c9c9;
    color: #2a2f43;
    font-weight: bold;
    line-height: 30px;
}
.report-table td + td, .report-table th + th {
    border-right: 2px solid #c9c9c9;
}
table .bg {
    height: 27px;
    width: 27px;
}
.rejected-i {
    background-position: 0 -93px;
}
.accepted-i {
    background-position: -37px -93px;
}
.waiting-i {
    background-position: -98px -93px;
}
.recieve-chart-holder, .send-chart-holder {
  width: 100%;
}
.hidden {
	display: none;
}
.kit .bg {
    height: 32px;
    margin: 0 6px;
    width: 32px;
	cursor: pointer;
}
.bar_i {
    background-image: url(../img/32/out.png);
}
.gear_i {
    background-image: url(../img/32/admin.png);
}
.repo2 {
    background-image: url(../img/32/re.png);
}
.bell_i {
    background-image: url(../img/32/phone-icon.png);
}
.bell2_i {
    background-image: url(../img/32/m1.png);
}
.return_i {
    background-image: url(../img/32/return.png);
}
.kit {
    margin-right: 30px;
}




@media screen and (max-width: 1100px){
.uniqe-class > .row > .right, .uniqe-class > .row > .left {
    display: inline-block;
    float: none;
    margin: 0 !important;
    vertical-align: top;
}
.uniqe-class {
    text-align: center;
}
.container {
  max-width: 98%;
}
.menu > li {
    display: inline-block;
    float: none;
    width: auto;
}
.menu > li > a {
    padding: 20px 7px 0;
}
.menu li a.toggle-sub {
    position: relative;
}
.menu li a.toggle-sub::after {
    content: "▼";
    left: 5px;
    position: absolute;
    top: 7px;
}
.submenu > ul::before {
    right: 15px;
}
.handy-box {
    display: inline-block;
    float: none;
    margin: 5px !important;
    vertical-align: top;
}
.handy-boxes {
    text-align: center;
}
.main-row > div {
    float: none;
}
.bar-container {
    margin: 0 auto 10px;
}
    .bar-container, .news-container {
        width: auto;
        height: auto;
    }
    .bar-container, .news-container2 {
        height: auto;
    }
.chart-stats {
  margin: auto;
  width: 350px;
  min-height: 180px;
}
.counters > div {
    display: inline-block;
    float: none;
    margin: 5px;
}
.counters {
    text-align: center;
}
.icons-menu > li {
    display: inline-block;
    float: none;
    margin: 2px;
    vertical-align: middle;
    width: auto;
}
.icons-menu {
    text-align: center;
}
.row-1 > div {
    float: none;
    margin: 10px 0 !important;
    padding: 5px !important;
    width: auto !important;
}
.row-2 > div {
    float: none;
    margin: 10px 0 !important;
    width: auto !important;
}
.pages-navigation {
  height: auto;
  text-align: center;
}
} /* 1100 */

@media screen and (max-width: 980px){
.menu > li {
    display: block;
    height: auto;
}
.menu li .bg {
    display: none;
}
.menu li a {
    line-height: normal;
    padding: 7px 0;
}
.index-navigation {
    display: none;
}
.bottom-header {
    min-height: 0;
	padding: 10px 0;
}
.toggle-next {
    display: block;
}
.toggle-menu {
    background-color: #fafafa;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
}
.toggle-menu.open {
  background-color: #999;
  color: #fff;
}
.toggle-sub.open::before {
    content: "-";
}
.submenu > ul {
    position: relative;
}
.submenu > ul::before {
    margin-right: -8px;
    right: 50%;
}
.icons-menu > li {
    display: block;
}
.icons-menu .bg {
    display: none;
}
.icons-menu .tooltip {
    display: block;
    height: auto;
    line-height: normal;
    opacity: 1;
    padding: 5px;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
.icons-menu .tooltip::after {
    display: none;
}
.icons-menu-holder {
  display: none;
  padding: 5px 0;
}
.breadcrumbs-links, .buy-links {
    float: none;
    padding: 5px;
    text-align: center;
}
.breadcrumbs-links li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.buy-links .frz {
    margin: 5px !important;
}
.buy-minilinks .frz {
    margin: 5px !important;
}
} /* 980 */

@media screen and (max-width: 800px){
.footer-stuff > div {
    float: none;
    text-align: center;
}
.to-top, .menu-n-copyright {
    float: none;
    margin: 20px auto;
}
.footer-menu li {
    display: inline-block;
    float: none;
    padding: 5px !important;
}
.responsive-table, .responsive-table thead, .responsive-table th, .responsive-table tbody, .responsive-table tr, .responsive-table td {
  display: block;
  line-height: normal;
}
.popup-contents-holder {
    max-height: 90vh;
    max-width: 90vw;
    overflow: auto;
    padding: 15px;
}
.popup-head {
    height: auto;
    margin-bottom: 10px;
}
.popup-content input, .popup-content textarea {
    display: block;
    width: 100%;
}
.popup-content .field-holder {
    display: block;
}
.popup-content label {
    display: block;
    padding: 0;
    text-align: center;
    width: auto;
}
.popup-content .field-holder {
    margin-bottom: 3px;
}
.popup-content input.frz {
    display: inline-block;
}
} /* 800 */

@media screen and (max-width: 768px){
.site-branding, .user-stuff {
  float: none;
  text-align: center;
}
} /* 768 */

@media screen and (max-width: 600px){
.resellers-count, .customers-count {
    display: block !important;
    margin: 10px 0 0 !important;
    width: auto;
}
.container {
    max-width: 94%;
}
.login-box {
  height: auto;
  left: 0;
  margin: 10px;
  position: relative;
  top: 0;
  width: auto;
}
.upper {
    top: 20px;
}
.field-holder {
    display: block;
}
.login-box input[type="text"], .login-box input[type="password"] {
    width: 100%;
}
.login-form-holder .field-holder {
    padding: 0 15px;
}
.login-box .field-holder .bg {
    right: 30px;
}
.login-menu li {
    height: auto;
    line-height: normal;
    padding: 10px;
}
.login-box .links > div {
    float: none;
    width: auto;
}
.login-box .links a {
    height: auto;
    line-height: normal;
    padding: 10px;
}
} /* 600 */


@media screen and (max-width: 480px){
.kit, .welcome {
  display: block;
  margin: auto;
}
} /* 480 */







