.loaderAjax {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,0.8) url("../images/logos/spinner.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading{
  overflow: hidden;   
}

/* Make spinner image visible when body element has the loading class */
body.loading .loaderAjax{
  display: block;
  text-align: center;
}


/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */
 .topbar.fixed-header.animated .h3-topbar,
 .topbar.fixed-header.animated .h3-navbar {
   display: none;

 }

 .spacer-p-60 {
  padding: 60px 0;
}

 .spacer-p-130 {
  padding: 130px 0;
}

.spacer-p-260 {
  padding: 260px 0;
}

.h3-navbar .navbar-brand{
  top: 7px;
  border-radius: 25px;
  padding: 15px 15px;
}

/* ============================================================
FEATURE2-BOX
=============================================================== */
.wrap-feature2-box .card-body {
  padding: 40px;
}

/* ============================================================
FEATURE41-BOX
=============================================================== */
.wrap-feature41-box .f41-tab {
  display: block;
}

.wrap-feature41-box .f41-tab li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 25px;
}

.wrap-feature41-box .f41-tab li a .t-icon {
  margin-right: 25px;
  color: #8d97ad;
}

.wrap-feature41-box .f41-tab li a h5 {
  font-weight: 500;
}

.wrap-feature41-box .f41-tab li a h6 {
  font-size: 14px;
  margin-bottom: 0px;
}

.wrap-feature41-box .f41-tab li a.active,
.wrap-feature41-box .f41-tab li a:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.wrap-feature41-box .f41-tab li a.active .t-icon,
.wrap-feature41-box .f41-tab li a:hover .t-icon {
  background: #188ef4;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #188ef4 0%,
    #316ce8 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#188ef4),
    to(#316ce8)
  );
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /*
  text-fill-color: transparent;
  */
}

.footer4 .f4-bottom-bar {
    /* padding-top: 10px;
    margin-top: 20px; */
    padding-top: 1px;
    margin-top: 2px;
    border-top: 1px solid border;
  }

/*
  .table tbody tr > td.danger {
    background-color: #d73e6b !important;
  }
*/
  .table tbody tr > td.success {
    background-color: #dff0d8 !important;
  }
  
  .table tbody tr > td.error {
    background-color: #f2dede !important;
  }
  
  .table tbody tr > td.warning {
    background-color: #fcf8e3 !important;
  }
  
  .table tbody tr > td.info {
    background-color: #d9edf7 !important;
  }
  
  /* a revoir 
  .table-hover tbody tr:hover > td.danger {
    background-color: #d0e9c6 !important;
  }
  */
  .table-hover tbody tr:hover > td.success {
    background-color: #d0e9c6 !important;
  }
  
  .table-hover tbody tr:hover > td.error {
    background-color: #ebcccc !important;
  }
  
  .table-hover tbody tr:hover > td.warning {
    background-color: #faf2cc !important;
  }
  
  .table-hover tbody tr:hover > td.info {
    background-color: #c4e3f3 !important;
  }