body {

  background-color: #f8f8f8;
  direction:rtl;
  text-align: right !important;
  font-family:IRANSansWeb;

}
@font-face {
  font-family:'IRANSansWeb';
  src:url('../fonts/IRANSansWeb.eot');
  src:url('../fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"),
  url('../fonts/IRANSansWeb.woff') format("woff"),
  url('../fonts/IRANSansWeb.ttf') format("truetype");
}
.sidebar {
  z-index: 1;
  position: absolute;
  width: 250px;
  height:100%;
  border-left:1px solid #e7e7e7;
}
@media (max-width:850px) {

  .sidebar{
    width:150px !important;
  }
  .content{
    margin-right:160px !important;
  }
  .arrow
  {
    display:none !important;
  }
  .li_span{
    display: block;
    width:100%;
  }
  .nav li a{
    text-align:center;
  }
  .navbar_header_div{
    width:150px !important;
  }
  .navbar-brand{
    display:none;
  }
  .div_header_bars{
    float:none !important;
    text-align:center;
    margin:0px !important;
  }
}
.table tr th{
  text-align: center;
}
.table tr td{
  text-align: center;
}
.input{
  width: 250px;
  height: 30px;
  font-family: IRANSansWeb;
}
label{
  width: 130px;
    font-weight: normal;
    font-size: 15px;
}
.input2{
  width: 70px !important;
  text-align:center;
}
.has_error{
  color:red;
  font-size: 13px;
  padding-top: 5px;
}
.driver_pic{
  width: 60px;
}
.Tooltip_message{
  color:white;
  font-family: IRANSansWeb;
  padding-right: 5px;
  padding-left: 5px;

}
.login_box .form-control
{
    width:70%;
    margin-top:15px;
    text-align:center;
    outline: none;
    padding:20px 10px;
    box-shadow: 5px 5px 5px rgba(0,0, 0,0.2);
    border:1px solid #dbcaca;
    border-radius: 5px;
    transition: 0.5s;
    font-size: 15px;
}
.login_box .form-control::placeholder{color: #7a7676}
.login_box .form-control:hover{background: #ffefef}
.login_box .form-control:focus{
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    color: #6F541F;
}
.login_box
{
  width:450px;
  background:transparent;
  border-radius:10px;
  margin:100px auto;
}


.login_box .form-group
{
   text-align: center;
  width:92%;
  margin:auto;
  padding-top:10px;
  padding-bottom: 10px;
}
.login_box .btn-login {
    width: 90%;
    padding: 10px;
    border: 1px solid #909499;
    border-radius: 5px;
    outline: none;
    transition: 1s;
    background: transparent;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;


}
.login_box .btn-login:hover{background: #5b471a
}
.header_login {
  width:100%;
  border-bottom:1px solid white;
  text-align: center;
  padding: 5px;

}
.header_login h4 {
  padding-top:14px;
  padding-bottom:7px;
  padding-right: 15px;
  color: white;
  font-size: 20px;
}
.has-error{
  font-size: 13px;
  color:red;
}
.row{
  margin-right:0px !important;
  margin-left:0px !important;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}

.panel-shortcut {
    border-color: #5D4037;
}
.panel-shortcut > .panel-heading {
    border-color: #5D4037;
    color: white;
    background-color: #5D4037;
}
.panel-shortcut > a {
    color: #5D4037;
}
.panel-shortcut > a:hover {
    color: #5D4037;
}

.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}


.panel-blue{
    border-color: #0c7cbf;
}
.panel-blue > .panel-heading {
    border-color: #007aff;
    color: white;
    background-color: #1237a5;
}
.panel-blue > a {
    color: #095b85;
}
.panel-blue > a:hover {
    color: #1351b0;
}


.panel-orange {
    border-color: #FF5722;
}
.panel-orange > .panel-heading {
    border-color: #FF5722;
    color: white;
    background-color: #FF5722;
}
.panel-orange > a {
    color: #FF5722;
}
.panel-orange > a:hover {
    color: #FF5722;
}

.panel-purple {
    border-color: #811081;
}
.panel-purple > .panel-heading {
    border-color: #811081;
    color: white;
    background-color: #811081;
}
.panel-purple > a {
    color: #811081;
}
.panel-purple > a:hover {
    color:#811081;
}

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right:0px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.navbar-collapse ul{
  padding-right: 0px !important;
}
.navbar-right .dropdown-menu{
  right:auto;
  left:0;
}

.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: left;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
  font-size: 13px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}


.toggled{
  width:150px !important;
}
.toggled .arrow{
  display:none !important;
}
.toggled .li_span{
  display: block;
  width:100%;
}
.toggled .nav li a{
  text-align:center;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.panel .slidedown .glyphicon,
.login-panel {
  margin-top: 25%;
}
.navbar-right{
  float:left !important;
}
.navbar-header{
  float:right !important;
}
ul li a{
  color:#777 !important;
}
.fa-5x{
  margin-right: -10px !important;
}

.pagination{
  padding: 0px !important;
}
.table .btn {
  padding: 5px !important;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}



.navbar-brand{
  float:right !important;
}
.div_header_bars{
  float:left;
  line-height: 50px;
  font-size:22px;
  color:#777;
  margin-left: 20px;
  cursor:pointer;
}
.navbar_header_div
{
  width:250px;
  float:right;
  text-align:right;
  border-left:1px solid #e7e7e7;
}
.content
{
  margin-right: 260px;
}
.dropdown-menu{
  right:150px;
  top:0px;
}
.active .nav-link{
  border-bottom: 1px solid #e7e7e7 !important;
}
.toggled .active ul li a{
  text-align:right;
  font-size:12px !important;
}
.form-group .small{
  width:120px !important;
  text-align:center;
}
.fa-plus{
  color:red;
  cursor:pointer;
}
.container_g {
    display: grid;
    grid-template-columns: auto auto;
    background-color: #3e2723;
    padding: 10px;
    border-radius: 10px;
}
.item {
    background-color: #80cbc4;
    border: 1px solid #fff;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}
.form-control {
    display: inline;
}
.btn-success {
    opacity: 0.8;
    transition: 0.3s;
}

.btn-success:hover {opacity: 1}

.div_text {
    text-align: center;
}
.div_panel {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
}
.div_panel:hover{
    opacity: 1;
}
.div_panel a {
    text-decoration: none;
}
.custom-select {
    width: 250px;
    height: auto;
    font-family: IRANSansWeb;
}
.table_th {
    color : blue;
    font-weight: normal;
}
.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: right;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.switch {
    display: inline-block;
    width: 80px;
    height: 34px;
    position: relative;

}

.toggle-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #475569;
    border-radius: 40px;
    cursor: pointer;
}
.toggle-thumb:before {
    content: "";
    height: 26px;
    width: 26px;
    position: absolute;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: #E2E8F0;
    transition: .4s all ease;
}
.checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}
.checkbox:checked + .toggle-thumb:before {
    transform: translateX(44px);
}
.error_access {
    text-align: center;
    background-color: #1b1e21;
    height: auto;
    top: 80px;
    right: 170px;
    border-radius: 10px;
    border: solid #a49d9d 2px;

}
.error_access h2 {
    color: white;
    margin-top: 50px;
}
.error_access i {
    color: red;
    font-size: 70px;
    margin-top: 50px;
}
.error_access h4,h5 {
    color: white;
}
.search_order {
    width: 80%;
    height: 50px;
    font-size: 18px;
}
.returned_item {
    background-color: #FFCDD2 !important;

}
.earnest_item {
    background-color: #ffed4a !important;

}

