/*Start Main Rules*/
.our-blue-color {
  color: #007bff;
}

.text-dec-none {
  text-decoration: none;
}

.text-dec-none:hover {
  text-decoration: none;
  color: #007bff;
}

.asterik {
  position: absolute;
  right: 0;
  top: 3px;
  right: 28px;
  font-size: 29px;
  color: #D20707;
}


.custom-file-control:after {
    content: attr(data-content) !important;
}

.custom-file {
  width: 100% !important;
}

.the-errors{
  max-width: 380px;
  margin: auto;
  padding-top: 10px;
}

/*End Main Rules*/


/* Start Header */

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.notifications .dropdown-menu {
  padding: 0 !important
}
.notification .dropdown-item{
    border-bottom: 1px solid #e3e6f0;
}

/* End Header */


/*Start Dashboard Page*/

.latest {
  margin-top: 30px;

}


.latest .toggle-info {
  color: #999;
  cursor: pointer;
}

.latest .toggle-info:hover {
  color: #444;
}


.latest-users {
  margin-bottom: 0;

}

.latest-users li {
  padding: 10px;
  overflow: hidden;

}

.latest-users li:nth-child(odd) {
  background-color: #EEE;

}

.latest-users .btn-success,
.latest-users .btn-info {
  padding: 2px 8px;
}

.latest-users .btn-info  {
  margin-right: 5px;
}

/*End Dashboard Page*/

/*Start Staff */
.table .control-icons-one i {
  width: 95.667%;
  text-align: center;
}

.table .control-icons-two i {
  width: 46.667%;
  text-align: center;
}

.table .control-icons-three i {
  width: 28.667%;
  text-align: center;
}
.table .control-icons-four i {
  width: 22.667%;
  text-align: center;
}

.table .control-icons-five i {
  width: 17.667%;
  text-align: center;
}

/*End Staff*/


/* Start Staff Manage Section*/

.staff-head {
  position: relative;
}

.staff-head .add-staff {
  position: absolute;
  top: 10px;
  right: 20px;
}
.card-body .manage-tblhead {
  color: #007bff;
}
.card-body .manage-tblcontain tr:hover{
  background-color: rgba(0,0,0,.03);
}

/* End Staff Manage Section*/


/*Start Staff More Info*/
.info-row{
  padding: 10px 20px;

 }
.info-row label:first-of-type {
  color: #2467d4;
}

.moreinfo-staff ul li {
padding: 10px;
}

.moreinfo-staff ul li:nth-child(odd){
  background-color: #e8e8e8;
}

.moreinfo-staff ul li:hover {
  background-color: #bcd8ff;
}

.moreinfo-staff ul li span {
  display: inline-block;
  width: 25%;
}

.moreinfo-staff ul li span,
.moreinfo-staff ul li i{
    color: #007bff;
}
.custom-hr {
  border: 1px solid #c9c9c9;
}

/*End Staff More Info*/


/*Start Required*/
.staff_page .small-box {
    position: relative;
    display: block;
    border-radius: 14px;
    margin-bottom: 12px;
    color: #f9f9f9 !important;
}

.staff_page .bg-aqua {
    background-color: #3498db !important;
}

.staff_page .bg-yellow {
   background-color: #f1c40f !important;
}
.staff_page .bg-green {
    background-color: #2ecc71 !important;
}
.staff_page .bg-red {
background-color: #e74c3c !important;
}
.staff_page .bg-pink {
background-color: #9b59b6 !important;
}
.staff_page .bg-regg {
background-color: #34495e !important;
}

.staff_page .small-box .inner{
    padding-top: 30px;
    padding-left: 30px;
}

.staff_page .small-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

 .staff_page .small-box .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
/*End Required*/
.list-box {
  width: 100%;
  height: 100%;
  background-color: #fff !important;
}
