
/* ========================================
===========================================

Dashboard Header Start (Logo and admin img)

===========================================
=========================================== */


#header .headerlogo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  
  text-transform: uppercase;
}

#header .headerlogo h1 a,
#header .headerlogo h1 a:hover {
 
  text-decoration: none;
}


.headerlogo p {
  padding-left: 136px;
  margin: -12px 0 0 0;
  
  font-size: 12px;
  }

  @media screen and (max-width:768px){
  .header-menu>.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
  }
  }




    /* ========================================
===========================================

      Footer Start 

===========================================
=========================================== */

    .footer{
      width: 100% !important;
  }



    /* ========================================
===========================================

      My profile  

===========================================
=========================================== */

  .p-user{
    padding: 4px 0px 0px 1px;
}


/* ========================================
===========================================

  User Time-Sheet Start

===========================================
=========================================== */
 /* Clear floats (clearfix hack) */
 .btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}
.disabled {
  pointer-events: none !important;
   opacity: 0.5 !important;
  transition: all 0.2s ease-in-out !important;
  user-select: none !important;
   cursor: default !important;
 }

 /* .w-100{
   width: 180px !important;
 } */

 @media screen and (max-width:576px){
   .mobile-button .message{
     width: 100%;
   }
   .mobile-button .mobile-weak{
     width: auto !important;
   }
 }
 


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/** skeleton*/
@keyframes loading {
  40% {
      background-position:
          100% 0;
  }
  100% {
      background-position:
          100% 0;
  }
}

.w-200{
  max-width: 200px;
}
.headline {
  text-align: center;
  margin-bottom: 48px;
  }


  /* ========================================
===========================================

  Footer start user or admin

===========================================
=========================================== */
  
  footer {
    margin-top: 8px;
   
    align-items: center;
    line-height: 20px;
   
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2px;
    
    text-align: center;
  }

 

    /* ========================================  *****   Admin All CSS   *****   =========================================== */

    /*=======  Add client  ======*/

  .hide{
      display: none;
  }
  
  /* .hello .form-control{
       display: contents !important;
   } */

  .selectitem{
      width: 100%;
  }
  
  /* .card{
      height: 90vh;
  } */
  

  /*=======  Edit delete clients  ======*/


  .btn-light{
    background-color: #fff !important;
    color: #504e4e !important;
  }
  
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open>.dropdown-toggle.btn-light {
    color: #504e4e !important;
    outline: none !important;
    
  }


/*=======  Edit delete project  ======*/
  

  .swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #c29c51 !important;
    font-size: 12px;
    border: 1px solid #c29c51 !important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  }

/*=======  Manage Disapline project  ======*/


  /* @media (min-width: 576px){
    .form-inline .form-control{
        width: 100%;
    }
    
    .form-inline label{
        justify-content: left;
    }
    } */



    #back2Top {
      width: 40px;
      line-height: 40px;
      overflow: hidden;
      z-index: 999;
      display: none;
      cursor: pointer;
      -moz-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      position: fixed;
      bottom: 65px;
      right: 0;
      background-color: #4b4b4b;
      color: #ffffff;
      text-align: center;
      font-size: 30px;
      text-decoration: none;
  }
  
  .dropdown-menu {
    min-width: 200px;
    margin-top: -2px;
    font-size: 0.9rem;
    z-index: 99999 !important;
    border: 1px solid transparent;
    right: auto;
    left: 50%;
  -webkit-transform: translate(-50%, 0);
   -o-transform: translate(-50%, 0);
   transform: (-50%, 0);
  border-radius: 5px;
  }
  
  .b-1 .form-group{
    margin-bottom: 0.5rem;
  }

  .w-150{
    width: 180px;
  }

  .border-radious-left{
    border-radius: 5px 0 0 5px;
  }

  .border-radious-right{
    border-radius: 0px 5px 5px 0;
  }
  
  th{
    font-weight: bolder;
    font-size: normal;
    background-color: burlywood;
}