/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


.dash_design {
  border: 1px solid #fe5100;
  margin-bottom: 20px;
}
.dash_design .card-header {
  background: #fe5100;
  padding: 15px;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  font-weight: normal;
}
.dash_design .card-body {
  padding: 20px !important;
  padding-bottom: 0 !important;
}
.dash_design tr:last-child td {
  border-radius: 0 0 5px 5px;
}
.dash_design_inner {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
.dash_design_inner small {
  background: #f4f4f4;
  padding: 5px;
}
.dash_design_inner h6 {
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px 2px;
}
.hide {
  display: none;
}

input[type=date] {
  position: relative;
  height: 35.72px;
}

input[type=date]:before {
  position: absolute;
  top: 0.3375rem; 
  left: 0.875rem;
  content: attr(data-date);
  display: inline-block;
}

input[type=date]::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0.3375rem;
  right: 0.875rem;
  color: #697a8d;
  opacity: 1;
}
svg.w-5.h-5 {
  width: 20px;
  height: 20px;
}

.custom_pagination .shadow-sm {
  box-shadow: none !important;
}
.custom_pagination .sm-hidden {
  display: none;
}
@media (max-width: 786px) {
  .custom_pagination .sm-hidden {
    display: block;
  }
  .custom_pagination .hidden {
    display: none;
  }
}

.dash_design .filter_box {
  float: right;
  background: #fe5100;
  outline: 0;
  border: 0;
  color: #FFF;
}
.fa.fa-sort,
.fa.fa-sort-asc,
.fa.fa-sort-alpha-asc,
.fa.fa-sort-numeric-asc,
.fa.fa-sort-desc,
.fa.fa-sort-alpha-desc,
.fa.fa-sort-numeric-desc {
  font-style: unset;
  color: #000;
  position: relative;
  left: -3px;
}
.fa.fa-sort:before {
  content: "\eeb1";
  font-family: 'boxicons';
}
.fa.fa-sort-asc:before, .fa.fa-sort-alpha-asc:before, .fa.fa-sort-numeric-asc:before {
  content: "\eedb";
  font-family: 'boxicons';
  font-size: 0.6rem;
}
.fa.fa-sort-desc:before, .fa.fa-sort-alpha-desc:before, .fa.fa-sort-numeric-desc:before {
  content: "\ed91";
  font-family: 'boxicons';
  font-size: 0.6rem;
}
table thead th a, table thead th a:hover {
  color: #000;
}

img.dash_design_img {
    margin-bottom: 15px;
}
.authentication-inner .app-brand-logo img {
	max-width: 250px;
}
