@charset "utf-8";
/* Merchants CSS Document */
.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: 26px;
	width: 80px;
	border: 2px solid red;
	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:22px;
	width:61px;
	background:red;
	margin-top:0px;
	margin-left:0px;
	border-radius: 100px;
	color:white;
	line-height:21px;
	animation-name: inner2;
  	animation-duration: 0.5s;  
  	animation-fill-mode: forwards;
	cursor: pointer;
}
.on_outer {
	position: relative;
	height: 26px;
	width: 80px;
	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: 61px;
	background-color: red;
	margin-top:0px;
	margin-left:0px;
	border-radius: 100px;
	color: white;
	line-height: 21px;
	animation-name: inner;
  	animation-duration: 0.5s;  
  	animation-fill-mode: forwards;
	cursor: pointer;
}

@keyframes inner {
  from {left: 
  18px;}
  to {left: 0px; background-color: #0CC10C;}
}
@keyframes outer {
  0%   {border-color: red;}
  100% {border-color: #0CC10C;}
}
@keyframes inner2 {
  from {left: 0px;}
  to {left: 16px; background-color: red;}
}
@keyframes outer2 {
  0%   {border-color: #0CC10C;}
  100% {border-color: red;}
}
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;
}
.radio-shadow {
	padding: 0.2rem;
	border-radius: 50px;
	background: linear-gradient(90deg, rgb(37 91 22 / 70%) 0%,
	rgb(39 111 50) 20%, rgb(223 186 75) 40% , 
	rgb(255 209 25) 60%,  rgb(181 67 22) 82%, 
	  rgb(249 85 85 / 70%) 100%);
	}

  #one{
	border:2px solid white;
	box-shadow:0 0 0 1px #262626;
	appearance:none;
	border-radius:50%;
	width:20px;
	height:20px;
	background-color:#fff;
	transition:all ease-in 0.2s;
  
  }
  #one:checked{
	background-color:rgb(34, 153, 64);
  }
  #two{
	border:2px solid white;
	box-shadow:0 0 0 1px #262626;
	appearance:none;
	border-radius:50%;
	width:20px;
	height:20px;
	background-color:#fff;
	transition:all ease-in 0.2s;
  
  }
  #two:checked{
	background-color:yellow;
  }
  #three{
	border:2px solid white;
	box-shadow:0 0 0 1px #262626;
	appearance:none;
	border-radius:50%;
	width:20px;
	height:20px;
	background-color:#fff;
	transition:all ease-in 0.2s;
  
  }
  #three:checked{
	background-color:#932;
  }
  
  .pointer {
  cursor: pointer;
}
