html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
  font-family: 'Assistant',sans-serif;
  font-size: 17px;
}

.ltr{
  direction: ltr;
}

.tal{
	text-align: left;
}

.w-12 {
    width: 12%!important;
}

.datepicker{
	direction: rtl;
}

.app_logo{ max-width: 280px}

label.required:after {
  content:"*";
  color:red;
}

.custom-radio-wrap-inline{
	padding-top: 0.407rem;
	padding-bottom : 0.407rem;
	/*
	padding: .375rem .75rem;
    border: 1px solid transparent;
	*/
}

.navbar-nav .nav-item{
	padding-left: 1rem;
	padding-right: 1rem;
}


.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
}

.nav-underline .nav-link:hover {
	color: #007bff;
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

  
  
@media (max-width: 991.98px) {
    .app-collapse {
      position: fixed;
      top: 56px; /* Height of navbar */
      bottom: 0;
      right: 100%;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #343a40;
      transition-timing-function: ease-in-out;
      transition-duration: .3s;
      transition-property: right, visibility;
    }
    .app-collapse.open {
      right: 0;
      visibility: visible;
    }
}
  
.fa, .fab, .fal, .far, .fas {
    position: relative;
    top: 1px;
}

.btn{
	min-width: 80px;
}


.app-footer{
	background-color: #285c7e;
	color: #fff;
	font-size: 90%;
}

.app-footer-links{
	padding: 0;
	margin: 0;
}
.app-footer-links li {
    display: inline-block;
}

.app-footer-links li a {
    color: #fff;
}

.app-footer-links li+li {
    margin-right: 1rem
}


.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-right-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-right-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-right-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-right-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}


.bd-callout-success {
    border-right-color: #28a745;
}

.fileinput-box input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.progress-bar {
    -webkit-transition: width 2.5s ease;
    transition: width 2.5s ease;
}

.collapsed .fa-minus:before {
    content: "\f067" !important;
}

/**
 * @author Script47 (https://github.com/Script47/Toast)
 * @description Toast - A Bootstrap 4.2+ jQuery plugin for the toast component
 * @version 0.6.0
**/

#toast-container {
    position: sticky;
    z-index: 1055;
    top: 0
}

#toast-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 5px;
	max-width: 460px;
}

#toast-container>#toast-wrapper>.toast {
    min-width: 150px;
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
    padding-left: 15px;
}

.form-status.loading{
	color: #007bff;
}
.form-status.error{
	color: #dc3545;
}
.form-status.success{
	color: #28a745;
}

td[colspan]{
	padding: 0 !important;
}

