﻿@charset "UTF-8";


@import url(../fonts/Iransans.css);

body {
  color: #222222;
  font-family: "Iransans", sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: right;
  direction: rtl;!important;
}

.txt-light2{
    color: #eeeeee;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text{
  font-family: "Iransans", sans-serif;
}

.sp-logo-wrap .brand-img{
  top: 7px;
}
.vertical-align-middle{
  vertical-align: top !important;
}
.nonecase-font{
  margin-top: 10px;
}
.fixed-sidebar-left{
  top: 100px;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.checkbox, .radio {
  padding-right: 5px;
}
.col-lg-offset-2 {
  margin-right: 16.66666667%;
}
.table > thead > tr > th{
    font-weight: 400;
}
.date1{
   text-align:right;direction:ltr;
}

.thead{
    font-weight: bold;
    color: black;
}

.wait{
    display:none;
    background:#ffffff;
    position:fixed;
    bottom:50%;
    right:50%;
    padding:10px;
    border-radius:8px;
    z-index:10000;
}

.userimg{
    width : 35px;
    height : 35px;
}

.userstatusimg , .loanstatusimg{
    width : 25px;
    height : 25px;
    margin: 0;
}

.deliverer-list{
    float:left;
    list-style:none;
    margin-right:0px;
    padding:0;
    width: 94%;
    position: absolute;
    z-index: 10;
    height:235px;
    overflow:auto
}

.deliverer-list li{
    padding: 9px 40px;
    background: #f8f8f8;
    border-bottom: #bbbbbb 1px solid;
}

.deliverer-list li:hover{
    background:#eeeeee;
    cursor: pointer;
}

.table-responsive .table{
    overflow: auto !important;
    max-width: none !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

@media screen and (max-width:767px){
    .table-responsive{
        overflow: auto !important;
        width:1px;
        min-width: 100%;
        overflow-y: scroll !important; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch !important;
        margin-bottom:15px;
        -ms-overflow-style:-ms-autohiding-scrollbar;
    }

    .account-pages {
        display: flex;
        justify-content: start;
        vertical-align: top;
        /* padding: 20px; */
        margin: auto;
        width: 92%;
        align-items: center;
    }
}
.small1{
    font-size:75%;
}
.small2{
    font-size:70%;
}
.small3{
    font-size:90%;
}

.td2{
    padding:1px !important;
}

.card-box {
    padding: 12px;
    margin-bottom: 9px;
    background-color: #fafafa;
}

.widget-box-three .bg-icon {
    height: 70px;
    width: 70px;
    line-height: 66px;
    text-align: center;
    margin-left: 10px;
}

.icon-colored-2 {
    height: 80px;
    width: 80px;
    margin: 0.3rem;
}

.user-card{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 5px;
    transition-duration: 200ms;
}



.user-card:hover{
    border: 1px solid #00aced;
    transition-duration: 200ms;
}

.user-card:hover h5{
    color: #0b0b0b !important;
    transition-duration: 200ms;
}

