*:focus {
  outline: none !important;
}
.select2-container .select2-selection--single {
    height: 32px;
}
.logs-action-select .select2-container .select2-selection__clear {
  padding-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid rgba(146, 146, 146, 0.36);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(146, 146, 146, 146);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -3px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice{
	color:black;
}
.select2 {
	border-color: 1px solid #ccc;
}
.mh-50 {
  min-height: 50px;
}
.select2-container--default .select2-results>.select2-results__options {
   max-height: 500px;
}
.select2-container--focus
.select2-selection--multiple{
	border: solid #d2d6de 1px
}
li{
	list-style: none;
}
.tag_list {
	background-color: #e4e4e4;
    border: 1px solid #d2d6de;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
#select2-drop{
    width: 220px ;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    z-index: 15px;
}
span.select2-selection--multiple[aria-expanded=true] {
    border-color: #3c8dbc !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color:#3c8dbc;
}

.ajaxloader {
    position: absolute;
    text-align: center;
    width: 95%;
    top: 0;
    height: 100%;
    background: #FFF;
    opacity: 0.5;
    display: none;
}
.ajaxloader .loader-icon {
    position: relative;
    left: 40%;
    top: 40%;
}
.loader-icon {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.table.dataTable thead th, table.dataTable thead td{
    padding: 10px 10px;
    padding-left: 0;
}
.dataTables_wrapper .dataTables_processing {
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    width: 100% !important;
    height: 100%;
    z-index: 9;
    margin: auto !important;
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0.9) 100%)
}
.dataTables_wrapper .dataTables_processing span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
select{
    padding: 2px 2px;
    background-color: inherit;
}

.dataTables_filter {
    display: none;
}
#DataTables_Table_0_length select {
    width: 100px;
}
#filer-listing-table_length select {
    width: 100px;
    /*padding-top: 3px;*/
    /*margin-top:10px;*/
}
#contracts-listing-table_length select{
    width: 100px;
    /*padding-top:3px;*/
}
#contracts-listing-table_length
{
    margin-top: 0;
    /*margin-bottom: 4px;*/
}

.login-check {
    position: absolute;
    top: -20%;
    left: -20%;
    display: block;
    width: 140%;
    height: 140%;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0px;
    opacity: 0;
}
.login-check-helper {
    position: absolute;
    top: -20%;
    left: -20%;
    display: block;
    width: 140%;
    height: 140%;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0px;
    opacity: 0;
}
.listing-variation-table,
.contacts-listing-table,
#contracts-listing-table,
#transactions-listing-table {
    white-space: nowrap;
}
.scroll-table-container {
    overflow-x: scroll;
}
.dataTables_processing, a.period-show-less {
    border: none;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 19px;
  vertical-align: middle;
}
/*.form-inline .form-group {
    margin-right: 8px;
}*/
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
div.dataTables_wrapper div.dataTables_paginate, div.dataTables_wrapper div.dataTables_info {
    margin-top: 25px;
}
.xaxis-label {
  margin-top: 10px;
}
.org-mapping {
  border-color: #999;
}
.org-mapping p,
.org-mapping label {
  margin-bottom: 0;
}
.org-mapping p {
  color: #b8b8b8;
  margin-bottom: 3px;
}
.org-mapping label {
  font-weight: normal;
  color: #999;
}
.org-mapping .title {
  display: block;
  margin-right: 35px;
}
.org-mapping .suggestion-icon {
  float: right;
  width: 36px;
  text-align: right;
}
.org-mapping hr {
  margin: 5px 0;
}
/*.org-mapping .variation-link {
  float: right;
}*/
.org-mapping .box .box-foot {
  padding: 0 10px;
}
.org-mapping .btn-small {
  padding: 0px 6px;
  font-size: 11px;
  border-radius: 10px;
  margin-right: 3px;
  margin-top: 10px;
}
.org-mapping.table .suggestion-icon a {
  display: inline-block;
  font-size: 11px;
  color: #666;
  width: 15px;
}
.org-mapping > tbody > tr > td,
.org-mapping > thead > tr > th {
  border-color: #fff;
  border-right-width: 5px !important;
  border-bottom-width: 2px;
}
.org-mapping .matching-result a {
  display: block;
}
.org-mapping .matching-result a .caret {
  float: right;
  margin-top: 10px;
  border-width: 5px;
}
.org-mapping .view-map-icon {
  font-size: 11px;
}
.org-mapping .matching-result p,
.org-mapping .matching-result label {
  margin-bottom: 0;
}
.org-mapping .label {
  font-weight: normal;
  padding: 1px 2px;
}
.org-mapping .default-element {
  margin-bottom: 10px;
}
.org-mapping .default-element a {
  color: #333;
}
.org-mapping .panel-collapse {
  margin-bottom: 10px;
}
.org-mapping .exact-match .box {
  // background-color: #cce5ff;
  // margin: -8px;
  // padding: 8px;
  border-top-color: #3c8dbc;
}

.org-mapping .dun-default-card .box {
  border-top-color: #646464;
}

.org-mapping .partial-match .box {
  border-top-color: #f39c12;
}

.org-mapping .manual-match .box {
  border-top-color: #DD4B39;
}
.org-mapping .confirm-match .box,
.org-mapping .confirmed-match .box {
  border-top-color: #00a65a;
  // margin: -8px;
  // padding: 8px;
}
.exact-match-legend:before,
.partial-match-legend:before,
.confirm-match-legend:before,
.manual-match-legend:before,
.confirmed-match-legend:before {
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  border: 1px solid #ccc;
}
.exact-match-legend,
.partial-match-legend,
.confirm-match-legend,
.manual-match-legend,
.confirmed-match-legend {
  margin-left: 10px;
  display: inline-block;
  /*margin-top: 28px;*/
}
.exact-match-legend:before {
  background-color: #3c8dbc;
}
.partial-match-legend:before {
  background-color: #f39c12;
}
.confirm-match-legend:before,
.confirmed-match-legend:before {
  background-color: #00a65a;
}

.manual-match-legend:before {
  background-color: #DD4B39;
}
.org-mapping.vertical-heading th {
  border-color: #999;
}
.org-mapping.vertical-heading .btn-small {
  margin-top: 0;
}
.org-mapping.vertical-heading .variation-link {
  margin-top: 2px;
}
.link-org-panel hr {
  margin: 5px 0;
}
.link-org-panel {
  margin-top: 15px;
}
.org-mapping .name-col {
	padding-bottom: 5px;
  /*min-height: 40px;*/
  color: #111;
  /*font-weight: 600;*/
}
.org-mapping .number-col {
  // min-height: 65px;
  /*padding: 10px 0;*/
  padding: 5px 0;
}
.org-mapping .location-col {
  // height: 60px;
  overflow: hidden;
  position: relative;
}
.location-col a,
.misc-col p a {
	color: #e8bd2b;
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
}
.location-col a:hover,
.misc-col p a:hover {
  opacity: 1;
}
.table-caret .number-col p,
.location-col p span,
.misc-col p {
  color: #999;
  font-size: 11px;
  padding: 2px 5px;
  margin: 2px 0;
}
.table-caret .number-col p label,
.location-col p label,
.misc-col p label {
  font-size: 11px;
  color: #b8b8b8;
}
.org-mapping .col-height .location-col {
  height: auto;
}
.org-mapping.table > tbody > tr > td {
  position: relative;
  box-sizing: content-box;
}
.org-mapping.table > tbody > tr > th {
  box-sizing: content-box;
}
/*.org-mapping.table>tbody>tr {
  background-color: #f7f7f7;
}*/
/*.org-mapping.table>tbody>tr:nth-of-type(even) {
  background-color: #f0f0f0;
}
.org-mapping.table>tbody>tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.org-mapping.table>tbody>tr:hover {
  background-color: rgba(0,166,90,0.05);
}*/
.org-mapping .selected {
  background-color: rgba(0,166,90,0.01);
}
.org-mapping .btn-container {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.org-mapping .no-match .confirm-matching-link,
.org-mapping .no-match .deny-matching-link,
.global-org-list-wrap .confirmed-match .confirm-matching-link,
.global-org-list-wrap .confirmed-match .permanent-delete-matching-link,
.global-org-list-wrap .confirmed-match .deny-matching-link,
.global-org-list-wrap .confirmed-match .search-matching-link {
  display: none;
}
.global-org-list-wrap .comment {
  padding-left: 0;
  margin: 0;
}
.org-mapping .undo-confirmed-matching-link,
.org-mapping .confirm-matching-type {
  display: none !important;
}
.global-org-list-wrap .confirmed-match .undo-confirmed-matching-link,
.org-mapping .confirmed-match .confirm-matching-type {
  display: inline-block !important;
}
.org-mapping .confirm-matching-type {
  padding: 0px 2px;
  border-radius: 2px;
}
.global-org-list-wrap .confirmed-match .box .box-foot {
  /*min-height: 48px;*/
}
.org-mapping .box .box-foot {
  min-height: 24px;
}
.global-org-list-wrap .ps > .ps__scrollbar-y-rail {
  width: 8px;
}
.global-org-list-wrap .ps>.ps__scrollbar-y-rail,
.global-org-list-wrap .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.global-org-list-wrap .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.global-org-list-wrap .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y,
.global-org-list-wrap .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  width: 6px;
}
.org-mapping tbody tr td.no-match:hover .btn-container {
  display: block;
}
.org-mapping .no-match .search-more-matching-popup {
  /*position: relative;
  right: auto;*/
  bottom: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 26px;
}
.org-mapping .tooltip {
  z-index: 1;
}
.org-mapping .no-match .tooltip.top .tooltip-arrow {
  bottom: 1px;
}
/*.org-mapping tbody tr td:hover .btn-container*/
/*.org-mapping tbody tr td div.item.partial-match:hover .btn-container,
.org-mapping tbody tr td div.item.exact-match:hover .btn-container,
.org-mapping tbody tr td div.item.manual-match:hover .btn-container,
.org-mapping tbody tr td div.item.no-match:hover .btn-container,
.org-mapping tbody tr td div.item.confirmed-match:hover .btn-container{
  display: block;
}

.org-mapping tbody tr td div.item.confirmed-match:hover .btn-container .confirm-matching-link,
.org-mapping tbody tr td div.item.confirmed-match:hover .btn-container .deny-matching-link,
.org-mapping tbody tr td div.item.no-match:hover .btn-container .deny-matching-link,
.org-mapping tbody tr td div.item.no-match:hover .btn-container .confirm-matching-link {
  display: none;
}
.org-mapping tbody tr td div.item.confirmed-match span.org-next-prev-links {
  display: none;
}*/
.org-mapping .view-more-link i {
  font-size: 12px;
  /*// position: absolute;
  // bottom: 0;
  // right: 0;
  // line-height: normal;*/
}
.org-mapping .col-height .view-more-link i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.org-mapping .location-col-sec {
  position: relative;
  /*padding-bottom: 10px;*/
  padding: 0;
}
.org-mapping .misc-col {
  padding: 0;
  display: block;
}
.org-mapping .misc-col .tooltip-inner {
  padding: 2px 3px;
  font-size: 11px;
}
.org-mapping .misc-col a {
  margin-right: 5px;
}
.org-mapping tr th {
  text-align: center;
}
.org-mapping.table-bordered > thead > tr > th,
.org-mapping.table-bordered > thead > tr > td {
  border-bottom-width: 0;
  vertical-align: middle;
  box-sizing: content-box;
}
.org-mapping.table-bordered.dataTable th.last-child {
  border-right-width: 1px;
}
.org-filters {
  margin-top: 10px;
}
.org-filters .filter-box {
  width: 330px;
}
.org-filters .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.org-filters .form-group .label-head {
  display: inline-block;
  vertical-align: middle;
}
.org-filters .org-select-box {
  /*width: 100px;*/
  margin-left: -1px;
  font-size: 14px;
}
.org-filters .select2 {
  margin: 0 5px;
  min-width: 155px;
}
.org-filters .org-select-box .select2 {
  margin: 0;
}
.org-filters .select2-container--default .select2-selection--single {
  border-radius: 3px !important;
  border-color: #d2d6de;
}
.org-filters .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
/*.org-filters button {
  margin-right: 5px;
}*/
.chosen-name-option .input-option-group {
    padding: 5px 0;
}
.chosen-name-option .input-option-group label {
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  display: block;
  cursor: pointer;
  color: #d9d9d9;
}

.chosen-name-option .iradio_minimal-blue {
  float: left;
  margin-top: 2px;
  height: 20px;
  width: 20px;
}

table.org-mapping tr td ul {
  padding: 0;
}

table.org-mapping tr td ul li {
  list-style-type: none;
}
/*table.org-mapping tr td ul li.animated {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0px;
  bottom: 0px;
} */

table.org-mapping .org-next-prev-links a.prev-link.disabled,
table.org-mapping .org-next-prev-links a.next-link.disabled {
  opacity: 0.5;
}

table.org-mapping tbody tr td > ul li {
  height: 100%;
}
/**
 * sliding effect section.
 */
.animated {
 animation-duration: 1s;
 animation-fill-mode: both;
}

@keyframes slideInLeftToRight {
 from {
   transform: translate3d(-100%, 0, 0);
   visibility: visible;
 }

 to {
   transform: translate3d(0, 0, 0);
 }
}

.slideInLeftToRight {
 animation-name: slideInLeftToRight;
}

@keyframes slideInRightToLeft {
 from {
   transform: translate3d(100%, 0, 0);
   visibility: visible;
 }

 to {
   transform: translate3d(0, 0, 0);
 }
}

.slideInRightToLeft {
 animation-name: slideInRightToLeft;
}


@keyframes slideOutLeftToRight {
 from {
   transform: translate3d(0, 0, 0);
 }

 to {
   visibility: hidden;
   transform: translate3d(-100%, 0, 0);
 }
}

.slideOutLeftToRight {
 animation-name: slideOutLeftToRight;
 display: none !important;
}

@keyframes slideOutRightToLeft {
 from {
   transform: translate3d(0, 0, 0);
 }

 to {
   visibility: hidden;
   transform: translate3d(100%, 0, 0);
 }
}

.slideOutRightToLeft {
 animation-name: slideOutRightToLeft;
 display: none !important;
}
.matching-orgs-list {
  min-height: 60px;
  max-height: 300px;
}
.pp-table .matching-orgs-list {
  min-height: 60px;
  max-height: 400px;
}

.merge-org-listings-container table thead tr {
  min-height: 60px;
}
.merge-org-listings-container table tbody tr td.selected-cell {
  /*background: rgba(60, 141, 188, 0.1);*/
}
.matching-orgs-list .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.matching-orgs-list .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px;
}
.matching-orgs-list,
.matching-orgs-list .carousel-inner {
  position: relative;
}
.matching-orgs-list .box-header {
  padding: 6px 10px 0 10px;
}
.matching-orgs-list .box-body {
  padding: 2px 10px;
  font-size: 13px;
}
.matching-orgs-list .box-foot .misc-col {
  position: relative;
  padding: 0 0px 5px 0px;
  font-size: 12px;
}
.org-mapping .label.del-dun {
  font-weight: normal;
  padding: 2px 4px;
  display: block;
  line-height: 10px;
  position: absolute;
  top: 5px;
  right: 0;
}
.global-org-list-wrap .box {
  margin-bottom: 7px;
  border-right: 1px solid #646464;
  border-left: 1px solid #646464;
  border-bottom: 1px solid #646464;
  margin-top: 5px;
  background-color: transparent;
}
.global-org-list-wrap .box-header .misc-col {
  /* visibility: hidden; */
  padding-bottom: 0;
}
.global-org-list-wrap .number-col {
  padding-top: 0;
}
.global-org-list-wrap .collapsed-box .box-header .misc-col {
  visibility: visible;
}
.global-org-list-wrap .box-tools {
  right: 0;
}
.pd5 {
  padding: 5px;
}
.single-meta-search-popup-body table tbody tr.confirmed .main-actions-container,
.single-meta-search-popup-body table tbody tr.confirm .main-actions-container,
.single-meta-search-popup-body table tbody tr.confirmed .restore-match-actions-container,
.single-meta-search-popup-body table tbody tr.confirm .restore-match-actions-container {
  display: none;
}

.single-meta-search-popup-body table tbody tr.exact .main-actions-container,
.single-meta-search-popup-body table tbody tr.manually .main-actions-container,
.single-meta-search-popup-body table tbody tr.partial .main-actions-container {
  display: block;
}

.single-meta-search-popup-body table tbody tr.exact .undo-match-actions-container,
.single-meta-search-popup-body table tbody tr.manually .undo-match-actions-container,
.single-meta-search-popup-body table tbody tr.partial .undo-match-actions-container,
.single-meta-search-popup-body table tbody tr.deny .main-actions-container,
.single-meta-search-popup-body table tbody tr.deny .undo-match-actions-container,
.single-meta-search-popup-body table tbody tr.exact .restore-match-actions-container,
.single-meta-search-popup-body table tbody tr.manually .restore-match-actions-container,
.single-meta-search-popup-body table tbody tr.partial .restore-match-actions-container {
  display: none;
}
.single-meta-search-popup-body table tbody tr .main-actions-container,
.single-meta-search-popup-body table tbody tr .undo-match-actions-container,
.single-meta-search-popup-body table tbody tr .restore-match-actions-container {
  text-align: center;
}

.single-meta-search-popup-body table tbody tr.deny .restore-match-actions-container {
  display: block;
}

.modal-dialog.width70-percentage {
  width: 70%;
}

.modal-dialog.full-width-modal {
  width: 60%;
}

.modal-dialog.width90-percentage {
  width: 90%;
}

.modal-dialog.width100-percentage {
  width: 100%;
}

form.org-filters fieldset {
  border: 1px solid #646464;
  padding: 10px;
  margin: 0px 2px;
}
form.org-filters fieldset legend {
  width: auto;
  margin-bottom: 0px;
  font-size: 14px;
  border-bottom: 0px;
}
form.org-filters .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 5px;
  width: 20px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.row.adv-search-section {
  margin-bottom: 15px;
  /*margin-top: 10px;*/
}
table tr td.v-align-middle {
  vertical-align: middle;
}
/*.org-mapping .icheckbox_minimal-blue,
#mergeOrgListingsPopup .icheckbox_minimal-blue {
  border: 1px solid #3c8dbc;
}*/
ul.bulk-action-list {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
          box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*ul.bulk-action-list li a {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
  color: #333;
}*/
ul.bulk-action-list li:last-child a {
  border-bottom: 0;
}
table.listing-variation-table tr td {
  white-space: normal;
  vertical-align: middle;
}
.hide-item {display:none !important;}
.query-detail-open-link i {
  font-size: 20px;
}
.globalOrganizationsMatches.ps > .ps__scrollbar-x-rail {
  height: 20px;
  left: 250px !important;
  position: fixed;
}
.sidebar-collapse .globalOrganizationsMatches.ps > .ps__scrollbar-x-rail {
  left: 75px !important;
}
.globalOrganizationsMatches.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.globalOrganizationsMatches.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.globalOrganizationsMatches.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.globalOrganizationsMatches.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.globalOrganizationsMatches.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 20px;
}

.feedback-content-container {
  margin: 15px 0 5px 0;
}
.search-more-matching-popup {
  position: absolute;
  right: 10px;
  margin-top: 2px;
  bottom: 5px;
}
.btn-box-tool {
  padding: 0;
  padding-right: 0px;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.btn-box-tool i {
  /* margin-top: 3px;
  position: absolute;
  right: 5px;
  color: #e8bd2b; */
  display: none;
}
.btn-box-tool p {
  white-space: normal;
}
.no-match {
  text-align: center;
  position: relative;
}
span.error-msg {
  color: #D8000C;
}
.feedback-popover.editable-container.popover {
  right: -200px;
  left: auto;
  width: 300px;
}
.feedback-popover .editable-buttons .editable-cancel {
  margin-left: 0;
}
.preloader-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  margin-top: -30px;
  padding: 0;
}
/*Preloader*/
div.preloader-section {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}
div.preloader-section img {
  height: 35px;
  margin-bottom: 10px;
}
/*.preloader-section .line {
  width: 2px;
  height: 12px;
  background: #333;
  margin: 0 1px;
  display: inline-block;
  animation: opacity-2 1000ms infinite ease-in-out;
  -webkit-animation: opacity-2 1000ms infinite ease-in-out;
}

.preloader-section .line-1 { animation-delay: 800ms; -webkit-animation-delay: 800ms; }
.preloader-section .line-2 { animation-delay: 600ms; -webkit-animation-delay: 600ms; }
.preloader-section .line-3 { animation-delay: 400ms; -webkit-animation-delay: 400ms; }
.preloader-section .line-4 { animation-delay: 200ms; -webkit-animation-delay: 200ms; }
.preloader-section .line-6 { animation-delay: 200ms; -webkit-animation-delay: 200ms; }
.preloader-section .line-7 { animation-delay: 400ms; -webkit-animation-delay: 400ms; }
.preloader-section .line-8 { animation-delay: 600ms; -webkit-animation-delay: 600ms; }
.preloader-section .line-9 { animation-delay: 800ms; -webkit-animation-delay: 800ms; }

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 15px;
  }
  50% {
    opacity: 0;
    height: 12px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}*/
.jira-link-h5, .jira-edit-h5,
.jira-discussion-enable .set-jira-link-h5 {
  display: none;
}

.jira-discussion-enable .jira-link-h5,
.jira-discussion-enable .jira-edit-h5 {
  display: block;
}
@-webkit-keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 15px;
  }
  50% {
    opacity: 0;
    height: 12px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}
.pp-dashboard .small-box .icon {
  font-size: 60px;
  top: 8px;
}
.pp-dashboard .small-box:hover .icon {
  font-size: 70px;
}
.jira-detail-edit-btn {
  text-decoration: underline;
}
.no-plus-minus-icons {
  cursor: default;
}
.no-plus-minus-icons i {
  visibility: hidden;
}
.move-to-new-row-modal-body .note {
  padding: 10px;
}
.move-to-new-row-modal-body table tr td label {
  font-weight: normal;
}
.mt-7 {
  margin-top: 7px;
}
.move-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.move-success{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




.scrollbar-external_wrapper {
    height: 23px !important;
    position: relative;
    width: auto !important;
}
.scrollbar-external {
    height: 40px;
    overflow: auto;
}

/******************* EXTERNAL SCROLLBAR *******************/

.external-scroll_x,
.external-scroll_y {
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 11;
    /*border-radius: 20px;*/
    background-color: #ddd;
}

.external-scroll_x:hover .scroll-bar,
.external-scroll_y:hover .scroll-bar {
  background-color: #616161;
}
.external-scroll_x.scroll-draggable .scroll-bar,
.external-scroll_y.scroll-draggable .scroll-bar {
  background-color: #616161;
}
.external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 20px;
    /*left: 250px;*/
    /*top: 200px;*/
    bottom: 2px;
}

.external-scroll_y.scroll-scrolly_visible {
    display: block;
    height: 200px;
    left: 610px;
    top: 0;
    width: 10px;
}

.external-scroll_x div,
.external-scroll_y div
{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
    background: #616161;
    z-index: 12;
    /*border-radius: 20px;*/
}

.external-scroll_x .scroll-bar {
    width: 500px;
}
.external-scroll_y .scroll-bar {
    height: 200px;
}

.pp-row {
  border-top: 1px solid #686868;
  /* border-left: 1px solid #686868; */
  border-right: 1px solid #686868;
}
/*.pp-content-container .pp-row:hover {
  border-top-color: #e8bd2b;
  border-left-color: #e8bd2b;
   border-right-color: #e8bd2b;
   border-bottom-color: #e8bd2b;
}
.pp-content-container .pp-row:hover .pp-cell {
  background-color: transparent;
  border-right-color: #e8bd2b;
  border-bottom-color: #e8bd2b;
  border-left-color: #e8bd2b;
}*/
.pp-row-scroll-container{
  overflow: hidden;
  width:100%;
}
.pp-row-scroll{
  width:1981px;
  display: flex;
  height: 100%;
}
.table-caret .item {
  color: #b8b8b8;
}
.table-caret .item .fa {
  color: #e8bd2b;
}
.table-caret .search-more-matching-popup a i {
  color: #e8bd2b;
}
.table-caret .pp-content-container {
  border-left: 1px solid #686868;
}
.table-caret .name-col {
  color: #b8b8b8;
}
.pp-table {
  margin-top: 5px;
  border-bottom: 1px solid #686868;
}
.pp-row {
  display: flex;
  flex-direction: row;
  /*border-bottom: 1px solid #ddd;*/
  /*background: #e9ecef;*/
}
.pp-header-row {
  position: sticky;
  position: -webkit-sticky;
  top: 74px;
  /*border-top: 1px solid #ddd;*/
  z-index: 10;
}
.pp-header-row .pp-cell {
  color: #333;
  font-weight: bold;
}
.pp-cell {
  /*text-align: center;*/
  border-right: 1px solid  #646464;;
  /*border-bottom: 1px solid  #646464;*/
}
.pp-cell > span {
  display: inline-block;
  padding: 8px;
}
.pp-header-row .pp-sub-cell {
  border-top: 1px solid #646464;
}
.pp-sub-cell {
  padding: 8px;
  /*border-right: 1px solid #ddd;*/
}
.pp-sub-cell:last-child {
  border-right: 0;
}
.pp-header-row .pp-header-cell {
  background: #16171b;
  text-align: center;
  color: #b8b8b8;
  /* border-top: 1px solid #646464; */
}
.pp-header-row .pp-header-cell:first-child {
  /* border-top: 1px solid #646464; */
}
.pp-cell.pp-header-cell.common-checkbox-col {
	border-left: 1px solid #646464;
}
.pp-sub-cell-wrap {
  display: flex;
  height: 100%;
}
.pp-sub-cell {
  float: left;
  width: 33.33%;
}
.pp-sub-col-2 .pp-sub-cell {
  width: 50%;
}
.table-caret .global-org-list-wrap .box {
  background-color: transparent;
   border-right-color: #646464;
  border-left-color: #646464;
  /*border-top: 1px solid #646464;*/
  border-bottom: 1px solid #646464;
}
.table-caret .btn-box-tool p {
  color: #b8b8b8;
  min-height: 18px;
  -moz-user-select: all;
  -webkit-user-select: all; /* Safari */
  -ms-user-select: all; /* IE 10 and IE 11 */
  user-select: all;
}
.table-caret .btn-box-tool .misc-col label {
  -moz-user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}
.pp-content-container .pp-row:nth-of-type(odd) .pp-cell {
  background-color: #1c1d23;
   /* border-top: 1px solid #646464; */
}
.pp-content-container .pp-row:nth-of-type(even) .pp-cell {
  background-color: #222228;
  /* border-top: 1px solid #646464; */
}
/*.pp-content-container .pp-row:hover .pp-cell {
  background-color: #e9e9e9;
}*/
.pp-content-container .pp-row.selected .pp-cell {
  background-color: transparent;
}
.matchInstance {
  border: 2px dashed #999;
  width: 100%;
  height: 65px;
}
.inactive-tr {
  position: relative;
  opacity: 0.5
}
.inactive-tr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .05);
}
.clone-row .cell-action-btn .btn {
  padding: 4px 8px;
}
.clone-row .cell-action-btn .btn:first-child {
  margin-right: 2px;
  padding: 5px 8px;
}
.comment.more li {
  color: #b8b8b8;
  word-break: break-word;
  white-space: normal;
  border-bottom: 1px solid #8e8e8e;
  padding: 5px 0;
}
.comment.more li:last-child {
  border-bottom: 0;
}
.adv-search-section legend {
	color: #b8b8b8;
}
.label-head {
	color: #b8b8b8;
}
/*.comment.less li {
  word-break: break-word;
  white-space: normal;
  color: #777;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}*/
.fixed-filters {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 11;
  /*margin-left: -10px;
  margin-right: -10px;*/
  margin: 0;
  margin-bottom: 10px;
  background-color: #16171b;
  border-radius: 3px;
}
.merge-org-listings-container table {
  border-top: none;
}
.org-mapping th {
    background: #0b0b0e !important;
    color: #fff !important;
    padding-left: 8px;
}
/*.org-mapping th i.fa-remove {
	color: #1b1c22 !important;
}*/
.show-logs-wrap a {
  color: #e8bd2b;
}
.merge-org-listings-container table tr th:last-child .remove-clone-column-link,
.merge-org-listings-container table tr th .clone-column-link {
  display: none;
}

.merge-org-listings-container table tr th:last-child .clone-column-link{
  display: block;
}

.merge-org-listings-container .global-org-list-wrap .box {
  cursor: move;
}
.merge-org-listings-container .no-plus-minus-icons {
  cursor: move;
}
.merge-org-listings-container .undo-confirmed-matching-link,
.merge-org-listings-container .confirm-matching-link,
/*.merge-org-listings-container .permanent-delete-matching-link,*/
.merge-org-listings-container .search-matching-link {
  display: none;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
.active-draggable {
  background-color: rgba(60,141,188,0.2) !important;
}
.full-loader {
  display: none;
}
.full-loader,
.full-loader img {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255,255,255,0.5);
  z-index: 1060;
}
.full-loader img {
  background-color: transparent;
}
.alignMiddle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bulk-action-select-all-checkboxes .icheckbox_minimal-blue {
  background-image: url(/images/admin/img/aero.png);
  height: 22px;
  width: 22px;
}
.bulk-action-select-all-checkboxes .icheckbox_minimal-blue.checked {
  background-position: -40px 0;
}
.alert {
  padding-right: 25px;
}
.alert .close {
  margin-top: -18px;
  top: 50% !important;
  font-size: 30px;
}
.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}
.alert-secondary {
    color: #383d41 !important;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}
.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}
.alert-light {
    color: #818182 !important;
    background-color: #fefefe !important;
    border-color: #fdfdfe !important;
}
.alert-dark {
    color: #1b1e21 !important;
    background-color: #d6d8d9 !important;
    border-color: #c6c8ca !important;
}
.status-dropdown .current-selected-link {
  cursor: default;
}
.row-matching-status-container .status-dropdown .current-selected-link span {
  background-color: transparent;
}
.status-dropdown .current-selected-link span:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: -2px;
  margin-left: -2px;
  display: block;
}
.fixed-filter-outer {
 	padding: 10px;
}
.fixed-filter-outer .inline-cont {
  display: inline-block;
}
.fixed-filter-outer span.total-records-outer {
	margin-left: 10px;
}
.match-type-list {
  margin-left: 10px;
  padding-top: 16px;
}
.match-type-list span {
  color: #b8b8b8;
}
.show-logs-wrap {
  padding-top: 16px;
}
@media(max-width: 1199px) {
  .res-col {
    width: 100%;
    text-align: left;
  }
}
@media(max-width: 1199px) {
  .exact-match-legend,
  .partial-match-legend,
  .confirm-match-legend,
  .manual-match-legend,
  .confirmed-match-legend {
    margin-top: 0;
  }
  .toggle-text.custom-log-outer {
  	width: 100%;
    padding-bottom: 0;
  }
  .show-logs-wrap {
  	padding-top: 0;
  }
  .fixed-filters .show-logs-wrap a {
     margin-top: 0;
  }
  .exact-match-legend {
    margin-left: 0;
  }
  .pp-header-row {
    background-color: rgba(27, 28, 34, 0.9);
    top: 98px;
  }
}
@media(max-width: 991px) {
	.hide-show-input {
		width: 100%;
	}
	.res-float {
		float: left;
	}
  .pp-header-row {
    top: 134px;
  }
}
.hidden-read-more {
  display: none;
}
.row-matching-status-container .row-matching-dot-drop,
.row-matching-status-container .row-matching-dot,
.select2-container span.to-do,
.select2-container span.partial,
.select2-container span.done,
.select2-container span.system-confirmed {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 11px;
  border-radius: 50%;
}
.row-matching-dot-drop.reverify,
.row-matching-status-container .row-matching-dot.reverify {
  background-color: #ccc;
}
/* .status-dropdown .current-selected-link span.reverify:after {
  background-color: #ccc;
} */

.row-matching-dot-drop.synced,
.row-matching-status-container .row-matching-dot.synced {
  background-color: #7171fd;
}
.status-dropdown .current-selected-link span.synced:after {
  color: #7171fd;
}


.row-matching-status-container .row-matching-dot-drop {
  top: 9px;
}
.status-dropdown button {
  position: relative;
  padding: 0;
  height: 25px;
  width: 35px;
  margin-top: 4px;
  margin-left: -5px;
  margin-right: -5px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
}
.status-dropdown li {
  position: relative;
}
.status-dropdown li a {
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
}
.status-dropdown li:last-child a {
  border-bottom: none;
}
.pp-row:hover .status-dropdown button .caret {
  opacity: 1;
   color: #e8bd2b;
}
.status-dropdown .btn-default:hover,
.status-dropdown .btn-default:active,
.status-dropdown .btn-default.hover,
.status-dropdown .btn-default.active,
.status-dropdown .btn-default:active,
.status-dropdown .btn-default.focus,
.status-dropdown .btn-default:focus,
.status-dropdown .btn-default.active.focus,
.status-dropdown .btn-default.active:focus,
.status-dropdown .btn-default.active:hover,
.status-dropdown .btn-default:active.focus,
.status-dropdown .btn-default:active:focus,
.status-dropdown .btn-default:active:hover,
.status-dropdown.open > .dropdown-toggle.btn-default,
.status-dropdown.open > .dropdown-toggle.btn-default.focus,
.status-dropdown.open > .dropdown-toggle.btn-default:focus,
.status-dropdown.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.status-dropdown .caret {
  position: absolute;
  right: 2px;
  top: 9px;
  opacity: 0;
}
.row-matching-status-container .row-matching-dot {
  left: 13px;
  top: 5px;
}
.select2-container .select2-selection__rendered span.to-do,
.select2-container .select2-selection__rendered span.partial,
.select2-container .select2-selection__rendered span.done,
.select2-container .select2-selection__rendered span.system-confirmed {
  right: 20px;
  top: 13px;
}
.select2-container li,
.row-matching-status-container {
  position: relative;
    font-size: 13px;
    /*padding: 3px 8px;*/
}
.select2-container li:hover {
	background-color: #222327 !important;
}
.select2-container span.to-do,
.row-matching-status-container .row-matching-dot.to-do,
.row-matching-status-container .row-matching-dot-drop.to-do {
  background-color: #ccc;
}
.select2-container span.partial,
.row-matching-status-container .row-matching-dot.partial,
.row-matching-status-container .row-matching-dot-drop.partial {
  background-color: #e08e0b;
}
.select2-container span.done,
.row-matching-status-container .row-matching-dot.done,
.row-matching-status-container .row-matching-dot-drop.done {
  background-color: #00a65a;
}
.select2-container span.system-confirmed,
.row-matching-status-container .row-matching-dot.system-confirmed,
.row-matching-status-container .row-matching-dot-drop.system-confirmed {
  background-color: #398439;
}
.status-dropdown .current-selected-link span.to-do:after {
  color: #ccc;
}
.status-dropdown .current-selected-link span.partial:after {
  color: #e08e0b;
}
.status-dropdown .current-selected-link span.done:after {
  color: #00a65a;
}
.status-dropdown .current-selected-link span.system-confirmed:after {
  color: #398439;
}
.link-more-orgs-panel {
  margin-top: -10px;
}
.ContenedorTabla {
  margin-top: 0px !important;
  /*overflow: auto !important;*/
}
.related-tags-container label {
  color: #b8b8b8;
}
.related-tags-container a {
  margin-top: 5px;
  margin-bottom: 5px !important;
}
.related-tags-container a i {
  margin-top: 1px;
}
.related-tags-container a.selected {
  background-color: #3f3f41;
  border-color: #3f3f41;
  color: #d9d9d9 !important;
}
.related-tags.selected .fa.fa-square-o:before {
  content: "\f046";
}
a.show-logs-popup-link {
  /*margin-top: 28px;*/
  display: inline-block;
  /*font-weight: bold;*/
  text-decoration: underline;
}
.matchingTemplateLogSidebar {
  padding: 22px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 20px
}
.matchingTemplateLogSidebar .form-group {
  margin-right: 10px;
}
.matchingTemplateLogSidebar .btn {
  margin-right: 5px;
}
.matchingTemplateLogSidebar input.form-control {
  width: 216px;
}
.clusterize-content {
  margin-bottom: 0;
}
.clusterize-content.table > tbody > tr > td {
  padding: 10px;
  /*padding-left: 42px;*/
  width: 100px;
}
.clusterize-content.table > tbody > tr:first-child:hover td {
  border-color: transparent !important;
}
.clusterize-content.table > tbody > tr td {
  border: 1px solid transparent;
}
.clusterize-content.table > tbody > tr:hover td {
  border: 1px solid rgba(232, 189, 43, 0.70);
}
a.single-match-history-link {
  display: inline-block;
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
}
.btn-light-sky {
  padding: 2px 5px;
  background-color: #3f3f41;
  line-height: 15px;
  /*border-color: rgba(60, 141, 187, 0.12);*/
  color: #d9d9d9;
  font-size: 11px;
  padding: 0 4px;
  margin-right: 3px;
  transition: all 0.2s ease-in-out 0s;
  /*-webkit-transition: all 0.2s ease-in-out 0s;*/
}
.btn-light-sky:hover,
.btn-light-sky:focus {
  background-color: #373739;
  color: #e8bd2b;
}
table.matching-template-logs-table tbody tr td .select-log-row-checkbox-container {
  display: none;
}
table.matching-template-logs-table tbody tr {
  cursor: pointer;
}
.select-log-row-checkbox-container {
  margin-right: -26px;
}
.load-more-logs-container {
  margin-top: 20px;
}
.matching-template-logs-table tr.table-row-data td {
	position: relative;
}
.matching-template-logs-table tr.table-row-data td:hover::before {
	background-position: center;
}
.matching-template-logs-table tr.table-row-data td:before {
    position: absolute;
    content: "";
    left: 10px;
    height: 14px;
    width: 14px;
    top: 50%;
    background-image: url(/images/admin/checkbox.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    transform: translateY(-50%);
}
.matching-template-logs-table tr.table-row-data.row-selected td:before {
	background-position: bottom;
}
/*.matching-template-logs-table tr.table-row td {
  height: 18px;
  width: 18px;
  background: url(/images/admin/img/unselect.png) no-repeat 10px 50%;
}
.matching-template-logs-table tr.table-row.row-selected td {
  background: url(/images/admin/img/select.png) no-repeat 10px 50%;
  background-color: rgba(54,127,169,0.05);
}*/
.clusterize-scroll .matching-template-logs-table tr.table-row-label td {
  background: none !important;
  padding-left: 13px;
}
.matching-template-logs-table .clusterize-no-data td {
  background: none;
  background-color: none;
  padding: 0;
  padding-top: 50px;
}
.table-hover > tbody > tr.clusterize-no-data:hover {
  background: transparent;
  cursor: default;
}
.table-hover > tbody > tr:hover {
	background-color: transparent;
}
.matching-template-logs-bulk-actions > span {
  margin-bottom: 10px;
  display: inline-block;
}
.matching-template-logs-bulk-actions ul.popup-bulk-action-list {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
          box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.matching-template-logs-bulk-actions ul.popup-bulk-action-list li a {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.matching-template-logs-bulk-actions ul.popup-bulk-action-list li:last-child a {
  border-bottom: 0;
}
.notification-msg-container {
  width: 100%;
  position: relative;
  line-height: 35px;
}
.notification-msg-container i {
  font-size: 13px;
  position: absolute;
  white-space: nowrap;
  right: 0;
}
.logs-action-select p {
  display: inline-block;
  margin: 0;
  margin-right: 6px;
  vertical-align: middle;
}
.logs-action-select input {
  width: auto;
}
.logs-action-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.logs-action-select .select2-container--default .select2-selection--single {
  border-radius: 2px;
}
.highlight-removed-row {
  background: rgba(255,0,0,0.09);
}
.logs-action-sheet .select2-container {
  width: 200px !important
}
/*.clusterize-scroll {
  margin-top: 10px;
}*/
.clusterize-scroll .detailed-logs-heading {
  background-color: rgb(60, 141, 188);
  z-index: 1;
  top: 0px;
}
.logs-row-status-label {
  font-weight: normal;
  height: 20px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 7px;
  font-size: 11px;
}
.clusterize-scroll .dot-done {
  background-color: #00a65a;
}
.clusterize-scroll .dot-to-do {
	margin: 5px 0;
}
.clusterize-scroll .dot-partial {
  background-color: #e08e0b;
}
.clusterize-scroll .dot-system_confirmed {
  background-color: #398439;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  right: 10px;
}
.clusterize-scroll .undo-log-btn {
  float: right;
  visibility: hidden;
}
.clusterize-scroll .table-row-label:first-child + tr td i {
  position: relative;
  padding-right: 7px;
}
.clusterize-scroll .table-row-label:first-child + tr td .undo-log-btn {
	padding: 2px 10px;
	visibility: visible;
	margin-top: 5px;
}
.matching-template-logs-table .table-row-label {
  background: transparent !important;
  cursor: default;
}
.matching-template-logs-table .table-row-label .label-span {
	padding: 3px 10px 3px;
	background: #3f3f41;
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
  margin-left: 10px;
}
.matching-template-logs-table .table-row-label td {
  position: relative;
  padding-top: 15px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.matching-template-logs-table .table-row-label td:before {
	display: inline-block;
    margin-right: 8px;
    height: 3px;
    content: " ";
    border-top: 2px dashed rgba(146, 146, 146, 0.08);
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
}
.matching-template-logs-table .table-row-label td:after {
	position: absolute;
	display: inline-block;
    margin-left: 8px;
    height: 3px;
    content: " ";
    border-top: 2px dashed rgba(146, 146, 146, 0.08);
}
.matching-template-logs-table .table-row-label td,
.matching-template-logs-table .table-row-label + tr td {
  border: none;
}
table.matching-template-logs-table tbody tr td span.notification-log-chosen-name {
  width: 26%;
  float: left;
  padding-right: 10px;
}
/* table.matching-template-logs-table tbody tr td span.notification-log-card-name {
  width: 30%;
  float: left;
} */
table.matching-template-logs-table tbody tr td span.to-do-row-log-label {
  color: #cccccc;
}
table.matching-template-logs-table tbody tr td span.partial-row-log-label {
  color: #e08e0b;
}
table.matching-template-logs-table tbody tr td span.system-confirmed-row-log-label {
  color: #398439;
}
table.matching-template-logs-table tbody tr td span.confirmed-card-log-label,
table.matching-template-logs-table tbody tr td span.new-row-added-log-label,
table.matching-template-logs-table tbody tr td span.done-row-log-label,
table.matching-template-logs-table tbody tr td span.manually-added-card-log-label {
  color: #00a65a;
}
table.matching-template-logs-table tbody tr td span.restore-card-log-label,
table.matching-template-logs-table tbody tr td span.remove-row-log-label,
table.matching-template-logs-table tbody tr td span.remove-card-log-label {
  color: #DD4B39;
}
table.matching-template-logs-table tbody tr td span.synced-card-log-label {
  color: #7171fd;
}
.clusterize-scroll .table-row.undo-btn-hide .notification-msg-container .undo-log-btn {
  visibility: hidden;
}
.clusterize-scroll .table-row.undo-btn-hide .notification-msg-container i {
  position: absolute;
  margin-right: 0;
}
table.matching-template-logs-table tbody tr td span.exact-card-log-label {
  color: #3c8dbc;
}
table.matching-template-logs-table tbody tr td span.partial-card-log-label {
  color: #f39c12;
}

table.matching-template-logs-table tbody tr td span.to_do-row-log-label {
  color: #777777;
}
.level-info-ico {
  vertical-align: middle;
}
.org-filters .switch {
  margin-top: 5px;
}
/*.form-outer-wrap .form-group {
  margin-bottom: 25px;
}*/
/*.form-outer-wrap .form-group:last-child {
  margin-bottom: 15px;
}*/
.form-outer-wrap label.error {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0;
  font-size: 12px;
  color: red;
  font-weight: 400;
}
label#noteUrl-error {
	font-size: 12px;
	color: red;
	font-weight: 400;
}
/*.status-input-wrap input {
  height: 15px;
  width: 15px;
  margin-top: 9px;
}*/
.user-table-wrap .dataTables_length {
  padding-top: 10px;
  padding-bottom: 10px;
}
#changePasswordForm label.error{
  font-size: 12px;
  color: red;
  font-weight: 400;
}
.error_validation {
  font-size: 12px;
  color: red;
  font-weight: 400;
}
#validate_permission label.error {
  font-size: 12px;
  color: red;
  font-weight: 400;
}

/* Dashboard */
.collapse-btn .checked-list-box .checkbox {
  padding-left: 15px;
	padding-top: 0;
	min-height: inherit;
}
.collapse-btn ul.list-group {
	margin-bottom: 0;
}
.collapse-btn .checkbox input[type=checkbox] {
	margin-left: 0;
}
/*.collapse-btn .list-group {
	min-height: 250px;
	max-height: 150px;
    overflow: auto;
}*/
.collapse-btn .list-group-item {
	padding: 10px 0;
	border: 0;
}
.collapse-btn .list-group-item:last-child,
.collapse-btn .list-group-item:first-child {
	border-radius: 0;
}
.collapse-btn .list-group-item label {
	font-weight: 500;
}
.collapse-btn span {
	display: inline-block;
  	vertical-align: middle;
  	margin-top: -1px;
}
.collapse-btn p {
	margin-bottom: 0;
}
/*.form-sec.box-info {
	padding: 25px;
}*/
.form-sec .control-label {
	text-align: left;
	color: #b8b8b8;
}
.form-btn .btn {
	margin-right: 5px;
	padding: 6px 18px;
}
.flex-row {
	display: flex;
}
.flex-row .box.box-info {
	margin-bottom: 5px;
	height: 100%;
}
.collapse-btn .box {
	margin-bottom: 0;
}
.collapse-btn .box-header {
	color: #3c8dbc;
}
.collapse-btn .box-header i.fa-angle-double-right {
	transform: rotateZ(-90deg);
}
.collapse-btn .box-header.collapsed i.fa-angle-double-right {
	transform: rotateZ(0deg);
}
.deleteCloseIcon {
    font-size: 1.5em;
    cursor: pointer;
    color: #d9d9d9;
    text-align: right;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: transparent;
	cursor: text;
    background-color: #25262c;
    border: 1px solid rgba(146, 146, 146, 0.36);
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    /*font-weight: 400;*/
    font-size: 12px;
}
/*.single-org-variations table {
  height: 200px;
  max-height: 200px;
}*/
.query-detail-open-link,
.query-detail-open-link:hover {
  color: #d9d9d9;
}
.matchings-auto-load {
  margin-top: 15px;
}
.table .clusterize-no-data td {
	text-align: center !important;
}
.btn[disabled] {
	opacity: .65;
    background-color: #e8bd2b !important;
    color: #000 !important;
}
.eia-respondent-listing-table {
	/*width: 100% !important;*/
}
#pruebatabla.org-mapping th,
#CompareChosenNameLogsTable.org-mapping th  {
	border-color: #646464 !important;
    border-right: 1px solid #646464 !important;
    border-style: solid !important;
    padding-left: 8px !important;
    vertical-align: middle !important;
}
#pruebatabla.org-mapping th:first-child {
  border-left: 1px solid #646464 !important;
}
#pruebatabla.org-mapping tr td:first-child {
  border-left: 1px solid #646464;
}
.merge-org-listings-container table .box {
	background-color: transparent;
}
.manage-match-tot-record, .hide-show-input .common-input-wrap {
	width: auto !important;
	color: #b8b8b8;
	padding-left: 10px;
}
.hide-show-input {
    display: inline-block;
    padding-bottom: 0;
    /*padding-top: 12px !important;*/
}
.js-matching-listing-row td.active-draggable {
	background-color: #16171b !important;
}
#pruebatabla.fht-table {
	width: auto !important;
	height: auto !important;
	margin-top: 0;
}
.org-mapping tr:nth-child(even) td {
	background-color: #222228;
}
/* #pruebatabla.org-mapping tr td:first-child {
  border-right: 1px solid #646464 !important;
} */
#pruebatabla.org-mapping tr td {
  border-right: 1px solid #646464;
  border-bottom: 1px solid #686868;
  border-top: 1px solid transparent;
}
#pruebatabla.org-mapping tr:hover td {
  border-color: rgba(232, 189, 43, 0.5);
}
.org-mapping tr.js-matching-listing-row .item {
	/* padding-left: 7px; */
}
#matchingTemplateLogHistoryTable tr.table-row-label:hover td {
	border: 1px solid transparent !important;
}
#matchingTemplateLogHistoryTable tbody tr td {
	position: relative;
	padding: 3px 35px;
}
/* Interconnection Matching Template */
#linkingLogHistoryTable tbody tr td {
    padding: 3px 35px;
    position: relative;
}
.modal-dialog .modal-body  table#matchingTemplateLogHistoryTable  {
  margin-top: 10px !important;
}
.permissions-listing-table tbody tr td {
	word-break: break-word;
}
.adv-add-more-row:first-child {
	margin-right: 5px;
  margin-left: 5px;
}
.adv-remove-row:first-child {
  margin-left: 0;
}
.match-list-wrap .match-type-list {
  padding-top: 8px;
}
.match-list-wrap .show-logs-wrap {
  padding-top: 7px;
}
.matching-export-dropdown {
  margin-left: 10px;
  /*top: 10px;*/
}
.fixed-filters .matching-export-dropdown .dropdown-menu {
	min-width: 105px;
}

.matching-col-hide {
  display: none !important;
}


@media(max-width: 768px) {
	.fixed-filters .matching-export-dropdown {
	    margin-left: 0;
	    margin-top: 10px;
	}
}
ul.matching-export-list li:last-child a {
  border-bottom: 0;
}
.org-match-details {
  font-size: 11px;
}
.form-control.custom_chosen_name {
  max-width: 300px;
}
.global-org-list-wrap .duns-num-wrap .box-header .misc-col {
  visibility: visible;
}
.duns-num-wrap .misc-col .dun-label {
  font-size: 11px;
  color: #999;
  margin-bottom: 0;
}
.duns-num-wrap .misc-col p:nth-child(odd) {
  background-color: #2c2d33;
  line-height: 17px;
  border-radius: 3px;
}
.highlight-card .duns-num-wrap .misc-col p:nth-child(odd) {
  background-color: rgba(232, 189, 43, 0.2);
}
.duns-num-wrap .misc-col p.transparent-bg,
.highlight-card .duns-num-wrap .misc-col p.transparent-bg {
  background-color: transparent;
}
.check-btn-group {
  display: block;
}
.mc-id {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  color: #999;
}
.mc-id .mc-label {
  font-size: 11px;
  color: #b8b8b8;
}
.table-caret .btn-box-tool p.mc-id-wrap {
  /* margin-bottom: 0;  */
  /* line-height: normal; */
}
.pb0 {
  padding-bottom: 0 !important;
}
.master-company-name-add {
  height: 100%;
}
.master-company-name-add-inner h6.modal-title {
  font-size: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.master-company-name-add .input-option-group:nth-child(odd) {
  background-color: #25262c;
}
.master-company-name-add .input-option-group {
  border: 1px solid transparent;
  padding-left: 30px;
  line-height: normal;
  padding-top: 2px;
  padding-bottom: 2px;
}
.master-company-name-add .input-option-group:hover {
  border-color: rgba(232, 189, 43, 0.5);
}
.master-company-name-add .input-option-group .meta-key-wrap {
  float: left;
  /* width: 85px; */
  margin-right: 5px;
}
.master-company-name-add .input-option-group .meta-key {
  font-size: 11px;
  vertical-align: bottom;
  color: #d9d9d9;
  background-color: #3f3f41;
  cursor: pointer;
  /* max-width: 85px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  /* vertical-align: middle; */
  /* display: inline-block; */
  width: 90px;
}
.master-company-name-add .input-option-group label {
  font-size: 13px;
  font-weight: normal !important;
  margin-bottom: 0;
  color: #b8b8b8;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.master-company-name-add .input-option-group.common-custom-radio-btn label:before {
  left: 8px;
}
.master-company-name-add .left-col {
  border-right: 1px solid rgba(146, 146, 146, 0.36);
}
.master-company-name-add .custom-col,
.master-company-nameadd-wrap form {
  height: 100%;
}
.master-company-nameadd-wrap {
  height: calc(100% - 60px);
}
.master-company-name-add .right-col {
  border-left: 1px solid rgba(146, 146, 146, 0.36);
}
.mc-name-popup.width70-percentage {
  /* height: 70%; */
}
.mc-name-popup .modal-content {
  height: 100%;
  position: relative;
}
.mc-name-popup .modal-footer {
  box-shadow: 0 0 3px rgba(232, 189, 43, 0.3);
}
.mc-name-popup .loading-stage {
  color: #b8b8b8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.master-company-nameadd-wrap.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.master-company-name-add-inner {
  padding-bottom: 15px;
}
.master-company-name-add-inner .scrollable-list {
  overflow-y: auto;
  min-height: 100px;
}
.scrollable-list .common-custom-radio-btn input[type=radio] + label:before {
  height: 16px;
  width: 16px;
}
.input-option-group.common-custom-radio-btn .meta-right-text {
  vertical-align: middle;
}
.matching-orgs-list .highlight-card {
  background-color: rgba(255, 221, 0, 0.2);
}
.duns-num-wrap .org-match-details .misc-col .info-title, .info-title {
  margin-top: 10px;
  font-size: 12px;
  color: #b8b8b8;
  text-decoration: underline;
  background-color: transparent;
  padding-left: 0;
}
.org-match-details .nav-tabs {
  border-bottom-color: #646464;
}
.matching-orgs-list .highlight-card .org-match-details .nav-tabs {
  border-bottom-color: #d9d9d9;
  margin-top: -2px;
}
.net-gen {
  background-color: #2c2d33;
}
.card-top-space,
.org-mapping .misc-col.card-top-space {
  padding-top: 5px;
}
.card-url-text {
  word-break: break-word;
  line-height: normal;
  display: inline-block;
}
.matching-orgs-list .highlight-card .misc-col p,
.matching-orgs-list .highlight-card .btn-box-tool p,
.matching-orgs-list .highlight-card .number-col p, 
.matching-orgs-list .highlight-card .location-col p span, 
.matching-orgs-list .highlight-card .misc-col p,
.matching-orgs-list .highlight-card .mc-id,
.matching-orgs-list .highlight-card .mc-id .mc-label,
.item.highlight-card,
.matching-orgs-list .highlight-card .number-col p label, 
.matching-orgs-list .highlight-card .location-col p label,
.matching-orgs-list .highlight-card .org-match-details .info-title, 
.matching-orgs-list .highlight-card .misc-col p label,
.matching-orgs-list .highlight-card .org-match-details .nav-tabs li a {
  color: #d9d9d9;
}
.highlight-card .org-match-details .info-title,
.highlight-card .duns-num-wrap .misc-col p.info-title {
  background-color: transparent;
}
.highlight-card .duns-num-wrap .box-foot .misc-col p,
.duns-num-wrap .box-foot .misc-col p {
  background-color: transparent;
}
.matching-orgs-list .unconfirm-dun span {
  text-decoration: line-through;
}
.global-org-list-wrap .box b {
  font-weight: normal;
}
#mergeOrgListingsPopup .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
#mergeOrgListingsPopup .modal-content,
#mergeOrgListingsPopup section.content,
#mergeOrgListingsPopup .merge-org-selection-form,
#mergeOrgListingsPopup .merge-org-listings-container,
#mergeOrgListingsPopup .merge-org-listings-container .ContenedorTabla,
#mergeOrgListingsPopup .merge-org-listings-container .col-xs-12 {
  height: 100%;
}
#mergeOrgListingsPopup .loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
}
#mergeOrgListingsPopup .modal-body {
  height: calc(100% - 130px);
  position: relative;
}
.dropdown-search {
  margin-left: 12px;
  border-radius: 3px !important;
  display: none;
}
.custom-dropdown-admin .dropdown-search i.fa-search {
  color: #b8b8b8;
  margin-right: 2px;
}
.dropdown-search:hover,
.custom-dropdown-admin .dropdown-search:hover i.fa-search {
  color: #e8bd2b !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.db-search-wrap .form-group {
  width: 31.3%;
}
.db-search-wrap .select2-container {
  margin-left: 0;
}
.sync-popup-pills {
  line-height: normal;
  list-style: none;
  display: inline-block;
  margin: 2px;
  font-size: 12px;
  padding: 3px 7px;
  background-color: #3F3F41;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  border: 0;
  transition: all .2s ease-in-out 0s;
  border-radius: 15px;
  text-transform: capitalize;
}

/* search sticky */
.sticky-search {
  position: sticky;
  top: 60px;
  z-index: 99;
}
.sticky-search .search-outer {
  box-shadow: 0px 2px 2px 0px #000;
}
/* Tabs UI */
.org-match-details .nav-tabs li a {
  padding: 5px 8px;
  position: relative;
  color: #fff;
  height: 25px;
}
.org-match-details .nav-tabs li.active a,
.matching-orgs-list .highlight-card .org-match-details .nav-tabs li.active a,
.org-match-details .nav-tabs li.active a:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #e8bd2b;
}
.matching-orgs-list .highlight-card .org-match-details .tab-content,
.org-match-details .tab-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 7px;
}
.org-match-details .nav-tabs li a:after {
  width: 100%;
  position: absolute;
  content: "";
  height: 1px;
  left: 50%;
  bottom: -1px;
  background-color: transparent;
  transform: translateX(-50%);
  transition: all .3s ease-in-out 0s;
}
.org-match-details .nav-tabs li a {
  background: transparent;
  color: #b8b8b8;
}
.org-match-details .nav-tabs li:hover a,
.matching-orgs-list .highlight-card .org-match-details .nav-tabs li:hover a {
  color: #e8bd2b;
}
.org-match-details .nav-tabs li a:hover,
.org-match-details .nav-tabs li a:focus {
  border-color: transparent;
} 
.org-match-details .nav-tabs li.active a:after,
.org-match-details .nav-tabs li:hover a:after  {
  background-color: #e8bd2b;
}
.org-match-details .tab-content {
  border-top: 0;
}
.duns-num-wrap .box-header p.mc-id-wrap {
  margin-bottom: 5px;
  margin-top: 0;
}

/* For on change master company show deleted record */
.master-company-name-add .deleted-record {
  border: 1px solid #d26f6f;
  position: relative;
}

.label-del{
  position: absolute;
  right: 8px;
}
.modal-body  .add-suggestion {
  height: 70px;
  line-height: 50px;
}
.show_items,
.hide_items,
.show_items:hover,
.hide_items:hover {
  color: #e8bd2b;
  font-size: 13px;
  text-decoration: underline;
}

.manage-match-tot-record {
  display: none;
  font-weight: 600;
}
.tags-links-container .dropdown-menu {
  padding: 10px 0;
}
.tags-links-container .dropdown-menu li {
  padding: 0;
  border: 0;
}
.tags-links-container .dropdown-menu li:nth-child(even) {
  background-color: rgba(21,20,20,0.30);
}
.tags-links-container .dropdown-menu li a {
  margin: 0 !important;
  padding: 4px 15px;
  font-size: 13px;
}
.tags-links-container .dropdown-menu>li>a>.fa {
  margin-right: 5px;
}
.tags-links-container .dropdown-menu li a:hover .fa {
  color: #e8bd2b;
}
/* This is for manage matches popup, hiding deleted duns, No. of Rejected duns link and No suggestion div  */
#mergeOrgSelectionForm .deleted-dun, #mergeOrgSelectionForm .show_items, #mergeOrgSelectionForm .add-suggestion {
  display: none;
}
.master-company-name-add-inner .duns-right {
  position: absolute;
  right: 0;
}

span.meta-right-content {
  margin-left: auto;
}
.deleted-tag {
  margin-right: 5px;
}

#singleOrgVariations span.meta-right-content {
  display: flex;
  align-items: center;
  cursor: auto;
}