/*
	File Name : rule-builder-v2-listrule.css
	File Added By : Nagaraj
	Date : 05-05-2021
	Details : Rule List Page CSS
*/
#navigat {
	width: 940px;
	line-height: initial;
	height: 40px;
}
a#logoutCook:hover {
	color: #444444 !important;
    text-decoration: none !important;
}
.clsLogo, .clsFeedSparkLogo { 
	background-color: rgb(255, 255, 255);
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    border: 2px solid #a7a4a4;
    min-width: 293px;
    min-height: 112px;
    text-align: center;
    height: 86px;
    width: 269px;
    line-height: 86px;
}
#main.box {
	/* background-color: #e7eaeb; */
	background-color: white;
	font-family: "Lato", "Arial", sans-serif;
}
.main-grid {
	background-color:white;
}
.main-header {
	font-size: 32px;
    font-family: system-ui;
    font-weight: 300;
    color: #4a555b;
}
.bread-crumb a:hover {
	color: #444444;
    text-decoration: none;
}
.page-header {
	margin-bottom : 20px;
}
.page-bar {
	text-align: left;
	background-color:white;
}
.page-bar .page-breadcrumb {
	padding: 0;
    margin: 0;
	width:860px;
    list-style: none;
    display: inline-block;
	background-color:white;
	font-size:14px;
}
.page-bar .page-breadcrumb > li:first-child {
    background-color: #493d55;
    margin-right: 8px;
}
.page-bar .page-breadcrumb > li {
    display: inline-block;
}
.page-bar .page-breadcrumb > li:first-child > a {
    color: rgba(255, 255, 255, 0.5);
}
.page-bar .page-breadcrumb > li > a {
    color: #95a2a9;
    padding: 8px 10px;
    display: inline-block;
}
.page-bar .page-breadcrumb > li:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #95a2a9;
}
.page-bar .page-breadcrumb > li:first-child:before {
    content: "";
}
.page-description {
	color: #95a2a9;
	position: relative;
    margin-bottom: 10px;
    background-color: white;
    opacity: 1;
	text-align: left;
}
.desc-body {
	position: relative;
    padding: 12px;
}
.desc-body p {
	margin-bottom:0;
	font-size:14px;
}
.header-font {
	font-size:20px;
	font-weight: 400;
	font-family: system-ui;
	line-height: 26px;
}
.display-inline-blocks {
    display: inline-block !important;
}
.rule-header {
	display :flex;
	border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px;
}
.rule-header .header-font {
	padding: 10px 3px 6px 10px;
}
.common-issue-text {
	float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
	margin-bottom: 7px;
}
.common-issue-add-btn-div {
	float: right;
	margin-top: -3px;
}
.common-issue-add-btn-div a {
	font-size: 11px;
    padding: 2px 6px 2px 6px;
    border-radius: 22px;
	font-weight: 500;
    margin: 6px 2px 6px 0px;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
.add-rule-btn-div a {
	font-size: 11px;
    padding: 2px 6px 2px 6px;
    border-radius: 22px;
	font-weight: 500;
    margin: 6px 2px 6px 0px;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
/*.rule-header a {
	border-radius :0;
	margin: 9px 2px 6px 0px;
	color:white;
	font-size:14px;
	background-color: #337ab7;
    border-color: #2e6da4;
}
 .rule-header a:hover {
	background-color: #337ab7;
    border-color: #2e6da4;
} */
.display-none {
	display:none;
}
.select-section {
	font-size:14px;
	color: #95a2a9;
	order: 2;
	margin-left: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.rule_issue_label,.target_field_label {
	float:left; 
	padding-left:0px;
	padding-top: 5px;
	margin: 12px 5px 12px 10px;
}
.rule_issue_select,.target_field_select {
	float: left;
    margin: 12px 5px 12px 12px;
}
.line-seperator {
	float: left;
    margin-left: 6px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}
.target_fields,.rule_issues {
	max-width:150px;
	min-width:150px;
	color:#616f77;
	min-height: 30px;
    border-radius: 0;
	font-size: 13px;
}
.select2-container--default .select2-selection--single {
    max-width: 150px;
    min-width: 150px;
    color: #616f77;
    min-height: 30px;
    font-size: 13px;
    border-radius: 0;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    font-family: inherit;
	text-align: left;
}
.select2-results__options {
	font-size: 12px;
     font-family: inherit;
    text-align: left;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	max-height: 25px;
}
.select2-results__option {
	padding: 3px;
}
.select2-results__option:hover {
	background-color: #919293 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #919293 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--theme-font-color);
}
table.dataTable {
	border-color: #DFDFDF;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-right-radius: 9px;
    -moz-border-top-left-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
}
table thead {
	font-size:11.2px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	background-color: #ffffff;
}
table thead th {
	text-align: initial;
	background: url(../../images/gray-grad.png) repeat-x scroll left top #DFDFDF;
    color: #000000;
    height: 24px;
    vertical-align: middle;
    padding-right: 5px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 80%);
}
.table td, .table th {
	padding: 0.38rem !important;
}
table tbody td {
	font-size:11px !important;
	text-align: left;
}
table tbody tr,table thead tr {
	border-bottom-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#rule-table td a {
    font-size: 13px;
	color: #1305e3 !important;
    text-decoration: none;
	font-weight: 600;
}
#target_field_tooltip,#impacted_items_tooltip,#issue-count-tooltip {
	cursor: default;
}
#question-tooltip {
	margin:2px;
}
.tooltip.bs-tooltip-top.show {
	padding-top:5px;
}
.tooltip.bs-tooltip-right.show {
	padding-left:10px;
}
.tooltip.bs-tooltip-right.show .arrow{
	padding-left:10px;
}
.tooltip.show {
	opacity: 1;
}
.tooltip > .tooltip-inner {
	text-align: left !important;
	font-size: 11.5px !important;
	color:#565758;
	background-color: #fff;
	border: 1px solid #ddd !important;
	max-width: 320px !important;
	border-radius: 0;
	z-index: 100000 !important;
	
}
/* .option_button {
	border-radius: 0;
	font-size: 11px;
    padding: 2px;
	font-weight: 500;
	margin-right:3px;
}  */

.option_button {
	font-size: 10.5px;
    padding: 2px 5.5px 2px 5.5px;
    border-radius: 22px;
	font-weight: 500;
    margin-right: 1px;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
.option_button:focus,.filter_btn:focus,.copy_rule_btn:focus,.bottom-add-rule-btn:focus,#run-rule-history-btn:focus,#run-all-rules-btn:focus,#run-all-rules-submit-btn:focus,#common-issue-view-btn:focus,#common-issue-back-btn:focus,#refresh-common-issue-btn:focus,#modal-run-all-common-issue-btn:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.option_button:active,.filter_btn:active,.copy_rule_btn:active,.bottom-add-rule-btn:active,#run-rule-history-btn:active,#run-all-rules-btn:active,#run-all-rules-submit-btn:active,#common-issue-view-btn:active,#common-issue-back-btn:active,#refresh-common-issue-btn:active,#modal-run-all-common-issue-btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.refreshing {
	opacity: 0.3;
    cursor: not-allowed;
    user-select: none;
}
#pause-rule {
	color: white;
}
/* #resume-rule {
	color: white;
    background-color: #f2a500;
    border-color: #e1aa06;
} */
.ui-dialog-content h6 {
	font-size: 13px;
}
.ui-widget {
	font-size: 13px;
}
.impacted-data {
	font-family:cursive;
	font-size: 10px;
    letter-spacing: 0.3px;
    color: #b2b0b0;
	line-height: 22px;
	margin-bottom: -2px;
}
.progress-bar-div {
	height: 6px;
    border-radius: 0;
	margin-top: 0px;
}
.progress {
	background-color: #d7d7d7;
}
.progress-bar-text {
	font-size: 10px;
    font-weight: 700;
	background-color: #5cb85c;
    letter-spacing: 0.5px;
}
.success-msg {
	position: fixed;
    top: 20px;
    right: 30px;
    width: fit-content;
    font-weight: 600;
    z-index: 10000;
    padding: 6px;
	padding-right: 50px !important;
	display:none;
}
.success-msg-text {
	font-size: 14px;
}
.success-msg button {
	padding: 6px !important;
	font-size: 19px;
	font-weight: 800;
}
.bottom-add-rule-div {
	padding-top: 30px;
    padding-bottom: 30px;
}
.bottom-add-rule-div a {
	font-size: 11px;
    padding: 3px 10px 3px 10px;
    border-radius: 22px;
	font-weight: 500;
    margin: 9px 2px 6px 0px;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
/* .bottom-add-rule-div a {
	border-radius :0;
	color:white;
	font-size:18px;
	background-color: #337ab7;
    border-color: #2e6da4;
	font-family: system-ui;
	padding-top: 9px;
    padding-bottom: 9px;
}
.bottom-add-rule-div a:hover {
	background-color: #337ab7;
    border-color: #2e6da4;
} */
.edit-form-header {
	font-family: system-ui;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 2px;
}
.modal-content {
	border-radius: 0;
}
.modal-content p {
	margin-bottom: 8px;
}
.modal-header {
	padding: 10px;
}
.modal-body {
	padding: 8px;
	max-height: 500px;
	overflow-y: auto;
	color: #616f77;
}
.modal-footer {
	text-align: center;
    padding: 12px;
    background-color: #ececec;
    border: none;
}
.modal-rule-name,.modal-run-rule-name {
	font-weight: 700;
    font-family: system-ui;
}
/* #modal-close-btn,#modal-delete-submit-btn,#modal-run-rule-submit-btn {
	border-radius: 0;
	font-size: 14px;
	padding: 4px 25px 4px 25px;
} */

#modal-close-btn,#modal-delete-submit-btn,#modal-run-rule-submit-btn,#modal-run-all-common-issue-btn {
	font-size: 12px;
    padding: 2px 10px 2px 10px;
    border-radius: 22px;
	font-weight: 500;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}

.dataTables_paginate,.dataTables_info {
	font-size: 12px;
	line-height: 2;
	margin-left: 5px;
	font-weight: 500;
    font-family: system-ui;
}
.dataTables_length {
	font-size: 13px;
	margin-left: 5px;
    margin-bottom: 0px;
	font-family: system-ui;
    font-weight: 500;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 1px 7px 1px 7px;
	font-family: cursive;
} */

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #3939ff !important;
    padding: 0px 7px 0px 7px;
    text-decoration: underline !important;
    font-family: arial;
    border: 1px solid #CBCBCB;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #e3dfdf;
}
table.dataTable tbody th, table.dataTable tbody td {
	/* font-family: system-ui; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #e3dfdf;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	/* background: none;
    background-color: #2a8cee;
    border-color: #4d84fa;
    color: white !important; */
	background: none;
    color: #160000 !important;
    border: none;
    font-weight: 500;
	text-decoration: none !important;
}
.dataTables_wrapper .dataTables_length select {
	padding: 2px;
	border-radius: 0;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
    background-color: #1375d7;
    border-color: #4d84fa;
    color: white !important;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: none;
    color: #160000 !important;
    border: none;
	text-decoration: none !important;
    font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
    color: #3939ff !important;
    padding: 0px 7px 0px 7px;
    text-decoration: underline !important;
    font-family: arial;
    border: 1px solid #CBCBCB;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	text-decoration: none !important;
}
select[name="rule-table_length"] {
	border-radius: 0;
}
.search-filter {
	margin: 3px;
}
.filter-link-btn {
	font-size: 11px;
    padding: 2px 8px 2px 8px;
    border-radius: 22px;
	font-weight: 500;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
.search-div {
	display: none;
	float: left;
    width: 100%;
	margin-top: 2px;
    padding: 8px;
    border: 1px solid #eae9e9;
}
#filter_rule_name,#filter_rule_status {
	max-width: 150px;
    min-width: 150px;
    color: #616f77;
    min-height: 30px;
    border-radius: 0;
    font-size: 13px;
	float:inherit;
	margin: 12px 5px 12px 17px;
}
::placeholder {
  color: #ccc;
  opacity: 0.7;
  font-size: 11px;
}
.first-run-alert
{
	line-height: 1.25;
	margin-bottom: 0;
	color: #e87c23;
	font-weight: 500;
}
.rulename-td-div {
	line-height: 1.3;
	margin-top: 4px;
	width: 100%;
    display: flex;
}
.rule_name_td {
	font-weight: 600;
	margin-bottom: 0;
	width: 90%;
	color: #337ab7;
}
.rule_name_td:hover {
	cursor:pointer;
}
.rule-table-div,.common-issue-grid-div {
	border-bottom: 2px solid #c7c4c4;
	line-height:2;
	margin-left: 5px;
    margin-right: 5px;
}
#rule-table,#common-issue-rule-table {
	width: 100% !important;
}
.rule-link {
	width: 10%;
}
.count-label {
	font-size: 12px;
	font-weight: 400;
}
.field-wrap {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 124px !important;
}
#edit-modal-btn {
	font-size: 17px;
    margin-top: 0px;
	text-decoration: none;
	font-weight: 600;
}
.alert-run-rule {
	display: flex;
    color: red;
	display: none;
	font-size: 12px;
}
.alert-question-circle {
	font-size: 13px;
}
.run-rule-history-btn-div {
	float: right;
    margin-right: 5px;
	margin-top: 4px;
}
#run-rule-history-btn,#run-all-rules-btn,#run-all-rules-submit-btn,#common-issue-view-btn,#common-issue-back-btn,#refresh-common-issue-btn {
	font-size: 11px;
    padding: 2px 8px 2px 8px;
    border-radius: 22px;
    color: #464646 !important;
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
.selected-block {
    font-weight: 600;
    font-size: 12px;
	margin-bottom: 0 !important;
	margin-right: 5px;
    padding-top: 2px;
}
.selected-rule-count {
	color: #fac432;
}
.selection-header {
	display: flex;
    margin-right: 2%;
}
#run-rule-history-modal {
	min-width: 90%;
}
.run-rule-history-table-div {
	line-height: 1.8;
}
/* #run-rule-history-table tr th {
	background : #D8D8DA url(../../images/sprite.png) repeat-x 0 0 !important;
} */
#run-rule-history-table {
	width: 100% !important;
	color: #02020c !important;
	border: 0;
}
.run-history-form-header {
	font-family: system-ui;
    font-weight: 500;
    font-size: 21px;
	margin-bottom: 0px !important;
}
#history_filter_user_id,#history_filter_date_from,#history_filter_date_to,#run_all_rules_filter_rule_name,#run_all_rules_filter_target_field {
	max-width: 150px;
    min-width: 150px;
    color: #616f77;
    min-height: 30px;
    border-radius: 0;
    font-size: 12px;
	margin-right: 8px;
	border : 1px solid #DFDFDF;
}
#history-filter-clear-btn,#run-all-rules-filter-clear-btn {
	font-size: 12px;
	padding: 2px 9px 2px 9px;
	border-radius: 22px;
	color: #464646 !important;
	background-color: #FFFFFF;
	border-color: #DFDFDF;
	background: url(../../images/white-grad.png) repeat-x scroll left top #F2F2F2;
}
#history-filter-clear-btn:focus,.filter-link-btn:focus,#run-all-rules-filter-clear-btn:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#history-filter-clear-btn:active,.filter-link-btn:active,#run-all-rules-filter-clear-btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#history-file-link {
	text-decoration: none;
	font-weight: 400 !important;
}
.history-search-div,.run-all-rules-search-div {
	padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
}
.history-td-center,.history-file-link {
	text-align: center;
}
.datepicker {
    width: 220px;
    height: 220px;
    font-size: x-small; 
}
.table-condensed {
	width: 100%;
    height: 210px;
}
.table-condensed tr td.day {
	font-color: black;
	font-weight:500;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.old {
	color: #999;
	font-weight:400;
}
.datepicker table tr td.highlighted {
	background: none;
}
.icon-spinner {
	font-size: 30px;
}

table#run-rule-history-table { 
	border-collapse: collapse; 
}
#run-rule-history-table tr th:first-child {
	border-radius: 10px 0px 0px 0px;
	border-left: 0;
    border-top: 0;
}
#run-rule-history-table tr th:last-child {
	border-radius: 0px 10px 0px 0px;
	border-top: 0;
	border-right: 0;
}
table#run-rule-history-table tr td,#run-rule-history-table tr th {
	font-size: 13px !important;
	padding: 0.50rem !important;
	border-right: solid 1px #CBCBCB;
    border-left: solid 1px #CBCBCB;
	vertical-align: middle;
}
table#run-rule-history-table tr.odd td.sorting_1 {
   /* background-color: #dfdfdf !important; */
   background-color: #ececec !important;
}
table#run-rule-history-table tr.even td.sorting_1 {
    background-color: #f2f2f2 !important;
}
/* table#run-rule-history-table tr.odd td.sorting_1 {
    background-color: #EDF5FF !important;
}
table#run-rule-history-table tr.even td.sorting_1 {
    background-color: #DBEAFF !important;
} */
table#run-rule-history-table tbody tr.even,table#run-rule-history-table tbody tr.odd {
	border-left	: 2px solid #DFDFDF;
	border-right: 2px solid #DFDFDF;
}
#runRuleHistoryPopup .modal-content {
	border-radius: 10px 10px 0px 0px !important;
}
#runRuleHistoryPopup .modal-header {
	border-radius: 10px 10px 0px 0px !important;
	background: url(../../images/gray-grad.png) repeat-x scroll left top #DFDFDF;
	padding: 8px 10px 2px 10px;
}
#runRuleHistoryPopup {
	overflow-y: hidden !important;
}
#runRuleHistoryPopup .modal-body,#runAllRulesPopup .modal-body {
	padding:3%;
}
#runRuleHistoryPopup .modal-body {
	max-height: 580px;
}
#runRuleHistoryPopup .dataTables_scrollHeadInner,#runRuleHistoryPopup .dataTables_scrollHeadInner table {
	width:100% !important;
}
#runRuleHistoryPopup .dataTables_scrollHeadInner table thead th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#runRuleHistoryPopup .dataTables_scrollBody {
	overflow-x: hidden !important;
	height: unset !important;
	overflow-y: scroll !important;
    width: calc(100% + 17px) !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
#runRuleHistoryPopup .dataTables_scrollBody table {
	margin-top: -16px;
}
#runRuleHistoryPopup .dataTables_scrollBody tbody{
	overflow-y: scroll;
    overflow-x: hidden;
}
#runRuleHistoryPopup .dataTables_scrollBody tbody td div {
	line-height: 1.3;
}
#runRuleHistoryPopup  .dataTables_wrapper .dataTables_paginate {
	float:unset;
	text-align : center !important;
}
#ui-datepicker-div {
	z-index: 1000001 !important;
}
#history_filter_date_from,#history_filter_date_to {
	cursor: pointer;
}
#footer {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #555;
}
.table-striped tbody tr.even {
    background-color: #F9F9F9;
}
.table-striped tbody tr.odd {
    background-color: #fff;
}
.group-view-btn.selected {
	border: 1px solid #898989;
	cursor: unset;
	pointer-events: none;
}
.group-view-btn:hover {
	text-decoration: none;
}
.table-striped tbody tr.group {
	background: #ddf2f6 !important;
}
.table-striped tbody tr.group td {
	font-size: 11.45px !important;
    color: #6a6868 !important;
    font-weight: 600 !important;
	padding: 0.35rem !important;
}
#run-all-rule-table td,#run-all-rule-table th {
	padding: 0.45rem !important;
    height: 20px;
	font-size: 12px !important
}
.rule-notes {
	color: orange;
}
.hrun-by-td {
	width:16% !important;
}
.hrule-name-td {
	width:18% !important;
}
.hsummary-td {
	width:10% !important;
}
.htotal-products-td {
	width:17% !important;
}
.himpact-td {
	width:14% !important;
}
.hrun-on-td {
	width:22% !important;
}
.common-issue-table-rule-td {
	width: 70% !important;
}
.common-issue-table-issue-count-td {
	width: 15% !important;
}
.common-issue-table-options-td {
	width: 15% !important;
}
#created-common-issue-btn {
	font-weight: 900 !important;
    color: #000000 !important;
   /* border-color: #808080; */
   border-color: #05880e;
	text-decoration: none;
}
#common-issue-view-btn.selected {
	border: 1px solid #898989;
    cursor: unset;
    pointer-events: none;
}
#common-issue-fix-btn {
	font-weight: 400 !important;
	text-decoration: none;
}
#common-issue-fix-disable-btn {
	font-weight: 400 !important;
	text-decoration: none;
	color: #c6c3c3 !important;
    pointer-events: none;
    cursor: not-allowed;
    background: white;
}
.common_issue_id_tooltip {
	background-color: #e05d6f !important;
    color: white !important;
    font-size: 8.5px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0px 6px 0px;
	margin-top: -2px;
    width: fit-content;
}
#rule-grid thead {
	display: none;
}
#rule-grid tbody th,#rule-grid tbody td {
	border-top: none !important;
}
.grid-view-td-div a {
	font-size: 12px !important;
}
.grid-view-td-div a:hover {
	color: #535353 !important;
	text-decoration: none !important;
}
.grid-view-td-div .iconalign {
	line-height: 1;
}
.grid-view-td-div {
	border: 1px solid #DFDFDF !important;
    background-color: #FFFFFF !important;
	width: 125px !important;
}
.rule-grid-div {
	border: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 5px;
}
.iconalign {
	width: 125px !important;
}
.rule-grid-div table tr {
	border: none !important;
}
.rule-grid-div table th.empty-td .grid-view-td-div {
	border: none !important;
}
#rule-loading {
	background: url("../../images/loader.gif") no-repeat 50% 50% #d7d7d7;
	background-size: 25px 25px;
	opacity: 0.4;
	cursor:auto;
	width: 100%;
	height: 100%;
	z-index:9999;
	
	/* Positioning */
	position: absolute;
	left: 0;
	top: 0;
}