/**
* 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-pb-block .wk-pb-right-column {
  color: #333 !important;
}
.dataTables_filter input {
  max-width: 80%;
}

/*----------- Navigation Tabs ------------- */

.wk-pb-block .nav-tabs > li > a {
  color: #333 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.wk-pb-block .nav-tabs > li .active {
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 3px solid #3498db !important;
  outline: none;
  color: #333;
}

.wk-pb-block .nav-tabs > li.active > a,
.wk-pb-block .nav-tabs > li.active > a:hover,
.wk-pb-block .nav-tabs > li.active > a:focus {
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 3px solid #3498db !important;
  outline: none;
  color: #333;
}

.wk-pb-block .nav-tabs > li > a:hover {
  background: #fff !important;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 3px solid #3498db !important;
}

.wk-pb-block .box {
  background: #fff !important;
}

.wk-pb-block .well {
  background: #fff !important;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}

/*----------- Form Design ------------- */

.wk-pb-block label,
.wk-mp-block label {
  color: #333;
  /*font-family: arial !important;*/
  font-size: 14px;
  font-weight: 400 !important;
  text-align: left;
}

.wk-pb-block .btn,
.wk-pb-block .label,
.wk-mp-block .btn,
.wk-mp-block .label {
  border-radius: 3px;
}

.wk-pb-block table .btn,
.wk-pb-block table .label,
.wk-mp-block table .btn,
.wk-mp-block table .label {
  padding: 6px 10px;
}

.wk-pb-block .btn {
  font-size: 10px;
}

.wk-pb-block .label-danger,
.wk-mp-block .label-danger {
  background-color: #f3515c;
  border: 1px solid #d4323d;
  color: #fff !important;
}

.wk-pb-block .label-warning,
.wk-mp-block .label-warning {
  background-color: #fe9126;
  border: 1px solid #e4752b;
  color: #fff !important;
  font-size: 10px;
}

.wk-pb-block .form-control,
.fancybox-skin .form-control {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  height: 36px;
  padding: 3px 8px;
  /* max-width: 85%; */
}

.wk-pb-block .form-control:focus,
.fancybox-skin .form-control:focus {
  border-color: #333;
  box-shadow: none;
}

.wk-pb-block textarea.form-control,
.fancybox-skin textarea.form-control {
  height: auto !important;
}

.wk-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  outline: medium none;
  padding: 9px 5px;
  position: relative;
  width: 100%;
  z-index: 9;
  color: #333;
}

.wk-selector {
  position: relative;
  text-transform: capitalize;
}

.wk-selector::after {
  position: absolute;
  top: 17px;
  border-bottom: 5px solid transparent;
  content: "";
  width: 10px;
  right: 24px;
  padding: 0px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  z-index: 0;
}

.wk-pb-block .btn-success,
.fancybox-skin .btn-success {
  background-color: #3fbc4a !important;
  border-color: #3fbc4a !important;
  color: #fff !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.wk-pb-block .btn-success:hover,
.fancybox-skin .btn-success:hover {
  background-color: #4acb56 !important;
  border-color: #4acb56 !important;
}

.wk-pb-block .btn-primary,
.wk-pb-block .label-primary,
.wk-mp-block .btn-primary,
.wk-mp-block .label-primary {
  background-color: #3498db !important;
  border-color: #3498db !important;
  box-shadow: none !important;
}

.wk-mp-block .label-primary {
  color: #fff !important;
}

.wk-pb-block .btn-primary:hover {
  background-color: #3276b1 !important;
  border-color: #3276b1 !important;
  box-shadow: none !important;
}

.wk-pb-block .label-success,
.wk-mp-block .label-success {
  background-color: #5fb444 !important;
  border-color: #5fb444 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.wk_btn_cancel {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}

.wk_btn_cancel:hover {
  background: #f5f5f5;
}

.wk-pb-block .input-group-addon {
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  color: #333 !important;
  font-size: 14px !important;
  height: 36px !important;
  padding: 0.4rem 0.75rem !important;
  width: auto;
}

.wk-btn-add {
  background: #3498db none repeat scroll 0 0;
  border-color: #3498db;
  box-shadow: 0 1px 6px -2px #000;
  font-size: 13px;
  text-transform: uppercase;
}

/*----------- Table Design ------------- */

.wk-pb-block .table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.wk-pb-block .table-hover .no-sort {
  background: none !important;
}

.wk-pb-block .table > thead > tr > th {
  font-weight: 400;
}

.wk-pb-block .table thead > tr > th,
.wk-pb-block .table thead > tr > td,
.wk-pb-block .table tbody > tr > th,
.wk-pb-block .table tbody > tr > td,
.wk-pb-block .table tfoot > tr > th,
.wk-pb-block .table tfoot > tr > td {
  border: none !important;
}

.wk-pb-block .table-hover tbody tr {
  border-radius: 6px;
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.16);
}

.wk-pb-block .table-hover tbody tr.odd {
  background: #fff;
}

.wk-pb-block .table-hover tbody tr.even {
  background: #ecf7ff;
}

.wk-pb-block .table-hover > tbody > tr:hover > td,
.wk-pb-block .table-hover > tbody > tr:hover > th {
  background-color: #ecf7ff;
}

.wk-pb-block .wk-leads-data td {
  font-size: 14px;
  color: #555;
}

.wk-pb-block .wk-leads-data td label,
.wk-mp-block .wk-leads-data td label {
  color: #333;
}

.wk-table-responsive tr th {
  background: #fff !important;
}

.wk-order-total {
  font-size: 14px;
}

.wk-order-total td {
  background: #fff !important;
}

.wk-table-responsive .dropdown-menu {
  border-color: #d5d5d5;
  border-radius: 3px;
  line-height: 30px;
  margin-top: -20px;
  padding: 0;
}

.wk-table-responsive .dropdown-menu > li {
  padding: 2px 8px;
  font-size: 14px;
}

.wk-table-responsive .dropdown-menu > li:hover {
  background: #3498db;
  color: #fff;
}

.wk-table-responsive .dropdown-menu > li > a:hover {
  color: #fff;
}

/*----------- Datatables ------------- */

.wk-pb-block #wk_pb_lead_list_wrapper .row:first-child .col-sm-6 {
  float: right !important;
}

.wk-pb-block #wk_pb_list_wrapper .row:first-child .col-sm-6 {
  float: right !important;
}

.wk-mp-block div.dataTables_filter {
  text-align: center !important;
}

.wk-pb-block div.dataTables_filter {
  text-align: left !important;
}

.wk-pb-block .dataTables_length {
  text-align: right !important;
}

.wk-pb-block div.dataTables_length label,
.wk-mp-block div.dataTables_length label {
  text-transform: capitalize !important;
}

.wk-pb-block #wk_pb_list_info {
  display: none;
}

.wk-pb-block #wk_pb_lead_list_info {
  display: none;
}

/*----------- Datatable Pagination ------------- */

.wk-pb-block .pagination > li:first-child > a,
.wk-pb-block .pagination > li:first-child > span,
.wk-pb-block .pagination > li:last-child > a,
.wk-pb-block .pagination > li:last-child > span {
  border-radius: 4px;
}

.wk-pb-block .pagination > .active > a,
.wk-pb-block .pagination > .active > a:hover,
.wk-pb-block .pagination > .active > a:focus,
.wk-pb-block .pagination > .active > span,
.wk-pb-block .pagination > .active > span:hover,
.wk-pb-block .pagination > .active > span:focus {
  background: #3498db none repeat scroll 0 0 !important;
  border-radius: 4px;
  margin: 0 4px;
  padding: 3px;
  color: #fff;
}

/*------- Post Buy pagination -------- */

.wk-pagination {
  text-align: right;
}

.wk-pagination .pagination {
  width: auto !important;
  margin-top: 0 !important;
}

.wk-pagination .wk-disabled {
  color: #acaaa6 !important;
}

.wk-pagination .wk-page-active {
  background-color: #3498db;
  border-color: #3498db;
  border-radius: 4px;
  color: #fff;
  margin: 0 4px;
}

.wk-pagination .wk-page-active:hover {
  background-color: #3498db;
  border-color: #3498db;
}

.wk-pagination .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-radius: 4px;
}

.wk-pagination .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-radius: 4px;
}

.wk-pb-block .pagination > li {
  float: left !important;
}

.wk-pb-block .dataTables_paginate {
  float: right !important;
}

#wk_pb_add_request_form .input-group {
  margin-bottom: 10px;
}