/*
=========================================================
 GEV85 Admin Panel CSS - v1.0.0
=========================================================*/

.test{
  border:1px solid red;
}
.main-panel > .content {
  padding-top: 10px !important;
  margin-top: 50px !important;
}
#logo-dash{
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}
.pp-preview img{
  width: 100%;
  max-height: none !important;
}

.pp-preview{
  width: 100px !important;
  height: 100px !important;
  border-radius:50px !important;
  overflow: hidden;
}
.photo-profil:hover, .photo-profil:active{
  box-shadow: 0px 2px 5px #7d7a7a;
}
.card .card-category{
  font-size: 24px !important;
}
.card-title{
  font-size: 30px !important;
}
.card-admin-salarie-item a:hover{
  color: #2a900e !important;
  border: 1px solid #2a900e;
  box-shadow: 0 5px 5px #8a9d93;
}
.card-admin-adherent-item a:hover{
  color: #1b8acd !important;
  border: 1px solid #1b8acd;
  box-shadow: 0 5px 5px #8a9d93;
}
.card-adherent-item{
  margin-bottom: 15px;
}
.card-salarie-item{
  margin-bottom: 10px;
}
.card-salarie-item a, .card-adherent-item a{
  border: none !important;
 }
.card-adherent-item-title h4, .card-salarie-item-title h4{
  font-weight: 400 !important;
}
.card-adherent-item i, .card-salarie-item i{
  float:left;
  padding-right:10px;
  font-size:20px !important;
}
.card-salarie-item-title, .card-adherent-item-title{
  padding:10px;
  font-weight:bold;
}
.card ul{
  list-style: none;
}
.card .ul-adherents{
  padding: 0px;
}
.card .ul-adherents>li{
  padding: 4px 10px;
  margin: 2px;
  border-radius: 50rem;
  font-size: 13px;
  background: lightgray;
  font-weight: 400;
}
.salarie-item-title h4, .adherent-item-title h4{
  display: inline;
  font-weight: bold;
}
.card.bg-green,
.card .card-header-green .card-icon,
.card .card-header-green .card-text,
.card .card-header-green:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-green .back,
.card.card-rotate.bg-green .front,
.btn-sa{
  background:linear-gradient(-180deg,#56b142,#2a7c17);
  color: #fff !important;
}
.btn-sa:hover{
  background-color:#2a7c17 !important;
}
.card.bg-green,
.card .card-header-blue .card-icon,
.card .card-header-blue .card-text,
.card .card-header-blue:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-blue .back,
.card.card-rotate.bg-blue .front,
.btn-ad{
  background: linear-gradient(-180deg,#178ccb,#0b4c6e);
  color: #fff !important;
}
.btn-ad:hover{
  background-color:#0b4c6e !important;
}
.card-icon-img{
    background-color: #011a29 !important;
}
.btn-admin:hover{
  background-color:#2e2e2d !important;
}
.card .carousel h5, .card .carousel p a{
  background:#000;
  opacity:.8;
  padding:10px;
  display: inline-block;
}
.card .carousel p a{
  color: #f7f8f9;
  background-color: #423b3b;
  opacity: 0.7;
  font-weight: bold;
  border-radius: 5px;
}
.card-icon{
  padding: 15px 25px !important;
}
.btn-actu{
  padding-left:0px;
  text-align:center;
}
.btn-actu li a{
  padding: 15px;
  margin:3px;
}
.btn-actu li{
  margin: 0 !important;
}
.carousel-item{
  height: 155px;
}
.card-header-light{
  margin-top:10px !important;
}
.add-config-form{
  box-shadow: 0 3px 7px #e3e1e1;
}

/* Checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.dropdown-menu li{
  width: 100%;
  margin-bottom: 3px;
}

.select-users option{
  background-position: left;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
}
.empty-li{
  border: 1px solid rgb(205, 205, 205);
  background-color: #fff !important;
  color :#a09c9c
}
.numero-utile-users-ul {
  padding: 0;
}
.numero-utile-users-ul li{
  border: 1px solid #3c3c3b;
  border-radius: 30px;
  padding: 2px;
}
.img-offre-emploi>img{
  /*width: 100%;*/
  max-height: 50rem;
}
.carousel-indicators button{
  border: 1px solid #7a7979 !important;
}
.carousel-indicators active{
  border: 1px solid #011a29 !important;
}
@media (min-width: 1500px) {
  .card-ht{
    /* height: 520px; */
  }
}
@media (max-width: 1490px) {
  .card-ht{
    /* height: 570px; */
  }
}
@media (max-width: 575px) {
  .card-ht{
    height: auto;
  }
}
@media (min-width: 576px) {
  .card-ht{
    height: 525px;
  }
  .card-ht-actu{
    height: auto !important;
  }
  .card-ht a{
    font-size: 13px;
  }
  .card-admin-salarie-item, .card-admin-adherent-item{
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .position-btn-card{
    position: absolute;
    bottom: 10px;
  }
  
}
@media (min-width: 678px) {
  .card-ht{
    height: 450px;
  }
}
@media (min-width: 1250px) {
  .card-ht{
    height: 460px !important;
  }
  
}


/*# sourceMappingURL=dashboard-free.css.map */
