.req{
	color: red;
}

.img-circular{
    border-radius: 50%;
  }

  .flash-message{
    top: 70px;
  }

  .sidebar .nav i {
    color: #0f3884 !important;
 }

.sidebar .nav li.active>a, .sidebar .nav li.active>a i {
  color: #fff !important;
 }

body {
  font-family:  'Open Sans', sans-serif !important;
}

 .page-item.active .page-link {
  color: #ffffff !important;
  background-color: #0f3884 !important;
  border-color: #0f3884 !important;
}

.page-link {
  color: #0f3884 !important;
  background-color: transparent !important;
}

.delete-button-position{
   /* position: relative;
   right: -66px;
   top: 45px; */
   color: #da3e16;
   font-size: 130%;
    z-index: 2;
}

.req {
  color: red;
}

th>a {
  color: #333333 !important;
}

.btn.btn-success.btn-link {
    color: #170f73 !important;
}
.bashboard {
  color: white !important;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  background-color: #0f3884 !important;
  color: #FFFFFF;
}

.card-category-top-margin{
  margin-top: 3% !important;
}
.note-popover .popover-content>.btn-group, .panel-heading.note-toolbar>.btn-group {
  margin-top: 3px  !important;
  margin-right: 2px !important;
  margin-left: 0;
}

.note-icon-font.note-recent-color{
  background-color: transparent !important;
}

.footer{
    width: 100%;
}

.col-md-12.show_result {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
}

.show_result h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.show_result h3 {
    margin: 0;
    font-weight: bold;
    font-size: 30px;
}

.card-body .user_list {
    padding: 10px 0 25px;
}
.card-body .user_list form select{
padding: 0 10px;
}
