.white-content .page-content {
    background: #f5f6fa;
}

.white-content .card:not(.card-white) {
    background: #fff;
    box-shadow: 0 1px 15px 0 hsla(0,0%,48%,.05);
}
.white-content .statistic-block, .white-content .block {
    padding: 20px;
    background: #fff;
    color: #8a8d93;
}

.page-header {
    padding: 20px 15px;
    background: #ffffff;
    color: #8a8d93;
    margin-bottom: 30px;
}

nav.navbar {
    background: #ffffff;
    color: #8a8d93;
    border-bottom: 1px solid #34373d42;
}

nav#sidebar {
    background: inherit; 
    color: #8d9097;
    border-right: 1px solid #e4e4e4;
}
nav#sidebar li.active > a {
    background: #eeeeee;
}
nav#sidebar li a:hover {
    background: #eeeeee;
}
nav#sidebar li li a {
    padding: 14px;
    padding-left: 60px;
    background: #f7f7f7;
}
nav#sidebar li li a:hover {
    background: #e1e1e1;
}
nav#sidebar a[aria-expanded="true"] {
    background: #eeeeee;
}
.dropdown-menu {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    color: #8a8d93;
    font-size: 1rem;
    min-width: 200px;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    /* margin-top: 21px; */
    border: 1px solid #f5f5f5;
}
nav.navbar .dropdown-item:hover {
    background: #eeeeee;
}
.dropdown-menu a:hover {
    color: #797979;
}
.dropdown-divider {
    border-top-color: #c1c1c1;
}
.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #bcbcbc;
}
.progress.progress-template {
    width: 100%;
    height: 4px;
    border-radius: 30px;
    overflow: hidden;
    background: #393c4317;
    margin-top: 5px;
}

.user-block .contributions {
    margin-top: 20px;
    border-radius: 50px;
    padding: 6px 30px;
    background: #f5f5f5;
    display: inline-block;
    font-size: 0.9rem;
}
.public-user-block .contributions {
    border-radius: 50px;
    padding: 6px 30px;
    background: #f5f5f5;
    display: inline-block;
    font-size: 0.9rem;
}
.checklist-block .item:nth-of-type(even) {
    background: #f5f5f5;
}

.page-content {
    position: relative;
    background: #f5f5f5;
    min-height: 100vh;
    /*width: calc(100% - 280px);*/
    padding: 0;
    padding-bottom: 70px;
}

.block {
    padding: 20px;
    background: #ffffff;
    color: #8a8d93;
    margin-bottom: 30px;
}

.form-control {
    height: calc(2.4rem + 2px);
    border: 1px solid #cacaca;
    background: transparent;
    border-radius: 0;
    color: #979a9f;
    padding: 0.45rem 0.75rem;
}

.form-control:disabled, .form-control[readonly] {
    background: #e5e5e5;
}
input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cacaca;
    padding: 10px 0;
    background: none;
    color: #8a8d93;
}
.input-group-text {
    background: #efefef;
    color: #8a8d93;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #cacaca;
}

nav.navbar .sidebar-toggle {
    width: 36px;
    height: 36px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    color: #c0c0c0;
    font-size: 1.1rem;
    border: 2px solid #3d414826;
    outline: none;
}
nav.navbar .dropdown-item {
    padding: 1rem !important;
    border-bottom: 1px solid #4e525c36;
}
nav#sidebar .avatar {
    width: 60px;
    height: inherit;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background: none;
    padding: 4px;
    border: 2px solid #282b2f1f;
}
nav.navbar .tasks-list .progress {
    height: 2px;
    margin-top: 10px;
    background: lightgray;
}

.messages-block a.message {
    color: #8a8d93;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.messages-block a.message:hover {
    background: #eeeeee;
}

.checkbox-template::before, .radio-template::before {
    margin-right: 10px;
    content: '';
    display: inline-block;
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #e4e4e4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*
* ==========================================================
*     TABLES
* ==========================================================
*/


.table {
  margin-bottom: 0;
}

.table td,
.table th {
  border-color: #cdcdcd;
}

.table thead th {
  border: none;
}

.table-striped tbody tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #e5e5e5;
}

.table-bordered td,
.table-bordered th {
  border-color: #343a40;
}

@media (max-width: 991px) {
  section.tables {
    padding: 0;
  }
}


/*
 * 4. PAGINATION
 */
 .page-item.disabled .page-link {
  color: #868e96;
  background-color: #FFF;
  border-color: #e4e4e4;
}

.page-link {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8d93;
  background-color: transparent;
  border: 1px solid #e4e4e4;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}

/*
* 8. CARD
*/
.card {
  background-color: #FFF;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #34373d;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #34373d;
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  padding: 1.25rem;
}

.card-img-overlay-opacity {
  background: rgba(0, 0, 0, 0.2);
}

.card-img {
  border-radius: 0;
}

.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.card .list-group-item {
  background: #FFF;
  border-color: #e4e4e4;
}
