body {
  background-color: #f1f4f5;
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #444444; 
  font-weight: normal;
  letter-spacing: 0px !important;
  padding-top: 50px !important;
}
p{
    letter-spacing: 0px !important;
}
*{
    letter-spacing: 0px !important;
}
/* *{
  text-align: right;
  direction: rtl;
} */

h1, h2 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 1.2rem;
  letter-spacing: 0px !important;
/*  border-bottom: 1px solid #dfdfdf; */
}

h3, h4, h5, h6 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a, a:visited {
  color: #fff; 
}

a:hover, a:focus, a:active {
  color: #9A7A1F;
  text-decoration: none; }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #BD9A37; }

h1 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600; }

h2 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500; }

h3 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500; }

h4 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }

h5 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-weight: 600;
  text-transform: uppercase; }

h6 {
  font-family: "Cairo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8rem;
  letter-spacing: .1rem;
  font-weight: 500;
  text-transform: uppercase; }

p {
  color: #7c7c7c;
  font-size: .9rem; }

.card-inverse p {
  color: #fff;
  font-size: .9rem; }

.card h1 {
  border: none;
  margin: 0;
  padding-bottom: .5rem; }

.no-padding {
  padding: 0; }

.clear {
  clear: both; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-muted {
  color: #a0a0a0 !important; }

.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 2rem auto; }

.circle {
  border-radius: 499rem; }

.jumbotron {
  padding: 3rem 2rem;
  background-color: #f7f7f7; }

.text-primary{
  color: #BD9A37 !important; 
}
  
.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle, .card-primary, .page-item.active .page-link, .list-group-item.active {
  background-color: #BD9A37 !important;
  border-color: #BD9A37 !important; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #9A7A1F !important;
  border-color: #9A7A1F !important; }

.btn-outline-primary {
  color: #BD9A37 !important;
  border-color: #BD9A37 !important; }

/*.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-link, .page-link, .text-primary {
  color: #BD9A37 !important; 
}*/

.btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
  color: #9A7A1F !important; }

.dropdown-item.active, .dropdown-item:active, .custom-control-input:checked ~ .custom-control-indicator, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator, .nav-pills .nav-item.show .nav-link, .badge-primary, .progress-bar, .bg-primary {
  background-color: #BD9A37 !important;
  background-image: none; }

.nav-pills .nav-link.active, .badge-primary[href]:focus, .badge-primary[href]:hover, a.bg-primary:focus, a.bg-primary:hover {
  background-color: #a88930 !important; }

.form-control:focus {
  border-color: #BD9A37 !important; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important;
  background-color: #BD9A37;
  border-color: #BD9A37; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #9A7A1F;
  border-color: #9A7A1F; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #BD9A37;
  border-color: #BD9A37;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #BD9A37;
  border-color: #BD9A37;
  color: #fff; }

.btn-secondary {
  border-color: #7c7c7c;
  background-color: #7c7c7c;
  color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #444444;
  background-color: #444444;
  color: #fff; }

.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #7c7c7c;
  border-color: #7c7c7c;
  background: none; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #7c7c7c;
  background: #7c7c7c;
  color: #fff; }


  .btn-warning {
    border-color: #BD9A37;
    background-color: #BD9A37;
    color: #fff; }
  
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    border-color: #9A7A1F;
    background-color: #9A7A1F;
    color: #fff; }
  
  .btn-outline-warning, .btn-outline-warning:visited {
    color: #9A7A1F;
    border-color: #9A7A1F;
    background: none; }
  
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
    border-color: #9A7A1F;
    background: #9A7A1F;
    color: #fff; }

.btn {
  border-radius: 499rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: .8rem;
  padding: .75rem 1.25rem;
  cursor: pointer; 
border:none;}

.btn:focus {
  outline: none;
  border: 0;
  box-shadow: none; }

.btn-xs {
  font-size: .6rem;
  padding: .5rem 1rem; }

.btn-sm {
  font-size: .7rem;
  padding: .5rem 1rem; }

.btn-md {
  font-size: .8rem;
  padding: .75rem 1.25rem; }

.btn-lg {
  font-size: .9rem;
  padding: 1rem 1.5rem; }

.btn-subtle {
  border: none;
  background: #f7f7f7;
  color: #BD9A37;
  -webkit-appearance: none;
  cursor: pointer; }

.btn-subtle:hover, .btn-subtle:focus, .btn-subtle:active {
  color: #fff;
  background-color: #BD9A37;
  outline: none; }

.btn-stripped {
  border: none;
  background: none !important;
  color: #444444 !important;
  -webkit-appearance: none;
  cursor: pointer; }

.btn-stripped:hover, .btn-stripped:focus, .btn-stripped:active {
  color: #BD9A37;
  background-color: none;
  outline: none; }

.dropdown a {
  color: #444444; }

.dropdown a:hover, .dropdown a:active, .dropdown a:focus {
  background-color: #BD9A37;
  color: #fff; }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  border-right: 0px solid #eee;
  background: #BD9A37; }

  .sidebar a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    padding: .75rem 1rem;
    letter-spacing: 1px;
  }
  .sidebar em {
    font-size: 1rem; }
  .sidebar h1 {
    color: #fff;
    border: none;
    font-size: 0.9rem;
    padding: 0rem 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem; }
  .sidebar .site-title {
    margin-top: .5rem;
    margin-bottom: 1.75rem; }
    .sidebar .site-title a {
      font-size: .9rem;
      padding-left: 0;
      padding-right: 0;
      cursor: pointer; }
    .sidebar .site-title a:hover {
      background: none !important; }
  .sidebar .nav {
    margin-bottom: 20px; }
  .sidebar .nav-item {
    width: 100%; }
  .sidebar .nav-item + .nav-item {
    margin-left: 0; }
  .sidebar .nav-link {
    border-radius: 0; }
  
  .sidebar .logout-button {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 13px;
    text-transform: none !important;
  }

#wrapper.toggled .sidebar {
  display: none; }

#menu-toggle {
  position: absolute;
  top: 0rem;
  left: 0rem; 
  padding:10px;  
}

.sidebar a:focus, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
  background-color: #9A7A1F !important; }

@media screen and (max-width: 576px) {
 
  #wrapper .sidebar {
    display: none; }

  #wrapper.toggled .sidebar {
    display: block !important; }
  
    .poweredbyLink{
        display: none !important;
    }

  .logo-image{
      width: 70%;
      margin-bottom: 17px;
  }
  
  .sidebar {
    padding-bottom: 0px;
    margin-bottom: 1rem; }

  #menu-toggle {
    background-color: #BD9A37; 
  } 

}
@media screen and (min-width: 576px) {
  #wrapper.toggled .sidebar {
    display: block; }

  #menu-toggle {
    display: none; 
  } }
.card-title {
  margin-top: -.25rem;
  padding-bottom: .25rem;
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -.75rem;
  padding-bottom: .5rem; }

.card-title-btn-container {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  list-style: none; }

.alert {
  color: #fff;
  border:none;
}
  .alert a {
    color: #fff !important; 
  }

.no-left-margin {
  margin-left: 0; }

.page-header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0rem;
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  height: auto; }
  .page-header h1 {
    display: inline;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; }

.profile-photo {
  border-radius: 499rem;
  float: left; }

.username {
  float: left;
  text-align: left;
  margin: 0 0 0 1rem; }
  .username h1, .username h2, .username h3, .username h4 {
    margin-bottom: 0;
    text-transform: none !important;
    letter-spacing: 0 !important; }

.user-dropdown .dropdown-toggle::after {
  margin-top: 1rem;
  margin-left: 1rem; }

.user-progress {
  margin-top: 1rem; }
  .user-progress .profile-photo {
    max-height: 75px;
    max-width: 75px !important; }

.progress-custom {
  margin-top: .25rem; }

.progress-label {
  text-align: center !important;
  color: #BD9A37;
  font-size: .75rem;
  margin-top: -.25rem; }

.progress-bar {
  height: .3rem; }

#calendar, .datepicker-inline {
  width: 100%;
  text-align: center; }

#calendar table {
  width: 100%; }

.datepicker-switch {
  font-size: 16px;
  height: 46px !important; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #dfdfdf; }

.datepicker table tr td {
  padding: 2px 2px !important;
  cursor: pointer;
  border-radius: .3rem; }

#calendar th {
  text-align: center !important;
  cursor: pointer;
  border-radius: .3rem; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #BD9A37;
  text-shadow: none;
  border-color: #285e8e; }

.datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: rgba(0, 0, 0, 0.05); }

.panel-heading .glyphicon {
  margin-right: 10px; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc( 100% - 65px );
  float: right;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  box-shadow: none; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-right: 11px solid #dfdfdf;
  border-left: 0 solid #dfdfdf;
  border-bottom: 11px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 10px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #444444;
  width: 46px;
  height: 46px;
  line-height: 2.8rem;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  z-index: 100;
  border-radius: 9999px; }

.timeline-badge.primary {
  background-color: #BD9A37 !important;
  color: #fff !important;
  border: none !important; }

.timeline-badge.success {
  background-color: #8ad919 !important; }

.timeline-badge.warning {
  background-color: #ffb53e !important; }

.timeline-badge.danger {
  background-color: #f9243f !important; }

.timeline-badge.info {
  background-color: #30a5ff !important; }

.article {
  padding: 1rem 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1rem; }

.article:first-child {
  padding: 0 0 10px 0; }

.article:last-child {
  padding: 0 0 10px 0;
  border: none;
  margin-bottom: 0; }

.article h4 a {
  margin-bottom: 10px; }

.article .date {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  display: block; }

.article .date .text-muted {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1rem; }

.todo-list-item {
  list-style: none;
  padding: .75rem 1rem .15rem 1rem;
  border-radius: .3rem; }
  .todo-list-item .fa {
    margin: 0 .25rem 0 0;
    color: #444444; }
  .todo-list-item .fa:hover {
    color: #BD9A37; }
  .todo-list-item input[type=checkbox] {
    margin: 0 0.5rem 0 0 !important;
    border: 1px solid #333; }

.todo-list {
  padding: 0;
  margin: -15px;
  background: #fff;
  color: #444444; }

input[type=checkbox]:checked + label {
  text-decoration: line-through;
  color: #a0a0a0; }

.todo-list-item:hover, a.todo-list-item:focus {
  text-decoration: none;
  background-color: #f7f7f7; }

.todo-list-item .trash .fa:hover {
  color: #ef4040; }

.todo-list-footer {
  margin: -20px;
  margin-top: 2rem; }
  .todo-list-footer .btn {
    border-radius: .4rem; }
  
.btn-danger {
    color: #fff;
    background-color: #FF2D55;
    border-color: #c60f31;
    border:none;
}

.form-signin {
  max-width:400px;
  padding: 40px;
  margin: 0 auto;
  background: #fff;
}
.form-signin-heading{
    font-size: 17px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  direction: rtl;
  text-align: right;
}

.form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  direction: rtl;
  text-align: right;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  padding: 15px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  padding: 15px;
}


#DataTable_wrapper{
    padding:0px;
}


.profile_card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.profile_card .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
}

.profile_card .card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.profile_card .card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.profile_card .card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.profile_card .card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.profile_card .card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile_card .profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile_card .profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile_card .profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile_card .profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.profile_card .text-bold {
    font-weight: 700;
}

.profile_card .meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.profile_card .meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.profile_card .meta a:hover {
    color: rgba(0, 0, 0, .87);
}

select.form-control:not([size]):not([multiple]){
    height: 47px !important;
    padding: 5px !important;
}

.has-danger input {
       border-color: #dc3545 !important;
   }
.has-danger textarea {
    border-color: #dc3545 !important;
}
.filled {
    color: #dc3545!important;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.text-danger {
    color: #dc3545!important;
}
div.dataTables_wrapper {
  direction: rtl;
}

.col-form-label{
  font-weight: 600 !important;
  direction: rtl;
}

.btn{
    letter-spacing: 0px !important;
}

span.required_field{
    color: red !important;
}

.removeButton{
/*    padding-left: 14px !important;
    border-radius: 50% !important;
    padding-right: 22px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;*/
    font-size: 15px;
}
/*
.show_all_filters{
   position: absolute;
left: 0;
right: 0;
margin: auto;
    z-index:10000
}*/

.showAllFiltersBtn{
   
}

.card.custom_card{
    border:1px solid #eee !important; 
    padding:10px !important; 
    box-shadow: 0 10px 15px 3px rgba(0,0,0,.05) !important; 
}
.row.custom_row{
    border:1px solid #eee !important; 
    padding:10px !important; 
    box-shadow: 0 10px 15px 3px rgba(0,0,0,.05) !important; 
}
.row.title_section{
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom:10px;

}
/*
 * Navbar
 */
.navbar{
    box-shadow: 0 1px 1px rgba(0,0,0,.05) !important; 
}

.navbar-brand {
  min-width: 16.666667% !important;
  padding-right: 10px;
  padding:15px;
  background-color: #9A7A1F;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.text-black{
  color: #000;
}

.w-120p{
  width: 120px;
}

.w-100p{
  width: 100px;
}

.navbar-brand a:hover{
  color: #fff;
}

.mobile-only{
  display: none !important;
}

@media (max-width: 451px) {
  .navbar-brand{
    width: 100%;
  }

  .mobile-only.d-flex{
    display: flex !important;
  }
}

.unread-badge{
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 0;
  right: 0;
  top: 0;
}

.card-block{
  overflow-x: auto;
}