[class*="sidebar-dark-"] {
  background-color: #ffffff !important;
}

.fa-pencil-circle:before {
  content: "\f14b";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.card.red,
.card.green {
  margin-left: 0px !important;
}
.form-content {
  width: 70%;
  margin: auto;
}
.sidebar-label {
  overflow-wrap: break-word !important;
  padding-right: 10px;
}

a {
  color: #be2126;
  text-decoration: none;
  background-color: transparent;
}

.content-header {
  padding: 15px 0.5rem;
}

.content-header h1 {
  margin-top: 5px !important;
  padding-right: 20px;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bg-success {
  background-color: #4f880f !important;
}

.card-primary.card-outline {
  /* border-top: 3px solid #be2126; */
  /* border: 3px solid #333; */
}

.content-header .progress {
  width: 250px;
  display: -ms-flexbox;
  margin-top: 10px;
  display: flex;
  height: 1.2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #d2d2d2;
  border-radius: 3px;
  float: left;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.pagination {
  margin-bottom: 0px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #be2126 !important;
  background-color: #be2126;
  border-color: #be2126;
}

.page-link {
  color: #be2126;
}

.btn-danger {
  color: #fff;
  background-color: #be2126;
  border-color: #be2126;
  box-shadow: none;
}
[class*="sidebar-dark"] .brand-link {
  background-color: #be2126 !important;
}
.content-wrapper {
  background: #f1f2f5;
}

.card-body {
  font-size: 12px;
  padding: 0.55rem;
}

.sidebar input,
.sidebar select {
  font-size: 12px;
}

.card-body .form-control {
  height: calc(1.95rem + 2px);
}
.card-title {
  font-size: 15px;
}

.navbar-white {
  background-color: #be2126;
}

.content-header h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

.card-primary.card-outline {
  /* border-top: 3px solid #333; */
  /* border: 3px solid #333; */
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.35rem 0.55rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-header h5 {
  font-size: 15px;
}
.card {
  cursor: pointer;
}
.card.primary {
  background-color: #e8f1de;
  /* border-top:3px solid #437543 !important; */
  /* border:1px solid #437543; */
  cursor: pointer;
}
.sidebar-drop option {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.primary:hover,
.card.primary.active_1 {
  background-color: #cfe0bd;
}

.card.secondary {
  background-color: #ff980029;
  border-top: 3px solid #d6a35c !important;
}

.card.secondary:hover,
.card.secondary.active_1 {
  background-color: #ff980075;
}

.card.third {
  /* border:1px solid #ff00004d; */
  background-color: #ff000014;
  /* border-top:3px solid #b53e3e  !important; */
  /* border:1px solid #437543; */
}

.card.third:hover,
.card.third.active_1 {
  background-color: #ff00004d;
}

.card.third .textbox-to-edit {
  display: none;
}

.relative {
  position: relative;
}

.edit-icon {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #da5f63;
  cursor: pointer;
  font-size: 14px;
}

.custom-info {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #da5f63;
}

.modal-dialog {
  cursor: move;
}
.modal-header {
  background: #bf3329;
  color: #fff;
  padding: 5px;
  font-size: 12px !important;
}

.modal-title {
  font-size: 15px;
  padding: 10px 5px;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  margin-right: 0px !important;
  margin-top: -10px !important;
}

.btn-primary,
.btn-primary:hover {
  background: #bf3329;
  color: #fff;
  border: #bf3329;
}
.modal-dialog {
  top: 310px;
}
.form-list-content {
  height: 500px;
  overflow-y: scroll !important;
}
.main-header .nav-link {
  height: unset !important;
}

.loading {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.spinner {
  background: #000
    url(https://code.jquery.com/mobile/1.1.0/images/ajax-loader.gif) 0 0
    no-repeat;
  border: 0;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  box-shadow: 0 1px 1px -1px #fff;
  display: block;
  height: 46px;
  left: 50%;
  margin: -23px 0 0 -23px;
  opacity: 0.18;
  overflow: hidden;
  padding: 1px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 46px;
  z-index: 9999;
}
.inner-page-logo{
  width:200px !important;
  min-height:30px !important;
  margin: 0 16px !important;
}