/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk-buying-list {
  margin: 20px auto auto;
  width: 100%;
}

.wk-buying-list .wk-request-card {
  margin-bottom: 12px;
  background: #fff;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 4px solid #3498db;
  border-radius: 6px;
}

.wk-request-card-content {
  padding: 4px 14px;
}

.wk-request-detail {
  font-size: 13px;
}

.wk-request-title {
  border-left: 3px solid #1686cc;
  color: #333;
  font-size: 22px;
  line-height: 25px;
  margin-top: 15px;
  padding-left: 9px;
  text-decoration: none;
  float: left;
  width: 60%;
}

.wk-request-date {
  color: #555;
  float: right;
  font-size: 14px;
  margin-top: 15px;
  padding-right: 15px;
  text-align: right;
  width: 40%;
}

.wk-request-label {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
  width: 100px;
}

.wk-request-label-content {
  color: #555;
  float: left;
  font-size: 14px;
  padding: 3px 5px;
}

.wk-request-label-left {
  width: 143px;
}

.wk-request-description {
  padding: 10px 5px 20px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.wk-request-bottom {
  border-top: 1px solid #e1e0e0;
  padding-top: 5px;
}

.wk-request-bottom-button {
  background: #3498db none repeat scroll 0 0;
  border-color: #3498db;
  border-radius: 3px;
  border-style: solid;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0px;
}

.wk-request-bottom-button:hover {
  background: #3ea4e9 none repeat scroll 0 0;
  border-color: #3ea4e9;
}

.wk-request-quote-button {
  background: #46a74e none repeat scroll 0 0;
  border-color: #3e9546;
  border-radius: 3px;
  border-style: solid;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0px;
}

.wk-request-quote-button:hover {
  background: #3e9546 none repeat scroll 0 0;
  border-color: #3e9546;
}

.clear {
  clear: both;
}

.wk-buying-request {
  font-size: 28px;
  color: #333;
}
