.userinfo { position: relative; }
.userinfo tr td { background: #f6f6f6; padding: 4px 6px 6px 6px; }
.userinfo .rtd2 { background: #f6f6f6; padding: 4px 6px 6px 6px; }
.userinfo tr:nth-child(even) td { background: #efefef; }
.userinfo .fa-check-circle { margin-left: 4px; color: #38C200; padding: 0 0 2px 0; }
.userinfo .fa-times { margin-left: 4px; color: #C20000; padding: 0 0 2px 0; }
.userinfo .fa-rss { margin-right: 4px; color: #FA7B00; padding: 0 0 2px 0; }
.userinfo table { border-left: 1px solid #DADADA; border-top: 1px solid #DADADA; margin-bottom: 10px; }
.userinfo .avatar { position: absolute; left: 0px; }
.userinfo .avatar img { padding: 0 14px 14px 0; background-color: #FFF; border-bottom: 1px solid #DADADA; border-right: 1px solid #DADADA; }




.tableform { background-color: #f7f7f7; margin-top: 15px; border: 1px solid #E8E8E8; padding: 10px; box-shadow: inset 0 0 0 1px #FFF; }
.tableform.no-margin { margin: 0; }
.tableform select { width: 100%; font-family: 'yekan', tahoma; font-size: 13px; padding: 3px 8px; color: #333; border: 1px solid #DBDBDB; }
.tableform td { padding: 10px; }
.tableform tr { border-bottom: 1px solid #DDD; }


.dle-poll-1 {
    width: 95%;
    margin-left: 6px;
}



.send-pm {
    float: left;
    margin-top: 75px;
    margin-left: -70px;
}









.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}







.dlefabox {
    background-color: #149cc6;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.dlefabox .dlefabox-header,
.dlefabox .dlefabox-body,
.dlefabox .dlefabox-footer {
    background-color: transparent;
    padding: 20px 10px;
}
.dlefabox .navbar {
    position: static;
}
.dlefabox .dlefabox-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.dlefabox .dlefabox-body .section-title {
    margin: 30px 0 10px 0;
    font-size: 16px;
}
.dlefabox .dlefabox-body .section-title:before {
    margin-top: 8px;
}
.dlefabox .dlefabox-body .section-title + .section-lead {
    margin-top: -5px;
}
.dlefabox .dlefabox-body p {
    font-weight: 500;
    color: #212529;
}
.dlefabox .dlefabox-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}
.dlefabox .dlefabox-header .btn {
    margin-top: 1px;
    padding: 2px 15px;
}
.dlefabox .dlefabox-header .btn:not(.note-btn) {
    border-radius: 30px;
}
.dlefabox .dlefabox-header .btn:hover {
    box-shadow: none;
}
.dlefabox .dlefabox-header .form-dlefa-control {
    height: 31px;
    font-size: 13px;
    border-radius: 30px;
}
.dlefabox .dlefabox-header .form-dlefa-control + .input-group-btn .btn {
    margin-top: -1px;
}
.dlefabox .dlefabox-header h4 {
    font-size: 17px;
    line-height: 28px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #212529;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form {
    margin-right: auto;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .btn,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .btn {
    font-size: 12px;
    border-radius: 30px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .btn.active,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .btn.active {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .dropdown,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .dropdown {
    display: inline;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .btn-group .btn,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .btn-group .btn {
    border-radius: 0 !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .btn-group .btn:first-child,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .btn-group .btn:first-child {
    border-radius: 0 30px 30px 0 !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .btn-group .btn:last-child,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .btn-group .btn:last-child {
    border-radius: 30px 0 0 30px !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .input-group .form-dlefa-control,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .input-group .form-dlefa-control {
    border-radius: 0 30px 30px 0 !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .input-group .form-dlefa-control + .input-group-btn .btn,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .input-group .form-dlefa-control + .input-group-btn .btn {
    border-radius: 30px 0 0 30px !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .input-group .input-group-btn + .form-dlefa-control,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .input-group .input-group-btn + .form-dlefa-control {
    border-radius: 30px 0 0 30px !important;
}
.dlefabox .dlefabox-header h4 + .dlefabox-header-action .input-group .input-group-btn .btn,
.dlefabox .dlefabox-header h4 + .dlefabox-header-form .input-group .input-group-btn .btn {
    margin-top: -1px;
    border-radius: 0 30px 30px 0 !important;
}
.dlefabox .dlefabox-footer {
    background-color: transparent;
    border: none;
}
.dlefabox.dlefabox-mt {
    margin-top: 30px;
}
.dlefabox.dlefabox-progress:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    z-index: 99;
}
.dlefabox.dlefabox-progress .dlefabox-progress-dismiss {
    position: absolute;
    top: 66%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 999;
    color: #fff !important;
    padding: 5px 13px;
}
.dlefabox.dlefabox-progress.remove-spinner .dlefabox-progress-dismiss {
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.dlefabox.dlefabox-progress:not(.remove-spinner):after {
    background-image: url("../img/spinner.svg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.dlefabox.dlefabox-primary {
    border-top: 2px solid #6777ef;
}
.dlefabox.dlefabox-secondary {
    border-top: 2px solid #34395e;
}
.dlefabox.dlefabox-success {
    border-top: 2px solid #54ca68;
}
.dlefabox.dlefabox-danger {
    border-top: 2px solid #fc544b;
}
.dlefabox.dlefabox-warning {
    border-top: 2px solid #ffa426;
}
.dlefabox.dlefabox-info {
    border-top: 2px solid #3abaf4;
}
.dlefabox.dlefabox-dark {
    border-top: 2px solid #191d21;
}
.dlefabox.dlefabox-hero .dlefabox-header {
    padding: 40px;
    background-image: linear-gradient(to bottom, #6777ef, #95a0f4);
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: auto;
    display: block;
}
.dlefabox.dlefabox-hero .dlefabox-header h4 {
    font-size: 40px;
    line-height: 1;
}
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-description {
    margin-top: 5px;
    font-size: 16px;
}
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-icon {
    float: left;
    color: #8c98f3;
    margin: -60px;
}
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-icon .ion,
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-icon .fas,
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-icon .far,
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-icon .fab,
.dlefabox.dlefabox-hero .dlefabox-header .dlefabox-icon .fal {
    font-size: 140px;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-header,
.dlefabox.dlefabox-statistic-2 .dlefabox-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-icon {
    width: 30px;
    height: 30px;
    margin: 10px 20px 0px 0px;
    border-radius: 3px;
    line-height: 78px;
    text-align: center;
    float: right;
    font-size: 30px;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-header h4,
.dlefabox.dlefabox-statistic-2 .dlefabox-header h4 {
    line-height: 1.2;
    color: #98a6ad;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-body,
.dlefabox.dlefabox-statistic-2 .dlefabox-body {
    padding-top: 0;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-body,
.dlefabox.dlefabox-statistic-2 .dlefabox-body {
    font-size: 26px;
    font-weight: 700;
    color: #34395e;
    padding-bottom: 0;
}
.dlefabox.dlefabox-statistic-1,
.dlefabox.dlefabox-statistic-2 {
    display: inline-block;
    width: 100%;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-icon,
.dlefabox.dlefabox-statistic-2 .dlefabox-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 94px;
    text-align: center;
    float: right;
    border-radius: 50px;
    margin-left: 15px;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-icon .ion,
.dlefabox.dlefabox-statistic-1 .dlefabox-icon .fas,
.dlefabox.dlefabox-statistic-1 .dlefabox-icon .far,
.dlefabox.dlefabox-statistic-1 .dlefabox-icon .fab,
.dlefabox.dlefabox-statistic-1 .dlefabox-icon .fal,
.dlefabox.dlefabox-statistic-2 .dlefabox-icon .ion,
.dlefabox.dlefabox-statistic-2 .dlefabox-icon .fas,
.dlefabox.dlefabox-statistic-2 .dlefabox-icon .far,
.dlefabox.dlefabox-statistic-2 .dlefabox-icon .fab,
.dlefabox.dlefabox-statistic-2 .dlefabox-icon .fal {
    font-size: 22px;
    color: #fff;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-icon {
    line-height: 90px;
}
.dlefabox.dlefabox-statistic-2 .dlefabox-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin: 25px;
    box-shadow: -5px 3px 10px 0 rgba(21, 15, 15, 0.3);
    border-radius: 10px;
    background: #6777ef;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-header,
.dlefabox.dlefabox-statistic-2 .dlefabox-header {
    padding-bottom: 0;
    padding-top: 25px;
}
.dlefabox.dlefabox-statistic-2 .dlefabox-body {
    padding-top: 20px;
}
.dlefabox.dlefabox-statistic-2 .dlefabox-header + .dlefabox-body,
.dlefabox.dlefabox-statistic-2 .dlefabox-body + .dlefabox-header {
    padding-top: 0;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-header h4,
.dlefabox.dlefabox-statistic-2 .dlefabox-header h4 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-header h4 {
    margin-bottom: 0;
}
.dlefabox.dlefabox-statistic-2 .dlefabox-header h4 {
    text-transform: none;
    margin-bottom: 0;
}
.dlefabox.dlefabox-statistic-1 .dlefabox-body {
    font-size: 20px;
}
.dlefabox.dlefabox-statistic-2 .dlefabox-chart {
    padding-top: 20px;
    margin-right: -9px;
    margin-left: -1px;
    margin-bottom: -15px;
}
.dlefabox.dlefabox-statistic-2 .dlefabox-chart canvas {
    height: 90px !important;
}
.dlefabox .dlefabox-stats {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -6px;
}
.dlefabox .dlefabox-stats .dlefabox-stats-title {
    padding: 15px 25px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.dlefabox .dlefabox-stats .dlefabox-stats-items {
    display: flex;
    height: 50px;
    align-items: center;
}
.dlefabox .dlefabox-stats .dlefabox-stats-item {
    width: calc(100% / 3);
    text-align: center;
    padding: 5px 20px;
}
.dlefabox .dlefabox-stats .dlefabox-stats-item .dlefabox-stats-item-label {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.dlefabox .dlefabox-stats .dlefabox-stats-item .dlefabox-stats-item-count {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}
.dlefabox.dlefabox-large-icons {
    display: flex;
    flex-direction: row;
}
.dlefabox.dlefabox-large-icons .dlefabox-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    border-radius: 0 3px 3px 0;
}
.dlefabox.dlefabox-large-icons .dlefabox-icon .ion,
.dlefabox.dlefabox-large-icons .dlefabox-icon .fas,
.dlefabox.dlefabox-large-icons .dlefabox-icon .far,
.dlefabox.dlefabox-large-icons .dlefabox-icon .fab,
.dlefabox.dlefabox-large-icons .dlefabox-icon .fal {
    font-size: 60px;
}
.dlefabox.dlefabox-large-icons .dlefabox-body {
    padding: 25px 30px;
}
.dlefabox.dlefabox-large-icons .dlefabox-body h4 {
    font-size: 18px;
}
.dlefabox.dlefabox-large-icons .dlefabox-body p {
    opacity: 0.6;
    font-weight: 500;
}
.dlefabox.dlefabox-large-icons .dlefabox-body a.dlefabox-cta {
    text-decoration: none;
}
.dlefabox.dlefabox-large-icons .dlefabox-body a.dlefabox-cta i {
    margin-right: 7px;
}
.dlefabox.bg-primary,
.dlefabox.bg-danger,
.dlefabox.bg-success,
.dlefabox.bg-info,
.dlefabox.bg-dark,
.dlefabox.bg-warning {
    color: #fff;
}
.dlefabox.bg-primary .dlefabox-header,
.dlefabox.bg-danger .dlefabox-header,
.dlefabox.bg-success .dlefabox-header,
.dlefabox.bg-info .dlefabox-header,
.dlefabox.bg-dark .dlefabox-header,
.dlefabox.bg-warning .dlefabox-header {
    color: #fff;
    opacity: 0.9;
}
.dlefabox .dlefabox-type-3 .dlefabox-circle {
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}
.dlefabox .dlefabox-type-3 .dlefabox-circle i {
    font-size: 15px;
}
.dlefabox .dlefabox-statistic-3 {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.dlefabox .dlefabox-statistic-3 .dlefabox-icon-large {
    font-size: 110px;
    width: 110px;
    height: 50px;
    text-shadow: -3px 7px rgba(0, 0, 0, 0.3);
}
.dlefabox .dlefabox-statistic-3 .dlefabox-icon {
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    color: #000;
    position: absolute;
    left: -5px;
    top: 20px;
    opacity: 0.1;
}
.dlefabox .dlefabox-statistic-3 .banner-img img {
    max-width: 100%;
}
.dlefabox .dlefabox-statistic-4 {
    position: relative;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.dlefabox .dlefabox-statistic-4 .dlefabox-icon-large {
    font-size: 110px;
    width: 110px;
    height: 50px;
    text-shadow: -3px 7px rgba(0, 0, 0, 0.3);
}
.dlefabox .dlefabox-statistic-4 .dlefabox-icon {
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    color: #000;
    position: absolute;
    left: -5px;
    top: 20px;
    opacity: 0.1;
}
.dlefabox .dlefabox-statistic-4 .banner-img img {
    max-width: 100%;
    float: left;
}
.dlefabox .dlefabox-statistic-4 .c-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    font-size: 25px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}






.ind-user {

height: auto;

float: none;

margin:5px auto;

overflow: hidden;

padding:5px;

}




.ind-user h2{

width: 100%;

float: right;

font-family: "BYekan-light";

font-size: 13px;

color:#bcbbbb;

background:#f9f9f9 url(../images/favicon.png) no-repeat right 5px top 2px;

transition: all .2s ease-in;

height:33px;

line-height:33px;

padding-right: 10px;

margin-bottom: 5px;

border-radius: 10px;

text-indent: 30px;

}



.ind-user table{

    font-family: BYekan-light;

    font-size: 13pt;

    width: 100%;

}

.ind-user tbody td{

    font-family: BYekan-light;

    font-size: 12px;color:#a3a1a1;

}

.ind-user tbody tr{

background:#f9f9f9;

border-radius: 5px;

}


.ind-user b{

width: 100%;

float: right;

font-family: "BYekan-light";

font-size: 13px;

color:#a3a1a1;

background:#f9f9f9 url(../images/favicon.png) no-repeat right 5px top 2px;

transition: all .2s ease-in;

height:33px;

line-height:33px;

padding-right: 10px;

margin-bottom: 5px;

border-radius: 10px;

}

.ind-user b:hover i{color:#FFC400;transition:all .2s ease-in;}

.ind-user b i{

font-size: 17px;

line-height:33px;

padding-left: 10px;

padding-right: 2px;

}


.ind-user tbody tr{

background: #555 !important;

}



