@font-face {
	font-family: 'AraJozoor-Regular';
	src: url('../fonts/AraJozoor-Regular/AraJozoor-Regular.eot');
	src: local('☺'), url('../fonts/AraJozoor-Regular/AraJozoor-Regular.woff') format('woff'), url('../fonts/AraJozoor-Regular/AraJozoor-Regular.ttf') format('truetype'), url('../fonts/AraJozoor-Regular/AraJozoor-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
  font-family: AraJozoor-Regular!important;
}

.login-page {
  background-image: url('../img/loginImage.jpg');
  background-size: cover;
  background-position: center;
}

div.dataTables_length , div.dataTables_paginate,div.dataTables_info ,div.dataTables_filter{
	display: inline-block!important;
}
div.dataTables_length ,div.dataTables_paginate{
 float: right;
}
div.dataTables_filter{
 float: right;
 margin: auto 2rem;
}
.tooltip-inner {
    white-space:pre-wrap;
	white-space:pre;
    max-width:none;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
	left: 15px!important;
	right: auto!important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before {
	left: 10px!important;
	right: auto!important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
	content:"↑";
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
	content:"↓";
}
.text-decoration-line-through{
	text-decoration: line-through!important;
}
.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
  box-shadow: none;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #513086;
  border-color: #2b036b;
}

.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #513086;
  border-color: #2b036b;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #513086;
  border-color: #2b036b;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

@media screen {
  div.divFooter {
    display: none;
  }
}
@media print {
  div.divFooter {
    position: fixed;
    bottom: 0;
  }
}
