html {
  width: 100% !important;
  overflow-x: hidden !important;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

body {
  width: 100% !important;
  overflow: hidden !important;
  position: relative;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  color: #241e20;
  background: #edf0f5;
  min-height: 100vh; }

.red {
  color: #c00;
  font-weight: bold; }

.fade:not(.show) {
  opacity: 1; }

.loginform {
  background: #fff;
  padding: 60px;
  margin: 60px auto 0;
  max-width: 500px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .loginform h2 {
    margin: 0 auto 40px; }
  .loginform .checkbox input[type="checkbox"] {
    float: left;
    margin: 3px 5px 0 0; }

.doc {
  margin: 60px auto; }

.primary {
  color: #c00; }

a {
  color: #c00;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover {
    text-decoration: none; }

h2.page-header {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #c00;
  margin: 0 auto 20px; }

.page-header {
  margin: 0 auto 40px;
  position: relative; }
  .page-header .page-action-links {
    position: absolute;
    top: 0;
    right: 0; }
  .page-header span {
    font-size: 0.85rem;
    display: block;
    color: #241e20;
    font-weight: 600;
    margin: 0 auto 10px; }
  .page-header h1, .page-header h2 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #c00;
    margin: 0 auto 20px; }
  .page-header h2 {
    font-size: 1.75rem; }

.count-no {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  color: #c00; }

.nav-wrap {
  margin-bottom: 0;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 9;
  width: 100%; }
  .nav-wrap .navbar {
    padding: 0; }

.navbar-right {
  padding-right: 20px; }

.navbar-brand {
  padding: 0; }
  .navbar-brand svg {
    width: 100%;
    height: 60px; }

/* Admin Dashboard */
.sidebar {
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 320px;
  border-right: 1px solid #ddd;
  padding: 60px 0; }
  .sidebar .nav li {
    width: 100%;
    border-bottom: 1px solid #dee2e8; }
    .sidebar .nav li a {
      color: #241e20;
      padding: 15px 40px;
      display: block; }
      .sidebar .nav li a i {
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border-radius: 50%;
        background: #edf0f5;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .sidebar .nav li a:hover {
        color: currentColor;
        background: #edf0f5; }
        .sidebar .nav li a:hover i {
          background: #fff; }
    .sidebar .nav li.active a {
      background: #edf0f5;
      color: #241e20; }
      .sidebar .nav li.active a i {
        background: #c00;
        color: #fff; }

.nav-count {
  display: inline-block;
  float: right;
  background: #c00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  margin: 5px auto 0;
  font-weight: bold; }

.dropdown-item.active,
.dropdown-item:active {
  background: #c00; }

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

#page-wrapper {
  background: #fff;
  height: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 100px);
  padding: 60px;
  margin: 80px 20px 20px 340px; }

.entry {
  border: 1px solid #dee2e8;
  margin: 0 auto 20px;
  border-radius: 2px; }
  .entry h5 {
    margin: 0 auto 20px; }
  .entry-content {
    padding: 25px; }

.meta-name {
  display: block;
  font-size: 0.75rem; }

/* Buttons */
.btn {
  border-radius: 2px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1rem; }
  .btn.btn-default {
    border: 1px solid #ddd;
    background: #fff; }
    .btn.btn-default:hover {
      background: #c00;
      color: #fff;
      border-color: #c00; }
  .btn.btn-primary {
    background: #c00;
    border-color: #c00; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #fff;
      color: #c00;
      border-color: #c00; }
  .btn.btn-secondary {
    background: #edf0f5;
    border-color: #dee2e8;
    color: #241e20; }
    .btn.btn-secondary:hover {
      background: #fff;
      color: #6c757d;
      border-color: #6c757d; }
  .btn.btn-success:hover {
    background: #fff;
    color: green;
    border-color: green; }
  .btn.btn-sm {
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem; }
  .btn.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #c00;
  border-color: #c00; }

/* Forms */
*:focus {
  box-shadow: none !important;
  outline: none !important; }

.form-control {
  border-radius: 2px;
  padding: 1.5rem; }
  .form-control:focus {
    border-color: #c00; }

.select-wrap {
  border: 1px solid #dee2e8;
  border-radius: 2px;
  margin: 0 10px;
  padding: 0 10px; }
  .select-wrap select {
    border: none;
    background: none !important; }

.filter-form label {
  margin: 0 0 0 20px; }
