#accordionSidebar { position:fixed; top:0; left:0; z-index:999; } 
#content-wrapper {  padding-left: 225px; }
.dashboard-content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-30%, -50%);
}
.dashboard-content  .h3{font-size:36px;}
.product-img{width:3rem;}
.sidebar .sidebar-brand {height: 6.375rem !important;}
.sidebar-logo{width: 200px;}
.sm-logo{display:none;}
.bg-gradient-primary {
    /* background-color: #311b0c; */
    background-image: linear-gradient(180deg,#311b0c 10%,#b99279 100%);
    background-size: cover;
}
.bg-primary {
    background-color: #f7f8fb!important;
    color: #71533f !important;
}
.btn-primary {
	color: #090400;
    background-color: #d1d3e2;
    border-color: #d1d3e2;
    
}

    .btn-primary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #d1d3e2;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #d1d3e2;
    border: 1px solid #d1d3e2;
}
.text-primary {
    color: #311b0c!important;
}
.page-item.active .page-link {
       background-color: #eaecf4;
    border-color: #eaecf4;
    color: #000;
}
.text-white-50 {
        color: rgba(0, 0, 0, 0.66)!important;
}
.page-link {
    color: #8c6b55;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c29e85;
}
.rotate-n-15 {
    margin-left: -67px;
	transform: none;
}
.btn-link {
    font-weight: 400;
    color: #785945;
    text-decoration: none;
}
.btn-link:hover {
    color: #785945;
    text-decoration: underline;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #785945;
    border-color: #785945;
}
.tabbable-responsive {
  display: block;
  min-width: 100%;
  overflow-x: auto;
  margin: 0px -20px -13px -20px;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
}
.tabbable .nav-tabs .nav-item {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
}
small {
  font-size: 12px;
}
.card {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
}
a {
  color: #311b0c;
}
a:hover {
  color: #311b0c;
}
.text-dark {
  text-decoration: none !important;
}
.elmahio-ad {
  background: #fff;
  box-shadow: 0px 0px 0px 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.elmahio-ad .logo {
  background: #0da58e;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}
.elmahio-ad .logo img {
  width: 50px;
}
.elmahio-ad .motto {
  width: 180px;
  font-size: 12px;
  font-weight: bolder;
  padding: 12px;
}
form.user .btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 3rem;
}
.card-header {
   background-color: #f8f9fc;
    
}
@media (min-width: 768px){
.sidebar.toggled .nav-item .nav-link span {
    font-size: .65rem;
    display: block;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-icon{
	margin-left:0px;
}

}
@media (max-width: 767px){
	.sidebar.toggled .sidebar-brand .sidebar-brand-icon{
	margin-left:0px;
}
.rotate-n-15 {
    margin-left: 0px;
	transform: none;
}
#content-wrapper {
    padding-left: 104px;
}
}

#wrapper #content-wrapper{min-height:100vh;}