/* etastic, Inc software */
/* Copyright etastic, Inc or its affiliates. All Rights Reserved. */
/* A license is required to use this software */

/*<![CDATA[*/

.wrap {
  white-space: normal !important;
}

/*]]>*/

/*<![CDATA[*/
.customizedsearchingbutton {
  position: relative;
  padding: 10px 20px 6px 20px;
  margin: 0px 10px 10px 0px;
  float: left;
  border-radius: 10px;
  font-family: "Helvetica", cursive;
  font-size: 16px;
  color: rgb(253, 252, 252);
  text-decoration: none;
  background-color: #eb1c1c;
  border-bottom: 3px solid #333;
  /* Animation */
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.customizedsearchingbutton:hover,
.customizedsearchingbutton:focus {
  text-decoration: none;
  color: #fff;
}

.customizedsearchingbutton:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  border-bottom: 1px solid;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  .customizedsearchingbutton {
    margin: 6px 10px 10px 0px;
  }
}

/*]]>*/

.customizedsearchingloading {
  background: url("https://wmvets.s3.amazonaws.com/customizedsearching_loading.gif") no-repeat left center;
  background-size: contain;
}

input#customizedsearching {
  margin: 0;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  width: 95%;
  display: block;
  font-family: sans-serif;
  font-size: 17px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
input::placeholder {
  color: #333;
}
p.userRequest {
}
.customizedsearchingResponse {
  background-color: #f88;
}

p.lexError {
  margin: 4px;
  padding: 8px 20px 8px 20px;
  border-radius: 4px;
  min-width: 50%;
  background-color: #f88;
}
#conversation {
  background-color: #fafafa;
  padding: 4px;
  overflow: visable;
  margin: auto;
}
