/**
 * Copyright © 2016 DCKAP. All rights reserved.
 * See LICENSE.txt for license details.
 */ 

#sample_request {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 7px #777;
  -moz-box-shadow: 0 0 7px #777;
  -webkit-box-shadow: 0 0 7px #777;
  color: #aaaaaa;
  visibility: hidden; 
  display: block;
  height: auto;
  left: 19%;
  opacity: 1;
  padding: 20px;
  position: absolute;
  top: -35%;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  width: 60%;
  z-index: 9999;
}
#sample_request.show {
  top: 3%;
}
#samplerequest-form .modal_header h1 {
  color: #ff4d4d;
  text-transform: capitalize;
}
#closeLink {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
#samplerequest-form .modal_header h1 {
  color: #ff4d4d;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#samplerequest-form .loading-request > img {
  margin: 3% auto 0;
  width: 64px;
}
#samplerequest-form .loading-request {
  display: none;
  margin: 30px;
  text-align: center;
}
.samplerequest-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  visibility: hidden;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
}
#samplerequest-fields > li {
  clear: both;
  list-style: outside none none;
  margin: 10px 0;
  width: 100%;
}
#samplerequest-fields .fieldset.recap {
  margin-left: 25%;
}
#samplerequest-form button {
  background: #e76022 none repeat scroll 0 0;
  border: 1px solid #c53e00;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 12px 40px;
  text-transform: uppercase;
}
#samplerequest-form button:hover {
  background: none repeat scroll 0 0 #d85113;
}
#samplerequest-fields em.required {
  color: crimson;
  margin-left: 2px;
}
#samplerequest-fields .contact-label {
  color: #777;
  font-size: 14px;
}
#samplerequest-fields {
  margin-bottom: 0;
  padding-left: 10px;
}
#samplerequest-fields select {
  float: left;
  padding: 4px;
  width: 72%;
}
#samplerequest-fields textarea {
  float: left;
  width: 72%;
}
#samplerequest-fields .field-label {
  float: left;
  line-height: 28px;
  margin-left: 1%;
  width: 24%;
}
#samplerequest-fields input#address2 {
  margin-left: 25%;
  margin-top: 10px;
}
#samplerequest-fields input {
  border: 1px solid #ccc;
  float: left;
  width: 72%;
}
#samplerequest-fields .modal-bottom {
  margin-top: 25px;
}
#samplerequest-fields p.required {
  display: inline;
}
#response-msg {
  color: #555;
  display: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 5px 10px;
}
#response-msg.msg-error {
  background: #fee2e2 none repeat scroll 0 0;
  border-left: 3px solid;
  color: crimson;
}
#response-msg.msg-success {
  background: #dcfcdc none repeat scroll 0 0;
  border-left: 3px solid;
  color: #008000;
}
.product-view .add-to-cart-buttons {
  position: relative;
  width: 80%;
}
.product-view .add-to-cart-buttons .button {
  margin-right: 6px;
  width: auto !important;
}
.product-view .add-to-cart-buttons p.sample-request .button {
  padding: 0 20px;
}
.product-view .add-to-cart-buttons p.sample-request {
  float: left;
  max-width: 200px;
}
.product-add-form .sample-request {
  display: inline;
  float: right;
  margin-top: -82px;
  text-align: right;
  width: 50%;
}
.sample-request-btn.action.primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  text-align: center;
  width: 100%;
}
#samplerequest-fields input.mage-error, #samplerequest-fields select.mage-error, #samplerequest-fields textarea.mage-error {
  border-color: #ed8380;
}
#sample_request div.mage-error[generated] {
  clear: both;
  margin-left: 25%;
}
.sr-button {
  float: right;
  display: none;
}
.sr-error {
    color: crimson;
    margin-left: 197px;
    display: none;
    clear: both;
}