input[name=searchterm] {
  width:140px;
  outline:none;   /*避免點選會有藍線或虛線 */
}

.info h2 {
  color:#B09292;
}

.info p, .info span {
  color:grey;
  font-weight:bold;
}

.fa-filter {
  font-size:1.5rem;
  color:lightgrey;
  cursor:pointer;
}

.fa-map-marker-alt {
  margin-right:.5rem;
}

.fa-mars {
  color:#0facf3;
  margin-right:.5rem;
}

.fa-venus {
  color:#ee8e7f;
  font-size:1.3rem;
  margin-right:.5rem;
}

.donationSearch {
  background: white;
  padding:.2rem;
  border-radius: 10px;
  margin-left:2rem;
  border:1px solid lightgrey;
}

.donationSearch input {
  border: none !important;
  box-shadow: none !important;
}

.filter {
  width:80%;
  margin:0 auto;
  margin-top:2rem;  
  justify-content:space-between;
  flex-wrap:wrap;
}

.flex-center {
  align-items:center;
}

input[type=checkbox] {
  margin-right:.5rem;
}

label {
  margin-right:1rem;
}

.search {
  background-image:url('../img/search.png');
  background-size:contain;
  width:30px;
  height:30px;
  vertical-align:middle;
}

.filterForm .submit {
  margin-left:70%;
  margin-top:2rem;
}

#box {
  display:flex;
  width:50%;
  height:50%;
  margin-right:2rem;
}

#big{
  margin-right:2rem;
  width:80%;
  height:80%;
}

#small {
  align-self:flex-end;
  width: 50px;
}

#small img {
  width:50px;
  height:50px;
  border:1px solid #8d8d8d;
}

.infoRight {
  width: 50%;
}

/* Sweep To Right 線性變色 */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: '';
  position: absolute;
  margin-bottom:2rem;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius:20px;
  background: #8d8d8d;
  background-image:url('../img/iscase.png');
  background-repeat: no-repeat;
  background-position: center center; 
  opacity: 0.9;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.caseUpdate {
  display:flex;
  flex-direction:column;
}

@media screen and (max-width: 420px) {
  .jconfirm-box {
    width:80% !important;
  }
  .info {
    flex-direction: column;
  }
  #box {
    width:100% !important;
  }
  #big {
    margin-right:1rem !important;
  }
  .caseUpdate {
    margin:0 auto !important;
  }
  .infoRight {
    width: 100% !important;
  }
}