/**
* 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
*/

a.notifyme_btn {
	font-size: 16px !important;
	position: relative;
}

.wktabs {
	background: white none repeat scroll 0 0;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
	margin-top: 2rem;
	padding: 2.25rem 1.875rem;
}

.outofstockemail {
	background: #FFF;
	line-height: 1.35em;
}

.wk_notify_loading_img {
	display: none;
	z-index: 9;
	width: 25px;
	margin-top: 6px;
	margin-left: -66px;
	position: absolute;
}

/* Datatable CSS */
.wk_notify_me_datatable .dataTables_wrapper .row {
	margin: 5px 0px 0px 0px;
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_length select {
	border: none;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	margin: 0px 5px;
	padding: 0px 6px;
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_length label {
	margin-bottom: 0px;
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_filter label {
	margin-bottom: 0px;
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_filter label input {
	background-color: #fff;
	border: none;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	height: 48px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 4px;
	width: 250px;
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_info {
	font-size: 0.9rem;
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_paginate .paginate_button a {
	font-size: 14px;
	margin-right: 4px;
	border: none;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.wk_notify_me_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled a {
	color: #999;
	background-color: #ffffff;
}

.wk_notify_me_datatable .wk_notify_subscribed_product_list {
	border-spacing: 0px 12px !important;
	border-collapse: separate;
	margin-top: 0px;
}

.wk_notify_me_datatable .wk_notify_subscribed_product_list thead tr {
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.wk_notify_me_datatable .wk_notify_subscribed_product_list thead tr th {
	border-top: none;
	border-bottom: none;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
}

.wk_notify_me_datatable .wk_notify_subscribed_product_list tbody tr {
	font-size: 14px;
	color: #414141;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.wk_notify_me_datatable .wk_notify_subscribed_product_list tbody tr.wk-dead-row {
	color: #999;
}

.wk_notify_me_datatable .wk_notify_subscribed_product_list tbody tr td {
	vertical-align: middle;
}

.wk_notify_me_datatable .wk_notify_me_datatable .dataTables_wrapper .pagination .disabled a {
	background: #f2f2f2;
	cursor: not-allowed;
}

.wk_notify_me_datatable .pagination>li>a,
.wk_notify_me_datatable .pagination>li>span {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	font-weight: normal;
}

.wk_notify_me_datatable .pagination {
	width: auto;
}

.wk_notify_me_datatable .pagination>li {
	display: inline;
}

.wk_notify_me_datatable .pagination>.active>a,
.wk_notify_me_datatable .pagination>.active>a:hover,
.wk_notify_me_datatable .pagination>.active>a:focus,
.wk_notify_me_datatable .pagination>.active>span,
.wk_notify_me_datatable .pagination>.active>span:hover,
.wk_notify_me_datatable .pagination>.active>span:focus {
	background-color: #4b83fe;
	border-color: #4b83fe;
	color: #fff;
	cursor: default;
	z-index: 2;
}

.wk_notify_me_datatable .col-sm-6 .dataTables_length {
	margin-bottom: 10px;
}

.wk-btn-outline-none {
	outline: none !important;
	padding: 7px 10px !important;
}

.wk_notify_subscription_loading_img {
	display: none;
	width: 15px !important;
	margin-right: 5px;
}

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

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden !important;
}
