body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.new-test-a .hide{
	opacity:0;
}

.hide{
	display:none;
}

thead th,
tbody td{
	border: 1px solid #ccc !important;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px; /* Height of navbar */
  height: calc(100vh - 80px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  font-size:16px;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
  width: 26px;
  height: 26px;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.navbar-nav .nav-link .feather{
	margin-right: 5px;
	width: 20px;
    height: 20px;
}


.sidebar .nav-link.active {
  color: #007bff;
}


.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-left:16px;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.section_result_buttons{
	padding:15px 0;
	width:100%;
	border-bottom: 0 solid #ddd;
}

.section_result_buttons input{
	padding: 6px;
    border: 1px solid #000;
}

.result-retailer-sort,
[class*="result-retailer-sort-"]{
	opacity:1;
	display:block;
	transition:all 1s linear;
}

.result-retailer-sort.disable,
[class*="result-retailer-sort-"].disable{
	opacity:0;
	display:none;
}

table thead th[data-sort]{
	cursor:pointer;
}

table thead th[data-sort][data-order="desc"]:after {
  content:'\2191';
  color:#000;
  font-size:16px;
  margin-left:5px;
}
 
table thead th[data-sort][data-order="asc"]:after {
  content:'\2193';
  color:#000;
  font-size:16px;
  margin-left:5px;	
}

table thead th[data-sort]:after {
  content: '\2195';
  color:#000;
  font-size:16px;
  margin-left:5px;
}


div[class^="result-retailer"] tr .feather {
  margin-right: 4px;
  color: #999;
  width: 26px;
  height: 26px;
}

div[class^="result-retailer"] tr td:hover .feather {
  color: inherit;
}

div[class^="result-retailer"] tr td .feather{
	margin-right: 0px;
	width: 24px;
    height: 24px;
}




div.result-retailer tr td:first-child, div.result-retailer tr th:first-child,
div.result-retailer-key tr td:first-child, div.result-retailer-key tr th:first-child,
div.result-retailer-cat tr td:first-child, div.result-retailer-cat tr th:first-child{
	background-color:#fff !important;
	border-top:1px solid transparent !important;
	border-bottom:1px solid transparent !important;
	border-left:1px solid transparent !important;
}

div.result-retailer-sort tr td:first-child,div.result-retailer-sort tr th:first-child,
div.result-retailer-sort-key tr td:first-child,div.result-retailer-sort-key tr th:first-child,
div.result-retailer-sort-cat tr td:first-child,div.result-retailer-sort-cat tr th:first-child{
	background-color:#fff !important;
	border-top:1px solid transparent !important;
	border-bottom:1px solid transparent !important;
	border-left:1px solid transparent !important;
}


.result-retailer input[data-search][data-table].search,
[class*="result-retailer-"] input[data-search][data-table].search{
	opacity:1;
	display:inline-block;
	transition:all 0.5s linear;
	vertical-align: top;
	font-size: 18px;
    padding: 5px;
    border: 1px solid #000;
    color: #000;
    margin-left: 10px;
}

.result-retailer input[data-search][data-table].search.disable,
[class*="result-retailer-"] input[data-search][data-table].search.disable{
	opacity:0;
}


.result-general .general-table td.warning,
.result-general-key .general-table-key td.warning,
.result-general-cat .general-table-cat td.warning,
.result-retailer .retailer-table td.warning,
.result-retailer-problem .problem-retailer-table td.warning,
.result-retailer-sort .retailer-table-sort td.warning,
.result-retailer-key .retailer-table-key td.warning,
.result-retailer-problem-key .problem-retailer-table-key td.warning,
.result-retailer-sort-key .retailer-table-sort-key td.warning,
.result-retailer-cat .retailer-table-cat td.warning,
.result-retailer-problem-cat .problem-retailer-table-cat td.warning,
.result-retailer-sort-cat .retailer-table-sort-cat td.warning{
	color: #fff !important;
    background-color: rgba(255,0,0,1);
}
.result-general .general-table td.no-warning,
.result-general-key .general-table-key td.no-warning,
.result-general-cat .general-table-cat td.no-warning,
.result-retailer .retailer-table td.no-warning,
.result-retailer-problem .problem-retailer-table td.no-warning,
.result-retailer-sort .retailer-table-sort td.no-warning,
.result-retailer-key .retailer-table-key td.no-warning,
.result-retailer-problem-key .problem-retailer-table-key td.no-warning,
.result-retailer-sort-key .retailer-table-sort-key td.no-warning,
.result-retailer-cat .retailer-table-cat td.no-warning,
.result-retailer-problem-cat .problem-retailer-table-cat td.no-warning,
.result-retailer-sort-cat .retailer-table-sort-cat td.no-warning{
	color: #fff !important;
    background-color: rgba(0,128,0,1);
}

.result-retailer,
.result-retailer-problem,
.result-retailer-key,
.result-retailer-problem-key,
.result-retailer-cat,
.result-retailer-problem-cat,
.result-retailer-sort{
	margin-top:30px;
}


.result-retailer-sort tbody tr td:first-child:hover svg,
.result-retailer-sort-key tbody tr td:first-child:hover svg,
.result-retailer-sort-cat tbody tr td:first-child:hover svg{
	color:rgba(255,0,0,1);
}

.result-retailer-sort tbody tr td:first-child svg,
.result-retailer-sort-key tbody tr td:first-child svg,
.result-retailer-sort-cat tbody tr td:first-child svg{
	transform: rotate(45deg);
}

.result-retailer-sort tbody tr td:first-child,
.result-retailer-sort-key tbody tr td:first-child,
.result-retailer-sort-cat tbody tr td:first-child{
	cursor:pointer;
	width:33px;
}

.result-retailer tbody tr td:first-child,
.result-retailer-key tbody tr td:first-child,
.result-retailer-cat tbody tr td:first-child{
	cursor:pointer;
	width:33px;
}

div.result-retailer tr th:first-child,
div.result-retailer-sort tr th:first-child{
	width:33px;
}

.main-content-area > div > h2.h2,
.section_result_buttons,
.h1-show h1,
main[role="main"] > .result{
	padding-left:33px;
}



.result-retailer .retailer-table tbody tr td:first-child:hover svg,
.result-retailer-key .retailer-table-key tr td:first-child:hover svg,
.result-retailer-cat .retailer-table-cat tr td:first-child:hover svg{
	color:rgba(0,128,0,1) !important;
}

.result-retailer .retailer-table tbody tr.hide,
.result-retailer-key .retailer-table-key tbody tr.hide,
.result-retailer-cat .retailer-table-cat tbody tr.hide{
	opacity:0;
	display: none;
}

.result-retailer .retailer-table tbody tr.disable,
.result-retailer-key .retailer-table-key tbody tr.disable,
.result-retailer-cat .retailer-table-cat tbody tr.disable{
	opacity:0;
	display:none;
}


.result-retailer-sort .retailer-table-sort tbody tr td:first-child,
.result-retailer-sort-key .retailer-table-sort-key tbody tr td:first-child,
.result-retailer-sort-cat .retailer-table-sort-cat tbody tr td:first-child{
	cursor:pointer;
}

.result-retailer-sort .retailer-table-sort tbody tr td:first-child:hover,
.result-retailer-sort-key .retailer-table-sort-key tbody tr td:first-child:hover,
.result-retailer-sort-cat .retailer-table-sort-cat tbody tr td:first-child:hover{
	background-color:rgba(102,102,102,1);
}

.result-retailer-sort .retailer-table-sort tbody tr td:first-child:hover,
.result-retailer-sort-key .retailer-table-sort-key tbody tr td:first-child:hover,
.result-retailer-sort-cat .retailer-table-sort-cat tbody tr td:first-child:hover{
	color:#fff !important;
}


.section_result_buttons .r-button{
	padding:5px;
	font-size:16px;
	color:#000;
	border:1px solid #000;
	margin-left:10px;
	cursor:pointer;
	display:inline-block;
}
.section_result_buttons .r-button:hover{
	color:#fff;
	background-color:#000;
}

.section_result_buttons .r-button.result_button.active{
	color:#fff;
	background-color:#000;
}

.section_result_buttons .r-button.clear_button.active{
	color:#000;
	background-color:#fff;
}

.section_result_buttons .r-button.clear_button.active:hover{
	color:#fff;
	background-color:#a80000;
	border:1px solid #a80000;
}


.section_result_buttons .r-button.client_button:hover{
	color:#fff;
	background-color:#0000ca;
	border:1px solid #0000ca;
}

.section_result_buttons .r-button.client_button.active{
	color:#fff;
	background-color:#000;
}

.section_result_buttons .r-button.client_button.active:hover{
	color:#fff;
	background-color:#a80000;
	border:1px solid #a80000;
}

.section_result_buttons .r-button.notify_button:hover{
	color:#fff;
	background-color:#ff6600;
	border:1px solid #ff6600;
}




.result_button.disabled{
	cursor: not-allowed;
	opacity:0.4;
}

.clear_button.disabled{
	cursor: not-allowed;
	opacity:0.4;	
}

.client_button.disabled{
	cursor: not-allowed;
	opacity:0.4;	
}

.notify_button.disabled{
	cursor: not-allowed;
	opacity:0.4;	
}

tdoby.retailer-table-tbody > tr.hide{
	display:none;
}


main[role="main"]{
	margin-left: auto!important;
}
main[role="main"] h1{
	text-align:left;
	width:100%;
	border-bottom: 0 solid #ddd;
    padding-bottom: 0;
}
main[role="main"] .result{
	display: flex;
    max-width: 100%;
	width: 100%;
    overflow: hidden;
}

main[role="main"] .result .result-warning{
	color:#8B0000;
	width:100%;
}
main[role="main"] .result .result-success{
	color:#008000;
	width:100%;
}

.main-content-area{
	flex-direction: column;
}
.navbar-nav{
	flex-direction: row;
}

main [class^="main-content-area-"][data-content]{
	display:none;
	opacity:0;
	transition:all 1s linear ;
}

main [class^="main-content-area-"][data-content].active{
	display:block;
	opacity:1;
}

.main-content-area-manager .content{
	padding-left:33px;
	margin-bottom:15px;
}

.main-content-area-manager textarea{
	display: block;
    min-height: 300px;
	height:auto;
    width: calc(100% - 33px );
	padding:5px 10px;	
	resize: inherit;
}

.main-content-area-manager textarea.valid{
	border:1px solid green;
}

.main-content-area-manager textarea.invalid{
	border:1px solid red;
}

.main-content-area-manager label{
	margin-bottom: 10px;
	margin-top:10px;
    font-size: 1.5em;
}

.main-content-area-manager .manager-json-clear{
	padding: 5px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #979797;
	background-color:#979797;
    cursor: pointer;
    display: inline-block;
	margin-top:10px;
	margin-right:5px;
}

.main-content-area-manager .manager-json-copy{
	padding: 5px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #979797;
	background-color:#979797;
    cursor: pointer;
    display: inline-block;
	margin-top:10px;
	margin-right:5px;
}

.main-content-area-manager .manager-json-formating{
	padding: 5px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #000;
	background-color:#000;
    cursor: pointer;
    display: inline-block;
	margin-top:10px;
}

.main-content-area-manager .manager-json-formating:hover{
    color: #000;
    border: 1px solid #000;
	background-color:transparent;
}

.main-content-area-manager .manager-json-clear:hover{
	color: #979797;
    border: 1px solid #979797;
	background-color:transparent;
}

.main-content-area-manager .manager-json-copy:hover{
	color: #979797;
    border: 1px solid #979797;
	background-color:transparent;
}

.json-check{
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
	opacity:0;
	display:none;
}

.json-check.show{
	opacity:1;
	display:inline-block;
	
}

.json-check.valid{
	color:green;
}

.json-check.invalid{
	color:red;
}


.main-content-area .result-general, .main-content-area .result-retailer-problem,
.main-content-area .result-general-key, .main-content-area .result-retailer-problem-key,
.main-content-area .result-general-cat, .main-content-area .result-retailer-problem-cat{
	padding-left:33px;
}

.result-retailer h2, .result-retailer-sort h2
.result-retailer-key h2, .result-retailer-sort-key h2
.result-retailer-cat h2, .result-retailer-sort-cat h2{
	padding-left:33px;
}


.navbar-nav .nav-link{
	font-size: 1.2rem;
    padding: 10px 10px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.4);
	color:rgba(255, 255, 255, 0.4);
}
.navbar-nav .nav-link:first-child{
	margin-right:15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    border: 1px solid rgba(255, 255, 255, 1);
	background-color:#fff;
	color:#212529;
}

.loader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:-1;
	opacity:0;
	background-color:rgba(255,255,255,0.6);
	text-align:center;
}

.loader.active{
	z-index:9999;
	opacity:1;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translate(0,-50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #212529;
  border-radius: 50%; 
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #212529 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
