@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #f1f1f1;
}

.login.login-v1 .login-container .login-body {
  padding: 30px;
  background: #fff;
  width: 450px;
  margin: auto;
}

.login.login-v1 .login-container .login-body .login-content {
  padding: 0;
  color: #000;
  width: 400px;
  margin: 0 auto;
}

.login.login-v1 .login-container .login-body .login-content .form-control {
  border-color: #d5dbe0;
  background: rgba(255, 255, 255, 0.15);
  color: #000;
}

.btn-success {
  color: #fff;
  background-color: #a11223;
  border-color: #a11223;
  box-shadow: 0;
}

.btn-success:hover {
  color: #fff;
  background-color: #53121a;
  border-color: #53121a;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #53121a;
  border-color: #53121a;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #53121a;
  border-color: #53121a;
  box-shadow: 0 0 0 0 rgba(161, 18, 35, 0.5);
}

.header .navbar-brand {
  padding: 0px 0px;
  height: 50px;
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  flex: 1;
  align-items: center;
  display: flex;
  margin-left: 5px;
  padding-bottom: 5px;
}

.sidebar .nav > li.nav-profile .image {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  border-radius: 60px;
  left: 30px;
}

.sidebar .nav > li.nav-profile .cover.with-shadow::before {
  background: #a11223 !important;
}

.sidebar .nav > li.nav-profile .cover {
  background: none !important;
  background: #a11223;
}

.sidebar {
  width: 220px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 50px;
  background: #dddddd;
  z-index: 1010;
  transform: translateZ(0);
}

.sidebar .nav > li > a {
  padding: 7px 20px;
  line-height: 20px;
  color: #232323;
  display: block;
  text-decoration: none;
}

.sidebar .nav > li.nav-header {
  margin: 0;
  padding: 15px 20px 3px;
  line-height: 20px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 600;
}

.sub-menu {
  background-color: #ccc;
}

.sidebar .nav .sub-menu > li > a {
  color: #232323;
}

.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
  background: 0 0;
  color: #000;
}

.sidebar .nav > li.active > a {
  position: relative;
  z-index: 10;
  color: #232323;
  background-color: #ddd;
}

.sidebar .nav > li.active > a i {
  color: #a11223;
}

.sidebar .sub-menu > li.active::after {
  border-color: #a11223;
}

.sidebar .sub-menu > li > a::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 11px;
  width: 11px;
  height: 2px;
  background: #242b30;
  display: none;
}

.sidebar .sub-menu > li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 11px;
  margin-top: -2px;
  z-index: 10;
  background: #a11223;
  border-radius: 4px;
}

.sidebar .sub-menu > li::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #242b30;
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fbe3e5;
}

.panel.panel-inverse > .panel-heading {
  background: #727176;
  color: #fff;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f3f4f6;
}

.table {
  width: 100%;
  margin-bottom: 16px;
  color: #727176;
}

.panel .panel-heading {
  padding: 10px 15px;
  border: none;
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: nowrap;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.panel {
  margin-bottom: 20px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 15px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #a11223;
  border-color: #a11223;
}

.btn-primary {
  color: #fff;
  background-color: #a11223;
  border-color: #a11223;
  box-shadow: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #53121a;
  border-color: #53121a;
}

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #53121a;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #53121a;
  border-color: #53121a;
  box-shadow: 0 0 0 0 #53121a;
}

#btn-actions a {
  color: #b5b5b5;
  text-decoration: none;
  background-color: transparent;
}

#btn-actions a:hover {
  color: #777;
  text-decoration: underline;
}

.swal-button--confirm.btn-danger {
  color: #fff;
  background-color: #a11223;
  border-color: #a11223;
  box-shadow: 0;
}

.swal-button--confirm:not([disabled]):hover {
  background-color: #53121a;
}

.swal-button--confirm.btn-danger:hover {
  color: #fff;
  background-color: #ff2924;
  border-color: #53121a;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f1f1f1;
  z-index: 9999;
}

.table td,
.table th {
  padding: 0px 8px !important;
  vertical-align: middle !important;
}

