/**
 *  Product contacts CSS
 */

 .contact-card{
  margin: 0;
  padding: 20px;
  background-color: #eeeeee;
 }
 .contact-card img { max-width:95px !important; height:auto;}
 .contact-card div { padding: 0}
 .contact-card p.h2 { font-size: 14px; text-transform: uppercase; color: #0092b0; font-weight: 600; line-height: 20px; margin-bottom: 16px}
p.name { color: #063b4f; font-weight: 700}
.contact-card p { margin-bottom: 0}
a.email, a.email:hover {color: #063b4f; text-decoration: ubderline}

.btn-contact,
.btn-contact-inverse {
  height: 38px;
  display: flex;
  align-items: center; justify-content: center;
  background-color: #073b4f;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px;
  width: 100%;
}


.btn-contact:hover {

}

.btn-contact-inverse {
  background-color: #ffffff;
  color: #363a41;
  border: 1px solid #979797;
}
.btn-contact-inverse:hover {
  background-color: #6b868f;
  border: 1px solid #6b868f;
  color: #ffffff;
}

.btn-contact-big {
  padding: 13px 16px;
  height: 38px;
}

.btn-contact-huge {
  padding: 13px 28px;
  height: 38px;
}

.link-contact {
  color: #232323;
}

.link-contact:hover,
.link-contact:active {
  text-decoration: underline;
  color: #232323;
}

.mt-2{
  margin-top: 10px;
}

/**
 *  Post contact modal
 */
.product-contact-modal .modal-header {
  border: none;
  padding: 30px 30px 15px;
}

.product-contact-modal .modal-body {
  padding: 15px 30px 30px;
}

.product-contact-modal .modal-header h2 {
  float: left;
  font-size: 20px;
}

.product-contact-modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 774px;
}

.product-contact-modal .modal-dialog h3 {
  font-size: 14px;
}

.product-contact-modal .modal-dialog .product-flag {
  display: none;
}

.product-contact-modal .modal-dialog .product-cover,
.product-contact-modal .modal-dialog .product-cover img {
  width: 99px;
  height: 99px;
}

.product-contact-modal label.form-label {
  font-size: 16px;
  margin: 10px 0;
}

.product-contact-modal input {
  width: 100%;
  height: 44px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
}

.product-contact-modal textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
  padding: 10px 10px;
}

.product-contact-modal .btn-contact,
.product-contact-modal .btn-contact-inverse {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.product-contact-modal .required {
  font-size: 12px;
  margin-left: 5px;
}

.product-contact-modal .post-contact-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.product-contact-modal .post-contact-buttons .btn-contact {
  margin-left: 15px;
}

#product-contact-posted-modal .post-contact-buttons,
#product-contact-post-error .post-contact-buttons,
#update-contact-usefulness-post-error .post-contact-buttons {
  margin-top: 30px;
}

.modal-header .material-icons {
  color: #40a85f;
  font-size: 30px;
  line-height: 25px;
}

.modal-header .material-icons.error {
  color: #a94442;
}

.modal-header .material-icons.feedback {
  color: #f39d72;
}

#post-product-contact-form input.error,
#post-product-contact-form textarea.error {
  background-color: #f2dede;
  border: solid 1px #ebcccc;
}

#post-product-contact-form input.valid,
#post-product-contact-form textarea.valid {
  border: solid 1px #d0e9c6;
}