@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: 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: #5fa0e7;
	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 {
  margin-left: 10px;
} */

@media (max-width:467px) {
	.nav_link_top {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.nav_ink_icon {
		margin-right: 5px;
	}
	.nav_link_text {
		font-size: 12px;
	}
	
}

.inodd {
	background-color: #4d4340 !important;
}

.ineven {
	background-color: #4f4f4f !important;
}
.point {
	cursor:pointer;
}


.no-spinners {
 -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
  .modal-content {
    box-shadow: 0rem 0rem 1rem rgba(255, 255, 255, 0.3);
  }
  .mt-4-5 {
	  margin-top: 1.6rem !important;
  }
  .dark-mode .btn-success {
	  background-color:#28a745; 
  }
  
  
  /* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 15px;
  background-color: white;
  height: 52vh;
  max-width: 285px;
  z-index: 9;
}

.form-popup2 {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 15px;
  background-color: white;
  height: 10vh;
  z-index: 9;
}
/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.client_field {
  background-color: #262e35;
  border: 1px solid #6c757d;
  border-radius: 4px;
  min-height: 38px;
  max-height: 62px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}