/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*/

.pet-card {
  min-height: 50px;
}


@media (min-width: 1220px) {
  #pet-modal small {
    display: block;
    min-height: 20px;
  }
}
@media (min-width: 768px) {
  #pet-modal .modal-dialog{
    max-width: 80vw;
  }
}
#pet-modal .modal-content {
  position: relative;
  padding: 20px;
}
button.pet-modal-close {
  position: absolute;
  z-index: 10;
  top: -16px;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 3px 6px rgb(0,0,0,.7);
  font-weight: 500;
}
button.pet-modal-close span {
  display: block;
  line-height: 20px;
  margin-top: -2px;
}
@media (max-width: 767.98px) {
  #module-sldanimalsettings-ajax .fancybox-type-inline {
    width: 100vw!important;
    top: 40px !important;
    left: 0 !important;
  }
  #module-sldanimalsettings-ajax .fancybox-inner {
    width: 100% !important;
    height: 100% !important;
  }
  #module-sldanimalsettings-ajax .fancybox-close {
    top: -35px;
    right: 10px;
  }
}
#pet-form-delete a {
  text-decoration: underline;
}
.pet_date input,
.pet_weight .input-group {
  max-width: 150px;
}
.pets-list-name {
  color: #E64C27;
}
.pets-list-image {
  max-width: 120px;
}
.pets-list-image img {
  max-width: 90px;
  height: auto;
}
.pets-list-infos {
  display: flex;
  flex-wrap: wrap;
}
.pets-list-infos td:not(:last-child) {
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .pets-list-infos {
    display: flex;
    flex-wrap: wrap;
  }
  .pets-list-infos td {
    width: auto;
    padding: 0 30px 20px 0 !important;
  }
}
.pet-picture-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pet-picture-input {
  flex: 1;
  padding: 10px;
  min-width: 250px;
}

#pet-modal h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#pet-modal #pet-form-picture {
  max-width: 200px;
  height: auto !important;
}

#pet-modal legend {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1220px) {
  .sld-animal-setting-complement {
    display: flex;
    flex-wrap: wrap;
  }
}
#pet-modal .form-group {
  min-height: 88px;
}
@media (min-width: 1220px) {
  #pet-modal .col-lg-8 {
    display: flex;
    flex-wrap: wrap;
  }
  #pet-modal .col-lg-8 .form-group {
    width: 50%;
    padding: 0 10px;
  }
}

#pet-modal #pet_birthday,
#pet-modal #pet_adult_weight,
#pet-modal select {
  height: 34px;
}

#pet-modal select,
#pet-modal .form-check-inline {
  height: 34px;
}

#pet-modal input,
#pet-modal .input-group-text,
#pet-modal select,
#pet-modal textarea {
  border-width: 0 0 1px 0;
  border-radius: 0;
}

#pet-form .selector { width: 100% !important; }
#pet-form .selector span { display: none; }

#pet-form .uploader .filename,
#pet-form .uploader .action {
  display: none;
}
