/* Display a loading icon until the page loads completely */
/* This only works with JavaScript,if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
  background: url(loading.gif) center no-repeat #fff;
}

.se-pre-con2 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
  background: url(loading.gif) center no-repeat #fff;
}

/* Style for toggle button (switch) */
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 2rem;
  width: 4rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.89rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: .948rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
  content: '';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: .5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 2.134rem;
  transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: .5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.myDivIcon {
  text-align: center;
  /* Horizontally center the text (icon) */
  line-height: 20px;
  /* Vertically center the text (icon) */
}

.scalefactor{
	border: 2px solid #777;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}

/** Jehar Punya CSS**/
.info {
  padding: 6px 8px;
  font: 12px/14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  max-width: 310px;
  max-height: 310px;
  overflow-y: scroll;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  line-height: 18px;
  color: #555;
}
.legend i {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.button-legend {
  width: 230px;
  padding-top: 9px;
  background-color: chartreuse;
  color: white;
  border: none;
  border-radius: 12px;
  margin: 8px 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  transition-duration: 0.4s;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button-legend1 {
  background-color: white;
  color: #f75e5e;
  border: 3px solid #f75e5e;
}

.button-legend1:hover {
  background-color: #f75e5e;
  color: white;
}

.button-legend2 {
  background-color: white; 
  color: #ffd11a; 
  border: 3px solid #ffd11a;
}

.button-legend2:hover {
  background-color: #ffd11a;
  color: white;
}

.button-legend3 {
  background-color: white; 
  color: #7293f7; 
  border: 3px solid #7293f7;
}

.button-legend3:hover {
  background-color: #7293f7;
  color: white;
}

.button-legend4 {
  background-color: white;
  color: #52ff83;
  border: 3px solid #52ff83;
}

.button-legend4:hover {
  background-color: #52ff83;
  color:white;
}

.button-legend5 {
  background-color: white;
  color: #11702c;
  border: 3px solid #11702c;
}

.button-legend5:hover {
  background-color: #11702c;
  color: white;
}

.button-legend6 {
  background-color: white;
  color: #68706b;
  border: 3px solid #68706b;
}

.button-legend6:hover {
  background-color: #68706b;
  color: white;
}

.button-legend7 {
  background-color: white;
  color: #5b04a1;
  border: 3px solid #7832b1;
}

.button-legend7:hover {
  background-color: #5b04a1;
  color: white;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.th-legend {
  font-size: 15px;
  color: black;
  text-align: center;
}

.td-legend {
  font-size: 15px;
  color: #555;
  text-align: center;
}

.p-legend {
  color: black;
}

.mnfNewWindow {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  color: black;
  height: auto;
  width: auto;
} 