@charset "utf-8";/* Merchants CSS Document */:root {  --blue: #007bff;  --indigo: #6610f2;  --purple: #6f42c1;  --pink: #e83e8c;  --red: #dc3545;  --orange: #fd7e14;  --yellow: #ffc107;  --green: #28a745;  --teal: #20c997;  --cyan: #17a2b8;  --white: #fff;  --gray: #6c757d;  --gray-dark: #343a40;  --primary: #007bff;  --secondary: #6c757d;  --success: #28a745;  --info: #17a2b8;  --warning: #ffc107;  --danger: #dc3545;  --light: #f8f9fa;  --dark: #343a40;}.imgzoom {  transition: transform .2s;  width: 52px;  height: 52px;  border:1px solid black;}.imgzoom:hover {  -ms-transform: scale(2.0); /* IE 9 */  -webkit-transform: scale(2.0); /* Safari 3-8 */  transform: scale(2.0); }.radio {	margin-left: 20px;}/*.off_outer {	position: relative;	height: 40px;	width: 26px;	border: 2px solid red;	color: green;	font-size: 10px;	text-align: center;	border-radius: 100px;	animation-name: outer2;    animation-duration: 0.5s;}.off_inner {	position: relative;	height:22px;	width:22px;	background:red;	margin:0px auto;	border-radius: 100px;	color:white;	line-height:21px;	animation-name: inner2;  	animation-duration: 0.5s;    	animation-fill-mode: forwards;}.on_outer {	position: relative;	height: 40px;	width: 26px;	border: 2px solid #0CC10C;	color: green;	font-size: 10px;	text-align: center;	border-radius: 100px;	animation-name: outer;    animation-duration: 0.5s;}.on_inner {	position: relative;	height: 22px;	width: 22px;	background-color: red;	margin:0px auto;	border-radius: 100px;	color: white;	line-height: 21px;	animation-name: inner;  	animation-duration: 0.5s;    	animation-fill-mode: forwards;}@keyframes inner {  from {bottom: 2px;}  to {bottom: -15px; background-color: #0CC10C;}}@keyframes outer {  0%   {border-color: red;}  100% {border-color: #0CC10C;}}@keyframes inner2 {  from {bottom: -15px;}  to {bottom: 0px; background-color: red;}}@keyframes outer2 {  0%   {border-color: #0CC10C;}  100% {border-color: red;}}*/.off_outer {	position: relative;	height: 20px;	width: 80px;	border: 2px solid #dc3545;	color: green;	font-size: 10px;	text-align: center;	border-radius: 100px;	animation-name: outer2;    animation-duration: 0.5s;	/* margin-top: 10px; */}.off_inner {	position: relative;	height:16px;	width:60px;	background:#dc3545;	margin-top:0px;	margin-left:0px;	border-radius: 100px;	color:white;	line-height:14px;	animation-name: inner2;  	animation-duration: 0.5s;    	animation-fill-mode: forwards;	cursor: pointer;}.on_outer {	position: relative;	height: 20px;	width: 80px;	border: 2px solid #009600;	color: green;	font-size: 10px;	text-align: center;	border-radius: 100px;	animation-name: outer;    animation-duration: 0.5s;	/* margin-top: 10px; */}.on_inner {	position: relative;	height: 16px;	width: 42px;	background-color: #dc3545;	margin-top:0px;	margin-left:-1px;	border-radius: 100px;	color: white;	line-height: 14px;	animation-name: inner;  	animation-duration: 0.5s;    	animation-fill-mode: forwards;	cursor: pointer;}@keyframes inner {  from {left:   18px;}  to {left: 0px; background-color: #009600;}}@keyframes outer {  0%   {border-color: #dc3545;}  100% {border-color: #009600;}}@keyframes inner2 {  from {left: 0px;}  to {left: 16px; background-color: #dc3545;}}@keyframes outer2 {  0%   {border-color: #009600;}  100% {border-color: #dc3545;}}padl {	padding-left: 0px !important;}padr {	padding-right: 0px !important;}.skin-blue .sidebar-menu>li.header {	color: #ffffff !important;}.graph	{	background-color: #ffffff;	width: 100%;}/* .content-header {	background-color: #e6e6e6 !important;} *//* .table-striped>tbody>tr:nth-of-type(odd) {	background-color: #dadada;} *//*.table-striped>tbody>tr:nth-of-type(odd):hover {	background-color: #83ccef;}*//* table {    background-color: #999999;}table.table-hover tbody tr:hover {    background-color: #83ccef; 	cursor: pointer;} */table > thead > tr {	background-color: #3f6791;	color: #fff;	}.btn-custom {	background-color: #dd4b39; 	color: #ffffff !important; 	border: 1px solid #d73925;} .site-survey-background1{    background-color: #f1e9a7;    padding:5px;	margin-top:5px;}.site-survey-background2{    background-color: #f0eec9;    padding:5px;	margin-top:5px;} .req {    font-size: 10px;    color:#cc0000;}.go-btn{	margin-right: 54px;}/* Change autocomplete styles in WebKit */input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {  border: 1px solid #6c757d;  -webkit-text-fill-color: #343a40;  -webkit-box-shadow: 0 0 0px 1000px #343a40 inset;  transition: background-color 5000s ease-in-out 0s;}.nav-link i {  color: #ff6800;}.pointer {	cursor:pointer;}/* Hide the spin buttons in WebKit browsers */input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {	-webkit-appearance: none;	margin: 0;}/* Hide spin buttons in Firefox */input[type="number"] {	-moz-appearance: textfield;}
